/* CSS Document */
body {
  min-width: 815px;
}
.admin-left {
  width: 240px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: width 0.5s;
}
.admin-left .tops {
  width: 180px;
  height: 80px;
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.admin-left .tops .hambu {
  width: 24px;
  height: 21px;
  cursor: pointer;
}
.admin-left .tops .hambu i {
  width: 24px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #5148bf;
  display: block;
  transition: width 0.3s;
}
.admin-left .tops .hambu .i2 {
  margin: 6px 0;
}
.admin-left .tops img {
  width: 119px;
  height: 34px;
  margin-left: 30px;
}
.admin-left .menus {
  width: 180px;
  margin: 0 0 0 30px;
}
.admin-left .menus .items {
  width: 100%;
  position: relative;
}
.admin-left .menus .items .one {
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
}
.admin-left .menus .items .one i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/icons.png);
}
.admin-left .menus .items .one span {
  display: inline-block;
  margin-left: 30px;
  font-size: 16px;
  color: #666;
  height: 18px;
  line-height: 18px;
  transition: color 0.3s;
}
.admin-left .menus .items .one i.htsy {
  background-position: 0 -32px;
}
.admin-left .menus .items .one i.jccz {
  background-position: 0 -67px;
}
.admin-left .menus .items .one i.glysz {
  background-position: 0 -102px;
}
.admin-left .menus .items .one i.nrgl {
  background-position: 0 -137px;
}
.admin-left .menus .items .one i.wzlmmc {
  background-position: 0 -172px;
}
.admin-left .menus .items .one i.yxgl {
  background-position: -73px -125px;
}
.admin-left .menus .items .one i.aqybf {
  background-position: -75px -222px;
}
.admin-left .menus .items .one:hover i.htsy {
  background-position: -31px -32px;
}
.admin-left .menus .items .one:hover i.jccz {
  background-position: -31px -67px;
}
.admin-left .menus .items .one:hover i.glysz {
  background-position: -31px -102px;
}
.admin-left .menus .items .one:hover i.nrgl {
  background-position: -31px -137px;
}
.admin-left .menus .items .one:hover i.wzlmmc {
  background-position: -31px -172px;
}
.admin-left .menus .items .one:hover i.yxgl {
  background-position: -104px -125px;
}
.admin-left .menus .items .one:hover i.aqybf {
  background-position: -103px -222px;
}
.admin-left .menus .items .one:hover span {
  color: #5148bf;
}
.admin-left .menus .items ul {
  width: 100%;
  border-left: 1px dotted #5148bf;
  padding-left: 42px;
  margin-left: 12px;
}
.admin-left .menus .items ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.admin-left .menus .items ul li a {
  /*	height: 16px;*/
  line-height: 40px;
  font-size: 14px;
  color: #666;
  transition: color 0.3s;
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
.admin-left .menus .items ul li a:hover, .admin-left .menus .items ul li a.active {
  /*	color: #5148bf;*/
  color: #666;
  background-color: #f2f3f5;
}
.admin-left .menus .items.active .one {
  font-weight: 700;
}
.admin-left .menus .items.active .one i.htsy {
  background-position: -31px -32px;
}
.admin-left .menus .items.active .one i.jccz {
  background-position: -31px -67px;
}
.admin-left .menus .items.active .one i.glysz {
  background-position: -31px -102px;
}
.admin-left .menus .items.active .one i.nrgl {
  background-position: -31px -137px;
}
.admin-left .menus .items.active .one i.wzlmmc {
  background-position: -31px -172px;
}
.admin-left .menus .items.active .one i.yxgl {
  background-position: -104px -125px;
}
.admin-left .menus .items.active .one i.aqybf {
  background-position: -103px -222px;
}
.admin-left .menus .items.active .one span {
  color: #5148bf;
}
.admin-left.closed {
  width: 84px;
}
.admin-left.closed .hambu .i1 {
  width: 16px;
}
.admin-right {
  width: 100%;
  padding-left: 240px;
}
.admin-right .quicktop {
  width: 100%;
  height: 80px;
  background-color: #293151;
  padding-right: 40px;
  position: relative;
}
.admin-right .quicktop .links {
  width: 750px;
  height: 32px;
  overflow: hidden;
  float: left;
  margin-top: 25px;
}
.admin-right .quicktop .links a {
  display: inline-block;
  margin-left: 40px;
  color: #fff;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
}
.admin-right .quicktop .links a.active{
  border-bottom: 2px solid #5148bf;
}
.admin-right .quicktop .m-links {
  width: auto;
  margin-left: 40px;
  padding-top: 1px;
  float: left;
  display: none;
  margin-top: 25px;
  position: relative;
}
.admin-right .quicktop .m-links .hamb {
  clear: both;
  width: 120px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.admin-right .quicktop .m-links .hamb span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  height: 30px;
}
.admin-right .quicktop .m-links .hamb i {
  width: 12px;
  height: 6px;
  display: inline-block;
  background-image: url("./../images/icons.png");
  background-position: -74px -166px;
  transition: all 0.3s;
  margin-left: 10px;
}
.admin-right .quicktop .m-links .hamb i.open {
  background-position: -74px -172px;
}
.admin-right .quicktop .m-links .link-list {
  width: auto;
  height: auto;
  clear: both;
  background-color: #fff;
  box-shadow: 0 0 10px #d3d4d9;
  margin-top: 20px;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 999;
  display: none;
}
.admin-right .quicktop .m-links .link-list a {
  display: block;
  width: auto;
  white-space: nowrap;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s;
}
.admin-right .quicktop .m-links .link-list a:hover {
  background-color: #5148bf;
  color: #fff;
}
.admin-right .quicktop .m-links .link-list a.active{
  background-color: #5148bf;
  color: #fff;
}
.admin-right .quicktop .right {
  width: 445px;
  display: inline-flex;
  justify-content: space-between;
  float: right;
  position: absolute;
  top: 25px;
  right: 40px;
  z-index: 99;
  background-color: #293151;
  padding-left: 20px;
}
.admin-right .quicktop .right .quick {
  width: 250px;
  display: inline-flex;
  align-items: center;
}
.admin-right .quicktop .right .quick a {
  display: inline-block;
  color: #fff;
  height: 14px;
  line-height: 14px;
}
.admin-right .quicktop .right .quick i {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #fff;
  margin: 0 15px;
}
.admin-right .quicktop .right .user {
  width: 158px;
  height: 32px;
  display: inline-flex;
  align-items: center;
}
.admin-right .quicktop .right .user span {
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  color: #fff;
  padding-bottom: 20px;
  margin-top: 20px;
}
.admin-right .quicktop .right .user .logout {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #5148bf;
  border-radius: 4px;
  margin-left: 10px;
  transition: all 0.3s;
}
.admin-right .quicktop .right .user .logout img {
  width: 16px;
  height: 16px;
  margin: 8px;
}
.admin-right .quicktop .right .user a:hover {
  background-color: #ff0000;
}
.admin-right .quicktop .right .user-links {
  width: auto;
  height: auto;
  clear: both;
  background-color: #fff;
  box-shadow: 0 0 10px #d3d4d9;
  margin-top: 20px;
  position: absolute;
  top: 20px;
  /* right: 40px; */
  z-index: 999;
  display: none;
}
.admin-right .quicktop .right .user-links a {
  display: block;
  width: auto;
  white-space: nowrap;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s;
}
.admin-right .quicktop .right .user-links a:hover {
  background-color: #5148bf;
  color: #fff;
}
.admin-right.closed {
  padding-left: 84px;
}
.admin-mains {
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  padding-right: 15px;
}
.admin-main {
  width: 100%;
  background-color: #fff;
  /*	box-shadow: 0 0 10px #ccc;*/
}
.admin-main .top-tabs {
  width: 100%;
  height: 50px;
  background-color: #e2e3e9;
  position: relative;
}
.admin-main .top-tabs .list {
  height: 50px;
  display: inline-flex;
}
.admin-main .top-tabs a {
  display: inline-block;
  width: 200px;
  height: 100%;
  border-top: 2px solid #e2e3e9;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
  color: #333333;
}
.admin-main .top-tabs a.active, .admin-main .top-tabs a:hover {
  background-color: #fff;
  color: #5148bf;
}
.admin-main .top-tabs .borderline {
  width: 200px;
  height: 2px;
  background-color: #5148bf;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.admin-add-data {
  width: 100%;
}
.admin-add-data .lines {
  width: 100%;
  clear: both;
}
.admin-add-data .line1 .selects {
  width: 160px;
  height: 38px;
  float: left;
  margin-right: 10px;
}
.admin-add-data .line1 .btn {
  float: left;
  margin-right: 10px;
}
.admin-add-data .line1 .checklist {
  float: right;
  display: inline-flex;
  justify-content: flex-end;
}
.admin-add-data .line2 .selects {
  width: 160px;
  height: 38px;
  float: left;
  margin-right: 10px;
}
.admin-add-data .line2 .btn {
  float: left;
}
.admin-add-data .inner-block {
  width: 100%;
  padding: 10px 10px 30px;
  background-color: #f3f4f9;
}
.admin-add-data .inner-block .lines {
  display: flex;
  align-items: flex-start;
}
.admin-add-data .inner-block .lines .label {
  width: 60px;
  height: 38px;
  line-height: 38px;
  text-align: right;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}
.admin-add-data .inner-block .lines .right {
  width: calc(100% - 80px);
  margin-left: 20px;
}
.admin-add-data .inner-block .lines .right input[type="text"] {
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  min-height: 38px;
  padding: 0 10px;
  font-size: 14px;
}
.admin-add-data .inner-block .lines .right textarea {
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  min-height: 38px;
  padding: 10px;
  font-size: 14px;
}
.admin-add-data .inner-block .lines .right .desc {
  display: inline-block;
}
.admin-add-data .inner-block .line3 .radio-item {
  float: left;
}
.admin-add-data .inner-block .line4 input {
  width: 100%;
}
.admin-add-data .inner-block .line5 textarea {
  width: 100%;
  height: 85px;
  resize: none;
}
.admin-add-data .inner-block .line6 textarea {
  width: 100%;
  height: 300px;
  resize: none;
}
.admin-add-data .inner-block .line7 input {
  margin-right: 20px;
}
.admin-add-data .inner-block .line7 .btn {
  margin-right: 20px;
}
.admin-add-data .inner-block .line9 {
  flex-wrap: wrap;
}
.admin-add-data .inner-block .line9 .item {
  width: 220px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  margin: 5px 20px 0;
}
.admin-add-data .inner-block .line9 .item .right {
  width: 140px;
}
.admin-add-data .inner-block .line9 .item .right input {
  width: 140px;
}
.admin-add-data .submit {
  width: 100%;
  height: 38px;
  display: flex;
  justify-content: flex-end;
}
.admin-add-data .submit .btn {
  width: 200px;
  margin-left: 20px;
}
.admin-add-data .submit .btn.save {
  background-color: #e2e3e9;
  color: #333;
}
.admin-list-data .searchline {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.admin-list-data .searchline>div,.admin-list-data .searchline>.layui-btn{
   margin-bottom: 6px;
}
.admin-list-data .searchline .input {
  width: 160px;
  height: 38px;
  margin-right: 10px;
  line-height: 38px;
}
.admin-list-data .searchline .input input {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 10px;
}
.admin-list-data .searchline .select {
  width: 160px;
  height: 38px;
  margin-right: 10px;
}
.admin-list-data .searchline .search-block {
  width: 240px;
  height: 38px;
  border: 1px solid #5148bf;
  border-radius: 4px;
  overflow: hidden;
}
.admin-list-data .searchline .search-block input {
  width: 178px;
  height: 100%;
  line-height: 38px;
  font-size: 14px;
  border: none;
  background-color: #fff;
  float: left;
  padding: 0 10px;
}
.admin-list-data .searchline .search-block .submit {
  width: 60px;
  height: 38px;
  background-image: url(../images/icons.png);
  background-position: -65px 6px;
  background-repeat: no-repeat;
  border: none;
  background-color: #5148bf;
  cursor: pointer;
}
.admin-list-data .searchline .inputitem input {
  width: 240px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 0 10px;
}
.admin-list-data .searchline .inputitem span {
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
.admin-list-data .lists {
  width: 100%;
  /*overflow: auto;*/
}
.admin-list-data .lists .table-data{
  width: 100%;
  overflow: auto;
}
.admin-list-data .lists table {
  width: 100%;
  table-layout: fixed;
}
.admin-list-data .lists table tr {
  border-bottom: 1px solid #f2f2f2;
  white-space: nowrap;
}
.admin-list-data .lists table th {
  background-color: #f5f8ff;
  height: 40px;
  padding: 0 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  position: sticky;
  top: -1px;
  z-index: 10;
  width: 140px;
}
.admin-list-data .lists table td {
  padding: 0 5px;
  height: 50px;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
}
.table-grid-down {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 100%;
  padding: 5px 0;
  border-width: 0 0 0 1px;
  text-align: center;
  background-color: #fff;
  color: #999;
  cursor: pointer
}
.table-grid-down .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px
}
.table-grid-down:hover {
  background-color: #fbfbfb
}
.admin-list-data .lists table .fixed-left {
  position: sticky;
  left: 0; /* 固定列相对于表格宽度的左边界 */
  z-index: 10; /* 确保它在其他列之上 */
}
.admin-list-data .lists table .fixed-right {
  position: sticky;
  right: 0; /* 固定列相对于表格宽度的左边界 */
  z-index: 10; /* 确保它在其他列之上 */
}
.admin-list-data .lists table td > div > a:nth-child(2n+1) {
margin-bottom:8px;
}
.admin-list-data .lists table .th0 {
  width: 75px;
}
.admin-list-data .lists table .th1 {
  width: 75px;
}
.admin-list-data .lists table .th2 {
  width: 120px;
}
.admin-list-data .lists table .th3 {
  width: 160px;
}
.admin-list-data .lists table .th4 {
  width: 200px;
}
.admin-list-data .lists table .th5 {
  width: 240px;
}
.admin-list-data .lists table .icon0 {
  width: 40px!important;
}
.admin-list-data .lists table .icon1 {
  width: 75px;
}
.admin-list-data .lists table .icon2 {
  width: 120px;
}
.admin-list-data .lists table .icon3 {
  width: 160px;
}
.admin-list-data .lists table .icon4 {
  width: 200px!important;
}
.admin-list-data .lists table .icon5 {
  width: 240px!important;
}
.admin-list-data .lists table .icon6 {
  width: 280px!important;
}
.admin-list-data .lists table .icon7 {
  width: 320px!important;
}
.admin-list-data .lists table .icon8 {
  width: 360px!important;
}
.admin-list-data .lists table .icon9 {
  width: 400px!important;
}
.admin-list-data .lists table .iconauto {
  width: auto!important;
}
.admin-list-data .lists table .layui-form-checkbox[lay-skin=primary] {
  padding-left: 15px;
}
.admin-list-data .lists .title {
  width: 295px;
}
.admin-list-data .lists .shenhe {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons.png);
  background-position: 0 -305px;
  margin: 0 auto;
  cursor: pointer;
}
.admin-list-data .lists .shenhe.yes {
  background-position: -32px -305px;
}
.admin-list-data .lists .operation {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.admin-list-data .lists .operation .item {
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin: 0 12px;
  display: block;
  position: relative;
  cursor: pointer;
}
.admin-list-data .lists .operation .item i {
  width: 24px;
  height: 24px;
  background-image: url(../images/icons.png);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.admin-list-data .lists .operation .item i.view {
  background-position: 0 -344px;
}
.admin-list-data .lists .operation .item i.copy {
  background-position: 0 -388px;
}
.admin-list-data .lists .operation .item i.edit {
  background-position: 0 -432px;
}
.admin-list-data .lists .operation .item i.dele {
  background-position: 0 -471px;
}
.admin-list-data .lists .operation .item i.down {
  background-position: -35px -344px;
}
.admin-list-data .lists .operation .item span {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 0;
  transition: all 0.3s;
  font-size: 12px;
  color: #333;
}
.admin-list-data .lists .operation .item:hover i {
  top: -24px;
}
.admin-list-data .lists .operation .item:hover span {
  top: 0;
}
.admin-list-data .lists .botline {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.admin-list-data .lists .botline .left {
  display: inline-flex;
  align-items: center;
  margin-top: 25px;
}
.admin-list-data .lists .botline .left .btn {
  margin-left: 10px;
}
.admin-list-data .lists .botline .left .move-block {
  width: 260px;
  height: 38px;
  border: 1px solid #5148bf;
  border-radius: 4px;
  margin-left: 10px;
}
.admin-list-data .lists .botline .left .move-block .select {
  width: 160px;
  float: left;
}
.admin-list-data .lists .botline .left .move-block .select .layui-form-select .layui-input {
  border: none;
  height: 36px;
}
.admin-list-data .lists .botline .left .move-block .submit {
  width: 98px;
  height: 100%;
  line-height: 38px;
  background-color: #5148bf;
  text-align: center;
  color: #fff;
  display: inline-block;
  float: left;
}
.admin-list-data .lists .botline .right {
  margin-top: 25px;
}
.admin-list-data .lists .botline.clearfix:after, .admin-list-data .lists .clearfix:before {
  display: none;
}
.admin-list-data.column-list .lists table .th2 {
  width: auto !important;
}
.admin-setting {
  width: 100%;
}
.admin-setting .lines {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: flex-start;
}
.admin-setting .lines .label {
  width: 120px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #333;
  text-align: right;
  margin-right: 20px;
}
.admin-setting .lines .right {
  width: calc(100% - 140px);
  min-height: 32px;
}
.admin-setting .lines .right input[type="text"], .admin-setting .lines .right input[type="password"], .admin-setting .lines .right input[type="number"] {
  /*width: 400px;*/
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 10px;
  margin-right: 20px;
  float: left;
}
.admin-setting .lines .right table tr{
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
.admin-setting .lines .right table tr td{
  padding: 10px 0;
}
.admin-setting .lines .right .desc-text {
  float: left;
  /*clear: both;*/
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  margin-top: 10px;
}
.admin-setting .lines .right .checkline {
  float: left;
}
.admin-setting .lines .right .checkline .item {
  float: left;
  margin-right: 20px;
}
.admin-setting .lines .right .textarea {
  width: 400px;
  min-height: 80px;
  float: left;
  margin-right: 20px;
}
.admin-setting .lines .right .textarea textarea {
  width: 100%;
  height: 100%;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  resize: vertical;
}
.admin-setting .lines .right .btn {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 20px;
}
.admin-setting .lines .right .btn.posi-inline{
  position: absolute;
  top: 0;
  left: 220px;
}
.admin-setting .submit {
  width: 200px;
  display: flex;
}
.admin-setting .submit a {
  width: 200px;
}
.admin-user-add .lines .right {
  min-height: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.admin-user-add .lines .right .select {
  width: 200px;
}
.admin-user-add .lines .right input[type="text"], .admin-user-add .lines .right input[type="password"] {
  /*width: 200px;*/
  /*	float: none;*/
}
.admin-role-add .lines .right input[type="text"] {
  width: 200px;
  /*	float: none;*/
}
.admin-role-add .lines .right .checkblock {
  width: 100%;
}
.admin-role-add .lines .right .checkblock .layui-form-checkbox[lay-skin=primary] {
  padding-left: 20px;
}
.admin-role-add .lines .right .checkblock .one {
  width: 100%;
  clear: both;
}
.admin-role-add .lines .right .checkblock .one .layui-form-checkbox[lay-skin=primary] span {
  font-weight: 700;
}
.admin-role-add .lines .right .checkblock .sons {
  width: 100%;
  margin: 5px 0;
}
.admin-role-add .lines .right .checkblock .sons .item {
  float: left;
  margin: 4px 0;
}
.admin-role-add .lines .right.hascheckblock {
  padding: 9px 0;
}
.admin-role-add .operable {
  width: 100%;
  padding: 0 10px;
  background-color: #f3f4f9;
  margin: 10px 0;
}
.admin-role-add .operable .tops {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
}
.admin-role-add .operable .lists {
  width: 100%;
  height: 0;
  overflow: hidden;
}
.admin-role-add .operable .lists .line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.admin-role-add .operable .lists .line .right {
  width: auto;
  display: inline-flex;
  align-items: flex-end;
}
.admin-role-add .operable .lists.autoheight {
  height: auto;
}
.login {
  width: 420px;
  height: 417px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -210px;
  margin-left: -210px;
  border-radius: 5px;
  overflow: hidden;
}
.login .login-blur {
  width: 100%;
  height: 100%;
  position: inherit;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.1);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  -webkit-filter: blur(5px) brightness(1);
  -moz-filter: blur(5px) brightness(1);
  -o-filter: blur(5px) brightness(1);
  -ms-filter: blur(5px) brightness(1);
  filter: blur(5px) brightness(1);
}
.login .login-main {
  display: block;
  position: inherit;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.3);
}
.login .login-main .tops {
  width: 100%;
}
.login .login-main .tops .logo {
  width: 100%;
  height: 50px;
  text-align: center;
  margin-top: 30px;
}
.login .login-main .tops .logo img {
  width: 177px;
  height: 50px;
}
.login .login-main .tops .desc {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #333;
  margin-top: 20px;
}
.login .topimg {
  width: 420px;
  height: 200px;
}
.login .topimg img {
  width: 100%;
  height: 100%;
}
.login .bots {
  width: 420px;
  padding: 20px 55px 40px;
}
.login .bots .lines {
  width: 310px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin: 0 auto 10px;
  overflow: hidden;
}
.login .bots .lines .input {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
}
.login .bots .lines .input i {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-image: url(../images/icons.png);
  margin-left: 15px;
}
.login .bots .lines .input i.user {
  background-position: -73px -44px;
}
.login .bots .lines .input i.password {
  background-position: -72px -79px;
}
.login .bots .lines .input span {
  display: inline-block;
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}
.login .bots .lines .input input {
  width: 225px;
  height: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  padding: 0 10px;
}
.login .bots .lines.hasyzm {
  border: none;
}
.login .bots .lines.hasyzm .input {
  width: 160px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.login .bots .lines.hasyzm .input input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
  padding: 0 10px;
}
.login .bots .lines.hasyzm .yzm {
  width: 140px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 10px;
}
.login .bots .lines.hasyzm .yzm img {
  width: 100%;
  height: 100%;
}
.login .bots .lines.active {
  border-color: #5148bf;
}
.login .bots .lines.active .input i.user {
  background-position: -104px -44px;
}
.login .bots .lines.active .input i.password {
  background-position: -103px -79px;
}
.login .bots .lines.active .input span {
  color: #5148bf;
}
.login .bots .lines.hasyzm.active .input {
  border-color: #5148bf;
}
.login .bots .loginbtn {
  width: 180px;
  height: 48px;
  margin: 20px auto 0;
}
.login .bots .loginbtn a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  background-color: #5148bf;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
}
.login .bots .layui-form-checkbox[lay-skin=primary] span {
  color: #333;
}
.index-mains .admin-main {
  background-color: #F3F4F9;
  box-shadow: none;
}
.index {
  width: 100%;
}
.index .sysinfo {
  width: 100%;
  box-shadow: 0 0 10px #ccc;
}
.index .sysinfo .topstitle {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #e2e3e9;
  color: #333;
  padding: 0 40px;
  font-size: 16px;
  position: relative;
}
.index .sysinfo .topstitle i {
  display: block;
  width: 24px;
  height: 13px;
  background-image: url(../images/icons.png);
  background-position: -73px -195px;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 60px;
}
.index .sysinfo .topstitle i.active {
  background-position: -104px -195px;
}
.index .sysinfo .bots {
  background-color: #fff;
  padding: 10px 40px 40px;
  display: none;
}
.index .sysinfo .bots table {
  width: 100%;
}
.index .sysinfo .bots table tr {
  border-bottom: 1px solid #f2f2f2;
  height: 50px;
}
.index .sysinfo .bots table td {
  height: 50px;
}
.index .ads {
  width: 100%;
  margin: 40px auto 0;
}
.index .ads .item {
  width: 23.5%;
  float: left;
  margin-right: 2%;
}
.index .ads .item img {
  width: 100%;
  box-shadow: 0 0 10px #ccc;
}
.index .ads .item + .item + .item + .item {
  margin-right: 0;
}
.index .newsad {
  width: 100%;
  margin-top: 40px;
}
.index .newsad .news {
  width: 49%;
  box-shadow: 0 0 10px #ccc;
  display: inline-block;
  margin-left: 2%;
  float: left;
}
.index .newsad .news .topstitle {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #e2e3e9;
  color: #333;
  padding: 0 60px;
  font-size: 16px;
}
.index .newsad .news .topstitle .big {
  font-size: 18px;
}
.index .newsad .news .topstitle span {
  display: inline-block;
  margin-right: 10px;
}
.index .newsad .news .botnews {
  background-color: #fff;
  padding: 10px 40px 30px;
}
.index .newsad .news .botnews table {
  width: 100%;
  table-layout: fixed;
}
.index .newsad .news .botnews table tr {
  border-bottom: 1px solid #f2f2f2;
  height: 50px;
}
.index .newsad .news .botnews table td {
  height: 50px;
}
.index .newsad .news .botnews table td a {
  display: block;
  padding-right: 40px;
}
.index .webinfo {
  width: 100%;
  margin-top: 40px;
}
.index .webinfo .item {
  display: block;
  float: left;
  width: 23.5%;
  height: 160px;
  margin-left: 2%;
  background-size: 100% 100%;
  border-radius: 8px;
  /*	max-width: 385px;*/
  position: relative;
}
.index .webinfo .item .icon {
  width: 80px;
  height: auto;
  position: absolute;
  top: 30px;
  left: 20px;
}
.index .webinfo .item .icon img {
  width: 100%;
}
.index .webinfo .item .texts {
  width: auto;
  position: absolute;
  top: 30px;
  left: 120px;
}
.index .webinfo .item .texts .number {
  font-size: 40px;
  color: #fff;
  margin-top: 5px;
}
.index .webinfo .item .texts .desc {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.index .imgad {
  width: 100%;
  margin-top: 40px;
}
.index .imgad .item {
  display: block;
  float: left;
  width: 23.5%;
  margin-left: 2%;
  background-size: 100% 100%;
  border-radius: 8px;
  max-width: 385px;
  position: relative;
  box-shadow: 0 0 10px #ccc;
}
.index .imgad .item img {
  width: 100%;
}
.uploadimg-line .viewimgs {
  float: left;
}
.uploadimg-line .viewimgs .item {
  width: 80px;
  height: 110px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.uploadimg-line .viewimgs .item .tops {
  width: 80px;
  height: 80px;
  position: relative;
}
.uploadimg-line .viewimgs .item .tops img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.uploadimg-line .viewimgs .item .tops .arrows {
  width: 80px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
}
.uploadimg-line .viewimgs .item .tops .arrows i {
  width: 18px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/icons.png);
  cursor: pointer;
}
.uploadimg-line .viewimgs .item .tops .arrows i.arrow-left {
  background-position: -5px -211px;
}
.uploadimg-line .viewimgs .item .tops .arrows i.arrow-right {
  background-position: -5px -238px;
}
.uploadimg-line .viewimgs .item .tops .arrows i.arrow-left.active {
  background-position: -27px -211px;
}
.uploadimg-line .viewimgs .item .tops .arrows i.arrow-right.active {
  background-position: -27px -238px;
}
.uploadimg-line .viewimgs .item .bots {
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.uploadimg-line .viewimgs .item .bots a {
  font-size: 12px;
  color: #333;
}
.uploadimg-line .uploadimg {
  width: 80px;
  height: 110px;
  float: left;
  background-image: url(../images/img02.png);
  background-repeat: no-repeat;
  margin-right: 20px;
}
.uploadimg-line .uploadimg input {
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
}
.uploadimg-line .desc {
  float: left;
  margin-top: 20px;
}
.btn {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background-color: #5148bf;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  padding: 0 16px;
  min-width: 100px;
  cursor:pointer;
  border:none;
}
#sub_b{
  color: #333;
  background-color: #e2e3e9;
}
.btn:hover {
  color: #fff;
}
.bule-btn {
  background-color: #01a7e5;
}
.pink-btn {
  background-color: #E21F1A;
}
.pages {
  display: inline-flex;
  height: 30px;
}
.pages .number {
  display: inline-flex;
}
.pages .number .text_line b{
  height: 29px;
  line-height: 29px;
}
.pages .number a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  color: #333;
  transition: all 0.3s;
  margin: 0 4px;
}
.pages .number a:hover, .pages .number a.active {
  background-color: #5148bf;
  color: #fff;
  border-color: #5148bf;
}
.pages .number a.more:hover, .pages .number a.more.active {
  background-color: #fff;
  color: #333;
  border-color: #ddd;
}
.pages .number .prev span {
  display: block;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #5148bf transparent transparent;
  width: 0px;
  height: 0px;
  margin: 8px 11px;
  transition: all 0.3s;
}
.pages .number .next span {
  display: block;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #5148bf;
  width: 0px;
  height: 0px;
  margin: 8px 11px;
  transition: all 0.3s;
}
.pages .number .prev:hover span {
  border-color: transparent #fff transparent transparent;
}
.pages .number .next:hover span {
  border-color: transparent transparent transparent #fff;
}
.pages .goto {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 30px;
}
.pages .goto span {
  font-size: 14px;
  color: #333;
}
.pages .goto input {
  width: 50px;
  height: 30px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 10px;
  padding: 0 5px;
}
.orderinput {
  text-align: center;
  border: none;
  font-size: 14px;
  width: 100%;
}
.orderinput:focus {
  border: 1px solid #ddd;
}
.flexmidd {
  display: flex;
  align-items: center;
}
.layui-form-select input {
  width: 100% !important;
  padding-left: 10px !important;
  float: inherit !important;
  margin-right: auto !important;
}
.admin-switch {
  display: none;
}
.edit_input{
  /*width: 50px;*/
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-left: 5px;
}
.bigview{
  display: none;
  position: fixed;
  z-index: 999999;
  width: 200px;
  top: 80px;
  right: 30px;
}
.bigview img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .admin-list-data .th3 {
    width: auto !important;
  }
  .admin-list-data .th4 {
    width: auto !important;
  }
  .admin-list-data .th5 {
    width: auto !important;
  }
  .admin-list-data .lists .botline {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .admin-list-data .lists .botline .left {
    /*	margin: 25px auto 0;*/
  }
  .admin-list-data .lists .botline .right {
    /*	margin: 25px auto 0;*/
  }
  .index .webinfo .item .icon {
    display: none;
  }
  .index .webinfo .item .texts {
    left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .admin-right .quicktop .links {
    display: none;
  }
  .admin-right .quicktop .m-links {
    display: block;
  }
}
@media screen and (min-width: 700px) and (max-width: 900px) {
  .admin-list-data .lists .th1 {
    width: 60px !important;
  }
  .admin-list-data .lists .th2 {
    width: 130px !important;
  }
  .admin-list-data .lists .title {
    width: 150px;
  }
  .admin-list-data .lists .operation .item {
    margin: 0 2px;
  }
}
.fixed-btn{
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #e6e6e6;
	padding: 12px 140px;
	margin: 0;
	z-index: 1000;
}
.margin-bottom40{
  margin-bottom: 40px;
}
.admin-list-data .lists .table {
  width: 100%;
}
.admin-list-data .lists table .flex-down{
  background-color: #F5F8FF;
  display: none;
}
.admin-list-data .lists table .flex-down td{
  background-color:#F5F8FF!important;
}
.admin-list-data .lists .table .tr {
  border-bottom: 1px solid #f2f2f2;
  white-space: nowrap;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.admin-list-data .lists .table .th {
  background-color: #f5f8ff;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  flex-shrink: 0;
}
.admin-list-data .lists .table .td {
  padding: 0 5px;
  height: 50px;
  line-height: 50px;
  /* text-align: center; */
  background-color: #fff;
  flex-shrink: 0;
  /*overflow: hidden;*/
}
.admin-list-data .lists .table .th0 {
  width: 75px;
}
.admin-list-data .lists .table .th1 {
  width: 75px;
}
.admin-list-data .lists .table .th2 {
  width: 120px;
}
.admin-list-data .lists .table .th3 {
  width: 160px;
}
.admin-list-data .lists .table .th4 {
  width: 200px;
}
.admin-list-data .lists .table .th5 {
  width: 240px;
}
.admin-list-data .lists .table .icon0 {
  width: 40px!important;
}
.admin-list-data .lists .table .icon1 {
  width: 75px!important;
}
.admin-list-data .lists .table .icon2 {
  width: 100px!important;
}
.admin-list-data .lists .table .icon3 {
  width: 160px!important;
}
.admin-list-data .lists .table .icon4 {
  width: 200px!important;
}
.admin-list-data .lists .table .icon5 {
  width: 240px!important;
}
.admin-list-data .lists .table .icon6 {
  width: 280px!important;
}
.admin-list-data .lists .table .icon7 {
  width: 320px!important;
}
.admin-list-data .lists .table .icon8 {
  width: 360px!important;
}
.admin-list-data .lists .table .icon9 {
  width: 400px!important;
}
.admin-list-data .lists .table .iconauto {
  width: auto!important;
}
.admin-list-data .lists table td .r_arr{
  width: 16px;
}
.admin-list-data .lists table td .r_arr.active{
  transform: rotate(90deg);
}
.admin-list-data .lists .table .layui-form-checkbox[lay-skin=primary] {
  padding-left: 15px;
}
.excel-import{
  padding: 25px;
  line-height: 25px;
  background-color: #393D49;
  color: #fff;
  font-weight: 300;
}
.excel-import .import-title span{
  font-size: 20px;
  margin-right: 20px;
  font-weight:bold;
}
.excel-import .error-title{
  font-size: 18px;
  margin: 20px 0 5px;
}
.excel-import .error-data{
  height: 400px;
  overflow-x: auto;
}
.table-tool {
  position: relative;
  z-index: 890;
  width: 100%;
  min-height: 50px;
  line-height: 30px;
  padding: 10px 15px;
  border-width: 0 0 1px;
  background-color: #f5f8ff;
}
.table-tool .device-notes{
  display: none;
}
.table-tool .table-tool-self-title {
  position: absolute;
  right: 40px;
  top: 10px;
}
.table-tool .table-tool-self {
  position: absolute;
  right: 17px;
  top: 10px;
  cursor: pointer;
}
.table-tool .table-tool-self .table-tool-panel {
  position: absolute;
  top: 29px;
  left: auto;
  padding: 5px 0;
  min-width: 150px;
  min-height: 40px;
  border: 1px solid #d2d2d2;
  text-align: left;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
  right: -1px;
  display: none;
}
.table-tool .table-tool-self .table-tool-panel li {
  padding: 0 10px;
  line-height: 30px;
  -webkit-transition: .5s all;
  transition: .5s all;
}