body {
  font-family: "微软雅黑", "Helvetica Neue", "Helvetica", " Arial", "sans-serif";
  padding-bottom: 40px;
}

/* 一级菜单样式 */
.navbar {
  min-height: 50px;
}

.navbar-brand {
  height: 60px;
  padding: 4px 9px;
}

.navbar-brand img {
  max-width: 124px;
  max-height: 60px;
  display: block;
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  object-fit: contain;
  left: 50%;
}

.head-menu-container {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 20px;
}

.navbar-nav >li >.dropdown-menu {
  width: 200px;
  box-shadow: 0px 5px 8px 0px rgba(29,29,31,0.0800);
  border-radius: 4px;
  border: none;
  padding: 10px 0;
}

.nav .dropdown-menu > li > a {
  color: #3b4048;
  padding: 0 30px;
  line-height: 40px;
}

.nav .dropdown-menu > li > a:hover {
  background-color: #F4F6FA;
}

.text-link {
  color: #265dee;
}

li {
  list-style: none;
}

textarea {
  resize: none;
}

.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
}

.checkbox-label.disabled {
  cursor: not-allowed;
  color: #aaa;
}

input[type = "checkbox"] {
  width: 12px;
  margin: 0 5px 0 0;
}

.input-calendar {
  position: relative;
}

.input-calendar .glyphicon-calendar {
  position: absolute;
  top: 8px;
  right: 5px;
  color: #71808f;
}

input[type = "file"]:focus,
input[type = "radio"]:focus,
input[type = "checkbox"]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.flex-wrap-box {
  display: flex;
  flex-wrap: wrap;
}

.flex-nowrap-box {
  display: flex;
  flex-wrap: nowrap;
}

.inline-block {
  display: inline-block;
}

.twoMenuAbsolute .input-error-border {
  border: 1px solid rgb(169, 68, 66);
  box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset, rgb(206, 132, 131) 0 0 6px;
}

html {
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.container-fluid {
  position: relative;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

.navbar-header {
  margin-left: 10px;
}

.head-menu-container .navbar-toggle {
  border: none;
}

.head-menu-container .navbar-toggle .icon-bar {
  background-color: #fff;
}

.head-menu-container .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
}

.head-menu-container .navbar-nav > li > a {
  padding: 20px 12px;
}

.head-menu-container .navbar-nav.head-menu-left > li > span,
.head-menu-container .navbar-nav.navbar-right > li > span {
  padding: 15px 12px;
  position: relative;
  display: block;
  line-height: 20px;
  cursor: pointer;
}

.head-menu-left {
  margin-left: 10px;
}

/* 修改一级标题右侧高度 */
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* 弹出层 */
.reminder-tool-bar {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 99;
}

/* 轮播 */
.carousel-control {
  width: 0%;
  opacity: 0.4;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
  color: #ccc;
}

.globalNoticePaging .left .glyphicon-chevron-left,
.globalNoticePaging .right .glyphicon-chevron-right {
  padding: 0 6px;
}

.globalNoticePaging.allNotice a {
  outline: none;
}

#globalNotice .global-notice-inf {
  height: 85%;
  overflow-y: auto;
}

#globalNotice.ui-widget-content {
  padding: 0;
}

.globalNoticePaging {
  height: 15%;

  /* border-top: 1px solid #ccc; */
  text-align: center;
  line-height: 56px;
}

.global-notice-inf.carousel-inner .item {
  height: 100%;
  margin: 0;
  padding: 1em 1.5em;
}

.global-notice-inf.carousel-inner .item h4 {
  margin: 10px 0;
  font-weight: 700;
  text-align: center;
}

.global-notice-inf.carousel-inner .item h5 {
  margin: 0 0 6px 0;
  padding-bottom: 4px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.global-notice-inf.carousel-inner .item h5 span {
  padding-right: 30px;
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
}

/* 二级菜单 */
.twoMenu > .nav {
  padding-left: 24px;
}

.twoMenu {
  padding: 0;
  margin-bottom: 10px;
}

.container-fluid .row > .col-md-12 {
  padding: 0;
}

.twoMenu .nav-pills > li.none {
  display: none;
}

.twoMenu .nav-pills > li {
  height: 30px;
  line-height: 30px;
  min-width: 50px;
  margin: 10px 0 0 0;
}

.twoMenu .nav-pills > li a {
  padding: 0 20px;
  height: 30px;
  line-height: 25px;
  border-radius: 0;
}

/* 页脚 */
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}

footer p {
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 0;
}

/* input输入框  */
.form-control {
  box-shadow: none;
  height: 30px;
}

