@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  /* Project id 2645146 */
  src: url("//at.alicdn.com/t/font_2645146_56m3teebzl9.woff2?t=1649228639659") format("woff2"), url("//at.alicdn.com/t/font_2645146_56m3teebzl9.woff?t=1649228639659") format("woff"), url("//at.alicdn.com/t/font_2645146_56m3teebzl9.ttf?t=1649228639659") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
  font-size: 14px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  height: 100%;
  box-sizing: border-box;
}

a {
  color: #333333;
  text-decoration: none;
}

dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mm {
  max-width: 1000px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear::after {
  display: block;
  height: 0;
  clear: both;
  width: 100%;
  content: '';
}

.position-xd {
  position: relative;
}

@-webkit-keyframes bgImg {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  15% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes bgImg {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  15% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-o-keyframes bgImg {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  15% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-ms-keyframes bgImg {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  15% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes bgImg {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  15% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes build {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes build {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes build {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes build {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes build {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/*横向菜单*/
.location {
  margin-bottom: 20px;
  height: 50px;
  box-sizing: border-box;
  padding: 20px 34px 0;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

.location a::after {
  content: ' > ';
}

.location a:last-child::after {
  content: '';
}

.container {
  box-sizing: border-box;
  padding: 70px 20px 20px;
}

.actionBtns {
  text-align: right;
}

/*当前地址*/
.layerWin {
  padding: 15px;
  background-color: #ffffff;
  min-height: calc(100vh - 30px);
}

/*分页*/
#pageArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px 0;
}

#pageArea .pagination ul li {
  display: inline-block;
  margin-left: 10px;
}

#pageArea .pagination ul li.active {
  background-color: #009688;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  min-width: 20px;
  text-align: center;
}

#pageArea .pagination ul li a:hover {
  text-decoration: underline;
  color: #F60;
}

@media screen and (max-width: 768px) {
  #pageArea .page-info-block #total_page {
    display: none;
  }
  #pageArea .pagination ul li {
    display: none;
  }
  #pageArea .pagination ul li.wa {
    display: inline-block;
  }
}

/*权限列表*/
#qxlist h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

#qxlist ul {
  margin-bottom: 10px;
}

#qxlist ul li {
  display: inline-block;
  vertical-align: middle;
}

#qxlist ul li:first-child {
  min-width: 100px;
  text-align: left;
}

/* 图片上传预览小图*/
.uploadImgs .thumbItem {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: 1px solid #dddddd;
  background-color: #f2f2f2;
  margin: 5px;
  text-align: center;
}

.uploadImgs .thumbItem img {
  max-width: 100%;
  max-height: 100%;
  line-height: 100%;
  margin: auto auto;
}

.uploadImgs .thumbItem p {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
}

.uploadImgs .thumbItem i.layui-icon {
  font-size: 20px;
  color: #fffFFF;
  cursor: pointer;
}

#sxForm .layui-input-inline,
#sxForm .layui-inline {
  margin-bottom: 5px;
}

#sxForm .layui-input-inline .layui-inline {
  margin-bottom: 0;
}

.wjzc-table td,
.wjzc-table th {
  padding: 3px 8px;
}

.wjzc-table .layui-bg-gray {
  width: 120px;
  text-align: right;
}

.curEdit {
  color: #FF5722 !important;
}

.wjzc-must::before {
  content: '*';
  color: red;
  margin-right: 5px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
}

.fixedBmBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  margin-bottom: 0;
  box-shadow: 0 0 5px #333333;
  padding: 8px;
  z-index: 9999;
  text-align: center;
}

.mbt-nav {
  position: fixed;
  height: 1rem;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  margin-bottom: 0;
  z-index: 9999;
  text-align: center;
  justify-content: space-around;
  box-shadow: 0 0 5px #ddd;
  align-items: center;
  line-height: 0.4rem;
}

.mbt-nav a {
  position: relative;
  font-size: 0.28rem;
  color: #5f5f5f;
}

.mbt-nav a i.iconfont {
  font-size: 0.36rem;
}

.mbt-nav a.current {
  color: #4ca0ff;
}

.mbt-nav a:last-child {
  display: none;
}

.mbt-nav a .layui-badge-dot {
  position: absolute;
  left: 0.56rem;
}

.mbt-nav.simple {
  width: 0.8rem;
  height: 0.8rem;
  flex-direction: column;
  left: auto;
  bottom: 0.4rem;
  right: 0.2rem;
  border-radius: 0.4rem;
}

.mbt-nav.simple a {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 1px solid #ededed;
}

.mbt-nav.simple a span {
  display: none;
}

.mbt-nav.simple a:last-child {
  display: flex;
  border-bottom: 0;
}

.mbt-nav.simple a:not(:last-child) {
  display: none;
}

.layui-table-list td,
.layui-table-list th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  max-width: 50px;
}

