@import "../css/common.css";
@import "../lib/layui/css/layui.css";
@import "okadmin.animate.css";

/**控制台样式*/
.console .map-body {
  height: 360px;
}
.console .map-china {
  height: 360px;
}
.console .home .layui-card {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.console .ok-card-body {
  padding: 20px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.console .ok-card-body .stat-text {
  color: #455a64;
  font-size: 24px;
  padding-bottom: 5px;
}
.console .ok-card-body .img-box {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.console .ok-card-body .img-box img {
  width: 60px;
}
.console .ok-card-body .cart-r {
  display: inline-block;
  vertical-align: middle;
}
.console .progress-box {
  margin-bottom: 20px;
  display: flex;
}
.console .progress-box .por-title {
  font-weight: 600;
  color: #868e96;
  padding-bottom: 5px;
}
.console .progress-box .por-txt {
  font-size: 13px;
  padding-bottom: 5px;
}
.console .progress-box .pro-head {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  overflow: hidden;
  padding-right: 20px;
}
.console .progress-box .pro-head img {
  background: #bea8ab;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.console .progress-box .pro-data {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
}

/*控制台1*/
.console1 .data-body .w-img {
  width: 60px;
  height: 60px;
}
.console1 .data-body .w-img img {
  width: 100%;
  height: 100%;
}
.console1 .line-home-a {
  height: 60px;
}
.console1 .data-body .media-cont .tit {
  font-size: 16px;
  padding-bottom: 5px;
}
.console1 .data-body .media-cont .num {
  font-size: 24px;
  line-height: 22px;
}
.console1 .data-body .media-cont {
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.console1 .data-body {
  display: flex;
  padding: 20px;
  padding-bottom: 0;
  color: #333;
}

/*登录*/
#login .layui-icon {
  font-size: 16px !important;
}
#login .mag0 {
  margin: 0 !important;
}
#login ::selection {
  background: #ff5722;
  color: #fff;
}
#login .layui-red {
  color: red !important;
  font-weight: 700;
}
#login .layui-blue {
  color: #01aaed !important;
}
#login .layui-form-item.layui-input-focus input {
  border-color: #ff6700 !important;
}
#login .layui-block {
  width: 100% !important;
}

#login .layui-form-item {
  position: relative;
}
#login #code {
  padding-right: 110px;
}
#login .captcha-box .img {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  cursor: pointer;
  width: 100px;
  background: #c4e1ce;
}
#login .layui-form-item input {
  background: #fff !important;
}
#login .layui-form-item input,
#login .layui-form-item label {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#login .layui-form-item input::placeholder {
  color: transparent !important;
}
#login .layui-form-item.layui-input-focus input::placeholder {
  color: #757575 !important;
}
#login .layui-form-item.layui-input-active label,
#login .layui-form-item.layui-input-focus label {
  top: -10px;
  font-size: 12px;
  color: #ff6700;
  background: #fff !important;
}
#login .login-link {
  display: block;
  font-size: 12px;
}
#login .login-link a {
  display: inline-block;
  margin-right: 20px;
}
/*登录-新-yhl*/
#login {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.png);
  position: relative;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
}
#login .sys_title {
  width: 860px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -240px 0 0 -378px;
}
#login .sys_title .sys_face {
  width: 100px;
  height: 100px;
  display: inline-block;
}
#login .sys_title img {
  width: 100%;
}
#login .sys_title .sys_name {
  display: inline-block;
  height: 60px;
  line-height: 35px;
  vertical-align: middle;
  margin-left: 12px;
}
#login .sys_title .sys_name_cn {
  letter-spacing: 4px;
  font-size: 35px;
  color: white;
  text-shadow: 2px 2px 4px black;
}
#login .sys_title .sys_name_en {
  letter-spacing: 0px;
  font-size: 14px;
  color: white;
  text-shadow: 2px 2px 4px black;
}
#login form.layui-form {
  width: 280px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 0 20px #0c0c0c;
}
#login .login_face {
  margin: 6px auto 3px;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0px solid #fff;
  overflow: hidden;
  box-shadow: 0 0 3px #0c0c0c;
  background: black;
  display: inline-block;
}
#login .login_face img {
  width: 100%;
}
#login .login_hello {
  margin: 3px auto 0px;
  width: 85px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: inline-block;
  color: white;
  font-weight: 500;
  font-size: 19px;
}
#login .login_title {
  padding: 4px 0;
  text-align: center;
  background: linear-gradient(90deg, #0459a2, #bed9ee);
}
#login .login_account {
  padding: 30px 20px;
}
#login .login_submit_button {
  margin-top: 15px;
  background-color: #1a6ead;
}
#login .login_submit_button {
  margin-top: 15px;
  background-color: #1a6ead;
}
#login .layui-form-item label {
  position: absolute;
  color: #757575;
  left: 30px;
  top: 9px;
  line-height: 20px;
  background: 0 0;
  padding: 0 5px;
  font-size: 14px;
  cursor: text;
}
#login .login_account .layui-icon {
  width: 17px;
  position: absolute;
  top: 10px;
  left: 7px;
}
#login .login_account input {
  padding-left: 30px;
}
#login input.cap-btn#getCaptcha {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  width: 110px;
  background: #009688 !important;
  color: white;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
