.site-inline {
  font-size: 0;
}
.site-tree,
.site-content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
}
.site-tree {
  width: 220px;
  min-height: 900px;
  padding: 5px 0 20px;
}
.site-content {
  width: 899px;
  min-height: 900px;
  padding: 20px 0 10px 20px;
}
.header {
  height: 60px;
  border-bottom: 1px solid #404553;
  background-color: #393D49;
  color: #fff;
}
.logo {
	padding: 10px 0;
    display: inline-block;
    color: #fff;
}
.logo:hover{
    color: #fff;
}
.logo img {
  width: 40px;
  height: 40px;
}
.logo span{
	font-size: 24px;
	padding-left:15px;
	vertical-align: middle;
}
.header .layui-nav {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background: none;
}
.header .layui-nav .layui-nav-item {
  margin: 0 20px;
  line-height: 66px;
}
.menu {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 65px;
}
.menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.menu a {
  position: relative;
  padding: 0 20px;
  margin: 0 20px;
  color: #c2c2c2;
  font-size: 14px;
}
.menu a:hover {
  color: #fff;
  transition: all .5s;
  -webkit-transition: all 0.5s;
}
.menu a.this {
  color: #fff;
}
.menu a.this::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5px;
  background-color: #5FB878;
}
.header-index {
  background-color: #080018;
  border: none;
}
.layui-layout-admin .header-demo {
  border-bottom: 0px;
  background-color: #fff;
}
.header-demo .layui-nav {
  top: 0;
}
.header-demo .layui-nav .layui-nav-item {
  margin: 0 10px;
  line-height: 65px;
}
.header-demo .layui-nav .layui-nav-item a {
  color: #999;
  cursor: pointer;
}
.header-demo .layui-nav .layui-this {
  background-color: #f2f2f2;
}
.header-demo .layui-nav .layui-nav-item a:hover,
.header-demo .layui-nav .layui-this a {
  color: #000;
}
.header-demo .layui-nav .layui-this:after,
.header-demo .layui-nav-bar {
  background-color: #393D49;
}
.header-demo .layui-nav .layui-this a {
  padding: 0 20px;
}
.footer {
  padding: 30px 0;
  line-height: 30px;
  text-align: center;
  background-color: #eee;
  color: #666;
  font-weight: 300;
}
body .layui-layout-admin .footer-demo {
  height: auto;
  padding: 5px 0;
  line-height: 26px;
  z-index: 1000;
}
.footer a {
  padding: 0 5px;
}
/* 婵犵妲呴崑鎾跺緤妤ｅ啯鍋嬮柣妯款嚙杩濇繝闈涱槴閺嗗攳ner闂傚倸鍊风欢锟犲窗閹捐绀夌�癸拷閸曨偄鐎梺璺ㄥ櫐閹凤拷 */
.site-banner {
  position: relative;
  height: 600px;
  text-align: center;
  overflow: hidden;
  background-color: #393D49;
}
.site-banner-bg,
.site-banner-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.site-banner-bg {
  background-position: center 0;
}
.site-zfj {
  padding-top: 25px;
  height: 220px;
}
.site-zfj i {
  position: absolute;
  left: 50%;
  top: 25px;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  font-size: 200px;
  color: #c2c2c2;
}
@-webkit-keyframes site-zfj {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  10% {
    opacity: 0.8;
    -webkit-transform: translate3d(-100px, 0px, 0) rotate(10deg) scale(0.7);
  }
  35% {
    opacity: 0.6;
    -webkit-transform: translate3d(100px, 0px, 0) rotate(30deg) scale(0.4);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg) scale(0);
  }
  80% {
    opacity: 0.2;
    -webkit-transform: translate3d(0, 0, 0) rotate(720deg) scale(1);
  }
  90% {
    opacity: 0.1;
    -webkit-transform: translate3d(0, 0, 0) rotate(3600deg) scale(6);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(3600deg) scale(1);
  }
}
@keyframes site-zfj {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  10% {
    opacity: 0.8;
    transform: translate3d(-100px, 0px, 0) rotate(10deg) scale(0.7);
  }
  35% {
    opacity: 0.6;
    transform: translate3d(100px, 0px, 0) rotate(30deg) scale(0.4);
  }
  50% {
    opacity: 0.4;
    transform: translate3d(0, 0, 0) rotate(360deg) scale(0);
  }
  80% {
    opacity: 0.2;
    transform: translate3d(0, 0, 0) rotate(720deg) scale(1);
  }
  90% {
    opacity: 0.1;
    transform: translate3d(0, 0, 0) rotate(3600deg) scale(6);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(3600deg) scale(1);
  }
}
@-webkit-keyframes site-desc {
  0% {
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes site-desc {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.layui-anim-scaleSpring {
  -webkit-animation-name: layui-scale-spring;
  animation-name: layui-scale-spring;
}
.site-zfj-anim i {
  -webkit-animation-name: site-zfj;
  animation-name: site-zfj;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.site-desc {
  position: relative;
  height: 70px;
  margin-top: 25px;
  background: url(../images/layui/desc.png) center no-repeat;
}
.site-desc-anim {
  -webkit-animation-name: site-desc;
  animation-name: site-desc;
}
.site-desc cite {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  color: #c2c2c2;
  font-style: normal;
}
.site-download {
  margin-top: 80px;
  font-size: 0;
}
.site-download a {
  position: relative;
  padding: 0 45px 0 90px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #464B5B;
  font-size: 24px;
  color: #ccc;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.site-download a:hover {
  border: 1px solid #778097;
  color: #fff;
  border-radius: 30px;
}
.site-download a cite {
  position: absolute;
  left: 45px;
  font-size: 30px;
}
.site-version {
  position: relative;
  margin-top: 15px;
  color: #ccc;
  font-size: 12px;
}
.site-version span {
  padding: 0 3px;
}
.site-version * {
  font-style: normal;
}
.site-version a {
  color: #e2e2e2;
  text-decoration: underline;
}
.site-banner-other {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  text-align: center;
}
.site-banner-other iframe {
  border: none;
}
.site-idea {
  margin: 50px 0;
  font-size: 0;
  text-align: center;
  font-weight: 300;
}
.site-idea li {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
}
.site-idea li {
  width: 298px;
  height: 150px;
  padding: 30px;
  line-height: 24px;
  margin-left: 30px;
  border: 1px solid #d2d2d2;
  text-align: left;
}
.site-idea li:first-child {
  margin-left: 0;
}
.site-idea .layui-field-title {
  border-color: #d2d2d2;
}
.site-idea .layui-field-title legend {
  margin: 0 20px 20px 0;
  padding: 0 20px;
  text-align: center;
}
.site-tips {
  margin-bottom: 10px;
  padding: 15px;
  border-left: 5px solid #0078AD;
  background-color: #f2f2f2;
}
body .site-tips p {
  margin: 0;
}
.site-dir {
  display: none;
}
.site-dir li {
  line-height: 26px;
  margin-left: 20px;
  overflow: visible;
  list-style-type: disc;
}
.site-dir li a {
  display: block;
}
.site-dir li a:active {
  color: #01AAED;
}
.site-dir li a.layui-this {
  color: #01AAED;
}
body .layui-layer-dir {
  box-shadow: none;
  border: 1px solid #d2d2d2;
}
body .layui-layer-dir .layui-layer-content {
  padding: 10px;
  max-height: 280px;
  overflow: auto;
}
.site-dir a em {
  padding-left: 5px;
  font-size: 12px;
  color: #c2c2c2;
  font-style: normal;
}
.site-tree {
  border-right: 1px solid #eee;
}
.site-tree .layui-tree {
  line-height: 32px;
}
.site-tree .layui-tree li i {
  position: relative;
  font-size: 22px;
  color: #000;
}
.site-tree .layui-tree li a cite {
  padding: 0 8px;
}
.site-tree .layui-tree .site-tree-noicon a cite {
  padding-left: 15px;
}
.site-tree .layui-tree li a em {
  font-size: 12px;
  color: #bbb;
  padding-right: 5px;
  font-style: normal;
}
.site-tree .layui-tree li h2 {
  line-height: 36px;
  border-left: 5px solid #009E94;
  margin: 15px 0 5px;
  padding: 0 10px;
  background-color: #f2f2f2;
}
.site-tree .layui-tree li ul {
  margin-left: 27px;
  line-height: 28px;
}
.site-tree .layui-tree li ul a,
.site-tree .layui-tree li ul a i {
  color: #777;
}
.site-tree .layui-tree li ul a:hover {
  color: #333;
}
.site-tree .layui-tree li ul li {
  margin-left: 25px;
  overflow: visible;
  list-style-type: disc;
  /*list-style-position: inside;*/
}
.site-tree .layui-tree li ul li cite,
.site-tree .layui-tree .site-tree-noicon ul li cite {
  padding-left: 0;
}
.site-tree .layui-tree .layui-this a {
  color: #01AAED;
}
.site-tree .layui-tree .layui-this .layui-icon {
  color: #01AAED;
}
.site-fix .site-tree {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 666;
  min-height: 0;
  overflow: auto;
  background-color: #fff;
}
.site-fix .site-content {
  margin-left: 220px;
}
.site-fix-footer .site-tree {
  margin-bottom: 120px;
}
.site-title {
  margin: 30px 0 20px;
}
.site-title fieldset {
  border: none;
  padding: 0;
  border-top: 1px solid #eee;
}
.site-title fieldset legend {
  margin-left: 20px;
  padding: 0 10px;
  font-size: 22px;
  font-weight: 300;
}
.site-text a {
  color: #01AAED;
}
.site-h1 {
  margin-bottom: 20px;
  line-height: 60px;
  padding-bottom: 10px;
  color: #393D49;
  border-bottom: 1px solid #eee;
  font-size: 28px;
  font-weight: 300;
}
.site-h1 .layui-icon {
  position: relative;
  top: 5px;
  font-size: 50px;
  margin-right: 10px;
}
.site-text {
  position: relative;
}
.site-text p {
  margin-bottom: 10px;
  line-height: 22px;
}
.site-text em {
  padding: 0 3px;
  font-weight: 500;
  font-style: italic;
  color: #666;
}
.site-text code {
  margin: 0 5px;
  padding: 3px 10px;
  border: 1px solid #e2e2e2;
  background-color: #fbfbfb;
  color: #666;
  border-radius: 2px;
}
.site-table {
  width: 100%;
  margin: 10px 0;
}
.site-table thead {
  background-color: #f2f2f2;
}
.site-table th,
.site-table td {
  padding: 6px 15px;
  min-height: 20px;
  line-height: 20px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 400;
}
.site-table tr:nth-child(even) {
  background: #fbfbfb;
}
.site-block {
  padding: 20px;
  border: 1px solid #eee;
}
.site-block .layui-form {
  margin-right: 200px;
}
body .layui-layout-admin .site-demo {
  bottom: 82px;
  padding: 0;
  z-index: -1;
}
body .site-demo-nav .layui-nav-item {
  line-height: 40px;
}
.layui-nav-item .layui-icon {
  position: relative;
  /*font-size: 20px;*/
}
.layui-nav-item a cite {
  padding: 0 10px;
}
.site-demo .layui-main {
  margin: 15px;
  line-height: 22px;
}
.site-demo-editor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
.site-demo-area {
  position: absolute;
  top: 0;
  bottom: 90px;
  width: 100%;
}
.site-demo-editor textarea {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px;
  border: none;
  resize: none;
  /*background-color: #F7FBFF;*/
  background-color: #272822;
  color: #CFBFAF;
  font-family: Courier New;
  font-size: 12px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.site-demo-btn {
  position: absolute;
  bottom: 100px;
  right: 20px;
}
.site-demo-zanzhu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  text-align: center;
  background-color: #e2e2e2;
  overflow: hidden;
}
.site-demo-zanzhu > * {
  position: relative;
  z-index: 1;
}
.site-demo-zanzhu:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 120px;
  margin: -10px 0px 0px -60px;
  text-align: center;
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 300;
}
.site-demo-result {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
.site-demo-result iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.site-demo-button {
  margin-bottom: 30px;
}
.site-demo-button div {
  margin: 20px 30px 10px;
}
.site-demo-button .layui-btn {
  margin-bottom: 10px;
}
.site-demo-laytpl {
  text-align: center;
}
.site-demo-laytpl textarea,
.site-demo-laytpl div span {
  width: 40%;
  padding: 15px;
  margin: 0 15px;
}
.site-demo-laytpl textarea {
  height: 300px;
  border: none;
  background-color: #3F3F3F;
  color: #E3CEAB;
  font-family: Courier New;
  resize: none;
}
.site-demo-laytpl div span {
  display: inline-block;
  text-align: center;
  background: #101010;
  color: #fff;
}
.site-demo-tplres {
  margin: 10px 0;
  text-align: center;
}
.site-demo-tplres .site-demo-tplh2,
.site-demo-tplres .site-demo-tplview {
  display: inline-block;
  width: 50%;
}
.site-demo-tplres h2 {
  padding: 15px;
  background: #e2e2e2;
}
.site-demo-tplres h3 {
  font-weight: 700;
}
.site-demo-tplres div {
  padding: 14px;
  border: 1px solid #e2e2e2;
  text-align: left;
}
.site-demo-upload,
.site-demo-upload img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
}
.site-demo-upload {
  position: relative;
  background: #e2e2e2;
}
.site-demo-upload .site-demo-upbar {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -56px;
}
.site-demo-upload .layui-upload-button {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.site-demo-util {
  position: relative;
  width: 300px;
}
.site-demo-util img {
  width: 300px;
  border-radius: 100%;
}
.site-demo-util span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333;
  cursor: pointer;
}
@-webkit-keyframes demo-fengjie {
  0% {
    -webkit-filter: blur(0);
    opacity: 1;
    background: #fff;
    height: 300px;
    border-radius: 100%;
  }
  80% {
    -webkit-filter: blur(50px);
    opacity: 0.95;
  }
  100% {
    -webkit-filter: blur(20px);
    opacity: 0;
    background: #fff;
  }
}
@keyframes demo-fengjie {
  0% {
    filter: blur(0);
    opacity: 1;
    background: #fff;
    height: 300px;
    border-radius: 100%;
  }
  80% {
    filter: blur(50px);
    opacity: 0.95;
  }
  100% {
    filter: blur(20px);
    opacity: 0;
    background: #fff;
  }
}
.site-demo-fengjie {
  -webkit-animation-name: demo-fengjie;
  animation-name: demo-fengjie;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.layui-layout-admin .site-demo-body {
  top: 117px;
}
.site-demo-title {
  position: fixed;
  left: 200px;
  right: 0;
  top: 76px;
}
.site-demo-code {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 10px;
  resize: none;
  font-size: 12px;
  background-color: #F7FBFF;
  color: #881280;
  font-family: Courier New;
}
.site-demo-body .layui-elem-quote a {
  color: #01AAED;
}
.site-demo-body .layui-elem-quote a:hover {
  color: #FF5722;
}
#trans-tooltip,
#tip-arrow-bottom,
#tip-arrow-top {
  display: none !important;
}
.alone {
  width: 730px;
  margin: 200px auto;
}
.alone ul {
  margin-left: 1px;
  font-size: 0;
}
.alone li {
  display: inline-block;
  width: 181px;
  font-size: 16px;
  text-align: center;
  line-height: 80px;
  margin: 0 1px 1px 0;
  background-color: #393D49;
  color: #fff;
}
.alone li:hover {
  opacity: 0.8;
}
.alone li a {
  display: block;
  color: #fff;
}
.admin-header-item-mobile {
  position: absolute;
  right: 0px;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  top: 0;
  display: none;
}
.admin {
  border: 0;
  margin: 0;
  box-shadow: none;
}
.admin-nav-card {
  margin-top: 5px;
}
.admin-nav-card .layui-icon {
  position: relative;
}
.admin-nav-card .layui-tab-item iframe {
  width: 100%;
  border: 0;
  height: 100%;
}
.admin-nav-card > .layui-tab-title {
  border-bottom: 1px solid #1AA094;
}
.admin-nav-card .layui-tab-title cite {
  font-style: normal;
  padding-left: 5px;
}
.admin-nav-card > .layui-tab-title .layui-this {
  color: #2096F3;
  background-color: #1AA094;
}
.admin-nav-card > .layui-tab-title .layui-this:after {
  border-bottom: 0;
}
.admin-header-user img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  /*position: relative;
    top: 15px;*/
}
.admin-header-user .layui-nav-more {
  top: 33px;
}
.admin-header-user .layui-nav-mored {
  top: 26px;
}
/*lock*/
.admin-header-lock {
  width: 320px;
  height: 150px;
  padding: 20px;
  position: relative;
  text-align: center;
}
.admin-header-lock-img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.admin-header-lock-img img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.admin-header-lock-name {
  color: #009688;
  margin: 8px 0 15px 0;
}
.admin-header-lock-input {
  width: 150px;
  color: #FFFFFF;
  height: 30px;
  border: 0;
  background-color: #009688;
  padding: 0 7px;
  border-radius: 2px;
}
/*table*/
.site-table tbody tr td {
  text-align: center;
}
.site-table tbody tr td .layui-btn + .layui-btn {
  margin-left: 0px;
}
.admin-table-page {
  position: fixed;
  z-index: 19940201;
  bottom: 0;
  width: 100%;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  left: 0px;
}
.admin-table-page .page {
  padding-left: 20px;
}
.admin-table-page .page .layui-laypage {
  margin: 6px 0 0 0;
}
/**/
.admin-main {
  margin: 15px;
}
.admin-side-toggle,
.admin-side-full,
.admin-side-pad {
/*   position: absolute; */
  cursor: pointer;
  z-index: 19940201;
/*   left: 397px; */
  color: white;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #1AA094;
  line-height: 30px;
  top: 25%;
}
.admin-side-toggle:hover {
  background-color: #5FB878;
}
.admin-side-full {
  left: 437px;
}
.admin-side-pad {
  left: 477px;
}
.admin-login-box {
  height: 60px;
  position: relative;
}
.admin-contextmenu {
  position: absolute;
  line-height: 36px;
  padding: 5px 0;
  border: 1px solid #d2d2d2;
  background-color: white;
  z-index: 19940201;
  border-radius: 2px;
  white-space: nowrap;
  top: 30px;
  /*width: 100px;height: 200px; */
}
.admin-contextmenu ul li {
  padding: 0 15px;
}
.admin-contextmenu ul li:hover {
  background-color: #eee;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .layui-main {
    width: auto;
    margin: 0 10px;
  }
  .logo,
  .header-demo .logo {
    left: 10px;
  }
  .site-nav-layim {
    display: none !important;
  }
  .header .layui-nav .layui-nav-item {
    margin: 0;
  }
  .header .layui-nav .layui-nav-item a {
    padding: 0 15px;
  }
  .site-banner {
    height: 300px;
  }
  .site-banner-bg {
    background-size: cover;
  }
  .site-zfj {
    height: 100px;
    padding-top: 5px;
  }
  .site-zfj i {
    top: 10px;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    font-size: 100px;
  }
  .site-desc {
    background-size: 70%;
    margin: 0;
  }
  .site-desc cite {
    display: none;
  }
  .site-download {
    margin-top: 0;
  }
  .site-download a {
    height: 40px;
    line-height: 40px;
    padding: 0 25px 0 60px;
    border: 1px solid #778097;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
  }
  .site-download a cite {
    left: 20px;
  }
  .site-banner-other {
    bottom: 15px;
  }
  .site-idea {
    margin: 20px 0;
  }
  .site-idea li {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .site-hengfu img {
    max-width: 100%;
  }
  .layui-layer-dir {
    display: none;
  }
  .site-tree {
    position: fixed;
    top: 0;
    bottom: 0;
    min-height: 0;
    overflow: auto;
    z-index: 1000;
    left: -260px;
    background-color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  .site-content {
    width: 100%;
    padding: 0;
    overflow: auto;
  }
  .site-content img {
    max-width: 100%;
  }
  .site-tree-mobile {
    display: block!important;
    position: fixed;
    z-index: 100000;
    bottom: 0px;
    left: 0px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(128, 128, 128, 0.6);
    color: #fff;
  }
  .site-home .site-tree-mobile {
    display: none!important;
  }
  .site-mobile .site-tree-mobile {
    display: none !important;
  }
  .site-mobile .site-tree {
    left: 0;
  }
  .site-mobile .site-mobile-shade {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
  }
  .site-tree-mobile i {
    font-size: 20px;
  }
  .layui-code-view {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layui-layout-admin .layui-side {
    position: fixed;
    top: 0;
    left: -260px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 10000;
  }
  .layui-body {
    position: static;
    bottom: 0;
    left: 0;
  }
  .site-mobile .layui-side {
    left: 0;
  }
  body .layui-layout-admin .footer-demo {
    position: static;
  }
  .site-demo-area,
  .site-demo-editor,
  .site-demo-result,
  .site-demo-editor textarea,
  .site-demo-result iframe {
    position: static;
    width: 100%;
  }
  .site-demo-editor textarea {
    height: 350px;
  }
  .site-demo-zanzhu {
    display: none;
  }
  .site-demo-btn {
    bottom: auto;
    top: 370px;
  }
  .site-demo-result iframe {
    height: 500px;
  }
  .site-demo-laytpl textarea,
  .site-demo-laytpl div span {
    margin: 0;
  }
  .site-demo-tplres .site-demo-tplh2,
  .site-demo-tplres .site-demo-tplview {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .site-demo-title {
    position: static;
    left: 0;
  }
  .site-demo-code {
    position: static;
    height: 350px;
  }
  .admin-side-toggle,
  .admin-header-item,
  .admin-side-full {
    display: none;
  }
  .admin-side-pad {
    display: block;
    left:calc(100% - 110px);
  }  
  .admin-header-item-mobile {
    display: block;
  }
  .admin-nav-card .layui-tab-title  {
    position: fixed;
    bottom:3px;
    left:38px;
    width:calc(100% - 140px);
    padding-top:0px!important;
    border:1px solid #499bd6;
    border-radius: 4px!important;
    z-index:9998;
  }
  .admin-nav-card .layui-tab-title .layui-tab-bar {   
    height: 30px;
    line-height: 24px;
  }  
  .admin-nav-card .layui-tab-title li {
    clear: both;
    display:block;
    border-radius: 0px!important;
    width:100%;
    text-align:left;
    border-bottom:1px solid #fff;
   }  
   .admin-nav-card .layui-tab-title li .layui-tab-close{
    float:right;
    margin-top:5px;
   }  
   #rightArrow,#responseDiv{
   display:none;
   } 
  
}
.layout {
  padding: 5px 15px;
}
.layui-bg-normal {
  background-color: #56a3e5 !important;
}
.layui-nav-tree .layui-nav-item a {
  color: #dae8f2;
}
.layui-nav-tree .layui-nav-item a:hover {
  color: #ffffff;
  background-color: #499bd6;
}
/*
.layui-nav-tree .layui-nav-child dd.layui-this {
  background-color: #499bd6;
}
.layui-nav-tree .layui-nav-child dd.layui-this a {
  background-color: #499bd6;
}
*/
.layui-nav-tree .layui-nav-child dd.layui-this {
  border-left:0px !important;
  background-color: #f0f0f0;
}
.layui-nav-tree .layui-nav-child dd.layui-this a {
  color:#666;
  background-color: #f0f0f0;
}
.layui-nav-tree .layui-nav-child dd.layui-this i {
  color:#666;
}
/**/


.layui-nav-itemed .layui-nav-child {
  background-color: #3083bf !important;
}
.admin-side-toggle {
  background-color: #56a3e5;
/*   border-radius: 5px; */
  color: #ffffff;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-left: -15px;
  cursor: pointer;
}
.admin-side-toggle:hover {
  background-color: #499bd6;
}
.admin-side-full {
  background-color: #3083bf;
  border-radius: 5px;
  color: #ffffff;
}
.admin-side-full:hover {
  background-color: #499bd6;
}
.admin-side-pad {
  background-color: #3083bf;
  border-radius: 5px;
  color: #ffffff;
}
.admin-side-pad:hover {
  background-color: #499bd6;
}
.layui-btn {
  background-color: #3083bf;
}
.layui-btn.layui-btn-primary {
  border: 1px solid #C9C9C9;
  background-color: #fff;
  color: #555;
}
.layui-btn.layui-btn-danger {
  background-color: #e8583d;
}
.layui-btn.layui-btn-warm {
  background-color: #FFB800;
}
.layui-btn.layui-btn-add {
  background-color: #27c24c;
}
.layui-btn.layui-btn-del {
  background-color: #eb563e;
}
.layui-btn.layui-btn-update {
  background-color: #3d91cc;
}
.layui-btn.layui-btn-detail {
  background-color: #61c2cb;
}
.layui-btn.layui-btn-disabled {
  background-color: #FBFBFB;
}
a.layui-link {
  text-decoration: underline;
  cursor: pointer;
  color: #01AAED;
  background-color: transparent !important;
}
a.layui-link:hover {
  opacity: .8;
  color: #01AAED;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #3083bf;
}
.layui-header .layui-nav * {
  font-size: 16px;
}
.layui-nav-tree .layui-nav-bar {
  background-color: transparent;
}
.aj-panel {
  width: 100%;
  display: inline-block;
  border: 1px solid #e1e6ea;
  margin-bottom: 15px;
  background-color: #fff;
}
.aj-panel.normal {
  border: 0;
}
.aj-panel .aj-panel-header {
  padding: 15px;
  color: #01AAED;
  border-bottom: 1px solid #e1e6ea;
}
.aj-panel .aj-panel-header .aj-panel-tools {
  float: right;
  cursor: pointer;
}
.aj-panel .aj-panel-header .aj-panel-tools .iconfont {
  font-size: 20px;
}
.aj-panel .aj-panel-body {
  padding: 15px;
}
.aj-panel .aj-panel-body.normal {
  padding: 0;
}
.aj-print .aj-panel {
  box-shadow: 0px 0px 3px 1px #f2f2f2;
}
table.layui-table {
  border: 1px solid #e7e7e7;
  color: #666666;
}
table.layui-table thead tr {
  background-color: #f9f9f9;
}
table.layui-table thead tr th {
  font-weight: bold;
  text-align: center;
}
table.layui-table thead tr th.left {
  text-align: left;
}
table.layui-table tbody tr td {
  text-align: center;
}
table.layui-table tbody tr td.left {
  text-align: left;
}
table.layui-table[lay-even] tr:hover {
  background-color: #f5f5f5;
}
table.layui-table[lay-even] tr:nth-child(even) {
  background-color: #fafafa;
}
table.layui-table[lay-even] tr.layui-table-click {
  background-color: #fffde5;
}
.layui-container {
  width: 100%;
}
.form-item .form-label {
  display: block;
  padding-left: 5px;
  border-left: 5px solid #3c85c7;
}
.form-item .form-label.not-null {
  border-left-color: red;
}
.form-item .input-block .layui-select {
  width: 100%;
  padding-left: 10px;
}
.form-item .input-block.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.form-item .input-block.input-group .input-group-btn {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  float: left;
  margin-left: -1px;
}
.form-item .input-block.input-group .input-group-btn .layui-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.form-item .input-block.input-group .layui-input {
  display: inline-block;
  position: relative;
  float: left;
  display: table-cell;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form-item .input-block.btn-left .input-group-btn {
  margin-left: 0;
  margin-right: -1px;
}
.form-item .input-block.btn-left .input-group-btn .layui-btn {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form-item .input-block.btn-left .layui-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.form-item .input-block-radio {
  line-height: 38px;
}
.form-item .input-inline.city .layui-input {
  display: inline;
}
.form-item .input-inline.city .city-3 {
  float: none;
  display: inline-block;
}
.form-item-detail label {
  display: inline-block;
  text-align: right;
}
.layui-row {
  margin-left: -15px;
  margin-right: -15px;
}
.layui-row [class^="layui-col"] {
  padding: 0 15px;
  margin-bottom: 5px;
}
.layui-row [class^="layui-col"]::after {
  clear: both;
}
.iconfont {
  vertical-align: middle;
}
.layui-table-view .layui-table {
  width: 100%;
}
.btn-serach-team {
  line-height: 57px;
}
.btn-serach-team button {
  vertical-align: bottom;
}
.admin-nav-card {
  margin-top: 0;
  background-color: #F5FAFE;
}
.admin-nav-card > .layui-tab-title {
  border-bottom: 1px solid #e8e8e8;
}
.admin-nav-card > .layui-tab-title li {
  background-color: #DEF5FD;;
  color: #666666;
  height: 30px;
  line-height: 30px;
}
.admin-nav-card > .layui-tab-title li:nth-child(1) {
  line-height: 40px;
}
.admin-nav-card > .layui-tab-title li.layui-this {
  background-color: #FFF;
}
.a-cite {
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 40px;
  font-style: normal;
}
.aj-badge {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
}
ul.quick-menu li {
  text-align: center;
  height: 100px;
}
ul.quick-menu li:after {
  clear: both;
}
ul.quick-menu li div {
  width: 64px;
  height: 64px;
  background-image: url(../images/quicklink.png);
  margin: 0 auto;
  border-radius: 25%;
  color: #fff;
  text-align: center;
  line-height: 64px;
  background-size: cover;
}
ul.quick-menu li div .iconfont {
  font-size: 40px;
}
ul.aj-work li {
  line-height: 30px;
  color: #666;
}
.danger {
  color: #e8583d;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.layui-input-inline.location {
  width: 32%;
}
.layui-input-inline.location .layui-select {
  width: 100%;
}
.fixed-container .oprbtn-fixed {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0;
  padding: 5px;
  text-align: center;
  z-index:999999;
}
.tools-tips{
	background: #e5f9d9;
	border-radius: 4px;
	font-weight: bold;
	font-size: 15px;
	padding: 10px;
	margin-bottom:10px;
	color: #42ab35;
	position: relative;
	transition:all 1s;
}
.tools-tips-click{
	position: fixed;
	right: 10px;
	top:0;
	cursor: pointer;
	padding: 5px;
	background: #e5f9d9;
	border-radius: 4px;
	color: #42ab35;
	z-index: 1;
}
.tools-tips-click:hover{
	color:#2f7528;
}
.tools-tips ul li::before{
	content:'闂佽櫕鎷濋幏锟�';
	margin-right: 5px;
}
.tools-tips i{
	position: absolute;
	right: 5px;
    top: 5px;
    cursor: pointer;
    font-size:10px;
    font-weight:normal;
}
.tools-tips i:hover{
	color:#2f7528;
}
.tools-tips.sort{
	display: none;
}
/* <= 568px */
@media screen and (max-width: 35.5em) {
  .layui-table-view {
    border: 0;
  }
  .layui-table[lay-skin=line] td {
    border-width: 0!important;
  }
  .layui-container table {
    border: 0;
  }
  .layui-container table thead {
    display: none;
  }
  .layui-container table tr {
    margin-bottom: 20px;
    display: block;
    box-shadow: 0px 0px 10px 0px #cfd8dd;
  }
  .layui-container table td {
    display: block;
    text-align: right;
    font-size: 13px;
  }
  .layui-container table td div.layui-table-cell {
    width: calc(70% - 5px);
    text-align: left;
    display: inline-block;
  }
  .layui-container table td div.layui-table-cell.laytable-cell-checkbox {
    padding: 0 15px;
  }
  .layui-container table td div.layui-table-cell.laytable-cell-numbers {
    font-weight: bold;
  }  
  .layui-container table td.layui-table-col-special{
    background-color:#f0f0f0;
  }
  .layui-container table td:last-child {
    border-bottom: 0;
  }
  .layui-container table td:before {
    content: attr(data-title);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block; 
    word-wrap:break-word;   
    width: calc(30% - 5px);
    text-align: left;
    padding-left:5px;   
    line-height:28px; 
  }
  .layui-container .layui-table-tool-self{
	display:none;
  }
  .layui-container .layui-table-fixed{
  	display:none;
  }
}
@media print {
  .aj-print .aj-panel {
    border: 0;
    box-shadow: none;
  }
  .noprint {
    display: none;
  }
}
.tab-nav{
	min-height: 420px;
	border: 1px solid #e7e7e7;
    width: 100%;
    position: relative;
    background: #f0f0f0;
}
.tab-nav-left{
	width:200px;
	float:left;
	min-height: 100%;
	border-right: 1px solid #f0f0f0;
	background: #fff;
	position: absolute;
}
.tab-nav-right{
    width: calc(100% - 230px);
    margin-left: 200px;
    padding: 15px;
}
.tab-nav-left ul li{
	padding: 10px 15px;
	border-bottom: 1px solid #f0f0f0;
	padding-right: 10px;
	position: relative;
}
.tab-nav-left ul li.warm{
	background: #f0f0f0;
}
.tab-nav-left ul li:first-child{
	background: #e6e6e6;
	padding-left:10px;
	color:#333;
	font-weight: bold;
}
.tab-nav-left ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.tab-nav-left ul li.warm a{
	font-weight:bold;
}
.tab-nav-left ul li i{
	font-size: 18px;
	color:rgba(255, 87, 34, 0.75);
	display: none;
	position: absolute;
	top:50%;
	margin-top: -9px;
	right: 5px;
}
.tab-nav-left ul li i:nth-child(2){
	right: 25px;
}
.tab-nav-left ul li.warm i{
	display: inline-block;	
}

.sta-table{
	background: #fff;
	width: 100%;
}

.sta-table tbody tr td:first-child {
	text-align: center;
}

.sta-table tbody tr td {
	padding: 0 2px;
}

.sta-table tbody tr td p font {
	font-weight: bold;
}

.sta-table tbody tr td p.no-edit {
	font-weight: bold;
}

.file-box{
	display: inline-block;
	position: relative;
	padding: 0px 15px;
	overflow: hidden;
	color: #fff;
	background-color: #3083bf;
}

.file-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	outline: none;
	background-color: transparent;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.file-show {
	display: inline-block;
}
/*闂佹彃绉峰ù鍣嘺yui闂侇喓鍔岄崹搴ㄥ冀瀹勬壆纭�*/
.layui-table-view{min-height:0px}
body{
font-family: \5FAE\8F6F\96C5\9ED1;
}
.layui-body{
	z-index: 900;
}
.aj-wenjianjia:hover{
	cursor: pointer;
	color:red;
}

.layui-textarea{
 min-height:50px;
}
.layui-field-title legend{
	font-size:14px;
	cursor:pointer;
	color:#3083bf;
}
.layui-btn + .layui-btn{
	margin-left: 0;
}
/* .layui-table-tool.layui-table-tool-reset{
	position: relative;
    z-index: 890;
    display:inline-block;
    width: 30px;
    min-height: 0;
    line-height: 30px;
    padding: 0px 0px;
    border-width: 0;
    border-bottom-width: 0px;
    bottom:40px;
    right:0;
    background-color: transparent;
} */
.layui-table-tool.layui-table-tool-reset{
    padding: 0px 0px;
    background-color: transparent;
    border-bottom: 0px;
	min-height: 0;
	line-height: 24px;
}
.layui-table-tool .layui-table-tool-self .layui-table-tool-panel{
	bottom:-1px;
	top:auto;
	right:27px;
}
/*鐎规矮绠熷姘З閺夛繝鐝�硅棄寮烽懗灞炬珯 妤傛ê顔旈崚鍡楀焼鐎电懓绨插Ο顏嗙彨濠婃艾濮╅弶锛勬畱鐏忓搫顕�*/
::-webkit-scrollbar
{
    width: 6px;
    height: 16px;
    background-color: #F5F5F5;
}
/*鐎规矮绠熷姘З閺壜ゅ缓闁拷 閸愬懘妲捐ぐ锟�+閸﹀棜顫�*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 4px;
    background-color: #F5F5F5;
}

/*鐎规矮绠熷鎴濇健 閸愬懘妲捐ぐ锟�+閸﹀棜顫�*/
::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #c2c2c2;
}
.layui-layout-admin .layui-side,.layui-layout-admin .layui-body{
/* 	top:0; */
}
.layui-layout-admin .layui-side{
/* 	background-image: url("../images/side.png"); */
	background-color: #56a3e5;
}
.navbar-person{
	position: static;
	display: inline-block;
	margin-right: 20px;
}
.navbar-person .navbar-person-user{
    border-radius: 50%;
}
.navbar-person .navbar-person-user img{
    border-radius: 50%;
}
.navbar-person-info{
	display: inline-block;
	vertical-align: middle;
}
.navbar-person-info span{
	color:#fff;
	white-space: nowrap;
	font-family:"浠垮畫";
	font-size: 14px;
}
.layui-nav-box{
	height: calc(100% - 37px);
	width: 220px;
	overflow-x: hidden;
}
/* a.navbar-person-user{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 10px;
} */
.navbar-person-user img{
	width: 40px;
	height: 40px;
}
.layui-nav-right{
	position: absolute;
	right: 0;
	top: 0;
	padding: 12px 0px;
}
.layui-nav-right a{
	color: #FFFFFF;
	display: inline-block;
	background: rgba(255,255,255,.2);
	text-align: center;
	padding: 5px;
	border-radius: 4px;
}
.layui-nav-right a.tuichu{
	color: red;
}
.layui-nav-right a i{
	font-size: 22px;
}
.lay-wrapper{
	background-color: transparent !important;
	background-image: url(../images/zhejiao.png);
	padding-top: 45px;
	background-repeat: no-repeat;
}
.aj-xianshimima,.aj-yincangmima{
	position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
	cursor: pointer;
}
input::-ms-clear {
  width : 0;
  height: 0;
}
.spss-input{
	position: absolute;
    top: 10px;
    right: 10px;
    color: #999;
	cursor: pointer;	
}
thead tr th .layui-table-cell{
	border-left:1px dotted #ddd;
}
thead tr th:nth-child(1) .layui-table-cell{
	border-left:none!important;
}