body {
  font-size: 14px;
  line-height: 1.42857143;
  /* 针对Webkit内核浏览器，如Chrome、Safari */
  /* 针对Firefox */
}
body button:focus {
  outline: none;
}
body input::-webkit-outer-spin-button,
body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[aria-hidden=true] {
  display: none !important;
}
body input[type="number"] {
  -moz-appearance: textfield;
}
body .layui-colorpicker-main {
  width: 300px !important;
}
body .layui-colorpicker {
  width: 31px !important;
  height: 31px !important;
  border: 1px solid #d1d6dc !important;
  padding: 3px !important;
  border-radius: 2px !important;
  line-height: 22px !important;
}
body .content-wrapper table thead th {
  border-bottom: 1px solid #dee2e6 !important;
  background: #f9f9f9 !important;
}
body .content-wrapper table th,
body .content-wrapper table td {
  padding: 0.4rem 0.45rem !important;
  vertical-align: middle !important;
}
.mobile-frame-bug .bug-item {
  font-size: 15px !important;
  padding: 12px 10px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.05);
}
body.login-page {
  background-image: url(../img/login.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #081a31;
}
body.login-page .login-box {
  margin-left: 13%;
}
body.login-page .login-box .login-logo {
  color: #f9f9f9;
}
body.login-page .login-box .card {
  overflow: hidden;
}
@media (max-width: 720px) {
  body.login-page .login-box {
    margin-left: 0 !important;
  }
}
section.account-number {
  position: relative;
  min-height: 100vh;
  background-image: url(../img/line.png);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 240px;
  padding: 10px 15px;
}
section.account-number p.access-time {
  font-size: 16px;
  color: #fff;
}
section.account-number p.access-time small {
  float: right;
  line-height: 1.42857143;
  margin: 0;
}
section.account-number .card-body .list-unstyled li {
  font-size: 0.95rem;
  line-height: 1.4;
  padding: 3px 5px;
  overflow: hidden;
}
section.account-number .card-body .list-unstyled li label {
  margin: 0;
}
section.account-number .card-body .list-unstyled li > div {
  width: 72%;
  text-align: right;
}
section.account-number .card-body > label {
  font-size: 1.06rem;
  margin-bottom: 3px;
  padding-left: 5px;
}
.uploading-shade {
  position: relative;
}
.uploading-shade::before,
.uploading-shade::after {
  position: absolute;
  top: 0.25rem;
  right: 0;
  bottom: 0;
  left: 0;
}
.uploading-shade::before {
  content: '正在处理中···';
  z-index: 10;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 34px;
  letter-spacing: 3px;
}
.uploading-shade::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
#TariffeAPI .switch-checkbox .uiswitch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 31px;
  width: 51px;
  position: relative;
  border-radius: 16px;
  cursor: pointer;
  outline: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #e5e5e5;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}
#TariffeAPI .switch-checkbox .uiswitch::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 27px;
  width: 47px;
  content: ' ';
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #ffffff;
  border-radius: 16px;
  z-index: 1;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#TariffeAPI .switch-checkbox .uiswitch::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 27px;
  width: 27px;
  content: ' ';
  position: absolute;
  border-radius: 27px;
  background: #ffffff;
  z-index: 2;
  top: 2px;
  left: 2px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25), 0px 4px 11px 0px rgba(0, 0, 0, 0.08), -1px 3px 3px 0px rgba(0, 0, 0, 0.14);
  -webkit-transition: -webkit-transform 300ms, width 280ms;
  -moz-transition: -moz-transform 300ms, width 280ms;
  transition: transform 300ms, width 280ms;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
  -moz-transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
  transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
}
#TariffeAPI .switch-checkbox .uiswitch:checked {
  background-color: #4CD964;
  background-image: -webkit-linear-gradient(-90deg, #4CD964 0%, #4dd865 100%);
  background-image: linear-gradient(-180deg, #4CD964 0%, #4dd865 100%);
}
#TariffeAPI .switch-checkbox .uiswitch:checked::after {
  -webkit-transform: translate3d(16px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0);
  -ms-transform: translate3d(16px, 0, 0);
  -o-transform: translate3d(16px, 0, 0);
  transform: translate3d(16px, 0, 0);
  right: 18px;
  left: inherit;
}
#TariffeAPI .switch-checkbox .uiswitch:active::after {
  width: 35px;
}
#TariffeAPI .switch-checkbox .uiswitch:checked::before,
#TariffeAPI .switch-checkbox .uiswitch:active::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#TariffeAPI .switch-checkbox .uiswitch:disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
#TariffeAPI .switch-checkbox .uiswitch:disabled:active::before,
#TariffeAPI .switch-checkbox .uiswitch:disabled:active::after,
#TariffeAPI .switch-checkbox .uiswitch:disabled:checked:active::before,
#TariffeAPI .switch-checkbox .uiswitch:disabled:checked::before {
  width: 27px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
#TariffeAPI .switch-checkbox .uiswitch:disabled:active::before {
  height: 27px;
  width: 41px;
  -webkit-transform: translate3d(6px, 0, 0);
  -moz-transform: translate3d(6px, 0, 0);
  -ms-transform: translate3d(6px, 0, 0);
  -o-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
}
#TariffeAPI .switch-checkbox .uiswitch:disabled:checked:active::before {
  height: 27px;
  width: 27px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