/* 按钮样式 */
ul.dropdown-menu {
  max-height: 300px;
  overflow: auto;
}

.btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 2px;
}

.noDataDiv {
  padding: 20px;
}

/* a标签  */
a:hover {
  text-decoration: none;
}

.fa-calendar {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
}

/* 内容 */
.controlCon1 {
  margin: 0 24px 6px 24px;
  padding: 0 18px;
  border-radius: 3px;
}

.listTitle {
  margin: 15px 0;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
}

.controlCon2 {
  margin: 0 30px 0 40px;
}

.table {
  table-layout: fixed;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 16px;
}

.table > tbody > tr div[id $= "-operation"] a:first-child i {
  margin-left: 0;
}

.page-table {
  color: #3b4048;
}

.table > thead > tr > th {
  background-color: #f8f9fc;
  border-bottom: none;
  font-weight: 400;
}

.table > thead > tr > th input[type="checkbox"] {
  position: relative;
  top: -3px;
}

.page-table-body .table > tbody > tr > td {
  border-top: 1px solid #ebeef5;
}

.page-table-body .table > tbody > tr > td input[type="checkbox"] {
  margin-top: 3px;
}

.table > tbody > tr:hover {
  background-color: #f8f9fc;
}

.btn-default {
  color: #58666e;
  box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
  background-color: #fff;
  border-color: #dee5e7 #dee5e7 #d8e1e3;
}

.btn-default.active,
.btn-default:hover {
  color: #58666e;
  background-color: #edf1f2;
  border-color: #c7d3d6;
}

.btn-default.active {
  box-shadow: inset 0 3px 5px #d8e1e3;
}

.popFont {
  color: #666;
  font-size: 18px;
  margin-top: 20px;
}

.wrap-outer {
  padding-left: -webkit-calc(100vw - 100%);
  padding-left: calc(100vw - 100%);
}

.formBtn button {
  float: right;
  margin-left: 10px;
  border-radius: 2px;
  padding: 0 18px;
  height: 34px;
  border: none;
}

.readNum {
  position: absolute;
  top: -5px;
  left: 11px;
  font-size: 12px;
  background-color: #f96869;
  border-radius: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  z-index: 9;
}

.tableListCon ul li span:nth-child(1) {
  border-right: 1px solid #e9eaea;
  width: 40%;
  font-weight: 700;
  text-align: right;
}

.tableListCon ul li span:nth-child(2) {
  color: #000;
  font-weight: normal;
  width: 60%;
  word-break: break-all;
  word-wrap: break-word;
}

/* 三级目录 */
.threeMenuUContent {
  margin-top: 30px;
}

/* sco.message.js 提示框样式 */
#page_message {
  background-size: 40px 40px;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  display: none;
  font-size: 16px;
  overflow: visible;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 10001;
  width: 100%;
  color: #fff;
  padding: 15px;
  position: fixed;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.page_mess_error {
  background-color: #f39c12;
  border-color: #e08e0b;
}

.page_mess_ok {
  background-color: #48bb5e;
  border-color: #309343;
}

/* sco.message.js 提示框样式 */
.loading {
  width: auto;
  padding-right: 20px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 56px;
  color: #fff;
  padding-left: 60px;
  font-size: 15px;
  background: #000 url(../images/loader.gif) no-repeat 10px 50%;
  opacity: 0.7;
  z-index: 9999;
  border-radius: 20px;
  filter: progid:dximagetransform.microsoft.alpha(opacity=70);
}

/* TODO: 在费用整理时移交  */
.noDataCon {
  width: 100%;
  padding-top: 211px;
  position: absolute;
  top: 11%;
  color: #70808f;
  text-align: center;
  font-size: 15px;
  background: url(../images/noData.png) no-repeat center;
  z-index: 99;
}

/* 列表选择框 */
.page-form-control {
  position: relative;
}

.page-form-control > .placeholder {
  color: #999;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-indent: 10px;
}

/* 弹出层样式 */
.ui-widget {
  font-family: "微软雅黑", "Helvetica Neue", "Helvetica", " Arial", "sans-serif";
}

.ui-widget .form-control {
  border-radius: 4px;
}

