@import url("../css/bootstrap.css");
@import url("../css/fastadmin.css");
@import url("../css/floating-label.css");
@import url("../css/iconfont.css");
@import url("../libs/font-awesome/css/font-awesome.min.css");
@import url("../libs/toastr/toastr.min.css");
@import url("../libs/fastadmin-layer/dist/theme/default/layer.css");
@import url("../libs/bootstrap-daterangepicker/daterangepicker.css");
@import url("../libs/nice-validator/dist/jquery.validator.css");
html,
body {
  height: 100%;
}
*{
  padding: 0;
  margin: 0;
}
body {
  padding-top: 50px;
  font-size: 13px;
}
li{
  list-style: none;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.navbar {
  border-bottom: 1px solid #C9CDD0;
}
.navbar-nav li > a {
  font-size: 14px;
}
.toast-top-center {
  top: 50px;
}
#toast-container > div {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*修复nice-validator和summernote的编辑框冲突*/
.nice-validator .note-editor .note-editing-area .note-editable {
  display: inherit;
}
/*预览区域*/
.plupload-preview {
  padding: 0 10px;
  margin-bottom: 0;
}
.plupload-preview li {
  margin-top: 10px;
}
.plupload-preview .thumbnail {
  margin-bottom: 10px;
}
.plupload-preview a {
  display: block;
}
.plupload-preview a:first-child {
  height: 90px;
}
.plupload-preview a img {
  height: 80px;
  object-fit: cover;
}
.layui-layer-content {
  clear: both;
}
.layui-layer-fast-msg {
  min-width: 100px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.layui-layer-fast-msg .layui-layer-content {
  background-color: #ffffff;
  color: #666666;
  text-align: center;
}
#header-navbar li.dropdown ul.dropdown-menu {
  min-width: 94px;
}
form.form-horizontal .control-label {
  font-weight: normal;
}
.panel-default {
  padding: 0 15px;
  border-color: #e4ecf3;
}
.panel-default > .panel-heading {
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.panel-default > .panel-heading .panel-title {
  color: #313131;
}
.panel-default > .panel-heading .panel-title > i {
  display: none;
}
.panel-default > .panel-heading .more {
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
  color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-default > .panel-heading .more:hover {
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-default > .panel-heading .panel-bar {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
}
@media (max-width: 767px) {
  .panel-default {
    padding: 0 10px;
  }
  .panel-default > .panel-heading {
    padding: 10px 0;
  }
  .panel-default > .panel-heading .more {
    top: 8px;
  }
   > .panel-body {
    position: relative;
    padding: 15px 0;
  }
   > .panel-footer {
    padding: 15px 0;
    background: none;
  }
}
.panel-gray {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.panel-gray > .panel-heading {
  background-color: #f5f5f5;
  color: #919191;
}
.panel-gray > .panel-body {
  color: #919191;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-page {
  padding: 45px 50px 50px;
  min-height: 500px;
}
.panel-page .panel-heading {
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.panel-page .panel-heading h2 {
  font-size: 25px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .panel-page {
    padding: 15px;
    min-height: 300px;
  }
}
.nav-pills > li {
  margin-right: 5px;
}
.nav-pills > li > a {
  padding: 10px 15px;
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-pills > li > a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f5f5f5;
}
.nav-pills > li.active > a {
  border: none;
  color: #fff;
  background: #46c37b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.nav-pills.nav-pills-sm > li > a {
  font-size: 12px;
  line-height: 1.5;
  padding: 4px 13px;
}
.fieldlist dd {
  display: block;
  margin: 5px 0;
}
.fieldlist dd input {
  display: inline-block;
  width: 300px;
}
.fieldlist dd input:first-child {
  width: 110px;
}
.fieldlist dd ins {
  width: 110px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
/* 弹窗中的表单 */
.form-layer {
  height: 100%;
  min-height: 150px;
  min-width: 300px;
}
.form-layer .form-body {
  width: 100%;
  overflow: auto;
  top: 0;
  position: absolute;
  z-index: 10;
  bottom: 50px;
  padding: 15px;
}
.form-layer .form-footer {
  height: 50px;
  line-height: 50px;
  background-color: #ecf0f1;
  width: 100%;
  position: absolute;
  z-index: 200;
  bottom: 0;
  margin: 0;
}
.form-layer .form-footer .form-group {
  margin-left: 0;
  margin-right: 0;
}
footer.footer {
  width: 100%;
  color: #999;
  background: #555;
  padding-bottom: 20px;
}
footer.footer .copyright {
  line-height: 50px;
  text-align: center;
  background: #393939;
  margin: 0;
}
footer.footer .copyright a {
  color: #aaa;
}
footer.footer .copyright a:hover {
  color: #fff;
}
.footer_copy_content{
  padding-top: 20px;
}
.footer_copy_content .link_text{
  display: block;
}
.footer_copy_content .link_text a{
  color:#999;
}
.footer_copy_content .link_text a:first-child{
  margin-right: 15px;
}
.footer_copy_content_mobile{
  display: none;
}
.footer_copy_content_mobile a{
  color: #999;
}
.rotate {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform,-moz-transform,-o-transform,transform;
  overflow: hidden;
}
.rotate:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.user-section {
  background: #fff;
  padding: 20px 40px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: none;
}
.login-section {
  margin: 90px auto;
  max-width: 600px;
  /*width: 70%;*/
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.login-section h2{
  font-size: 30px;
  font-weight: 400;
  color: #151414;
  text-align: center;
}
.login-section .reg_text{
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding-bottom: 10px;
}
.login-section.login-section-weixin {
  min-height: 315px;
}
.login-section .logon-tab {
  padding: 30px 45px 10px 45px;
}
.login-section .title_tab{
  width: 50%;
  overflow: hidden;
  float: left;
}
.login-section .title_tab:first-child{
  padding-right: 10px;
}
.login-section .title_tab:last-child{
  padding-left: 10px;
}
.login-section .title_tab > a {
  display: block;
  padding: 10px;
  /*float: left;*/
  width: 100%;
  font-size: 30px;
  text-align: center;
  color: #151515;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-section .title_tab > a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-section .title_tab > a.active {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fec30e;
  border-bottom: 2px solid #fec30e;
}
.login-section .login-main {
  padding: 30px 45px 20px 45px;
}
.login-section .control-label {
  font-size: 16px;
  font-weight: normal;
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: left top;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  pointer-events: none;
  color: #999;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 50px;
}
.n-default .n-left, .n-default .n-right{width: 100%}
.n-top, .n-right, .n-bottom, .n-left{width: 100%}
.icon-require{
  color: #999;
  font-size: 14px;
  vertical-align: top;
}
.input_focus{
  border:1px solid #FFCB05!important;
  background:#fff!important;
}
.control-label.label_focus{
  color: #999!important;
}
.control-label.label-focus-text{
  transform: translateY(-6px) scale(0.8);
}
.input_blur{
  border:1px solid #ccc!important;
  background:#fff!important;
}
.star{
  margin:5px 0 0 3px;
  color:#f00;
  font-size: 12px;
}
.login-section .n-bootstrap .form-group {
  position: relative;
}
.login-section .n-bootstrap .input-group {
  /*position: inherit;*/
  display: flex;
}
.captcha_input{
  width: 100%;
  flex-grow: 2;
}
.login-section .n-bootstrap .n-right {
  margin-top: 7px;
  /* left: -3px; */
  width: 100%;
  position: relative;
}
.n-msg {
  white-space: normal;
}
.login-section .n-bootstrap .n-right .msg-wrap {
  position: relative;
}
.captcha_images{
  width: 100%;
}
main.content {
  width: 100%;
  overflow: auto;
  min-height: calc(100vh - 141px);
  background-color: #fff;
}
footer.footer{
  background-color: #fff;
}
.sidenav {
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #e4ecf3;
}
.sidenav .list-group:last-child {
  margin-bottom: 0;
}
.sidenav .list-group .list-group-heading {
  list-style-type: none;
  color: #919191;
  margin-bottom: 10px;
  margin-left: 35px;
  font-size: 14px;
}
.sidenav .list-group .list-group-item {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  padding: 0;
  border-left: 2px solid transparent;
}
.sidenav .list-group .list-group-item:last-child,
.sidenav .list-group .list-group-item:first-child {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.sidenav .list-group .list-group-item:hover {
  background-color: #f5f5f5;
}
.sidenav .list-group .list-group-item > a {
  display: block;
  color: #616161;
  padding: 10px 15px 10px 35px;
}
.sidenav .list-group .list-group-item.active {
  border-left: 2px solid #46c37b;
  background: none;
}
.sidenav .list-group .list-group-item.active > a {
  color: #46c37b;
}
.nav li .avatar-text,
.nav li .avatar-img {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
}
.nav li .avatar-img {
  font-size: 0;
}
.nav li .avatar-img img {
  border-radius: 30px;
  width: 30px;
  height: 30px;
}
.avatar-text,
.avatar-img {
  display: inline-block;
  box-sizing: content-box;
  color: #fff;
  text-align: center;
  vertical-align: top;
  background-color: #e8ecf3;
  font-weight: normal;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  font-size: 24px;
  line-height: 48px;
}
.avatar-img {
  font-size: 0;
}
.avatar-img img {
  border-radius: 48px;
  width: 48px;
  height: 48px;
}
.pwList{
  display: none;
}
.pwList li{
  color: #999;
}
.conditions{
  text-align: center;
}
.pwList .pw_valid{
  color: #46c37b;
}
#showPW {
  position: absolute;
  right: 15px;
  top: 16px;
  cursor: pointer;
  color: #38A0F4;
  font-size: 14px;
}
#showPW i{
  font-size: 20px;
  color: #999;
  font-weight: bold;
}
.goBackBtn{
  color:#38A0F4 ;
  /*text-decoration: underline;*/
  cursor: pointer;
  font-size: 14px;
}
@media (min-width: 679px){
  main.content{
    background-color: #f5f5f5!important;
  }
footer.footer{
  background-color: #f5f5f5!important;
}
  .user-section{
    border: 1px solid #e4ecf3!important;
  }
}

.pager .pagination {
  margin: 0;
}
.pager li {
  margin: 0 .4em;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: .5em 1.2em;
}
.pager li > a,
.pager li > span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: .5em .93em;
  font-size: 14px;
}
.jumpto input {
  height: 31px;
  width: 50px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.navbar-inverse .navbar-nav > li > a:hover{color: #000;}
/*# sourceMappingURL=frontend.css.map */
@media screen and (max-width: 450px){
  .login-section .n-bootstrap .input-group {
    display: flex;
    flex-direction: column;
  }
  .captcha_input{
    width: 100%;
  }
  .input-group-btn{
    width: 100%;
    margin-top: 10px;
  }
  .login-section .title_tab > a{
    font-size: 24px;
  }
}

@media screen and (max-width: 400px){
  .login-section .title_tab > a{
    font-size: 20px;
  }
}

@media screen and (max-width: 678px){
  .footer_copy_content .link_text{
    display: none;
  }
  .footer_copy_content_mobile{
    display: block;
  }
  footer.footer{
    text-align: center;
  }
  main.content {
    position: inherit;
    padding: 15px 0;
    min-height: calc(100vh - 185px);
  }
  .login-section {
    width: 100%;
    margin: 20px auto;
  }
  .login-section .login-main {
    padding: 20px 0 0 0;
  }
  .login-section .logon-tab{
    padding: 0 20px;
  }
  footer.footer {
    position: inherit;
  }
  footer.footer .copyright {
    padding: 10px;
    line-height: 30px;
  }
  .user-section{
    padding: 15px;
  }
}