.layui-table-list td.escape,
.layui-table-list th.escape {
  overflow: auto;
  white-space: normal;
  max-width: none;
}

.layui-table-list td.ckbox_td,
.layui-table-list th.ckbox_td {
  width: 30px;
}

.layui-table-list .layui-form-switch {
  margin-top: 0;
}

.print_show,
.tfoot {
  display: none;
}

dl#lcjd dt {
  background-color: #eee;
  padding: 8px 10px;
  font-weight: bold;
}

dl#lcjd dt strong {
  color: red;
  margin: 0 5px;
  font-size: 16px;
}

dl#lcjd dd {
  padding: 8px 10px;
  border-bottom: 1px dashed #eee;
  background-color: #fafafa;
  color: #666;
}

dl#lcjd dd span:first-child {
  min-width: 100px;
}

dl#lcjd dd span:nth-child(2) {
  margin-left: 20px;
  flex: auto;
}

dl#lcjd dd span:last-child {
  min-width: 130px;
  align-self: end;
}

/* CSS Document */
/*登录*/
body {
  background: url(../images/login_bg2.jpg) center center no-repeat;
  background-size: cover;
}

.loginBody {
  min-height: 100vh;
  height: auto;
  background-size: auto 683px;
  box-sizing: border-box;
}

.loginBody #ieNotice {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 8px;
  text-align: center;
}

.loginBody #ieNotice a {
  color: #fff;
}

.loginBody .logo {
  margin: 0 auto;
  text-align: center;
}

.loginBody .logo .pic-logo {
  max-width: 180px;
  max-height: 180px;
  width: 30%;
}

.loginBody .logo .pic-title {
  display: block;
  max-width: 753px;
  width: 80%;
  margin: 0 auto;
}

.loginBody .by {
  margin: 0 auto;
  text-align: center;
  display: flex;
  width: 80%;
  max-width: 1150px;
  flex-wrap: wrap;
  justify-content: center;
}

.loginBody .by img {
  width: 20%;
  min-width: 100px;
}

.loginBody .loginF {
  width: 445px;
  height: 300px;
  padding-bottom: 20px;
  margin: 85px auto 50px;
  position: relative;
}

.loginBody .loginF #loginF {
  width: 445px;
  height: 300px;
  padding: 25px 50px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 0 6px -3px #666 inset;
}

.loginBody .loginF #loginF h1 {
  height: 36px;
  position: relative;
  color: #3c3c3c;
  font-size: 20px;
}

.loginBody .loginF #loginF .form-item {
  border: 1px solid #eaeaea;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  margin-bottom: 17px;
  height: 40px;
  box-sizing: border-box;
  position: relative;
}

.loginBody .loginF #loginF .form-item input.ipt {
  border: none;
  outline: none;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  text-indent: 5px;
  padding: 0;
}

.loginBody .loginF #loginF .form-item.form-item1 img {
  position: absolute;
  top: 8px;
  left: 8px;
}

.loginBody .loginF #loginF .form-item.form-item1 input.ipt {
  margin-left: 40px;
  margin-right: 5px;
  display: block;
  width: calc(100% - 40px);
}

.loginBody .loginF #loginF .form-item.mima p {
  position: absolute;
  right: 0;
  z-index: 9;
  top: 10px;
}

.loginBody .loginF #loginF .form-item.yzm {
  width: 100%;
}

.loginBody .loginF #loginF .form-item.yzm input {
  width: 100%;
}

.loginBody .loginF #loginF .form-item.yzm img {
  position: absolute;
  right: 3px;
  top: 2px;
  height: 32px;
  width: 96px;
  z-index: 10;
  box-shadow: 0 0 5px 2px #fff;
  border: 1px solid #dedede;
}

.loginBody .loginF #loginF .loginBtn {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #c5181f;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}

.loginBody .copyright {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-top: 100px;
  line-height: 25px;
  bottom: 10px;
  width: 100%;
  position: absolute;
}

.loginBody .copyright .links {
  display: flex;
  width: 100%;
  justify-content: center;
}

.loginBody .copyright .links a img {
  height: 25px;
}

.boxYd {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background-size: cover;
  text-align: center;
  z-index: 999;
  overflow: hidden;
}

.boxYd #skipBtn {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 5px;
  border-radius: 0.25rem;
  font-size: 0.28rem;
  height: 0.5rem;
  line-height: 0.5rem;
}

.boxYd .mid {
  width: 5.15rem;
  height: 4.58rem;
  top: 43vh;
  left: 50%;
  margin-left: -2.575rem;
  position: absolute;
}

.boxYd .mid #midImg {
  -webkit-animation: bgImg 1.5s linear;
  -moz-animation: bgImg 1.5s linear;
  -o-animation: bgImg 1.5s linear;
  -ms-animation: bgImg 1.5s linear;
  animation: bgImg 1.5s linear;
}