/* 按钮基本样式 */
button.btn,
.btn {
  border: none;
  border-radius: 3px;
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  min-width: 80px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.btn .btn:focus {
  outline: none;
}

.btn-primary1 {
  border: none;
  border-radius: 2px;
}

.btn-primary1:hover,
.btn-primary1:focus {
  outline: none;
}

.btn-success1 {
  background-color: #5cb85c;
  border: none;
  border-radius: 2px;
}

.btn-success1:hover,
.btn-success1:focus,
.btn-success1:active,
.btn-success1.active {
  background-color: #08a208;
  outline: none;
}

.btn-danger1 {
  background-color: #e74a3a;
}

.btn-danger1:hover,
.btn-danger1:focus,
.btn-danger1:active,
.btn-danger1.active {
  background-color: #d52c1a;
  outline: none;
}

.btn-default1 {
  border-radius: 2px;
}

.btn-default2 {
  border-radius: 2px;
}

/* .btn-default3 {
	float: left;
    padding: 0px 14px;
    cursor: pointer;
    border-radius: 3px;
    min-width: 80px;
} */

/* 浮动层样式 */
.tooltip {
  opacity: 1;
  border-radius: 3px;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ebebeb;
  left: 78%;
}

.tooltip-inner {
  text-align: left;
  line-height: 1.5;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  color: #666;
  padding: 10px 5px;
}

/* 弹出框样式 */
.ui-button-icon-only .ui-button-text {
  display: none;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background-color: #f00;
  color: #222;
  font-weight: 700;
}

.ui-widget-content.ui-widget {
  border: none;
}

.ui-dialog {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  overflow-x: hidden;
}

.ui-dialog .ui-widget-header {
  background: none;
  background-color: #fff;
  border-radius: 0;
  line-height: 31px;
  border: none;
  border-bottom: 1px solid #ebeff2;
  font-size: 18px;
  color: #6e7883;
}

.ui-widget-header .ui-dialog-titlebar-close {
  background: none;
  border: none;
  color: #6e7883;
}

.ui-widget-header .ui-dialog-titlebar-close:focus {
  outline: none;
}

.ui-widget-content {
  background: #f4f8fb;
  color: #71808f;
}

.ui-widget-content h5 {
  margin: 10px 0;
}

.ui-widget-content a:visited,
.ui-widget-content a:hover,
.ui-widget-content a:focus,
.ui-widget-content a:active {
  text-decoration: none;
  outline: none;
}

.ui-state-default .ui-icon {
  background: url(../tool/jquery-ui/images/close-1.png) no-repeat;
}

.ui-state-default .ui-icon:hover,
.ui-state-default .ui-icon:focus {
  background: url(../tool/jquery-ui/images/close-2.png) no-repeat;
}

.ui-widget button {
  font-size: 14px;
}

.ui-dialog-buttonset .ui-button {
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  font-weight: 400;
  white-space: nowrap;
  padding: 0 5px;
  height: 34px;
  line-height: 1.42857;
}

.ui-widget-content.ui-helper-clearfix {
  background: #fff;
}

.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "微软雅黑", "Helvetica Neue", "Helvetica", " Arial", "sans-serif";
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #c8cdd2;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #c8cdd2;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #c8cdd2;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #c8cdd2;
}

/** 文本输入框的X **/
input::-ms-clear {
  display: none;
}

.btn .glyphicon {
  margin-right: 3px;
}

.glyphicon1 {
  margin-left: 10px;
  height: 15px;
  width: 14px;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.glyphicon-top {
  top: 8px;
}

.glyphicon-reminder1 {
  background: url(../../resources/images/question-mark.png) no-repeat 0 0/14px 14px;
  top: 3px;
}

.glyphicon-phone1 {
  background: url(../../resources/images/phone_icon.png) no-repeat 0 0/18px 18px;
  top: 3px;
}

.tableListCon {
  padding: 0;
}

.tableListCon ul,
.listCon {
  overflow: hidden;
  display: table;
}

.tableListCon ul {
  border: 1px solid #e4e4e4;
}

.tableListCon ul,
.tableListCon ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.tableListCon ul li {
  background-color: #fff;
  border-bottom: 1px solid #e9eaea;
  color: #000;
  display: table-row;
  list-style: outside none none;
  overflow: hidden;
}

.tableListCon ul li:hover,
.tableListCon ul li:nth-of-type(2n+1):hover {
  background-color: #e8f2f8;
}

.tableListCon ul li:last-child {
  border-bottom: medium none;
}

.tableListCon ul li:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}

.tableListCon ul li span {
  display: table-cell;
  line-height: 20px;
  border-bottom: 1px solid #e9eaea;
  padding: 7px 10px;
  text-align: left;
}

/* TODO：删除 */
.position-relative > span.absolute-right {
  top: 8px;
}

/* 删除end */

/* 个人信息 */
.icon {
  width: 42px;
  height: 26px;
  margin-top: -21px;
  margin-left: -24px;
  display: inline-block;
  overflow: hidden;
  background: url(../../resources/images/info_icon.png) no-repeat;
  background-position-x: 22px;
}

.icon_password {
  background-position-y: -121px;
}

