.btn {
  padding: 4px 15px;
  border-radius: 0;
}
.btn {
  color: #333;
  background-color: #eee;
  border-color: #e1e1e1;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  color: #333;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled.focus,
.btn[disabled].focus,
fieldset[disabled] .btn.focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #EEEEEE;
  border-color: #E5E5E5;
  color: #666;
}
.btn .badge {
  color: #eee;
  background-color: #333;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
:focus {
  outline: 2px auto #19A2F7;
}
.popup-btn-close:focus,
select:hover,
select:focus {
  outline: none;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 10px;
  width: 10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #eee;
}
.btn-primary {
  color: #fff;
  background-color: #368ee0;
  border-color: #2282db;
  background-color: #EEEEEE;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  color: #4D4D4D;
  float: right;
  margin-right: 8px;
  min-width: 84px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  padding: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1e74c5;
  border-color: #1a62a6;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #EEEEEE;
  border-color: #E5E5E5;
  color: #666;
}
.btn-primary .badge {
  color: #368ee0;
  background-color: #fff;
}
.btn-ok {
  height: 24px;
  line-height: 16px;
  margin-top: 12px;
  border-radius: 0px;
  margin-left: 6px;
  background-color: #44ACFF;
  border-color: #1F93F0;
  color: #FFF;
}
.btn-ok:hover {
  background-color: #2A83F2;
  border-color: #2175DE;
  color: #DDD;
}
.btn-primary:hover {
  /*color: #000;*/
  background-color: #d5d5d5;
  border: 1px solid #c3c3c3;
}
.search-btn {
  float: none;
  background-color: #2A83F2;
  color: #FFF;
  border-radius: 3px;
  margin-right: 8px;
  width: 84px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  padding: 0;
  border: none;
}
.search-btn:hover {
  float: none;
  background-color: #58A2FF;
  color: #FFF;
  border-radius: 3px;
  margin-right: 8px;
  width: 84px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  padding: 0;
  border: none;
}
.btn-success {
  color: #fff;
  background-color: #40bf40;
  border-color: #3aac3a;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #339933;
  border-color: #2a7e2a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #EEEEEE;
  border-color: #E5E5E5;
  color: #666;
}
.btn-success .badge {
  color: #40bf40;
  background-color: #fff;
}
.btn-info {
  color: #333;
  background-color: #a4ccf1;
  border-color: #8ec0ee;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #333;
  background-color: #78b3ea;
  border-color: #59a2e5;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #EEEEEE;
  border-color: #E5E5E5;
  color: #666;
}
.btn-info .badge {
  color: #a4ccf1;
  background-color: #333;
}
.btn-warning {
  color: #333;
  background-color: #fab750;
  border-color: #f9ad37;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #333;
  background-color: #f9a31e;
  border-color: #ed9207;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #EEEEEE;
  border-color: #E5E5E5;
  color: #666;
}
.btn-warning .badge {
  color: #fab750;
  background-color: #333;
}
.btn-danger {
  color: #fff;
  background-color: #f43;
  border-color: #ff2d19;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ff1500;
  border-color: #db1200;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #EEEEEE;
  border-color: #E5E5E5;
  color: #666;
}
.btn-danger .badge {
  color: #f43;
  background-color: #fff;
}
.btn-inverse {
  color: #fff;
  background-color: #484848;
  border-color: #3b3b3b;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #1d1d1d;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #EEEEEE;
  border-color: #E5E5E5;
  color: #666;
}
.btn-inverse .badge {
  color: #484848;
  background-color: #fff;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-lg {
  padding: 5px 15.5px;
}
.btn-sm {
  padding: 2px 13.5px;
}
.btn-xs {
  padding: 1px 5px;
}
.input-text {
  width: 230px;
  height: 30px;
  padding: 4px;
  font-size: 12px;
  vertical-align: top;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.toolbar .input-text {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.toolbar .select {
  float: left;
  margin-right: 10px;
}
.tooltip {
  z-index: 1000 !important;
}
.width-100 {
  width: 100px;
}
.width-150 {
  width: 150px;
}
.width-180 {
  width: 180px;
}
.width-200 {
  width: 200px;
}
.width-250 {
  width: 250px;
}
.width-300 {
  width: 300px;
}
.input-dash {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 22px;
}
.block {
  display: block;
  width: 100%;
}
.input-textarea {
  display: block;
  padding: 4px 6px;
  font-size: 12px;
  width: 330px;
  height: 90px;
}
.input-block {
  display: block;
  padding: 4px 6px;
  font-size: 12px;
  width: 100%;
  height: 90px;
}
.select {
  font-size: 12px;
  height: 30px;
  box-shadow: none;
  padding: 4px 3px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.select:focus {
  box-shadow: none;
}
ul.Pulg_Select {
  width: auto;
  height: 30px;
  float: left;
  padding: 0;
  margin-right: 10px;
}
ul.Pulg_Select li {
  float: left;
  list-style: none;
  display: block;
  height: 30px;
  line-height: 28px;
  width: 85px;
  text-align: center;
  border: #e1e1e1 1px solid;
  margin-right: -1px;
  cursor: pointer;
}
ul.Pulg_Select li.Pulg_Select_Check {
  background: #2A83F2;
  color: white;
}
ul.Pulg_Select li.Pulg_Select_Left_Radius {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
ul.Pulg_Select li.Pulg_Select_Right_Radius {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-lg {
  height: 44px;
  font-size: 14px;
  border-radius: 4px;
  background-color: #EBEAE8;
  color: #808080;
}
.input-lg:focus {
  background-color: #FFFFFF;
  color: #4D4D4D;
}
.input-sm {
  height: 24px;
  border-radius: 0;
  padding: 4px 5px;
  font-size: 10px;
}
.horizontal-form {
  padding-top: 15px;
  padding-bottom: 15px;
}
.horizontal-form .form-btn,
.horizontal-form .align-input,
.horizontal-form .message {
  margin-left: 183px;
}
.horizontal-form .message {
  margin-top: 10px;
}
.horizontal-form .form-group,
.horizontal-form .form-item {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
}
.horizontal-form .form-group label,
.horizontal-form .form-item label {
  display: block;
  float: left;
  width: 160px;
  line-height: 30px;
  text-align: right;
  font-weight: normal;
}
.horizontal-form .form-group .input,
.horizontal-form .form-item .input {
  font-size: 12px;
  margin-left: 183px;
  margin-right: 15px;
}
.horizontal-form .form-group button:nth-of-type(1),
.horizontal-form .form-item button:nth-of-type(1) {
  margin-right: 10px;
}
.horizontal-form .form-group p,
.horizontal-form .form-item p {
  margin-bottom: 0;
}
.horizontal-form .form-group .info,
.horizontal-form .form-item .info {
  font-size: 12px;
  color: #555;
}
.horizontal-form .form-group .error,
.horizontal-form .form-item .error {
  font-size: 12px;
  color: #f43;
}
.vertical-form {
  /*padding: 15px;*/
  padding-bottom: 0;
  font-weight: normal;
}
.vertical-form label {
  font-weight: normal;
}
.vertical-form .form-group {
  display: block;
  width: 100%;
}
.vertical-form input[type='text'],
.vertical-form input[type='password'] {
  width: 100%;
  border: 1px solid #ccc;
}
.vertical-form .info {
  font-size: 12px;
  color: #999;
}
.vertical-form .error {
  font-size: 12px;
  color: #f43;
}
.nav-med > li > a {
  color: #666;
  border: none;
  background-color: #eee;
}
.nav-med > li > a:hover,
.nav-med > li > aactive {
  color: #999;
  background-color: #e2e2e2;
}
.nav-med > li.active > a,
.nav-med > li.active > a:hover,
.nav-med > li.active > a:focus {
  border: none;
  color: #fff;
  background-color: #a6a6a6;
}
.med-pagination > li {
  display: inline-block;
  margin-right: 9px;
}
.med-pagination > li > a,
.med-pagination > li > span {
  color: #333;
  background-color: #eee;
  border-color: #eee;
}
.med-pagination > li > a:hover,
.med-pagination > li > span:hover,
.med-pagination > li > a:focus,
.med-pagination > li > span:focus {
  color: #999;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.med-pagination > .active > a,
.med-pagination > .active > span,
.med-pagination > .active > a:hover,
.med-pagination > .active > span:hover,
.med-pagination > .active > a:focus,
.med-pagination > .active > span:focus {
  z-index: 2;
  color: #dfd4e0;
  background-color: #368ee0;
  border-color: #368ee0;
  cursor: default;
}
.med-pagination > li > a,
.med-pagination > li > span {
  padding: 2.5px 6.5px;
  font-size: 12px;
}
.med-pagination > li:first-child > a,
.med-pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.med-pagination > li:last-child > a,
.med-pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.table-list > thead {
  border-top: 1px solid #E5E5E5;
}
.table-list > thead > tr {
  height: 58px;
}
.table-list > thead > tr > td,
.table-list > thead > tr > th {
  background-color: #F5F5F5;
  padding: 0px;
  border: 1px solid #E5E5E5;
  /*border-bottom-width: 2px;
        border-bottom-color: darken(@table-users-thead-outline-color, 5%);*/
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}
.table-list > tbody > tr {
  height: 48px;
}
.table-list > tbody > tr > td,
.table-list > tbody > tr > th {
  padding: 0px;
  border: 1px solid #E5E5E5;
}
.table-list input::-webkit-outer-spin-button,
.table-list input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.table-list td.align-center {
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  padding: 0 5px;
}
.table-list td.align-left {
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
  padding: 0 5px;
}
.table-list td.align-right {
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
}
.table-list td.nopadding {
  padding: 0 !important;
}
.table-list td.report-td-has {
  background: #F5F5F5;
}
.table-list td.report-td-none {
  border-left: none;
  border-right: none;
}
.table-list td:last-child {
  border-right: 1px solid #E5E5E5;
}
.table-list td:first-child {
  border-left: 1px solid #E5E5E5;
}
.table-users > thead {
  background-color: #F5F5F5;
}
.table-users > thead > tr {
  height: 40px;
}
.table-users > thead > tr > td {
  border: 1px solid #E5E5E5;
  border-bottom-width: 2px;
  border-bottom-color: #d8d8d8;
  padding: 6px;
}
.table-users > tbody > tr > td {
  border: 1px solid #E5E5E5;
  padding: 6px;
}
.table-users > tbody > tr > td:nth-last-of-type(1) {
  vertical-align: top;
}
.nwe-box-shows {
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
  height: 110px;
  box-shadow: inset 0 0 6px #02a51e;
  display: none;
  z-index: 10;
}
.navbar .form-control {
  height: 30px;
}
.navbar .navbar-form {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.navbar .form-group {
  width: auto;
}
.navbar .form-group .btn {
  background: #FFF;
  border-radius: 4px;
  border-color: #CCC;
}
.navbar .multiselect-container > li > a > label {
  padding-left: 15px;
}
.navbar .bootstrap-switch {
  height: 30px;
}
.navbar .bootstrap-switch .bootstrap-switch-handle-on,
.navbar .bootstrap-switch .bootstrap-switch-handle-off,
.navbar .bootstrap-switch .bootstrap-switch-label {
  line-height: 16px;
}
.analysisTable th,
.analysisTable td {
  text-align: center;
}
.analysisTable a.other {
  color: #BBB;
}
.popover {
  max-width: 400px;
  z-index: 1000000000;
}
a.help-popover {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  margin-left: 8px;
  margin-top: 6px;
  color: #CCC;
  font-family: "arial";
  text-decoration: none;
  vertical-align: top;
}
a.help-popover:hover {
  color: #CCC;
  background: #F2F2F2;
  text-decoration: none;
}
a.help-popover:active {
  background: #CDCDCD;
  color: #FFFFFF;
  text-decoration: none;
}
.analysis-module {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.analysis-module li.analysis-mod-li {
  height: 160px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  float: left;
  position: relative;
}
.analysis-module li.analysis-mod-li h3 {
  margin: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  position: relative;
  line-height: 15px;
}
.analysis-module li.analysis-mod-li h3 span {
  color: #FFF;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
}
.analysis-module li.analysis-mod-li h3 i.title {
  padding-left: 0px;
  line-height: 15px;
  height: 15px;
  border-left: 5px solid #EEE;
  display: inline-block;
  width: 10px;
}
.analysis-module li.analysis-mod-li h3 i.config {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 0;
  background-image: url('/assets/admin/images/membertab.png');
  background-size: 100%;
}
.analysis-module li.analysis-mod-li .big-value {
  text-align: center;
  font-size: 350%;
  color: #EFEFEF;
  margin-bottom: 0;
  margin-top: 10px;
}
.analysis-module li.analysis-mod-li .analysis-sub-map {
  width: 85%;
  height: 90px;
  margin: 10px;
  overflow: hidden;
  display: block;
}
.analysis-module li.analysis-mod-li .analysis-sub-top {
  width: 90%;
  height: 90px;
  margin: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.analysis-module li.analysis-mod-li .analysis-sub-ul {
  list-style: none;
  margin: 0px 15px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  height: 96px;
  overflow: hidden;
}
.analysis-module li.analysis-mod-li .analysis-sub-ul li {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}
.analysis-module li.analysis-mod-li .analysis-sub-ul li .sub-title {
  float: left;
  display: inline-block;
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.analysis-module li.analysis-mod-li .analysis-sub-ul li .sub-value {
  float: right;
  display: inline-block;
  width: 40%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
}
.analysis-module li.mini {
  border-radius: 0;
  width: 159px !important;
  height: 88px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.analysis-module li.mini h3 {
  margin: 10px;
  padding-bottom: 5px;
  border-bottom: none;
  margin-bottom: 0;
}
.analysis-module li.mini .analysis-sub-ul {
  margin: 0 10px;
}
.analysis-module li.mini .analysis-sub-ul li {
  height: 18px;
  line-height: 18px;
}
.analysis-module li.mini .analysis-sub-ul li .sub-title {
  width: 70%;
}
.analysis-module li.mini .analysis-sub-ul li .sub-value {
  width: 30%;
}
.analysis-module li.mini .big-value {
  font-size: 200%;
  margin-top: 8px;
}
.analysis-module li.mini .analysis-sub-map {
  height: 40px;
  width: 140px;
  margin: 8px;
}
.analysis-module li.mini .analysis-sub-top {
  height: 40px;
}
/*
    勾选方块
 */
.switch-tick {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.switch-tick input {
  width: 18px;
  display: inline-block !important;
  margin: 0px !important;
  margin-right: 5px !important;
}
/*
    开关滑块
 */
.switch-slider {
  display: none !important;
}
.switch-slider-title {
  margin: 0;
  display: inline-block;
  font-size: 12px;
  margin-right: 6px;
  padding: 0 !important;
}
/*
    开关-圆角滑块
 */
.switch-wrapper-circular-slider {
  margin: 0 auto !important;
  margin-right: 30px !important;
  display: inline-block;
}
.switch-wrapper-circular-slider input {
  width: 45px;
  display: inline-block;
}
.switch-wrapper-circular-slider label {
  position: relative;
  display: block;
  padding: 1px;
  border-radius: 24px;
  height: 20px;
  width: 45px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: top;
  -webkit-user-select: none;
}
.switch-wrapper-circular-slider label:before {
  content: '';
  display: block;
  border-radius: 24px;
  width: 55px;
  height: 28px;
  background-color: #B3B3B3;
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.3s ease;
}
.switch-wrapper-circular-slider label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -11px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background-color: white;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateX(-9px);
  -webkit-transition: all 0.3s ease;
}
.switch-wrapper-circular-slider .switch-slider:checked ~ label:after {
  -webkit-transform: translateX(20px);
}
.switch-wrapper-circular-slider .switch-slider:checked ~ label:before {
  background-color: #4AABFE;
}
/*
    开关-方角滑块
 */
.switch-wrapper-square-slider {
  vertical-align: middle;
  margin: 0 auto;
  width: 50px;
  height: 22px;
  background: #b3b3b3;
  border-radius: 2px;
  position: relative;
  color: #000;
  display: inline-block;
  margin-right: 10px;
}
.switch-wrapper-square-slider input {
  display: none !important;
}
.switch-wrapper-square-slider:before {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 2px;
  color: #000;
  font-size: 12px;
}
.switch-wrapper-square-slider:after {
  position: absolute;
  top: 3px;
  left: 35px;
  height: 2px;
  font-size: 12px;
}
.switch-wrapper-square-slider label {
  display: block;
  width: 22px;
  height: 16px;
  border-radius: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 3px;
  z-index: 1;
  left: 3px;
  background: #fff;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.switch-wrapper-square-slider input[type=checkbox]:checked + label {
  left: 25px;
}
.switch-wrapper-square-slider-checked {
  background-color: #4AABFF;
}
.switch-wrapper-square-slider-unchecked {
  background-color: #b3b3b3;
}
.danger-message span {
  background-color: #ff6666;
  color: #FFF;
  border-radius: 25px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  display: inline-block;
}
/*# sourceMappingURL=panel.css.map */