/****
主要css文件
Author: neugls

**/
body {
  overflow: auto;
}
.wechat-login-success svg,
.display-error svg {
  max-width: 30%;
}
.wechat-login-success,
.display-error {
  padding: 10rem 0 0 0;
}
.wechat-login-success p,
.display-error p {
  padding: 1rem 0 0 0;
  font-size: 2rem;
  margin-bottom: 14rem;
}
.wechat-login-success a.btn-primary,
.display-error a.btn-primary {
  padding: 1rem 5rem;
  border-radius: 10rem;
  background-color: #36aafd;
  border-color: #36aafd;
}
.wechat-login-success .st0 {
  fill: #43aafd !important;
}
.display-error .st0 {
  fill: #43aafd !important;
}
.auto-height-iframe-holder iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.user-search-box {
  display: flex;
}
.user-search-box .search {
  width: 100%;
  height: 36px;
  border-radius: 4px 0 0 4px;
  background: inherit;
  background-color: #ffffff;
  box-sizing: border-box;
  border-width: 1px;
  border-right: 0px;
  border-style: solid;
  border-color: #bcbcbc;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
 /* padding: 0 8px;
    width: 100%;
    height: 36px;
    border-radius: 4px 0 0 4px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-right: 0px;
    border-style: solid;
    border-color: rgba(188, 188, 188, 1);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 8px;
    outline: none;
    margin-right: 0px;*/
}
.user-search-box .search-button {
  width: 44px;
  height: 36px;
  background-color: #337ab7;
  float: right;
  border: 1px solid rgba(188, 188, 188);
}
.user-search-box .search-button > .up-icon {
  margin: 5px 10px 20px 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.user-search-type .form-control {
  height: 36px;
}
.custom-tips-label {
  position: absolute;
  top: 39px;
  left: 200px;
  color: red;
}
.custom-form .per-box {
  position: relative;
}
.payment-container {
  margin: 100px auto;
  margin-left: 228px;
}
.payment-date-select {
  position: relative;
  /* pointer-events: none; */
  display: flex;
}
.m-nav-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
  line-height: 50px; 
  text-align: center;
}
.m-nav-box .m-navbar-brand {
  padding: 0;
  line-height: 50px;
  font-size: 16px;
    position: relative;
    /* pointer-events: none; */
    display:flex;
}
.payment-select-box .input-group {
  pointer-events: all;
}
.custom-form .custom-row,
.member-form .custom-row {
  padding: 0px 15px;
  margin-bottom: 20px;
}
.custom-form .row-left {
  padding: 0;
}
.custom-form .row-right {
  padding: 0;
}
.custom-form .tips {
  padding: 0;
  color: red;
  display: none;
}
.custom-form .user-account {
  display: flex;
}
.custom-form .user-account input {
  margin-right: 15px;
}
.search-row {
  display: flex;
  flex-wrap: wrap;
}
.search-row .select-type,
.member-selecter {
  width: 120px;
  margin: 0 10px 5px 0;
}
.select-type {
  min-width: 76px;
  margin-right: 0.8rem;
}
.search-row .search-box {
  margin-left: 0.8rem;
}
.user-table {
  width: 100%;
}
.user-table table {
  table-layout: fixed;
  word-wrap: break-word;
  width: 880px;
}
.custom-container .content {
  width: 100%;
}
.member-search-box {
  display: flex;
  width: 100%;
}
.merber-select-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar-content {
  display: flex;
  align-items: center;
}
.navbar-content .collapse-icon {
  margin-right: 1.5rem;
}
.collapse-icon img {
  width: 30px;
  height: 30px;
  margin-top: -3px;
}
.navbar-fixed-top {
  z-index: 99;
}
.show-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 299;
  display: none;
}
.page-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  z-index: 999;
  background-color: #ffffff;
  display: none;
}
.page-sidebar .page-sidebar-menu {
  margin-top: 40px;
}
.page-sidebar .page-sidebar-menu ul {
  list-style: none;
  padding-left: 0px;
}
.page-sidebar .page-sidebar-menu ul > li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  border: none;
  color: #333;
  font-weight: normal;
  box-sizing: border-box;
}
.page-sidebar .page-sidebar-menu ul > li a {
  color: #000000;
  display: block;
  padding: 1em 5%;
  transition: all 0.2s ease-out;
  cursor: pointer;
  padding-left: 25px !important;
  text-decoration: none;
}
.custom-container .input-group-addon {
  height: 34px;
  line-height: 20px;
  width: 35px;
}
.l-modal-fixed {
  position: fixed;
  z-index: 10086;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.l-modal-fixed .l-modal-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-modal-fixed .l-modal-container .l-modal-head {
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  background-color: #f4f5f6;
  border-bottom: 1px solid #ddd;
  border-radius: 5px 5px 0 0!important;
}
.l-modal-fixed .l-modal-container .l-modal-head .back-icon-wrapper {
  flex: 1;
  text-align: right;
}
.l-modal-fixed .l-modal-container .l-modal-head .back-icon-wrapper .back-icon {
  font-size: 20px;
  font-weight: 800;
  padding: 6px;
  cursor: pointer;
}
.l-modal-fixed .l-modal-container .l-modal-content {
  background-color: #fff;
  border-radius: 0 0 5px 5px!important;
}
.l-form-group {
  text-align: center;
  padding: 6px 0;
}
.l-form-group .form-label {
  display: inline-block;
  align-items: center;
  margin: 0;
  font-weight: 400;
}
.l-form-group .form-label .label-text {
  font-size: 16px;
  color: #333;
}
.l-form-group .form-label .form-input {
  width: 250px;
  padding: 4px 6px;
  border-radius: 4px!important;
  height: 40px;
  border: 1px solid #ccc;
  outline: none;
}
.l-form-group .form-label .form-input:focus {
  border: #75B9F0 1px solid;
  box-shadow: 0px 0px 5px #75B9F0;
}
@media screen and (max-width: 768px) {
  .user-table {
    overflow: hidden;
    overflow-x: scroll;
  }
  .custom-container .input-group .form-control {
    padding: 6px 0 6px 3px;
  }
  .list-group {
    display: none;
  }
  .member-container,
  .custom-container {
    margin: 75px 0;
  }
  .data-picker-box,
  .payment-date-select,
  .user-search-box {
    width: 100%;
  }
  .custom-container .input-group {
    width: 82%;
    display: flex;
    align-items: center;
  }
  .navbar-tab {
    display: none;
  }
  .custom-container .m-style{
    display: none!important;
    position: relative;
    text-align: center;
    zoom: 1;
  }
 
}
@media screen and (min-width: 768px) {
  .pc-container {
    width: 820px;
  }
  .search-row,
  .member-search-box {
    justify-content: flex-end;
  }
  .member-search-box .select-type {
    width: 120px;
  }
  .member-content {
    margin-left: 100px;
  }
  #mobile-nav-taggle {
    display: none;
  }
  .member-container,
  .custom-container {
    margin: 100px 0;
  }
  .m-navbar-tab {
    display: none;
  }
}
.page-sidebar .page-sidebar-menu{
    margin-top: 40px;
}
.page-sidebar .page-sidebar-menu ul{
    list-style: none;
    padding-left: 0px;
}
.page-sidebar .page-sidebar-menu ul>li{
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    color: #333;
    font-weight: normal;
    box-sizing: border-box;
}
.page-sidebar .page-sidebar-menu ul>li a{
    color: #000000;
    display: block;
    padding: 1em 5%;
    transition: all 0.2s ease-out;
    cursor: pointer;
    padding-left: 25px !important;
    text-decoration: none;
}
.custom-container .input-group-addon{
    height: 34px;
    line-height: 20px;
    width: 35px;
}
@media screen and (max-width:768px) {
    .user-table{
        overflow: hidden;
        overflow-x: scroll;
    }
    .custom-container .input-group .form-control{
        padding: 6px 0 6px 3px;
    }
    .list-group{
        display: none;
    }
    .member-container,.custom-container{
        margin: 75px 0;
    }
    .data-picker-box,.payment-date-select,.user-search-box{
        width: 100%;
    }
    .custom-container .input-group{
        width: 82%;
        display: flex;
    }
    .navbar-tab{
        display: none;
    }
    .custom-container .m-style{
        display: none!important;
    }
}
@media screen and (min-width: 768px) {
    .pc-container{
        width: 820px;
    }
    .search-row,.member-search-box{
        justify-content: flex-end;
    }
    .member-search-box .select-type{
        width: 120px;
    }
    .member-content{
        margin-left: 100px;
    }
    #mobile-nav-taggle{
        display: none;
    }
    .member-container,.custom-container{
        margin: 100px 0;
    }
    .m-navbar-tab{
        display: none;
    }
}
/* 页码样式 */
.custom-container .m-style {
    position: relative;
    text-align: center;
    zoom: 1;
}