.icon_email {
  background-position-y: -163px;
}

.icon_mobile {
  background-position-y: -208px;
}

.icon_weixin {
  background-position-y: -251px;
}

.icon_fullname {
  background-position-y: 10px;
}

.icon_name {
  background-position-y: -33px;
}

.icon_cluster {
  background-position-y: -560px;
}

.icon_language {
  background-position-y: -294px;
}

.icon_country {
  background-position-y: -338px;
}

.icon_address {
  background-position-y: -382px;
}

.icon_timeZone {
  background-position-y: -428px;
}

.icon_creatTime {
  background-position-y: -469px;
}

.icon_modifyTime {
  background-position-y: -514px;
}

/* 个人信息 */

.tips {
  font-size: 12px;
}

/* 用户状态 TODO:是否需要提出 */
.diamond-icon {
  display: inline-block;
  height: 14px;
  width: 18px;
  vertical-align: middle;
  background: url(../images/user_status.png) no-repeat;
}

.diamond-icon-normal {
  background-position-y: -27px;
}

.diamond-icon-owe {
  background-position-y: -55px;
}

.diamond-icon-trial {
  background-position-y: 0;
}

.diamond-icon-unbind {
  background-position-y: -111px;
}

.diamond-icon-disable {
  background-position-y: -82px;
}

.text-normal {
  color: #36bc9b;
}

.text-owe {
  color: #f7bb43;
}

.text-trial {
  color: #0076f7;
}

.text-unbind {
  color: #58666e;
}

.text-disable {
  color: #f85467;
}

/* bootstrap的级联  */
.dropdown-menu.dropRight {
  overflow: visible;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a::after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 10px;
  margin-right: -10px;
  content: " ";
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
}

.dropdown-submenu:hover > a::after {
  border-left-color: #0c64eb;
}

.dropdown-submenu > .dropdown-menu.pull-left {
  margin-left: -2px;
  right: 100%;
  top: -3px;
  left: auto;
}

.dropdown-submenu .dropdown-menu .active {
  background: #b3c5e0;
}

.dropdown-menu > li.selected {
  position: relative;
}

.dropdown-menu > li.selected > a::after {
  position: absolute;
  top: 7px;
  right: 4px;
  display: block;
  font-family: ZentaoIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 20px;
  text-transform: none;
  content: url(../images/themeCheck.png);
}

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

/* 标签带清除按钮形式样式 */
.query-criteria {
  display: inline-block;
  padding: 3px 23px 3px 8px;
  border-radius: 3px;
  max-width: 340px;
  position: relative;
  background-color: #dfebff;
  background-size: 12px 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid rgba(138, 180, 255, 1);
}

.err-message-criteria {
  display: inline-block;
  padding: 4px 20px 4px 40px;
  position: relative;
  background-size: 12px 12px;
  background-color: #fef0f0;
  border-radius: 3px;
  color: #f00;
}

.err-message-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5.5px;
  left: 5px;
}

.err-message-icon:hover {
  cursor: pointer;
}

.clear-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 7px;
  right: 3px;
}

.clear-icon:hover {
  cursor: pointer;
}

/* layui select */
.layui-input {
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  border-color: #d4d2d2;
  color: #333;
}

.layui-form-select dl {
  top: 31px;
  max-width: 300px;
}

.layui-form-selectup dl {
  top: auto;
  bottom: 29px;
}

.layui-form-label {
  font-weight: 700;
  line-height: 30px;
  padding: 0 10px 0 0;
  margin: 0;
  box-sizing: border-box;
}

.layui-form-item {
  margin-bottom: 0;
}

/* 去掉select下拉三角的动态变化 */
.layui-form-select .layui-edge {
  transition: none;
  -webkit-transition: none;
}

.layui-form-selected .layui-edge {
  transform: none;
  margin-top: -3px;
}

/* layui date */
body .layui-laydate {
  margin: 1px 0;
  border-radius: 3px;
  animation-name: none;
}

.layui-laydate-header {
  border-radius: 3px;
}

.layui-laydate .layui-laydate-content .layui-this {
  background: #357ebd !important;
}

.layui-laydate .layui-laydate-content td.laydate-selected {
  background-color: #ebf4f8;
}

.laydate-custom {
  border-radius: 2px;
  display: inline-block;
}

.layui-laydate-footer .laydate-custom span {
  height: 26px;
  line-height: 26px;
  margin: 0 0 0 -1px;
  padding: 0 10px;
  border: 1px solid #c9c9c9;
  border-right: none;
  background-color: #fff;
  white-space: nowrap;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}

.layui-laydate .layui-laydate-footer span:hover {
  color: #666;
}

