/*公共样式*/
.app-hide {
  display: none;
}

body {
  margin: 0;
  padding: 0;
}
.body-tab-item {
  padding: 0 1.2% 1.2%;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.is-required {
  color: rgb(255, 73, 73);
  display: inline-block;
  margin-right: 5px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.form-item {
  margin-bottom: 16px;
}
.form-item label {
  display: inline-block;
  min-height: 36px;
  line-height: 36px;
  width: 120px;
  text-align: right;
  color: #444;
  font-size: 14px;
  padding-right: 10px;
}
.form-item .text-item {
  width: 282px;
  height: 34px;
  padding: 0 10px;
  line-height: 34px;
  border: none;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.form-item .select-item {
  display: inline-block;
  width: 282px;
  text-align: center;
}
.form-item .select-item select {
  background: #f0f0f0;
  min-width: 60px;
}
.form-item .textarea-item {
  width: 282px;
  height: 90px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 15px 10px;
  vertical-align: top;
}
.form-item .same-column > div:not(:last-child) {
  margin-bottom: 16px;
}
.bottomLine {
  border-bottom: 1px solid #e8e8e8;
}
.paddingBottom {
  padding-bottom: 16px;
}
.inline-block {
  display: inline-block;
  margin-right: 10px;
}

.tag-item {
  position: relative;
  float: left;
  height: 36px;
  line-height: 36px;
  border: 1px solid #15d8f5;
  color: #15d8f5;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
  padding: 0 15px;
  box-sizing: border-box;
}
.tag-item .right-tag {
  position: absolute;
  right: -6px;
  top: -6px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  background: #fff url(/images/rightDel.png) center no-repeat;
  cursor: pointer;
}
.name_input {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  border: 1px solid #e0e0e0;
  width: 282px;
  padding: 0 20px;
  box-sizing: border-box;
}
.submit-btn {
  display: inline-block;
  width: 200px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  border-radius: 6px;
}
/* 返回按钮 */
.back-submit {
  color: #444;
  border: 1px solid #ccc;
  background: #fff;
  margin-right: 20px;
}
/* 保存按钮 */
.save-submit {
  margin-right: 100px;
  color: #fff;
  border: 1px solid #2cc1ec;
  background: #2cc1ec;
}
.save-submit:hover {
  color: #fff;
}
/* 保存并新增 */
.add-save-submit {
  color: #fff;
  background: #5ed0ff;
  margin-right: 40px;
}
.add-save-submit:hover {
  color: #fff;
}
/* 新增按钮 */
.add-submit {
  display: inline-block;
  padding: 0 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #00b4ff;
  font-size: 16px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #00b4ff;
  border-radius: 10px;
}
.add-submit:hover {
  color: #00b4ff;
}
.sAdd {
  width: 137px;
  height: 36px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 180, 255, 1);
  border-radius: 20px;
  color: #00b4ff;
}
/* 编辑按钮 */
img.edit_icon,
img.copy_icon,
img.delete_icon,
img.add_icon,
img.preview_icon {
  width: 20px;
  margin-top: -2px;
}
img.grabfood_icon {
  width: 20px;
  margin-top: -2px;
}
img.menu_sync_icon {
  width: 20px;
  margin-top: -2px;
}
img.addIcon {
  width: 14px;
}
a.edit-btn,
a.copy-btn,
a.delete-btn,
a.preview-btn {
  color: #00b4ff;
  margin: 0 8px;
}
a.edit-btn:hover,
a.copy-btn:hover,
a.delete-btn:hover,
a.preview-btn:hover {
  color: #00b4ff;
}
.complete-btn,
.cancel-btn {
  display: inline-block;
  width: 100px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
.complete {
  border: 1px solid rgba(0, 180, 255, 1);
  color: #00b4ff;
}
.cancel {
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
}
.complete-btn:hover {
  color: #00b4ff;
}
.cancel-btn:hover {
  color: #b3b3b3;
}
/* 开关按钮 */
.layui-form-switch {
  margin-top: 0px;
}
.layui-form-onswitch {
  border-color: #29c58c;
  background-color: #29c58c;
}
/* 分页 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #29c58c;
}
/* 弹框按钮 */
.fn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 28px 0;
  background: #fff;
}
.fn a {
  display: inline-block;
  width: 168px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  border-radius: 6px;
  margin: 0 60px;
}
.fn a:first-child {
  border: 1px solid #ccc;
  background: #fff;
  color: #444;
}
.fn a:last-child {
  background: #5ed0ff;
  color: #fff;
  border: 1px solid #5ed0ff;
}
/* 字体颜色 */
.cc1 {
  color: #2cc1ec;
}
a.cc1:hover {
  color: #2cc1ec;
}
.cc2 {
  color: #00b4ff;
}
a.cc2:hover {
  color: #00b4ff;
}
.basic_head {
  margin-top: 19px;
  line-height: 56px;
  background: #f2f2f2;
  color: #444;
  font-size: 18px;
  padding: 0 92px 0 31px;
  border-left: solid #00b4ff 4px;
}

/* 去掉table 鼠标划过的颜色 */
.layui-table tbody tr:hover {
  background: #fff;
}
/* 多选按钮 */
.layui-form-checked[lay-skin="primary"] i {
  border-color: #00b4ff;
  background-color: #00b4ff;
}
.layui-form-checkbox[lay-skin="primary"]:hover i {
  border-color: #00b4ff;
}
.layui-form-checked[lay-skin="primary"] i:hover {
  border-color: #00b4ff;
}
.layui-form-checked span,
.layui-form-checked:hover span {
  background-color: #00b4ff;
}
.layui-form-checked i,
.layui-form-checked:hover i {
  color: #00b4ff;
}
.layui-form-checked,
.layui-form-checked:hover {
  border-color: #00b4ff;
}
/* 同级/子级 icon */
.same_level,
.sub_level {
  width: 20px;
  height: 20px;
}
.layui-btn {
  background-color: #00b4ff;
}
.upload-file {
  display: inline-block;
}

.file-con {
  position: relative;
  width: 238px;
  padding: 20px 22px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 16px;
}
.file-con .photo {
  width: 238px;
  height: 158px;
}
.del_pic {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px;
  background: #f0f0f0;
  cursor: pointer;
}
.del_pic img {
  display: block;
}

.file-btn .upload-text {
  width: 214px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #e0e0e0;
  border-radius: 4px 0 0 4px;
}
.file-btn button {
  padding: 0;
  border: none;
  outline: none;
  width: 72px;
  height: 30px;
  line-height: 30px;
  background: #5ed0ff;
  color: #fff;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
}
.file-btn button img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

/* 紊�莚㊧� */
.language-place {
  text-align: center;
  color: #444;
  font-size: 14px;
}
.language-place .switchLanguage {
  left: 5px;
}
.switchLanguage {
  position: relative;
  top: 50%;
  display: inline-block;
  width: 98px;
  height: 38px;
  background: #eee;
  border-radius: 19px;
}
.switchLanguage select {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  background: #f0f0f0;
  color: #666;
}
/* 箴ц捷綣合� 綣�紮� */
.mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: none;
  z-index: 1001;
}
.mask .mask-main,
.mask .mask-main-list,
.mask .mask-main-select {
  position: absolute;
  right: 0;
  width: 0;
  top: 0;
  height: 100%;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 3px 10px 3px #eee;
}
.mask-main .fn,
.mask-main-list .fn,
.mask-main-select .fn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 28px 0;
  background: #fff;
}
.mask-main .fn a,
.mask-main-list .fn a,
.mask-main-select .fn a {
  display: inline-block;
  width: 168px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  border-radius: 6px;
  margin: 0 60px;
}
.mask-main .fn a:first-child,
.mask-main-list .fn a:first-child,
.mask-main-select .fn a:first-child {
  border: 1px solid #ccc;
  background: #fff;
  color: #444;
}