.boxYd .mid .build {
  width: 2.49rem;
  height: 3.42rem;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -1.245rem;
  overflow: hidden;
}

.boxYd .mid .build img {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: build 6s linear;
  -moz-animation: build 6s linear;
  -o-animation: build 6s linear;
  -ms-animation: build 6s linear;
  animation: build 6s linear;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.boxYd .desc {
  color: #1472e6;
  width: 2.07rem;
  height: 4.2rem;
  margin: 0.5rem auto;
  position: relative;
  font-family: "宋体";
  position: absolute;
  top: 7vh;
  left: 50%;
  margin-left: -1.035rem;
}

.boxYd .desc .position-xd {
  height: 100%;
  width: 100%;
}

.boxYd .desc .position-xd > div {
  position: absolute;
  width: 0.6rem;
  overflow: hidden;
  /* border: 1px solid green; */
  display: flex;
  flex-direction: column;
}

.boxYd .desc .position-xd > div img {
  width: 0.6rem;
  height: 0.6rem;
}

.boxYd .desc .position-xd > div.one {
  top: 0;
  left: 0;
}

.boxYd .desc .position-xd > div.two {
  bottom: 0;
  right: 0;
}

.boxYd .boxft {
  bottom: 0.2rem;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
}

.boxYd .boxft .logo {
  margin-top: 0.5rem;
  margin-bottom: 0.5em;
}

.boxYd .boxft .logo img {
  width: 0.6rem;
  height: 0.6rem;
}

.boxYd .boxft .txt {
  color: #3fa68b;
  font-size: 0.2rem;
  line-height: 0.25rem;
}

@media only screen and (max-width: 768px) {
  .boxYd {
    display: block;
  }
  .loginBody {
    background-size: auto 50%;
    display: none;
  }
  .loginBody .logo {
    text-align: center;
    width: 100%;
  }
  .loginBody .logo img {
    width: 85%;
  }
  .loginBody .by img {
    width: 2rem;
    height: 0.5rem;
  }
  .loginBody .loginF {
    width: 85%;
    height: 6.3rem;
    margin: 5% auto 5%;
    padding-bottom: 0;
  }
  .loginBody .loginF::before, .loginBody .loginF::after {
    content: none;
  }
  .loginBody .loginF #loginF {
    padding: 0.3rem 0.5rem;
    width: 100%;
    height: auto;
    border-radius: 0.2rem;
  }
  .loginBody .loginF #loginF h1 {
    background-size: contain;
    margin-bottom: 0.1rem;
    height: 0.45rem;
    font-size: 0.3rem;
  }
  .loginBody .loginF #loginF .form-item {
    height: 0.7rem;
    margin-bottom: 0.3rem;
  }
  .loginBody .loginF #loginF .form-item input.ipt {
    height: 0.7rem;
    line-height: 0.7rem;
    padding: 0;
    font-size: 0.28rem;
  }
  .loginBody .loginF #loginF .form-item.form-item1 {
    overflow: hidden;
  }
  .loginBody .loginF #loginF .form-item.form-item1 input.ipt {
    width: calc(100% - 0.8rem);
    margin-left: 0.7rem;
  }
  .loginBody .loginF #loginF .form-item.form-item1 img {
    top: 0.15rem;
    left: 0.18rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .loginBody .loginF #loginF .form-item.mima p {
    top: calc((0.7rem - 18px) / 2);
  }
  .loginBody .loginF #loginF .form-item.yzm {
    width: 100%;
  }
  .loginBody .loginF #loginF .form-item.yzm input.ipt {
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    border: none;
    background: transparent;
  }
  .loginBody .loginF #loginF .form-item.yzm img {
    height: calc(0.7rem - 6px);
    top: 2px;
  }
  .loginBody .loginF #loginF .loginBtn {
    height: 0.7rem;
    font-size: 0.35rem;
    line-height: 0.7rem;
  }
  .loginBody .copyright {
    font-size: 0.28rem;
    line-height: 0.3rem;
    text-align: center;
    margin: 0 auto;
  }
  .loginBody .copyright .bq {
    width: 80%;
  }
  .loginBody .copyright .links {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .loginBody .copyright .links img,
  .loginBody .copyright .links a img {
    max-height: 0.3rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .loginBody {
    display: none;
  }
  .boxYd {
    display: block;
  }
  .boxYd .desc {
    width: 5rem;
    height: 1.5rem;
    margin-left: -2.5rem;
  }
  .boxYd .desc .position-xd > div {
    width: auto;
    font-size: 0.45rem;
    line-height: 0.55rem;
    height: 0.55rem;
    flex-direction: row;
  }
}

@media only screen and (min-width: 1024px) {
  .boxYd {
    display: none;
  }
  .loginBody {
    display: block;
  }
}