.layui-laydate-footer span.laydate-btns-confirm:hover,
.layui-laydate-footer .laydate-custom span.active:hover {
  color: #fff;
}

.laydate-custom .active {
  background: #4369a8;
  color: #fff;
}

.laydate-custom span:last-child {
  border-right: 1px solid #c9c9c9;
}

.layui-laydate .layui-laydate-show-change {
  height: 46px;
  line-height: 0;
  padding: 10px 20px;
}

.layui-laydate-show-change input {
  width: 110px;
  display: inline-block;
  padding: 0 10px;
}

.layui-laydate-show-change .layui-laydate-ymd {
  margin-right: 10px;
}

/* layui message */
div.layui-ok-msg .layui-layer-content {
  border: solid 1px #e1f3d8;
  background-color: #f0f9eb;
  color: #67c23a;
  text-align: left;
}

div.layui-error-msg .layui-layer-content {
  border: solid 1px #faecd8;
  background-color: #fdf6ec;
  color: #e6a23c;
  text-align: left;
}

div.layui-warn-msg .layui-layer-content {
  border: solid 1px #fde2e2;
  background-color: #fef0f0;
  color: #f56c6c;
  text-align: left;
}

/* message的icon的样式 */
div.layui-ok-msg .layui-layer-content i.glyphicon,
div.layui-error-msg .layui-layer-content i.glyphicon,
span.layui-layer-setwin a.layui-layer-close2 i.glyphicon-close {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}

.glyphicon-normal {
  background: url(../images/glyphicon-normal.svg) no-repeat 0 0/14px 14px;
}

.glyphicon-warning {
  background: url(../images/glyphicon-warning.svg) no-repeat 0 0/14px 14px;
}

.transfer-right {
  background: url(../images/transfer-right.svg) no-repeat 0 0/14px 14px;
}

.transfer-left {
  background: url(../images/transfer-left.svg) no-repeat 0 0/14px 14px;
}

.transfer-list {
  background: url(../images/transfer-list.svg) no-repeat 0 0/25px 25px;
  font-size: 30px;
  width: 25px;
  height: 25px;
}

.view-detail {
  background: url(../images/view-detail.svg) no-repeat 0 0/14px 14px;
}

.tree-fold {
  background: url(../images/tree-fold.svg) no-repeat 0 0/14px 14px;
}

.tree-open {
  background: url(../images/tree-open.svg) no-repeat 0 0/14px 14px;
}

.more-white {
  background: url(../images/more_white.svg) no-repeat center center/20px 20px;
}

.workflow-gray {
  background: url(../images/workflow_gray.svg) no-repeat center center/20px 20px;
}

.workflow-white {
  background: url(../images/workflow_white.svg) no-repeat center center/20px 20px;
}

.workflow-highlight {
  background: url(../images/workflow_highlight.svg) no-repeat center center/20px 20px;
}

.customer-service-gray {
  background: url(../images/customer_service_gray.svg) no-repeat center center/20px 20px;
}

.customer-service-white {
  background: url(../images/icon_customer_service.svg) no-repeat center center/20px 20px;
}

.wjx {
  background: url(../images/icon_wjx.svg) no-repeat center center/20px 20px;
}

.customer-service-highlight {
  background: url(../images/customer_service_highlight.svg) no-repeat center center/20px 20px;
}

.eye-open {
  background: url(../images/eye_open.svg) no-repeat center center/18px 18px;
}

.eye-close {
  background: url(../images/eye_close.svg) no-repeat center center/18px 18px;
}

/* 通用样式 */
.imitate-a-label {
  color: #5592ff;
  height: 30px;
  margin: 0 10px;
  line-height: 30px;
  cursor: pointer;
}

.range-time-width {
  width: 220px;
}

.text-right {
  text-align: right;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
  opacity: 0.4;
}

.font-size-0 {
  font-size: 0;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-20 {
  margin-left: 20px;
}

.none {
  display: none;
}

.font-bold {
  font-weight: 800;
}

.bg-white {
  background-color: #fff;
}

.bg-module {
  background-color: #f4f8fb;
}

.dialog-text-content {
  padding: 20px;
  line-height: 30px;
  word-break: break-all;
}

.list-label {
  padding-top: 4px;
}

.warning-tip {
  align-items: baseline;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 5px 10px;
}

.warning-tip i {
  padding: 0 5px;
}

.number-label {
  font-weight: 400;
  padding: 4px 8px;
  margin: 0 4px;
  cursor: pointer;
}

.isRegisterPrefix{
  height: 30px;
  line-height: 30px;
  border: 1px solid #cdd4e4;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 5px;
}