#login input.cap-btn#getCaptcha:hover {
  opacity: 0.8;
}
#login input.cap-btn#getCaptcha:active {
  opacity: 1;
}
/*基本资料*/
.user-info .user_left {
  float: left;
  margin: 20px 0 0 5%;
}
.user-info .user_right p {
  margin: 10px 0 25px;
  font-size: 12px;
  text-align: center;
  color: #ff5722;
}
.user-info .userAddress.layui-form-item .layui-input-inline {
  width: 23%;
}
.user-info .userAddress.layui-form-item .layui-input-inline:last-child {
  margin-right: 0;
}
@media screen and (max-width: 450px) {
  .user-info .userAddress.layui-form-item .layui-input-inline {
    width: auto;
  }
}

/*修改密码*/
.seting-pass {
  background: #ffffff;
}
.seting-pass .user_right p {
  margin: 10px 0 25px;
  font-size: 12px;
  text-align: center;
  color: #ff5722;
}
.seting-pass .layui-table th {
  text-align: center;
}
.seting-pass .changePwd {
  width: 30%;
  margin: 3% 0 0 5%;
}

/*响应样式*/
@media screen and (max-width: 750px) {
  .ok-in-hide-md {
    display: none !important;
  }
}
@media screen and (max-width: 548px) {
  .ok-in-hide-xs,
  [ok-pc-in-show] {
    display: none !important;
  }
}

/*表格换行*/
.layui-table-view .layui-table[lay-size="sm"] .layui-table-cell {
  padding: 0 5px;
  height: auto;
  max-height: 40px;
  overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  word-break: break-all;
}
.twoline + .layui-table-view .layui-table[lay-size="sm"] td .layui-table-cell {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: pre-wrap;
}
/* .twoline + .layui-table-view td .layui-table-cell .layui-btn.layui-btn-xs {
  margin-right: -1px;
} */
/*列表和按钮字体大小设置*/
.layui-btn-xs {
  /* font-size: 15px; */
  font-weight: 600;
}
.layui-table[lay-size="sm"] td,
.layui-table[lay-size="sm"] th {
  /* font-size: 15px; */
  font-weight: 500;
}

.layui-table-header thead th div {
  text-align: center;
  font-weight: 550;
  /* vertical-align:middle; 
    display:flex;
    justify-content:center;
    align-items:center;
    height: auto; */
}
/* .wrapline+div .layui-table-cell, .layui-table-tool-panel li {
    
} */
/*
height:3em;
    max-height:3em;
    overflow:visible;
    text-overflow:inherit;
    white-space:normal;
    word-break: break-all;

    .layui-table-view .layui-table[lay-size="sm"] .layui-table-cell { 
    padding:0 5px;
    height:auto;
    overflow:visible;
    text-overflow:inherit;
    white-space:normal;
    word-break: break-all;
} 
    */

.big-numbers {
  text-align: right;
  width: 50%;
  float: left;
  color: red;
  margin-left: 280px;
}
.big-numbers div {
  display: inline-block;
  width: 50%;
  white-space: nowrap;
}
.checkbox-yesno{
  white-space: nowrap;
  overflow: hidden;
}
.layui-table-cell .checkbox-yesno .layui-form-checkbox,
.checkbox-yesno .layui-form-checkbox{
  margin: 0;
  padding-left: 24px;
}