.mask-main ul {
  overflow: hidden;
  padding: 0 10px;
}
.mask-main ul li {
  float: left;
}
.mask-main ul li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 168px;
  height: 88px;
  color: #444;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 10px;
}
.mask-main ul li a span {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 20px;
  height: 20px;
  background: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
}
.mask-main ul li a .des {
  position: absolute;
  top: 27px;
  left: 30px;
}
.mask-main .des .title {
  font-size: 14px;
  color: #444;
}
.mask-main .des .num {
  font-size: 12px;
  color: #999;
}
.mask-main ul li a.active span {
  background: url("/images/sure_icon.png") no-repeat center center #eee;
  /*-webkit-background-size: 13px 9px;*/
  /*background-size:13px 9px;*/
}
.mask-head {
  width: 100%;
  margin: 20px 0 20px;
  overflow: hidden;
}
.mask-head > div {
  float: left;
  padding-left: 20px;
  color: #15d8f5;
}
.mask-head > div .horn-icon {
  border-color: #15d8f5;
}
.mask-main a.upload-btn,
.mask-main-list a.upload-btn,
.mask-main-select a.upload-btn {
  float: right;
  margin-right: 38px;
  padding-right: 22px;
  background: url("/images/upload_icon.png") no-repeat right center;
  font-size: 14px;
  color: #15d8f5;
}