.custom-container .m-style:before,
.custom-container .m-style:after {
    content: "";
    display: table;
}

.custom-container .m-style:after {
    clear: both;
    overflow: hidden;
}

.custom-container .m-style span {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}

.custom-container .m-style .active {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #337ab7;
    color: #fff;
    font-size: 14px;
    border: 1px solid #337ab7;
}

.custom-container .m-style a {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

.custom-container .m-style a:hover {
    color: #fff;
    background: #337ab7;
}

.custom-container .m-style .next,
.custom-container .m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}

.custom-container .now,
.custom-container .count {
    padding: 0 5px;
    color: #337ab7;
}

.custom-container .eg img {
    max-width: 800px;
    min-height: 500px;
}
.custom-container .jump-ipt {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}
/* realname css */
#jBox-overlay{
    position: fixed;top: 0;left: 0; width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);display: none; opacity: 1; z-index: 999;
}
.jBox-wrapper{  
    position: fixed; display: none; opacity: 1; z-index: 10000; left: 50%; top: 50%; margin-left: -180px; margin-top: -120px;
}
.jBox-container{
    border-radius: 4px!important; background: #fff;position: relative;box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
}
.jBox-content{
    padding: 12px 15px;width: 360px;height: 220px;}
.jBox-content .content{
    padding:15px;}
.jBox-content .footer{
    display: flex;
    height: 50px;
    align-items: center;
    background: #f0f0f0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    justify-content: center;
    border-radius: 4px;
}
.jBox-content .reject-text{
    margin-bottom: 20px;margin-top: 15px;font-size: 15px;color: #333;
}
.jBox-content .reason{
    display: flex;margin-bottom: 50px;align-items: center;
}
.jBox-content .footer .cancle-btn{
    margin-right:15px;
    height: 34px;
}
.realname-table .viewimage{
    position: relative;
}
.realname-table .search{
    display: flex;
    justify-content: flex-end;
}
.realname-table .img_pre{
    position: absolute;
    top: -30px;
    left: -100px;
    z-index: 99;
    display: none;
}
.realname-table thead th,.realname-table tbody td {
    font-size: 14px;
    width: 12%;
}