.mask-main-list > ul,
.mask-main-select > ul {
  position: absolute;
  left: 20px;
  right: 38px;
  top: 59px;
  bottom: 106px;
  overflow-y: scroll;
}
.mask-main-list > ul::-webkit-scrollbar,
.mask-main-select > ul::-webkit-scrollbar {
  width: 0 !important;
}
.mask-main-list .inner,
.mask-main-select .inner {
  border-left: 2px solid #15d8f5;
  height: 52px;
  line-height: 52px;
  background: #f0f0f0;
  margin-bottom: 20px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  font-size: 14px;
}
.mask-main-list > ul > li:first-child,
.mask-main-select > ul > li:first-child {
  margin-top: 5px;
}
.mask-main-list .inner a,
.mask-main-select .inner a {
  float: right;
  color: #999;
  margin-right: 35px;
}
.mask-main-list .inner p,
.mask-main-select .inner p {
  cursor: pointer;
  float: left;
}
.mask-main-list .checkAll,
.mask-main-select .checkAll {
  margin-left: 30px;
}
.mask-main-list .checkAll .check-box,
.mask-main-select .checkAll .check-box {
  margin-left: 5px;
}
.mask-main-list .check-box,
.mask-main-select .check-box {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 20px 0 32px;
}
.mask-main-list .check-box .mask-main-list .name {
  color: #444;
  margin-right: 15px;
}
.mask-main-list .inner .num {
  color: #999;
}
.mask-main-list p.active .check-box,
.mask-main-select p.active .check-box {
  background: url("/images/sure_icon.png") no-repeat center center;
}

.result-list {
  padding: 0 20px;
}
.result-list .result-fn {
  height: 64px;
  line-height: 64px;
  border-top: 1px solid #e5e5e5;
}
.result-list .result-fn span {
  display: inline-block;
  vertical-align: sub;
  text-align: left;
  color: #999;
  font-size: 12px;
  cursor: pointer;
}
.result-list .result-fn span i {
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background: #eeeeee;
  vertical-align: sub;
}
.result-list .result-fn span.active i {
  background: url("/images/sure_icon.png") no-repeat center center #eee;
  -webkit-background-size: 12px 8px;
  background-size: 12px 8px;
}
.result-list .result-fn span:first-child {
  margin-right: 47px;
}
.result-list .result-fn span:nth-child(2) {
  margin-right: 84px;
}
.result-list .result-fn span:nth-child(3) {
  margin-right: 119px;
}

.combo_step_img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
/* 7-30�医� */
.horn-icon {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-right: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
  transform: rotate(-45deg);
  margin-left: 5px;
}
.mask-main-list .inner,
.result-list .inner,
.mask-main-select .inner {
  overflow: hidden;
}
.mask-main-list > ul ul,
.result-list > ul ul,
.mask-main-select > ul ul {
  overflow: hidden;
  margin-left: 35px;
}
.mask-main-list > ul ul li,
.result-list > ul ul li,
.mask-main-select > ul ul li {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #f0f0f0;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.result-list > ul ul li p {
  float: inherit;
}
/* 箴ц捷綣合� 膸��� */
.childrenBody {
  padding: 10px;
}
.layui-table-view {
  margin: 0 !important;
}
.magb0 {
  margin-bottom: 0 !important;
}
.magt0 {
  margin-top: 0 !important;
}
.magt3 {
  margin-top: 3px !important;
}
.magt10 {
  margin-top: 10px !important;
}
.magb15 {
  margin-bottom: 15px !important;
}
.magt30 {
  margin-top: 30px !important;
}
.layui-left {
  text-align: left;
}
.layui-block {
  width: 100% !important;
}
.layui-center {
  text-align: center;
}
.layui-right {
  text-align: right;
}
.layui-elem-quote.title {
  padding: 10px 15px;
  margin-bottom: 0;
}
.layui-bg-white {
  background-color: #fff !important;
}
.border {
  border: 1px solid #e6e6e6 !important;
  padding: 10px;
  border-top: none;
}
.main_btn .layui-btn {
  margin: 2px 5px 2px 0;
}
.layui-timeline-axis {
  left: -4px;
}
.layui-elem-quote {
  word-break: break-all;
}
.icons li,
.icons li:hover,
.loginBody .seraph,
.loginBody .seraph:hover,
.loginBody .layui-form-item.layui-input-focus label,
.loginBody .layui-form-item label,
.loginBody .layui-form-item.layui-input-focus input,
.loginBody .layui-form-item input {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.icons li:hover i,
.icons li i {
  transition: font-size 0.3s ease-in-out;
  -webkit-transition: font-size 0.3s ease-in-out;
}
.loginBody .layui-input-focus .layui-input::-webkit-input-placeholder {
  transition: color 0.2s linear 0.2s;
  -webkit-transition: color 0.2s linear 0.2s;
}
.loginBody .layui-input-focus .layui-input::-moz-placeholder {
  transition: color 0.2s linear 0.2s;
}
.loginBody .layui-input-focus .layui-input:-ms-input-placeholder {
  transition: color 0.2s linear 0.2s;
}
.loginBody .layui-input-focus .layui-input::placeholder {
  transition: color 0.2s linear 0.2s;
  -webkit-transition: color 0.2s linear 0.2s;
}

/*修改密码*/
.pwdTips {
  min-height: auto;
  margin: 40px 0 15px 110px;
}
/*个人资料*/
form input.layui-input[disabled] {
  background: #f2f2f2;
  color: #595963 !important;
}
.user_right {
  text-align: center;
}
.user_right p {
  margin: 10px 0 25px;
  font-size: 12px;
  text-align: center;
  color: #ff5722;
}
.user_right img#userFace {
  width: 200px;
  height: 200px;
  margin-top: 20px;
  cursor: pointer;
  box-shadow: 0 0 50px #44576b;
}
.userAddress.layui-form-item .layui-input-inline {
  width: 23%;
}
.userAddress.layui-form-item .layui-input-inline:last-child {
  margin-right: 0;
}
/*下拉多选*/
.layui-form-item select[multiple] + .layui-form-select dd {
  padding: 0;
}
.layui-form-item
  select[multiple]
  + .layui-form-select
  .layui-form-checkbox[lay-skin="primary"] {
  margin: 0 !important;
  display: block;
  line-height: 36px !important;
  position: relative;
  padding-left: 26px;
}
.layui-form-item
  select[multiple]
  + .layui-form-select
  .layui-form-checkbox[lay-skin="primary"]
  span {
  line-height: 36px !important;
  float: none;
}
.layui-form-item
  select[multiple]
  + .layui-form-select
  .layui-form-checkbox[lay-skin="primary"]
  i {
  position: absolute;
  left: 10px;
  top: 0;
  margin-top: 9px;
}
.multiSelect {
  line-height: normal;
  height: auto;
  padding: 4px 10px;
  overflow: hidden;
  min-height: 38px;
  margin-top: -38px;
  left: 0;
  z-index: 99;
  position: relative;
  background: none;
}
.multiSelect a {
  padding: 2px 5px;
  background: #908e8e;
  border-radius: 2px;
  color: #fff;
  display: block;
  line-height: 20px;
  height: 20px;
  margin: 2px 5px 2px 0;
  float: left;
}
.multiSelect a span {
  float: left;
}
.multiSelect a i {
  float: left;
  display: block;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  width: 8px;
  height: 8px;
  background: url(/images/close.png) no-repeat center;
  background-size: 65%;
  padding: 4px;
}
.multiSelect a i:hover {
  background-color: #545556;
}
/*404页面*/
.noFind {
  text-align: center;
  padding-top: 2%;
}
.noFind i {
  line-height: 1em;
  font-size: 12em !important;
  color: #393d50;
  display: block;
}
.ufo {
  text-align: center;
  height: 100%;
  position: relative;
}
.noFind .page_icon,
.noFind .ufo_icon {
  opacity: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.noFind .page_icon {
  top: 300px;
  animation: pageGo 0.3s ease-in 0.3s forwards;
  -webkit-animation: pageGo 0.3s ease-in 0.3s forwards;
  -o-animation: pageGo 0.3s ease-in 0.3s forwards;
  -moz-animation: pageGo 0.3s ease-in 0.3s forwards;
}
.noFind .ufo_icon {
  top: 100px;
  animation: ufo 1s ease-in 0.6s forwards;
  -webkit-animation: ufo 1s ease-in 0.6s forwards;
  -o-animation: ufo 1s ease-in 0.6s forwards;
  -moz-animation: ufo 1s ease-in 0.6s forwards;
}
.page404 {
  margin-top: 10%;
  opacity: 0;
  font-size: 0;
  animation: page404 0.5s ease-in 1.7s forwards;
  -webkit-animation: page404 0.5s ease-in 1.7s forwards;
  -o-animation: page404 0.5s ease-in 1.7s forwards;
  -moz-animation: page404 0.5s ease-in 1.7s forwards;
}
.page404 p {
  font-size: 20px;
  font-weight: 300;
  color: #999;
}
/*页面被吸走*/
@keyframes pageGo {
  from {
    font-size: 12em;
    top: 300px;
  }
  to {
    font-size: 0;
    opacity: 0;
    top: 100px;
  }
}
@-moz-keyframes pageGo {
  from {
    font-size: 12em;
    top: 300px;
  }
  to {
    font-size: 0;
    opacity: 0;
    top: 100px;
  }
}
@-webkit-keyframes pageGo {
  from {
    font-size: 12em;
    top: 300px;
  }
  to {
    font-size: 0;
    opacity: 0;
    top: 100px;
  }
}
@-o-keyframes pageGo {
  from {
    font-size: 12em;
    top: 300px;
  }
  to {
    font-size: 0;
    opacity: 0;
    top: 100px;
  }
}
/*ufo飞走*/
@keyframes ufo {
  0% {
    font-size: 14em;
    top: 100px;
  }
  20% {
    font-size: 12em;
    top: 50px;
  }
  100% {
    font-size: 0;
    opacity: 0;
    top: -100px;
    left: 80%;
  }
}
@-moz-keyframes ufo {
  0% {
    font-size: 14em;
    top: 100px;
  }
  20% {
    font-size: 12em;
    top: 50px;
  }
  100% {
    font-size: 0;
    opacity: 0;
    top: -100px;
    left: 80%;
  }
}
@-webkit-keyframes ufo {
  0% {
    font-size: 14em;
    top: 100px;
  }
  20% {
    font-size: 12em;
    top: 50px;
  }
  100% {
    font-size: 0;
    opacity: 0;
    top: -100px;
    left: 80%;
  }
}
@-o-keyframes ufo {
  0% {
    font-size: 14em;
    top: 100px;
  }
  20% {
    font-size: 12em;
    top: 50px;
  }
  100% {
    font-size: 0;
    opacity: 0;
    top: -100px;
    left: 80%;
  }
}
/*404显示*/
@keyframes page404 {
  from {
    opacity: 0;
    font-size: 2em;
  }
  to {
    opacity: 1;
    font-size: 2em;
  }
}
@-moz-keyframes page404 {
  from {
    opacity: 0;
    font-size: 2em;
  }
  to {
    opacity: 1;
    font-size: 2em;
  }
}
@-webkit-keyframes page404 {
  from {
    opacity: 0;
    font-size: 2em;
  }
  to {
    opacity: 1;
    font-size: 2em;
  }
}
@-o-keyframes page404 {
  from {
    opacity: 0;
    font-size: 2em;
  }
  to {
    opacity: 1;
    font-size: 2em;
  }
}
/*图标管理*/
.iconsLength {
  margin: 0 5px;
}
.icons li {
  margin: 5px 0;
  text-align: center;
  height: 120px;
  cursor: pointer;
}
.icons li i {
  display: block;
  font-size: 35px;
  margin: 10px 0;
  line-height: 60px;
  height: 60px;
}
.icons li:hover {
  background: rgba(13, 10, 49, 0.9);
  border-radius: 5px;
  color: #fff;
}
.icons li:hover i {
  font-size: 50px;
}
#copyText {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
/*开发文档*/
h2.method {
  font-size: 18px;
  line-height: 45px;
  padding-left: 5px;
}
/*登录*/
.loginHtml,
.loginBody {
  height: 100%;
}
.loginBody {
  background: url("/images/login_bg.jpg") no-repeat center center;
}
.loginBody form.layui-form {
  padding: 0 20px;
  width: 300px;
  height: 355px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 50px #b28700;
}
.login_face {
  margin: -55px auto 20px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  box-shadow: 0 0 30px #b28700;
}
.login_face img {
  width: 100%;
}
.loginBody .layui-form-item {
  position: relative;
}
.loginBody .layui-form-item label {
  position: absolute;
  color: #757575;
  left: 10px;
  top: 9px;
  line-height: 20px;
  background: #fff;
  padding: 0 5px;
  font-size: 14px;
  cursor: text;
}
.loginBody .layui-form-item.layui-input-focus label {
  top: -10px;
  font-size: 12px;
  color: #ff6700;
}
.loginBody .layui-form-item.layui-input-active label {
  top: -10px;
  font-size: 12px;
}
.loginBody .layui-input::-webkit-input-placeholder {
  color: #fff;
}
.loginBody .layui-input::-moz-placeholder {
  color: #fff;
}
.loginBody .layui-input:-ms-input-placeholder {
  color: #fff;
}
.loginBody .layui-input::placeholder {
  color: #fff;
}
.loginBody .layui-form-item.layui-input-focus input {
  border-color: #ff6700 !important;
}
.loginBody .layui-input-focus .layui-input::-webkit-input-placeholder {
  color: #757575;
}
.loginBody .layui-input-focus .layui-input::-moz-placeholder {
  color: #757575;
}
.loginBody .layui-input-focus .layui-input:-ms-input-placeholder {
  color: #757575;
}
.loginBody .layui-input-focus .layui-input::placeholder {
  color: #757575;
}
.loginBody .seraph {
  font-size: 30px;
  text-align: center;
}
.loginBody .seraph.icon-qq:hover {
  color: #0288d1;
}
.loginBody .seraph.icon-wechat:hover {
  color: #00d20d;
}
.loginBody .seraph.icon-sina:hover {
  color: #d32f2f;
}
.imgCode {
  position: relative;
}
#imgCode img {
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
}
/*用户等级*/
.layui-table-view .layui-table span.seraph {
  font-size: 25px !important;
}
.vip1 {
  color: #994a2b;
}
.vip2 {
  color: #899396;
}
.vip3 {
  color: #bd6a08;
}
.vip4 {
  color: #a3b8c4;
}
.vip5 {
  color: #63c3ea;
}
.vip6 {
  color: #b563ed;
}
.vip7 {
  color: #ff9831;
}
.vip8 {
  color: #a757a8;
}
.vip9 {
  color: #0ff;
}
.vip10 {
  color: #f00;
}
/*图片管理*/
#Images li {
  width: 19%;
  margin: 0.5% 0.5%;
  float: left;
  overflow: hidden;
}
#Images li img {
  width: 100%;
  cursor: pointer;
}
#Images li .operate {
  display: block;
  height: 40px;
  width: 100%;
  background: #f4f5f9;
}
#Images li .operate .check {
  float: left;
  margin-left: 11px;
  height: 18px;
  padding: 11px 0;
  width: 74%;
  position: relative;
}
#Images li .operate .check .layui-form-checkbox[lay-skin="primary"] {
  width: 100%;
}
#Images li .operate .check .layui-form-checkbox[lay-skin="primary"] span {
  padding: 0 5px 0 25px;
  width: 100%;
  box-sizing: border-box;
}
#Images li .operate .check .layui-form-checkbox[lay-skin="primary"] i {
  position: absolute;
  left: 0;
  top: 0;
}
#Images li .operate .img_del {
  float: right;
  margin: 9px 11px 0 0;
  font-size: 22px !important;
  cursor: pointer;
}
#Images li .operate .img_del:hover {
  color: #f00;
}
@media screen and (max-width: 1050px) {
  #Images li {
    width: 24%;
  }
}
@media screen and (max-width: 750px) {
  #Images li {
    width: 49%;
  }
}
@media screen and (max-width: 432px) {
  #Images li {
    width: 99%;
  }
}
/*系统日志*/
.layui-btn-green {
  background-color: #5fb878 !important;
}
/*友情链接*/
.linkLogo {
  width: 80px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 42px;
}
.linkLogoImg {
  max-width: 90%;
  max-height: 90%;
}
.linkLogo:after {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 42px;
  z-index: -1;
  text-align: center;
  font-size: 12px;
  content: "上传LOGO";
  left: 0;
  top: 0;
  color: #9f9f9f;
}
.linksAdd .layui-form-label {
  width: 60px;
  padding-left: 0;
}
.linksAdd .layui-input-block {
  margin-left: 75px;
}
.linksAdd .layui-input-block input {
  padding: 0 5px;
}
/*响应式*/
@media screen and (max-width: 450px) {
  #userFaceBtn {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }
  .user_right img#userFace {
    width: 100px;
    height: 100px;
    margin-top: 0;
  }
  .layui-col-xs12 .layui-form-label {
    width: 60px;
    padding-left: 0;
  }
  .layui-col-xs12 .layui-input-block,
  .layui-col-xs12 .layui-input-inline {
    margin-left: 75px;
  }
  .layui-col-xs12 .layui-input-inline {
    left: 0 !important;
    width: auto !important;
  }
  .noFind {
    padding-top: 0;
  }
  *[pc] {
    display: none;
  }
}
