﻿/*公共样式*/
body {
  background: #f2f2f2;
}

.layui-nav {
  float: right;
}

.layui-nav-tree {
  width: 200px !important;
}

.layui-bg-black {
  background-color: #00162a !important;
}

/* 侧边栏 2021/1/22 */

.layui-nav .layui-nav-item a {
  padding: 0px;
}

.layui-nav .layui-nav-item a .icon {
  width: 50px;
  text-align: center;
  float: left;
}

.layui-nav .layui-nav-item a .icon img {
  width: 18px;
  height: 18px;
}

.layui-nav .layui-nav-item .layui-nav-child a {
  padding: 0px 40px;
}

.layui-nav-tree .layui-nav-item {
  background-color: #001529;
}

.layui-nav-tree .layui-nav-item a {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  color: #b3bac0;
}

.layui-nav-tree .layui-nav-child {
  background-color: #000c17;
}

.layui-nav-tree .layui-nav-child a {
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  color: #b3bac0;
}

.layui-nav .layui-nav-mored,
.layui-nav-itemed>a .layui-nav-more {
  border-color: 0;
  margin-top: 0;
  background: url('../images/arrow-up.svg') no-repeat;
}

.layui-nav .layui-nav-more {
  border: 0;
  background: url('../images/arrow-down.svg') no-repeat;
  width: 18px;
  height: 18px;
  top: 15px;
  margin-top: 0;
  right: 30px;
}

.top-service{
  padding: 15px;
}

.top-service .head{
  padding: 0 15px;
}

.top-service>.head .left h3{
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 15px;
}

.top-service>.content{
  margin-top: 100px;
 
}

.member-service{
  padding: 15px;
}

.member-service .head{
  padding: 0 15px;
}

.member-service>.head .left h3{
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 15px;
}

.member-service>.content{
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}

.member-service>.content .item{
  position: relative;
  width: calc(100% / 2 - 22px);
  min-height: 200px;
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.member-service>.content .item .state{
  position: absolute;
  right: 0;
  top: 12px;
  color: #DB2339;
  transform: rotate(45deg);
  font-weight: 600;
  z-index: 2;

}

.member-service>.content .item .babel{
  width: 0;
  height: 0;
  border-top: 35px solid #F2F2F2; 
  border-right: 35px solid #F2F2F2;
  border-left: 35px solid transparent;
  border-bottom: 35px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.member-service>.content .item .content{
  padding: 15px;
  display: flex;
}

.member-service>.content .item .content img{
  width: 50px;
  height: 50px;
}

.member-service>.content .item .content .info{
  margin-left: 15px;
}

.member-service>.content .item .content .info h3{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.member-service>.content .item .footer{
  background: #F7F9FA;
  display: flex;
  height: 50px;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  border-radius:0 0 8px 8px;
  align-items: center;
}

.member-service>.content .item .footer .button{
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #409EFF;
  cursor: pointer;
  border: 0;
}

.member-service>.content .item .footer .line{
  margin-top: 2.5px;
  width: 1px;
  height: 25px;
  background-color: #ccc;
}


.qualifications{
  padding: 15px;
}

.qualifications .head{
  height: 200px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border:1px solid #ccc;
}

.qualifications>.head .left h3{
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.qualifications>.content{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.qualifications>.content .item{
  position: relative;
  width: calc(100% / 3 - 22px);
  min-height: 200px;
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qualifications>.content .item .state{
  position: absolute;
  right: 0;
  top: 12px;
  color: #74564E;
  transform: rotate(45deg);
  font-weight: 600;
  z-index: 2;

}

.qualifications>.content .item .babel{
  width: 0;
  height: 0;
  border-top: 35px solid #F2F2F2; 
  border-right: 35px solid #F2F2F2;
  border-left: 35px solid transparent;
  border-bottom: 35px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.qualifications>.content .item .content{
  padding: 15px;
  display: flex;
  
}

.qualifications>.content .item .content img{
  width: 50px;
  height: 50px;
}

.qualifications>.content .item .content .info{
  margin-left: 15px;
}

.qualifications>.content .item .content .info .title{
  display: flex;
}

.qualifications>.content .item .content .info .tag{
  margin-left: 15px;
  width:60px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #409EFF;
  color: #fff;
}

.qualifications>.content .item .content .info h3{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.qualifications>.content .item .footer{
  background: #F7F9FA;
  display: flex;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  border-radius:0 0 8px 8px;
}

.qualifications>.content .item .footer .button{
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #409EFF;
  cursor: pointer;
  border: 0;
}

.qualifications>.content .item .footer .line{
  margin-top: 2.5px;
  width: 1px;
  height: 25px;
  background-color: #ccc;
}

.companyStatus{
  display: flex;
  align-items: center;
  overflow: hidden;
}
.companyStatus.success{
  margin-right: 5px;
  background: green;
  min-width: 8px;
  height: 8px;
  border-radius: 8px;
  width: 8px;
}
.companyStatus .success{
  margin-right: 5px;
  background: green;
  min-width: 8px;
  height: 8px;
  border-radius: 8px;
  width: 8px;
}
.mt5{
	margin-top:5px;
}
.companyStatus.error{
  margin-right: 5px;
  background: red;
  min-width: 8px;
  height: 8px;
  border-radius: 8px;
  width: 8px;
}
.companyStatus .error{
  margin-right: 5px;
  background: red;
  min-width: 8px;
  height: 8px;
  border-radius: 8px;
  width: 8px;
}

.layui-nav-tree .layui-nav-item>a:hover {
  color: #ffffff;
  background-color: #001529 !important;
}

.layui-nav-tree .layui-nav-item .layui-nav-child a:hover {
  color: #ffffff;
  background-color: #1890ff !important;
}

.layui-nav-tree .layui-nav-bar {
  width: 0px !important;
}

.navfooter {
  background: #00162a;
  padding: 10px 0;
  border-top: 1px solid #b3bac0;
  position: fixed;
  width: 200px;
  bottom: 0px;
}

.navfooter li img {
  width: 18px;
  height: 18px;
}

.navfooter li span {
  margin-left: 10px;
}

.navfooter li {
  padding: 5px 10px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w60 {
  width: 60px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w198 {
  width: 198px;
}

.w200 {
  width: 200px;
}

.w224 {
  width: 224px;
}

.w240 {
  width: 240px;
}

.w260 {
  width: 260px;
}

.w300 {
  width: 300px;
}

.w375 {
  width: 375px;
}

.w400 {
  width: 400px;
}

.h25 {
  height: 25px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.mt1 {
  margin-top: 1px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml40 {
  margin-left: 40px;
}

.ml140 {
  margin-left: 140px;
}

.mr20 {
  margin-right: 20px;
}

.mtb10 {
  margin: 10px 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mr10 {
  margin-right: 10px;
}

.lh38 {
  line-height: 38px;
}

.lh40 {
  line-height: 40px;
}

.lh50 {
  line-height: 50px;
}

.lh60 {
  line-height: 60px;
}

.tac {
  text-align: center;
}

a:hover {
  cursor: pointer;
}

.buta {
  color: #1890ff;
}

.active {
  background-color: #1890ff;
  color: #fff !important;
}

.active a {
  color: #fff !important;
}

.active:hover {
  background-color: #1890ff !important;
  color: #fff !important;
}

.layui-layout-admin .layui-body {
  top: 60px;
  background: #fff;
  margin: 20px 20px 0 20px;
}

.layui-layout-admin .layui-header {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  height: 60px;
}

.layui-layout-left {
  left: 0px;
  background: #02213e;
  width: 200px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.layui-layout-left .logo {
  font-size: 26px;
  font-family: 'Arial Bold Oblique', 'Arial Normal', 'Arial';
  font-weight: 700;
  font-style: oblique;
  color: #fff;
  width: 160px;
  line-height: 60px;
  height: 60px;
  text-align: center;
}

.layui-layout-right {
  left: 220px;
}

.layui-layout-admin .layui-side {
  top: 60px;
}

.layui-layout-right .layui-breadcrumb a cite {
  color: #555;
}

.layui-breadcrumb a {
  color: #7f7f7f !important;
}

.layui-breadcrumb a:hover {
  color: #00abea !important;
}

.layui-breadcrumb a cite {
  color: #666;
  font-style: normal;
}

dl.layui-nav-child dd a {
  height: 45px !important;
  line-height: 45px !important;
  text-indent: 10px;
}

.layui-table td {
  font-size: 12px;
}

.layui-table .layui-form-checkbox[lay-skin='primary'] i {
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.layui-icon {
  font-size: 14px;
  margin-right: 2px;
}

.nav-li {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  margin: 0 10px;
  color: #333;
}

.nav-li.znx {
  position: relative;
}

.nav-li.znx em {
  position: absolute;
  font-style: normal;
  top: -7px;
  right: -15px;
  color: red;
  font-size: 12px;
}

.nav-li a {
  color: #333;
}

.nav-li a:hover {
  color: #000;
}

.layui-icon-shrink-right {
  font-size: 14px !important;
}

/* 左菜单宽 */
.layui-layout-admin .layui-side {
  width: 200px;
}

.layui-side-scroll {
  width: 200px;
  height: calc(100vh - 170px);
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 5px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #02213e;
  width: 5px;
}

.layui-body {
  left: 200px;
}

.layui-layout-admin .layui-footer p {
  right: 20px;
  position: absolute;
}

/* 登录 */
.login-con {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #2d3a4b;
}

.login-con .login-title {
  overflow: hidden;
}

.login-con .login-title img {
  width: 125px;
  height: 60px;
  float: left;
}

.login-con .login-title h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.login-con .login-form {
  position: absolute;
  left: 0;
  right: 0;
  width: 380px;
  max-width: 100%;
  padding: 35px 35px 15px;
  margin: 100px auto;
}

.login-con .layui-form-item {
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #454545;
  margin-bottom: 20px;
  height: 40px;
}

.login-con .layui-form-label {
  margin-top: 2px;
  background: content-box;
  border: none;
  color: #889aa4;
  vertical-align: middle;
  width: 34px;
  display: inline-block;
}

.login-con .layui-form-label i {
  font-size: 18px;
}

.login-con .layui-form-pane .layui-input-block {
  /* margin-left: 34px; */
}

.login-con .layui-input-block input {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 12px 5px 12px 15px;
  color: #eee;
  height: 40px;
  caret-color: #fff;
  font-size: 12px;
}

.login-con .layui-btn {
  width: 100%;
}

.login-con .layui-btn a {
  display: block;
  color: #fff;
  font-size: 14px;
}

.login-con .pwd {
  position: relative;
}

.login-con .fa-eye {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 15px;
  color: #889aa4;
}

.login-con .zh a {
  color: #a9a9a9;
}

.login-con .title-container {
  position: relative;
}

.login-con .title-container .title {
  font-size: 26px;
  color: #eee;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: 700;
}

/*注册*/
.register {
  width: 100%;
  line-height: 60px;
  height: 60px;
  background: #02213e;
}

.register .reg-header {
  /*background: #393d49;*/
}

.register .logo1 {
  font-size: 25px;
  font-family: 'Arial Bold Oblique', 'Arial Normal', 'Arial';
  font-weight: 700;
  font-style: oblique;
  color: #0099ff;
  width: 160px;
  height: 60px;
}

.register .logo2 {
  height: 16px;
  font-family: '微软雅黑 Oblique', '微软雅黑';
  font-weight: 400;
  font-style: oblique;
  font-size: 10px;
  color: #0099ff;
}

.register .reg-header h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.register .reg-header .head-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.register .reg-header .back {
  border: 1px solid #fff;
  font-size: 14px;
}

.register .reg-header .back a {
  color: #fff;
  line-height: 25px;
}

.register .reg-step {
  width: 90%;
  height: 100px;
  margin: auto;
}

.register .reg-step ul {
  width: 80%;
  margin-top: 30px;
  margin-left: 20%;
  overflow: hidden;
}

.register .reg-step ul li {
  float: left;
  width: 30%;
}

.register .reg-step .step-xh {
  width: 50px;
  height: 50px;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #ffffff;
  background: #ababab;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}

.register .reg-step .step-xh.active {
  background: #0099ff;
}

.register .reg-step .step-text {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 50px;
  padding-left: 10px;
}

.register .reg-step .step-line {
  width: 100%;
  height: 3px;
  margin-top: 30px;
  background: #ababab;
}

.register .layui-form {
  width: 43%;
  margin: 20px auto;
  position: relative;
}

.register #form2 {
  display: none;
}

.register .next1,
.register .next2,
.register .tijiao {
  width: 100%;
}

.register .next2 a,
.register .tijiao a {
  color: #fff;
  display: block;
}

.register h4.qyxx {
  font-size: 22px;
  font-weight: bold;
  color: #505050;
  position: absolute;
  top: 0;
  left: -35%;
}

.register .layui-form em {
  color: red;
}

.register .layui-form .layui-form-mid {
  margin-left: 135px;
  margin-right: 0 !important;
  padding: 0 !important;
}

.register .layui-form-label {
  width: 105px;
}

.register .layui-input-block {
  margin-left: 135px;
}

.register #demo1 img,
.register #demo2 img {
  width: 100px;
  height: 60px;
}

.register h4.lxrxx {
  font-size: 22px;
  font-weight: bold;
  color: #505050;
  position: absolute;
  top: 70%;
  left: -35%;
}

.register .form-line {
  height: 1px;
  background: #ccc;
  margin: 30px 0;
}

.register .reg-success {
  width: 35%;
  margin: auto;
  overflow: hidden;
}

.register .reg-success .success-icon {
  overflow: hidden;
  width: 100%;
  margin: 40px 0 50px 140px;
}

.register .success-icon i {
  font-size: 48px;
  color: #00cc00;
}

.register .success-icon span {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.register .reg-success button {
  width: 70%;
  margin: 60px 0 0 15%;
}

/*面包屑*/
.Breadcrumbs {
  float: left;
  height: 60px;
  line-height: 60px;
}

.Breadcrumbs .icon {
  float: left;
}

.Breadcrumbs .break {
  width: 60px;
  height: 25px;
  line-height: 28px;
  cursor: pointer;
  font-size: 13px;
  line-height: 25px;
  margin-top: 7px;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  margin-right: 10px;
}

.crumb {
  display: none;
}

/*首页-系统首页*/
.shouye {
  width: 80%;
  margin: auto;
}

.shouye .con1 {
  height: 80px;
  margin-top: 20px;
  background: #fafafa;
}

.shouye .con1 li {
  width: 22.5%;
  height: 78px;
  background: #fff;
  border: 1px solid #f2f2f2;
  float: left;
  margin-left: 3%;
}

.shouye .con1 li:first-child {
  margin-left: 0;
}

/*.shouye .con1 li:last-child{
	margin-right: 0;
}*/
.shouye .con1 li span {
  margin: 14px 5px 0 10px;
}

.shouye .con1 li span i {
  font-size: 46px;
  color: #0099ff;
}

.shouye .con1 li p {
  font-size: 12px;
  color: #999;
}

.shouye .con1 li .order {
  font-size: 20px;
  color: #666;
  margin-top: 4px;
}

.shouye .deal {
  border: 1px solid #ccc;
  overflow: hidden;
  padding-bottom: 20px;
}

.shouye .fast,
.shouye .sppp-zl {
  border: 1px solid #ccc;
  overflow: hidden;
  padding-bottom: 10px;
}

.shouye .deal p,
.shouye .fast p,
.shouye .sppp-zl p,
.shouye .jxs-zl p,
.shouye .rzdw-zl p {
  background: #f5f3f3;
  text-indent: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.shouye .deal ul {
  float: left;
  width: 22%;
  margin-left: 8%;
}

.shouye .deal ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}

.shouye .deal ul li span em {
  color: red;
  font-style: normal;
}

.shouye .fast ul li {
  width: 10%;
  margin-left: 2%;
  float: left;
}

.shouye .fast ul li:first-child {
  margin-left: 4.5%;
}

.shouye .fast ul li span {
  width: 50px;
  height: 50px;
  display: block;
}

.shouye .fast ul li span img {
  width: 100%;
}

.shouye .sppp-zl ul li {
  width: 14%;
  margin-left: 2%;
  text-align: center;
  float: left;
}

.shouye .sppp-zl ul li span,
.shouye .jxs-zl ul li span {
  line-height: 40px;
}

.shouye .sppp-zl ul li h3,
.shouye .jxs-zl ul li h3 {
  font-weight: bold;
}

.shouye .jxs-zl {
  width: 49%;
  border: 1px solid #ccc;
  overflow: hidden;
  padding-bottom: 10px;
}

.shouye .jxs-zl ul li {
  width: 30%;
  margin-left: 2%;
  text-align: center;
  float: left;
}

.ghshome{
  padding: 15px;
}

.ghshome .head .hrefcolor {
  color: #1890ff;
}

.ghshome .head .companytitle {
  font-size: 18px;
  /* font-weight: bold; */
}

.ghshome .head .redcolor {
  color: #d9001b;
}

.ghshome .head .titlefont {
  padding: 0px 0px 10px 0px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #c7c7c7;
}

.ghshome>.head {
  /* padding: 20px; */
  coolor: #333;
  font-size: 14px;
  display: flex;
  border: 1px solid #E9E9E9;
}

.ghshome .head .icon {
  width: 21px;
  height: 21px;
}

.ghshome .head .company,
.ghshome .head .homebox {
  align-items: center;
  height: 200px;
  /* background: rgba(242, 242, 242, 1); */
  background: #fff;
  /* padding: 10px; */
  margin: 10px;
}

.ghshome .head .company {
  flex-grow: 3;
  display: flex;
  min-width: 500px;
  justify-content: space-between;
}

.ghshome .head .company:before,
.ghshome .head .company:after {
  content: '';
  display: block;
}

.ghshome .head .company .logo {
  font-size: 22px;
  margin: 10px;
  background: #fff;
  color: #1890ff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.ghshome .head .company .info {
  line-height: 50px;
  text-align: center;
}

.ghshome .head .company .info .title {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.ghshome .head .company .info .title img {
  margin-left: 10px;
}

.ghshome .head .company .info .title .babels{
  display: flex;
  justify-content: space-between;
}

.ghshome .head .company .info .title .babels .babel{
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 5px;
  margin: 0 5px;
  background: #F2F2F2;
}

.ghshome .head .company .operating a {
  margin-right: 10px;
}

.ghshome .head .company .line {
  background: #c7c7c7;
  width: 1px;
  height: 100px;
}

.ghshome .head .balance {
  line-height: 50px;
}

.ghshome .head .balance .title {
  display: flex;
  align-items: center;
}

.ghshome .head .balance .title img {
  margin-left: 10px;
}

.ghshome .head .homebox {
  flex-grow: 2;
  min-width: 250px;
}

.ghshome .head .content {
  padding-top: 10px;
  font-size: 14px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 170px;
}

.ghshome .head .content .line{
  width: 1px;
  height: 100px;
  background: #ccc;
}

.ghshome .head .content .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 80px;
  height: 100px;
  /* background: rgba(57, 61, 73, 1); */
  color: #fff;
}

.ghshome .head .content .item .pop-count{
  min-width: 300px;
  position: absolute;
  bottom: -130px;
  z-index: 1;
}

.ghshome .head .content .item p {
  text-align: center;
  line-height: 32px;
}

.ghshome .head .content .item p:nth-child(1){
  color: #ccc;
}

.ghshome .head .content .item p:nth-child(2){
  color: #000;
  font-size: 24px;
}

.ghshome .head .content .item p:nth-child(3){
  color: #409EFF;
  font-size: 12px;
  cursor: pointer;
}


.ghshome .guide {
  /* margin: 0 30px; */
  coolor: #333;
  font-size: 14px;
  display: flex;
  background: rgba(242, 242, 242, 1);
}

.ghshome .guide .item {
  padding: 20px;
  width: 25%;
  display: flex;
  line-height: 32px;
}

.ghshome .guide .item .number {
  border: 1px solid #c9c9c9;
  background: #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.ghshome .guide .item .title {
  margin-left: 10px;
  font-size: 16px;
  width: 100%;
}

.ghshome .guide .item .title .header {
  display: flex;
  align-items: center;
}

.ghshome .guide .item .line {
  flex-grow: 1;
  margin-left: 10px;
  height: 1px;
  background-color: #c7c7c7;
}

.ghshome .guide .item .title .content {
  font-size: 14px;
  width: 240px;
}


.ghshome #notice-tip {
    display: flex;
    flex-direction: column;
  padding:40px 0;
  margin-top: 15px;
  coolor: #333;
  background: #fff;
  border:1px solid #E9E9E9;
}

.ghshome #notice-tip .head{
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}

.ghshome #notice-tip .content{
  margin-top: 40px;
  display: flex;
}

.ghshome #notice-tip .content .item {
  position: relative;
  min-height: 120px;
  margin: 0 10px;
  padding: 15px;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border:1px solid #E9E9E9;
  border-radius: 5px;
}

.ghshome #notice-tip .content .item .babel{
  background: #fff;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:8px solid #4E83FD;
  transform: rotate(45deg);
  line-height: 50px;
  text-align: center;
  font-weight: 600;
}

.ghshome #notice-tip .content .item h3{
  font-weight: 600;
}

.ghshome #notice-tip .content .item p{
  font-size: 12px;
  margin-top: 10px;
  line-height: 18px;
}

.ghshome #notice-tip .item .number {
  border: 1px solid #c9c9c9;
  background: #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.ghshome #notice-tip .item .title {
  margin-left: 10px;
  font-size: 16px;
  width: 100%;
}

.ghshome #notice-tip .item .title .header {
  display: flex;
  align-items: center;
}

.ghshome #notice-tip .item .line {
  flex-grow: 1;
  margin-left: 10px;
  height: 1px;
  background-color: #c7c7c7;
}

.ghshome #notice-tip .item .title .content {
  font-size: 14px;
  width: 240px;
}

.ghshome .notice {
  width: 400px;
  border: 1px solid #ddd;
  float: right;
  margin-top: 30px;
  
}

.ghshome .notice .notice-head {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.ghshome .notice .notice-content {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.ghshome .notice .notice-item{
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ghshome .notice .notice-item .notice-item-title {
  /* width: 400px; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ghshome .notice .notice-item .notice-item-info {
  /* width: 400px; */
  font-size: 12px;
  color: #999;
  display: flex;
  justify-content: space-between;
}
.ghshome .notice .notice-foot{
  display: flex;;
  justify-content: center;
}

/*首页-个人信息*/
.personalInfo .layui-form {
  width: 40%;
  margin: 30px auto;
}

.personalInfo .layui-form em {
  color: red;
}

/*重置密码*/
.resetPwd .layui-form {
  width: 40%;
  margin: 30px auto;
}

.resetPwd .layui-form em {
  color: red;
}

/*商铺信息-基本信息*/
.baseInfo .layui-form {
  width: 40%;
  margin: 30px 0 20px 15%;
}

.baseInfo .layui-form-label {
  width: 105px;
}

.baseInfo .layui-input-block {
  margin-left: 135px;
}

.baseInfo .layui-form-item {
  margin-bottom: 10px;
}

.baseInfo .layui-form em,
.intelligence .layui-form em {
  color: red;
}

.baseInfo .layui-form .save {
  width: 100%;
}

.baseInfo .layui-upload-drag,
.intelligence .layui-upload-drag {
  padding: 0;
}

/*商铺信息-主体资质*/
.intelligence .layui-form {
  width: 50%;
  margin: 30px 0 20px 15%;
}

.intelligence .layui-form-label {
  width: 135px;
}

.intelligence .layui-input-block {
  margin-left: 165px;
}

.intelligence p {
  width: 95%;
  margin: 10px auto;
  background: #f2f2f2;
  text-indent: 10px;
}

.intelligence p .edit-zz {
  width: 70px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  margin-top: 5px;
  text-align: center;
  text-indent: 0;
  background: #fff;
  border: 1px solid #000;
  margin-right: 10px;
}

/*.intelligence .layui-form input[readonly]{
	background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed;
}*/
/*商铺信息-经营许可证*/
.permit {
 margin: 20px;
}
.permit-head{
  display: flex;
  border-bottom: 1px dotted #ddd;
  padding: 20px;
}
.permit-head > div{
  padding: 20px;
}
.permit-head > div:nth-child(1){
  display: flex;
  justify-content: space-between;
  border-right: 1px dotted #ddd;
}


.permit-head > div:nth-child(1) > div{
  width: 406px;
}

.permit-head > div:nth-child(1)  h1{
  font-size: 24px;
  font-weight: bolder;
  height: 60px;
  line-height: 60px;
}

.permit-head > div:nth-child(1)  p{
  height: 90px;
}
.permit-head > div button{
  width: 120px;
  height: 38px;
  line-height: 39px;
  font-size: 14px;
  color: #fff;
  border: 0px;
  background: rgba(16, 141, 233, 1);
}
.permit-head > div:nth-child(2){
  padding: 40px;
  line-height: 35px;
}
.permit-head > div:nth-child(2) > div{
  display: flex;
}
.permit-head > div:nth-child(2) .date span{
  color: red;
}
.permit-head > div:nth-child(2) .down a{
  margin-right: 20px;
  text-align: center;
}

.permit-head > div:nth-child(2) .label{
  width: 150px;
  text-align: right;
}

.permit-head > div button.success{
  width: 96px;
  height: 38px;
  line-height: 39px;
  font-size: 14px;
  color: #fff;
  border: 0px;
  background: rgba(0, 150, 136, 1)
}

.permit-head > div button.error{
  width: 96px;
  height: 38px;
  line-height: 39px;
  font-size: 14px;
  color: #fff;
  border: 0px;
  background: rgba(217, 0, 27, 0.988235294117647)
}
.permit-layer{
  padding: 20px 50px;
}

.permit-layer .title{
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
}
.permit-layer .layui-form em {
  color: red;
  margin-right: 5px;
}

.permit-layer .layui-form-item{
  display: flex;
}
.permit-layer .layui-form-label {
  width: 165px;
}
.permit-layer .prompt{
  background: #fff2f1;
  border: 1px solid #ffa39e;
  padding: 0px 10px;
  color: #666;
}
.permit-layer .layui-input-block {
  width: 300px;
  margin-left: 0px;
}
.permit-layer .ts{
  font-size: 12px;
  margin-top: 10px;
}
/* 账户余额  */

.goodList .head {
  display: flex;
  margin: 20px 0px;
  justify-content: space-between;
}

.goodList .head .left {
  display: flex;
  margin: 20px;
}

.goodList .head .left h1 {
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.goodList .head .left p {
  font-size: 12px;
}

.goodList .head img {
  width: 80px;
  height: 80px;
  margin: 10px;
}

.goodList .head .right {
  width: 300px;
  margin: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

/*商品管理-商品列表*/
.goodList {
  width: 98%;
  margin: 20px auto;
}

.goodList .list-one {
  width: 100%;
  height: 80px;
  display: inline-block;
  font-size: 12px;
  position: relative;
}

.goodList .list-one ul li {
  padding: 0px 15px 0px 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
}

/* .goodList .list-one ul li.active {
  background: #0099ff;
  color: #000;
  border-color: #0099ff;
} */

.goodList .list-one .show-all {
  position: absolute;
  right: 2%;
  bottom: 10px;
  cursor: pointer;
}
.goodList .list-one .hide-all {
  position: absolute;
  right: 2%;
  bottom: 10px;
  cursor: pointer;
}
.goodList .list-one .hide-all:hover {
  color: #0099ff;
}
.goodList .list-one .show-all:hover {
  color: #0099ff;
}

.goodList .table-title {
  background: #f2f2f2;
  height: 40px;
  font-size: 12px;
}

.goodList .table-title span i {
  margin: 0 5px;
}

.goodList .table-title button,
.goodList .table-title a {
  margin-top: 5px;
}

.goodList .state {
  font-size: 24px;
  color: #0099ff;
}

.goodList .edit a {
  display: block;
  color: #fff;
}

.layui-table .layui-btn {
  background: none;
  color: #1890ff;
  padding: 0px 15px 0px 0px;
  margin-left: 0px;
}

.goodList .layui-table .layui-btn+.layui-btn {
  margin-left: 0 !important;
}

.goodList .layui-table .layui-btn-xs {
  margin-top: 4px;
}

.state-layer .layui-form,
.bjqtdw-layer .layui-form {
  width: 95%;
  margin: auto;
  margin-bottom: 10px;
}

/*.state-layer .layui-table th{
	font-size: 12px;
	line-height: 34px;
}
.state-layer .layui-table td,.state-layer .layui-table th{
	padding: 0;
	text-align: center;
}*/
.bjqtdw-layer .danwei {
  width: 100%;
  overflow: hidden;
}

.bjqtdw-layer .danwei li {
  /*width: 15%;*/
  margin: 5px 2% 5px 2%;
  float: left;
}

.bjqtdw-layer .layui-form-checkbox[lay-skin='primary'] i {
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.bjqtdw-layer .layui-form-checkbox[lay-skin='primary'] {
  padding-left: 18px;
}

.bjqtdw-layer .layui-table th {
  font-size: 12px;
  line-height: 34px;
}

.bjqtdw-layer .layui-table td,
.bjqtdw-layer .layui-table th {
  padding: 0;
  text-align: center;
}
.bjqtdw-layer .banned-school{
  display: flex;
  flex-wrap:wrap;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  
}
.bjqtdw-layer .banned-school > div{
  
  width: 220px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.pl-dj-layer .layui-form {
  width: 85%;
  margin: auto;
  margin-bottom: 10px;
}

.pl-dj-layer .layui-form p {
  margin: 20px auto;
  line-height: 24px;
}

.pl-xj-layer .layui-form {
  width: 85%;
  margin: auto;
  margin-bottom: 10px;
}

.pl-xj-layer .layui-form p {
  margin: 20px auto;
  line-height: 24px;
}

/*商品管理-编辑商品*/
.editGoods,
.newGoods {
  width: 900px;
  /* width: 95%;
  margin: 10px auto; */
  padding: 20px 40px 40px 40px;
  /* border: 1px solid #ccc; */
}

.editGoods .clear,
.newGoods .clear {
  clear: both;
}

.bjqtdw-layer .layui-table-main .laytable-cell-input {
  border: 1px solid #ccc;
}

.bjqtdw-layer.layui-table-main .layui-table-edit {
  top: 5px;
}

.editGoods h2,
.newGoods h2 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  /* width: 95%;
  margin: 10px auto; */
  /* padding: 40px; */
  /* border: 1px solid #ccc; */
}
.editGoods .cate .layui-input-block,
.newGoods .cate .layui-input-block{
  display: flex;
  justify-content: space-between;

}
.editGoods .cate .layui-form-select,
.newGoods .cate .layui-form-select{
width: 33%;
}

/* .editGoods p,
.newGoods p {
  background: #f2f2f2;
  text-indent: 10px;
}

.editGoods .edit1,
.newGoods .edit1,
.goodsDetail .edit1 {
  width: 54%;
  margin: 10px 0 0 10%;
}

.editGoods .edit1 .layui-form-label,
.newGoods .edit1 .layui-form-label,
.goodsDetail .edit1 .layui-form-label {
  width: 135px;
}

.editGoods .edit1 .layui-input-block,
.newGoods .edit1 .layui-input-block,
.goodsDetail .edit1 .layui-input-block {
  margin-left: 165px;
}

.editGoods .layui-form .edit1 em,
.newGoods .layui-form .edit1 em,
.goodsDetail .layui-form .edit1 em {
  color: red;
}

.editGoods .edit1 .layui-form-item .layui-input-inline,
.newGoods .edit1 .layui-form-item .layui-input-inline,
.goodsDetail .edit1 .layui-form-item .layui-input-inline {
  width: 112px;
}

.editGoods h3,
.newGoods h3,
.goodsDetail h3 {
  margin-left: 5%;
}

.editGoods .edit2,
.editGoods .edit3,
.newGoods .edit2,
.newGoods .edit3,
.goodsDetail .edit2,
.goodsDetail .edit3 {
  width: 80%;
  margin: 10px 0 0 10%;
}

.goodsDetail .edit3 {
  border: 1px solid #ccc;
  padding: 10px;
}

.editGoods .edit2 #zhuImg,
.newGoods .edit2 #zhuImg,
.goodsDetail .edit2 #zhuImg {
  overflow: hidden;
}

.editGoods .edit2 .imglist,
.newGoods .edit2 .imglist,
.goodsDetail .edit2 .imglist {
  width: 150px;
  height: 180px;
  position: relative;
  float: left;
  margin-right: 15px;
}

.editGoods .edit2 .imglist img,
.newGoods .edit2 .imglist img,
.goodsDetail .edit2 .imglist img {
  width: 150px;
  height: 150px;
}

.editGoods .edit2 .imglist .imgbtn,
.newGoods .edit2 .imglist .imgbtn {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.goodsDetail .edit2 .imglist .imgbtn {
  width: 100%;
  line-height: 35px;
  text-align: center;
  background: #f2f2f2;
}

.editGoods .edit1 .goods-fl,
.newGoods .edit1 .goods-fl,
.goodsDetail .edit1 .goods-fl {
  line-height: 38px;
  width: 250px;
  float: left;
  margin-left: 57px;
}

.editGoods .edit1 .add-fl,
.newGoods .edit1 .add-fl,
.goodsDetail .edit1 .add-fl {
  float: right;
  color: #00cc00;
  line-height: 38px;
}

.editGoods .edit1 .goods-fl li,
.newGoods .edit1 .goods-fl li,
.goodsDetail .edit1 .goods-fl li {
  position: relative;
  border: 1px solid #ccc;
  width: 250px;
  text-indent: 5px;
}

.editGoods .edit1 .goods-fl li span.sc-fl,
.newGoods .edit1 .goods-fl li span.sc-fl,
.goodsDetail .edit1 .goods-fl li span.sc-fl {
  position: absolute;
  right: 5px;
  top: -9px;
  display: block;
  cursor: pointer;
} */

.editGoods .layui-form-item,
.newGoods .layui-form-item {
  width: 400px;
  float: initial;
  float: left;
  clear: unset;
  margin-right: 50px;
  margin-bottom: 0px;
}

.editGoods .layui-form-item em,
.newGoods .layui-form-item em {
  color: red;
}

.editGoods .layui-form-item .layui-form-label,
.newGoods .layui-form-item .layui-form-label {
  padding: 10px 0px;
  float: initial;
  text-align: left;
}

.editGoods .layui-form-item .layui-input-block,
.newGoods .layui-form-item .layui-input-block {
  float: initial;
  margin-left: 0px;
}

.editGoods .layui-form-item .rlxx,
.newGoods .layui-form-item .rlxx {
  width: 190px;
  float: left;
}

.editGoods .layui-form-item .rlxx2,
.newGoods .layui-form-item .rlxx2 {
  margin-left: 20px;
}


.editGoods .layui-form-item .layui-input-block .ts,
.newGoods .layui-form-item .layui-input-block .ts {
  line-height: 30px;
  font-size: 12px;
  color: #888;
}

.addfl-layer .layui-form {
  width: 95%;
  margin: auto;
}

.addfl-layer .flbq {
  width: 80%;
}

.addfl-layer .xuan-fl {
  height: 40px;
  line-height: 40px;
  margin-top: 100px;
  border: 1px solid rgb(255, 204, 0);
}

/*商品管理-新建商品*/
.newGoods .select-fl {
  height: 300px;
  width: 100%;
  margin-top: 100px;
  text-align: center;
}

.newGoods .select-fl li a {
  width: 180px;
  margin-top: 30px;
}

#qxtybj .layui-table td,
#qxtybj .layui-table th {
  padding: 9px 15px;
}

/*商品管理-商品关联*/
.newGoods .goods-gl {
  width: 90%;
  margin: 10px auto;
}

.newGoods .goods-gl .go-bj {
  margin-left: 40px !important;
}

.newGoods .goods-gl .guige {
  font-size: 24px;
  color: #0099ff;
}

.newGoods .goods-gl .qxgl {
  margin-left: 0 !important;
}

.guige-layer {
  margin: 20px;
}

.qbj-layer .layui-form {
  width: 95%;
  margin: auto;
  margin-bottom: 10px;
}

.qbj-layer .layui-table th {
  font-size: 12px;
  line-height: 34px;
}

.qbj-layer .layui-table th {
  padding: 0;
  text-align: center;
}

.qbj-layer .danwei {
  width: 100%;
  overflow: hidden;
}

.qbj-layer .danwei li {
  width: 15%;
  margin: 5px 2% 5px 2%;
  float: left;
}

.qbj-layer .layui-form-checkbox[lay-skin='primary'] i {
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.qbj-layer .layui-form-checkbox[lay-skin='primary'] {
  padding-left: 18px;
}

.qbj-layer .layui-table th {
  font-size: 12px;
  line-height: 34px;
}

.qbj-layer .layui-table td,
.qbj-layer .layui-table th {
  padding: 0;
  text-align: center;
}

.add-rzdw-layer .layui-form {
  width: 95%;
  margin: auto;
  margin-bottom: 10px;
}

.add-rzdw-layer .layui-form-label {
  width: 135px;
}

.add-rzdw-layer .layui-input-block {
  margin-left: 165px;
}

.add-rzdw-layer .layui-form-item {
  margin-bottom: 10px;
}

.add-rzdw-layer .layui-form em {
  color: red;
}

/*品牌列表*/
.brandList .head {
  display: flex;
  justify-content: space-between;
}

.brandList .head .about p {
  margin-top: 10px;
}

.brandList .head .openunit {
  padding: 20px;
  text-align: center;
  width: 160px;
  border: 1px dashed #ccc;
  line-height: 40px;
}

.brandList .head .openunit p {
  text-align: center;
  width: 160px;
  font-size: 20px;
  color: rgb(24, 144, 255);
}

.brandList table .layui-btn+.layui-btn {
  margin-left: 0 !important;
}

.brandList .table-title .layui-btn {
  margin-top: 5px;
}

.brandList .pp-state {
  font-size: 24px;
  color: #0099ff;
}

.look-zz-layer ul {
  width: 70%;
  margin: 10px auto;
}

.look-zz-layer ul li {
  margin-top: 10px;
}

.look-zz-layer ul li span {
  margin-right: 10px;
}

.look-zz-layer ul li img {
  width: 150px;
  height: 140px;
}

.edit-zz-layer .layui-form {
  width: 80%;
  margin: 10px auto;
}

.edit-zz-layer .layui-form-label {
  width: 105px;
}

.edit-zz-layer .layui-input-block {
  margin-left: 135px;
}

.edit-zz-layer .layui-form-item {
  margin-bottom: 10px;
}

.edit-zz-layer .layui-form em,
.intelligence .layui-form em {
  color: red;
}

.edit-zz-layer .layui-form img {
  width: 150px;
  height: 140px;
}

.edit-zz-layer .layui-form {
  width: 90%;
  margin: 10px auto;
}

.edit-zz-layer .area .del {
  top: 20px;
  position: relative;
  float: left;
}

.edit-zz-layer .company .layui-form {
  width: 100%;
  margin: 10px auto;
}

.edit-zz-layer .layui-form-label {
  width: 135px;
}

.edit-zz-layer .layui-input-block {
  margin-left: 165px;
}

.edit-zz-layer .layui-form-item {
  margin-bottom: 10px;
}

.edit-zz-layer .layui-form em {
  color: red;
}

.edit-zz-layer .layui-form .layui-table-view .laytable-cell-input {
  padding: 0;
}

.edit-zz-layer .layui-form .layui-table-view input {
  height: 28px;
  border: 1px solid #ccc;
}

.edit-zz-layer #img-component {
  position: relative;
  width: 150px;
  height: 150px;
}

.edit-zz-layer #img-component #img-layer {
  display: none;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  background: #00000010;
}

.edit-zz-layer #img-component .img-layer {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.edit-zz-layer #img-component .img-layer .layui-icon {
  padding: 0px 5px;
  font-size: 24px;
  color: #fff;
}

.edit-zz-layer #demo1 img {
  width: 100px;
  height: 60px;
}

.edit-zz-layer #addarea {
  border: 1px dashed #ccc;
  line-height: 38px;
  text-align: center;
}

.pp-state-layer table,
.pp-state-layer .pp-state-title {
  width: 95%;
  margin: auto;
}

.pp-state-layer .pp-state-title {
  text-indent: 5px;
  background: #d9d9d9;
  margin-top: 10px;
}

.pp-state-layer .pp-state-title .add-rzdw {
  margin-top: 5px;
}

/*添加入驻单位弹层*/
.add-rzdw-layer .layui-form {
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
}

.add-rzdw-layer .danwei {
  width: 100%;
  overflow: hidden;
}

.add-rzdw-layer .danwei li {
  width: 25%;
  margin: 10px 2% 10px 2%;
  float: left;
}

.add-rzdw-layer .layui-form-checkbox[lay-skin='primary'] i {
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.add-rzdw-layer .layui-form-checkbox[lay-skin='primary'] {
  padding-left: 18px;
}

/*品牌详情*/
.brandDetail .layui-form {
  width: 50%;
  margin: 30px 0 20px 15%;
}

.brandDetail .layui-form-label {
  width: 155px;
}

.brandDetail .layui-input-block {
  margin-left: 185px;
}

.brandDetail .layui-form-item {
  margin-bottom: 10px;
}

.brandDetail .layui-form em {
  color: red;
}

/*品牌详情*/
.brandDetail .layui-form {
  width: 50%;
  margin: 30px 0 20px 15%;
}

.brandDetail .layui-form-label {
  width: 155px;
}

.brandDetail .layui-input-block {
  margin-left: 185px;
}

.brandDetail .layui-form-item {
  margin-bottom: 10px;
}

.brandDetail .layui-form em {
  color: red;
}

.brandDetail .jxs .table-title {
  background: #f2f2f2;
  height: 40px;
  font-size: 14px;
  text-indent: 5px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}

.brandDetail .jxs {
  width: 70%;
  margin: 20px auto;
}

.brandDetail .jxs .layui-table {
  margin-top: 0 !important;
}

.brandDetail .jxs .pp-state {
  text-align: center;
}

.brandDetail .jxs .pp-state i {
  font-size: 24px;
  color: #0099ff;
}

.ytg-dw-layer .layui-table {
  width: 90%;
  margin: 10px auto;
}

/*添加品牌*/
.add-layer .layui-form {
  width: 90%;
  margin: 10px auto;
}

.add-layer .area .del {
  top: 20px;
  position: relative;
  float: left;
}

.add-layer .company .layui-form {
  width: 100%;
  margin: 10px auto;
}

.add-layer .layui-form-label {
  width: 135px;
}

.add-layer .layui-input-block {
  margin-left: 165px;
}

.add-layer .layui-form-item {
  margin-bottom: 10px;
}

.add-layer .layui-form em {
  color: red;
}

.add-layer .layui-form .layui-table-view .laytable-cell-input {
  padding: 0;
}

.add-layer .layui-form .layui-table-view input {
  height: 28px;
  border: 1px solid #ccc;
}

.add-layer #img-component {
  position: relative;
  width: 150px;
  height: 150px;
}

.add-layer #img-component #img-layer {
  display: none;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  background: #00000010;
}

.add-layer #img-component .img-layer {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-layer #img-component .img-layer .layui-icon {
  padding: 0px 5px;
  font-size: 24px;
  color: #fff;
}

.add-layer #demo1 img {
  width: 100px;
  height: 60px;
}

.add-layer #addarea {
  border: 1px dashed #ccc;
  line-height: 38px;
  text-align: center;
}

.add-layer .company .layui-table-main .laytable-cell-input {
  border: 1px solid #ccc;
}

.add-layer .company .layui-table-main .layui-table-edit {
  top: 5px;
}

/*创建新品牌*/
.newBrand .area .del {
  top: 20px;
  position: relative;
  float: left;
}

.newBrand .layui-form {
  width: 900px;
  margin: 10px auto;
}

.newBrand .layui-form-label {
  width: 135px;
}

.newBrand .company .layui-form {
  width: 100%;
  margin: 10px auto;
}

.newBrand #demo1 img {
  width: 100px;
  height: 60px;
}

.newBrand #img-component2 {
  position: relative;
  width: 150px;
  height: 150px;
}

.newBrand #img-component2 #img-layer2 {
  display: none;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  background: #00000010;
}

.newBrand #img-component2 .img-layer {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newBrand #img-component2 .img-layer .layui-icon {
  padding: 0px 5px;
  font-size: 24px;
  color: #fff;
}
.newBrand #img-component6 .img-layer .layui-icon {
  padding: 0px 5px;
  font-size: 24px;
  color: #fff;
}
.newBrand #img-component6 {
  position: relative;
  width: 150px;
  height: 150px;
}

.newBrand #img-component6 #img-layer6 {
  display: none;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  background: #00000010;
}

.newBrand #img-component6 .img-layer {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newBrand #img-component7 .img-layer .layui-icon {
  padding: 0px 5px;
  font-size: 24px;
  color: #fff;
}
.newBrand #img-component7 {
  position: relative;
  width: 150px;
  height: 150px;
}

.newBrand #img-component7 #img-layer7 {
  display: none;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  background: #00000010;
}

.newBrand #img-component7 .img-layer {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newBrand #img-component31 .img-layer .layui-icon {
  padding: 0px 5px;
  font-size: 24px;
  color: #fff;
}
.newBrand #img-component31 {
  position: relative;
  width: 150px;
  height: 150px;
}

.newBrand #img-component31 #img-layer31 {
  display: none;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  background: #00000010;
}

.newBrand #img-component31 .img-layer {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newBrand #img-component32 .img-layer .layui-icon {
  padding: 0px 5px;
  font-size: 24px;
  color: #fff;
}
.newBrand #img-component32 {
  position: relative;
  width: 150px;
  height: 150px;
}

.newBrand #img-component32 #img-layer32 {
  display: none;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  background: #00000010;
}

.newBrand #img-component32 .img-layer {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newBrand #img-component33 .img-layer .layui-icon {
  padding: 0px 5px;
  font-size: 24px;
  color: #fff;
}
.newBrand #img-component33 {
  position: relative;
  width: 150px;
  height: 150px;
}

.newBrand #img-component33 #img-layer33 {
  display: none;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  background: #00000010;
}

.newBrand #img-component33 .img-layer {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newBrand #img-component34 .img-layer .layui-icon {
  padding: 0px 5px;
  font-size: 24px;
  color: #fff;
}
.newBrand #img-component34 {
  position: relative;
  width: 150px;
  height: 150px;
}

.newBrand #img-component34 #img-layer34 {
  display: none;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  background: #00000010;
}

.newBrand #img-component34 .img-layer {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*----*/
.newBrand #img-component12 .img-layer .layui-icon {
  padding: 0px 5px;
  font-size: 24px;
  color: #fff;
}
.newBrand #img-component12 {
  position: relative;
  width: 150px;
  height: 150px;
}

.newBrand #img-component12 #img-layer12 {
  display: none;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  background: #00000010;
}

.newBrand #img-component12 .img-layer {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*----*/
.newBrand #img-component2 .img-layer .layui-icon {
  padding: 0px 5px;
  font-size: 24px;
  color: #fff;
}
.newBrand #demo1 img {
  width: 100px;
  height: 60px;
}

.newBrand #img-component {
  position: relative;
  width: 150px;
  height: 150px;
}

.newBrand #img-component #img-layer {
  display: none;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  background: #00000010;
}

.newBrand #img-component .img-layer {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newBrand #img-component .img-layer .layui-icon {
  padding: 0px 5px;
  font-size: 24px;
  color: #fff;
}

.newBrand #demo1 img {
  width: 100px;
  height: 60px;
}

.newBrand #addarea {
  border: 1px dashed #ccc;
  line-height: 38px;
  text-align: center;
}

.newBrand .company .layui-table-main .laytable-cell-input {
  border: 1px solid #ccc;
}

.newBrand .company .layui-table-main .layui-table-edit {
  top: 5px;
}

/*批量更新*/
.plgx {
  padding: 20px;
}
.plgx-notice{
  padding: 20px;
}

.plgx-notice .red{
  color: red;
  font-weight: bold;
  
}
.plgx-notice p{
 margin: 10px 0;
  
}

.plgx .head {
  display: flex;
  line-height: 42px;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #f6f6f6;
  line-height: 25px;
}

.plgx .head .about {
  display: flex;
align-items: center;
max-width: 600px;
}
.plgx .head .about img{
  width: 70px;
  height: 70px;
  margin: 20px;
}
.plgx .head .about .title{
  font-size: 20px;
  font-weight: bolder;
}
.plgx .head .about p{
  margin-top: 20px;
}

.plgx .head .contact {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 400px;
  background: #fff;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.103);
}

.plgx .head .contact img{
  width: 25px;
  height: 25px;
  margin: 10px;
}

.plgx .content {
  display: flex;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}

.plgx .form {
  margin: 20px 0px 0px 20px;
}

.plgx .form .label {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  line-height: 30px;
}

.plgx .guide {
  margin: 20px auto 0px 200px;
  border-radius: 10px;
}

.plgx .guide .title {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.plgx .guide p {
  margin-top: 5px;
  font-size: 12px;
}

.plgx .guide .layui-timeline-content {
  padding-left: 40px;
}

.plgx .guide .bold {
  font-weight: bold;
}

.plgx .guide .red {
  color: red;
}

.plgx .guide hr {
  border: none;
  border-top: 1px dotted #ccc;
  width: 100%;
}

.plgx .guide .decoration {
  text-decoration: underline;
}

.plgx .guide .layui-icon {
  background: #09f;
  font-size: 16px;
  color: #fff;
  padding: 3px;
}

/* .plgx .layui-form{
  padding-top: 20px;
} */
.plgx .layui-form em {
  color: red;
  padding: 0px 5px;
}

/* .plgx .updata .layui-btn {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #333;
} */

/* .plgx .updata .layui-btn i {
  color: #333;
} */

.plgx .text {
  line-height: 34px;
  padding: 0 10px;
  background-color: #fef0f0;
  color: #f56c6c;
}

/* .plgx .new-con {
  margin: 20px;
}
.plgx .layui-timeline {
  display: flex;
  margin-top: 10px;
}
.plgx .layui-timeline-item {
  width: 25%;
  text-align: center;
  padding-bottom: 0;
}
.plgx .layui-timeline-axis {
  left: 50%;
  z-index: 10;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  color: #5fb878;
  border: 2px solid #5fb878;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.plgx .layui-timeline-item:before {
  left: 50%;
  top: 9px;
  width: 100%;
  height: 2px;
  color: #5fb878;
}
.plgx .layui-timeline-axis:hover {
  color: #5fb878;
}
.plgx .layui-timeline-item:before, */
/* hr {
  background-color: #5fb878;
}
.plgx .layui-timeline-title {
  margin-top: 30px;
  font-size: 16px;
  color: #5fb878 !important;
}
.plgx .layui-timeline-content p {
  color: #5fb878;
  font-size: 12px;
} */
.plgx .queren {
  color: #0099ff;
  cursor: pointer;
}

/*入驻单位*/
.rzdw {
  width: 95%;
  margin: 10px auto;
}

/*成员管理*/
.memberShip,
.role {
  width: 98%;
  margin: 10px auto;
}

.memberShip .table-title,
.role .table-title {
  background: #f2f2f2;
  height: 40px;
  font-size: 12px;
}

.memberShip .table-title span i,
.role .table-title span i {
  margin: 0 5px;
}

.memberShip .table-title .layui-btn,
.role .table-title .layui-btn {
  margin-top: 5px;
}

/*添加人员，编辑人员*/
.addPeople .layui-form,
.editPeople .layui-form {
  width: 40%;
  margin: 30px auto;
}

.addPeople .layui-form em,
.editPeople .layui-form em {
  color: red;
}

.addPeople .layui-form .layui-form-mid,
.editPeople .layui-form .layui-form-mid {
  margin-left: 115px;
  margin-right: 0 !important;
  padding: 0 !important;
}

/*角色权限*/
.add-role-layer .layui-form,
.edit-role-layer .layui-form {
  width: 80%;
  margin: 20px auto;
}

.add-role-layer .layui-form em,
.edit-role-layer .layui-form em {
  color: red;
}

/*权限设置*/
.qxsz {
  width: 98%;
  margin: 10px auto;
}

.qxsz .bg {
  background: #f2f2f2;
  text-indent: 10px;
}

.qxsz .xuan_box {
  border: 1px solid #f2f2f2;
}

.qxsz .xuan_box .qx .layui-icon-ok:before {
  position: absolute;
  left: -8px;
}

.qxsz .xuan_box .qx .layui-form-checkbox[lay-skin='primary'] {
  padding-left: 0;
}

.qxsz .xuan_box ul {
  overflow: hidden;
  padding: 10px;
}

.qxsz .xuan_box ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}

.qxsz .xuan_box .gnxz {
  width: 50px;
  float: left;
  padding: 10px;
}

/*编辑品牌*/
.editBrand .layui-form .save {
  width: 100%;
}

.editBrand .layui-upload-drag {
  padding: 0;
}

/*品牌审核*/
.bhly-layer .layui-form {
  width: 80%;
  margin: 10px auto;
}

.bhly-layer .layui-form .layui-form-item {
  margin-bottom: 0;
}

.bhsh-layer .layui-form {
  width: 80%;
  margin: 10px auto;
}

/*失败Excel文件*/
.filesbcx {
  margin: 20px;
}

.filesbcx .pt {
  width: 100%;
  display: inline-block;
}

.filesbcx .text1 b {
  color: #ff9b27;
  margin: 0 8px;
  font-size: 16px;
}

/*入驻单位*/
.rzdw2 {
  width: 98%;
  margin: 10px auto;
}

.rzdw2 .table-title,
.role .table-title {
  background: #f2f2f2;
  height: 40px;
  font-size: 12px;
}

.rzdw2 .table-title span i {
  margin: 0 5px;
}

.rzdw2 .table-title .layui-btn {
  margin-top: 5px;
}

.pinpaigl-sq .layui-form,
.pinpaigl-edit .layui-form {
  width: 80%;
  margin: 20px auto;
}

.pinpaigl-sq .layui-form-label,
.pinpaigl-edit .layui-form-label {
  font-weight: bold;
  color: #606266;
  width: 85px;
}

.pinpaigl-sq .layui-input-block,
.pinpaigl-edit .layui-input-block {
  margin-left: 115px;
}

/*经销商列表*/
.dealerList {
  width: 98%;
  margin: 20px auto;
}

.dealerList .table-title {
  background: #f2f2f2;
  height: 40px;
  font-size: 12px;
}

.dealerList .table-title span i {
  margin: 0 5px;
}

.dealerList .pp-state {
  text-align: center;
}

.dealerList .pp-state i {
  font-size: 24px;
  color: #0099ff;
}

.tg-dw-layer .layui-table {
  width: 90%;
  margin: 10px auto;
}

/*经销商详情*/
.dealerDetail {
  width: 98%;
  margin: 20px auto;
}
.tips-layer{
  padding: 20px;
}

.tips-layer > h1{
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 20px;
}
.tips-layer > .content{
  height: 320px;
  overflow-y: auto;
}

.tips-layer .guide {
  coolor: #333;
  font-size: 14px;
  display: flex;
}

.tips-layer .guide .item {
  padding: 20px;
  width: 25%;
  display: flex;
  line-height: 32px;
}

.tips-layer .guide .item .number {
  border: 1px solid #c9c9c9;
  background: #fff;
  border-radius: 100%;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.tips-layer .guide .item .title {
  margin-left: 10px;
  font-size: 16px;
  width: 100%;
}

.tips-layer .guide .item .title .header {
  display: flex;
  align-items: center;
}
.tips-layer .guide .item .title .content {
  font-size: 14px;
  color: #999;
}

.tips-layer .guide .item .line {
  flex-grow: 1;
  margin-left: 10px;
  height: 1px;
  background-color: #c7c7c7;
}


/*基本信息*/
.dealerDetail .baseInfo .layui-form {
  width: 40%;
  margin: 30px 0 20px 15%;
}

.dealerDetail .baseInfo .layui-form-label {
  width: 105px;
}

.dealerDetail .baseInfo .layui-input-block {
  margin-left: 135px;
}

.dealerDetail .baseInfo .layui-form-item {
  margin-bottom: 10px;
}

.dealerDetail .baseInfo .layui-form em,
.intelligence .layui-form em {
  color: red;
}

/*资质信息*/
.dealerDetail .intelligence .layui-form {
  width: 50%;
  margin: 30px 0 20px 15%;
}

.dealerDetail .intelligence .layui-form-label {
  width: 135px;
}

.dealerDetail .intelligence .layui-input-block {
  margin-left: 165px;
}

.dealerDetail .intelligence p {
  width: 95%;
  margin: 10px auto;
  background: #f2f2f2;
  text-indent: 10px;
}

/*账户信息*/
.dealerDetail .zhanghu p {
  background: #f2f2f2;
  text-indent: 10px;
}

/*代理品牌*/
.dealerDetail .dlpp p {
  background: #f2f2f2;
  text-indent: 10px;
}

.dealerDetail .dlpp .pp-state {
  text-align: center;
}

.dealerDetail .dlpp .pp-state i {
  font-size: 24px;
  color: #0099ff;
}

.dl-rzdw-layer .layui-table {
  width: 95%;
  margin: 10px auto;
}

/*入驻单位*/
.dealerDetail .rzdw p {
  background: #f2f2f2;
  text-indent: 10px;
}

/* 订单管理 */
.pl-qx-layer .layui-form-item,
.pl-shps-layer .layui-form-item,
.pl-zjfh-layer .layui-form {
  width: 85%;
  margin: 10px auto;
}

.pl-qx-layer .layui-form-item .layui-textarea {
  height: 180px;
}

.pl-qr-layer .layui-form,
.pl-fhfs-layer .layui-form {
  width: 85%;
  margin: auto;
  margin-bottom: 10px;
}

.pl-qr-layer .layui-form p,
.pl-fhfs-layer .layui-form p {
  margin: 20px auto;
  line-height: 64px;
  text-align: center;
}

.pl-shps-layer .layui-form-label {
  padding: 9px 5px;
  width: 110px;
}

.pl-shps-layer .layui-input-block {
  margin-left: 120px;
}

.pl-shps-layer em {
  color: red;
}

.orderList .z-order {
  padding: 0 !important;
}

.orderList .z-order .layui-table {
  margin: 0 !important;
  /*border: 1px solid #989898;*/
}

.orderList .z-order .layui-table td {
  /*border-color: #989898; */
}

.orderList .zdzyc,
.orderList .zdzzs {
  cursor: pointer;
}

.orderList .ul-tab {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

.orderList .ul-tab ul li {
  float: left;
  margin-right: 30px;
}

.orderList .ul-tab ul li a {
  line-height: 38px;
  padding-bottom: 8px;
  color: #999;
}

.orderList .ul-tab ul li a.selected {
  border-bottom: 3px solid red;
  color: #000;
}

/* 打印出货单 */
.dychd {
  width: 80%;
  margin: 10px auto;
}

.dychd .bt {
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #000;
  font-size: 20px;
  background: rgba(228, 228, 228, 1);
  border: 1px solid #ccc;
}

.dychd .layui-table {
  margin: 0 !important;
}

.dychd .spzj,
.orderDetail .spzj {
  background: #f2f2f2;
  text-align: right;
  color: #666;
  padding-right: 10px;
  border: 1px solid #dedede;
  line-height: 34px;
}

.dychd .spzj span {
  margin-left: 5px;
}

.dychd .chd-detail li {
  float: left;
}

.dychd .chd-detail {
  overflow: hidden;
  background: #f2f2f2;
  border: 1px solid #dedede;
  padding: 10px;
}

.dychd .chd-detail li p {
  line-height: 24px;
  font-size: 12px;
  text-indent: 10px;
}

.dychd .chd-detail li:last-child {
  text-align: right;
}

/* 订单详情 */
.orderDetail .detail-line {
  overflow: hidden;
}

.orderDetail .detail-line ul li {
  width: 16%;
  float: left;
  text-align: center;
  position: relative;
}

.orderDetail .detail-line ul li:before {
  content: '';
  position: absolute;
  left: 135px;
  top: 25px;
  z-index: 0;
  width: 76%;
  height: 1px;
  background-color: #e6e6e6;
}

.orderDetail .detail-line ul li:last-of-type:before {
  content: '';
  width: 0;
}

.orderDetail .detail-line ul li p {
  font-size: 12px;
  color: #666;
  line-height: 30px;
}

.orderDetail .detail-box {
  /* border: 1px solid #ccc; */
}

.orderDetail .detail-box .boxlist {
  width: 90%;
  margin: auto;
}

.orderDetail .detail-box .boxlist h3 {
  line-height: 36px;
  font-weight: bold;
}

/* 入驻单位 */
.redw {
  padding: 10px;
  position: relative;
}

.redw .tabs {
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
}

.redw .tabs .notice {
  font-size: 18px;
  line-height: 60px;
}

.redw .tabs img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.redw .haed {
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
}

.redw .haed .filter {
  display: flex;
}

.redw .haed .filter input {
  width: 240px;
}

.redw .haed .filter button {
  width: 120px;
  margin-left: 10px;
}

.redw .list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.redw .list .school-item {
  width: calc(88% / 3);
  min-height: 200px;
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}

.redw .list .school-item .content {
  height: 80%;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.redw .list .school-item .footer{
  background: #F7F9FA;
}

.redw .list .school-item .content .left{
  display: flex;
}

.redw .list .school-item .content .right{
  position: relative;
}

.redw .list .school-item .content .left .info{
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.redw .list .school-item .content .left .info h2{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.redw .list .school-item .content img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: contain;
}

.redw .list .school-item .tag {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ccc;
  height: 46px;
}

.redw .list .school-item .tag li {
  font-size: 12px;
  background: #ccc;
  color: #000;
  line-height: 25px;
  height: 25px;
  padding: 0px 10px;
  margin: 10px 0px 10px 10px;
}

.redw .list .school-item .content .status {
  position: absolute;
  right: 10px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: red;
  color: #fff;
}

.redw .list .school-item .content {
  padding: 10px;
}

.redw .list .school-item .footer{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  border-radius:0 0 8px 8px;
}

.redw .list .school-item .footer .button{
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #409EFF;
  cursor: pointer;
  border: 0;
}

.redw .list .school-item .footer .line{
  margin-top: 2.5px;
  width: 1px;
  height: 25px;
  background-color: #ccc;
}

.redw .list .school-item .title {
  font-size: 16px;
  font-weight: bold;
}

.redw .list .school-item .detail {
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.redw .list .school-item .foot {
  margin: auto;
  text-align: center;
}

.redw .list .school-item .foot button {
  width: 200px;
  height: 35px;
  line-height: 35px;
  border: 0px solid;
  text-align: center;
  background: rgba(16, 141, 233, 1);
  color: #fff;

}

.redw #notice {
  display: none;
  position: absolute;
  /* right: 20px; */
  top: 60px;
  width: 1000px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.096);
  border-radius: 3px;
  padding: 20px;
  z-index: 99999;
}

.redw #notice .title {
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}

.redw #notice .layui-timeline li .layui-timeline-axis {
  border: 1px solid;
}

/* 初始化向导 */

.guide {
  padding: 10px;
}

.guide_title {
  padding: 10px;
}

.guide_title p {
  margin-top: 10px;
  color: #666;
}

.guide_content {
  margin-top: 20px;
}

.guide_tips {
  text-align: center;
  margin-top: 20px;
}

.guide_tips h3 {
  margin-top: 10px;
  font-size: 18px;
}

.guide_tips p {
  margin-top: 10px;
  color: #666;
}

.guide_tips img {
  width: 60px;
}

.guide_text {
  line-height: 25px;
  padding: 20px 0px 0px 200px;
}

.guide_text_title {
  font-size: 16px;
  padding-bottom: 5px;
}

.guide_text p img {
  width: 14px;
  margin-right: 5px;
}

.guide_text p a {
  margin-left: 10px;
  color: blue;
}

.box {
  /* margin: 10px; */
  background: white;
  width: 100%;
  /* margin-top: 40px; */
  /* padding: 20px; */
}

.box h1 {
  color: #000;
  padding: 10px;
}

.box h2 {
  color: #333;
  padding: 10px;
  border-bottom: 1px solid #f6f6f6;
  background: linear-gradient(to left, #f5f5f5, #fff);
  font-weight: 600;
}

.box h3 {
  color: #333;

  padding: 10px;
}

.box h4 {
  color: #666;

  padding: 10px;
}

.box p {
  color: #666;
  padding: 10px;
  font-size: 15px;
  line-height: 25px;
}

.box .center img {
  width: 70%;
  margin: 10px;
  height: auto;
}

#register,
#login,
#password,
#brand,
#company,
#newproduct,
#product,
#guide,
#updata {
  padding-top: 40px;
}

.center {
  text-align: center;
}

/* 统计分析-订单列表 */
.order-analysis-head{
  background-color: rgba(242, 242, 242, 0.996078431372549);
  padding: 20PX ;
}
.order-analysis-head p{
  line-height: 30px;
}

.order-analysis-head form{
  display: flex;
  flex-wrap:wrap;
}
.order-analysis-head form .layui-form{
	width:260px;
}
.order-analysis-head form .layui-form xm-select{
		margin:5px 0;
		width:240px;
}
.order-analysis-head form .layui-form-select{
  width: 240px;
  margin:5px 0;
}
.order-analysis-head form input{
  width: 240px;
  margin:5px 0;
}
.order-analysis-head form button{
  width: 120px;
  margin:5px 0;
}
.order-analysis-head form .dateinput{
  position: relative;
}
.order-analysis-head form .datefilter{
  position: absolute;
  top: 40px;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 999;
  padding: 10px;
}
.order-analysis-head form .datefilter .chengeate{
  height: 40px;
  line-height: 40px;
  color: #0099ff;
}
.order-analysis-head form .datefilter .chengeate a{
  color: #0099ff;
}
.order-analysis-content{
 display: flex; 
 margin: 20px 0;
}

.order-analysis-content .order-analysis-content-box {
  border: 1px solid rgba(233, 233, 233, 1);
  width: 320px;
  height: 188px;
  margin-right: 20px;
}
.order-analysis-content .order-analysis-content-head {
 
  display: flex;
  justify-content: space-between;
}
.order-analysis-content .order-analysis-content-head h1{
  font-size: 18px;
  font-weight: bold;
}
.order-analysis-content .order-analysis-content-head img{
  width: 14px;
  height: 15px;
}
.order-analysis-content .order-analysis-content-head {
  padding: 20px 20px 0px 20px;
}

.order-analysis-content .order-analysis-content-content {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(233, 233, 233, 1);
}
.order-analysis-content .order-analysis-content-content > div {
  width: 160px;
  padding:  0px 20px;
}

.order-analysis-content .order-analysis-content-content > div:nth-child(1) {
  border-right: 1px solid rgba(233, 233, 233, 1);
}

.order-analysis-content .order-analysis-content-content > div .title{
  font-size: 14px;
  color: #999;
}

.order-analysis-content .order-analysis-content-content > div .num{
  font-size: 30px;
  color: #000;
  margin-top: 10px;
}

.layui-laydate, .layui-laydate-hint{
  box-shadow: none!important;
  border-color:rgba(242, 242, 242, 1)!important;
}
/* 修改区域-start */


.iconDiy {
    width: 30px;
    height: 30px;
    border: 1px solid #333
}

ul li {
    list-style: none;
}

#dropdown {
    width: 250px;
    position: relative;
    font-size: 12px;
}

#dropdown .layui-input {
    height: 36px;
    border: none;
    width:170px
}

#dropdown p {
    display:flex;
    justify-content: space-between;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #E6E6E6;
    background: #fff url(../images/arrow-down.png) no-repeat 97% 9px;
    color: #807a62;
    cursor: pointer
}

#dropdown .dropp {
  max-height: 300px;
  overflow-y: auto;
  width: 102%;
  background: #fff;
  margin-top: 2px;
  border: 1px solid #E6E6E6;
  position: absolute;
  display: none;
  z-index: 9;
}

#dropdown .dropp li {
    display:flex;
    justify-content:space-between;
    padding: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: none;
    margin: 5px 0;
}
#dropdown .dropp li a>span {
    padding-left:5px;
}
#dropdown .dropp li a>div {
    display:flex;
    justify-content: space-around;
    width: 80px;
}
#dropdown .dropp li a {
    display:flex;
    justify-content:space-between;
    box-sizing:border-box;
    padding:0 5px;
    height: 36px;
    text-decoration: none;
    width: 100%;
}

#dropdown .dropp li a img{
    margin-top:7px;
}
.disabled{
  cursor: not-allowed;
  /* pointer-events: none; */
  color: #ddd!important
}
.disTip{
  display:none;
  position:absolute;
  top:103px;
  left:270px;
  color:#fff;
  padding:5px;
  background: #555;
  border:1px solid #ddd;
  border-radius:5px;
  z-index: 9;
}
.btnGroup{
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -5px;
}
.orderTip{
  z-index: 99;
  display: none;
  position: absolute;
  text-align: center;
  line-height: 58px;
  border-radius: 12px;
  left: 400px;
  width: 400px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 12px 20px;
}


.hint-input-span-container {
  padding-left: 15px !important;
  border-radius: 4px !important;
  width: 300px;
  background-color: #fff;
  border: 1px solid #ccc;
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
  display: inline-block;
  padding: 2px 4px;
  color: #555;
  vertical-align: middle;
  border-radius: 1px;
  max-width: 100%;
  line-height: 30px;
  box-sizing: border-box;
}
.hint-input-span-container p {
  
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #fff url(../images/arrow-down.png) no-repeat 97% 9px;
  color: #807a62;
  cursor: pointer
}
.label {
  font-size: 10px;
  padding: 4px 6px;
  border: none;
  text-shadow: none;
  border-radius: 3px;
  font-weight: 200;
}

.hint-input-span-container span i[data-role="remove"] {
  cursor: pointer;
}

input[name="hint-search"] {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: inherit;
}

.hint-block {
  position: absolute;
  width: 300px;
  max-height: 340px;
  background-color: #fff;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
}

.hint-ul {
  text-decoration: none;
  list-style-type: none;
  padding-left: 5px;
}

#下拉选择 .hint-ul li{
  padding: 0;
  text-align: none;
  float: none;
  border: none;
}
.hint-ul a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height:36px;
  line-height: 36px;
  font-size: 12px;
  padding: 2px 4px;
}
.hint-ul li a>div{
  display: flex;
  justify-content: space-around;
  width: 140px;
}
.hint-ul li a:hover {
  background-color: #1990FF;
  color: #fff;
}

.searchTitle {
  padding-top: 5px;
  position: relative;
  /* display: flex;
  justify-content: space-around; */
  height: 35px;
  width: 300px;
  font-size: 12px;
  background-color: #F2F2F2;
  line-height: 25px;
  z-index: 99;
}
.searchTitle span{
  margin: 0 10px;
}
.searchTitle span:nth-child(2){
  margin-left: 103px;
}
.searchTitle span:nth-child(3) {
  margin-left: 35px;
}
#下拉选择 div{
  box-sizing: border-box;
  
}
#下拉选择{
 height: 53px;
}
.layerPop .layui-layer-content {
  padding: 30px 15px 0;
}
.layerPop .layui-layer-content p {
  margin: 15px 0;
}
#ghs投标内容list .layui-anim-upbit{
  height: 80px;
}
.list-sczd {
  /* display: inline-block; */
}
.list-sczd .layui-row {
  display: flex;
  height: 35px;
  justify-content: flex-start;
  margin-bottom: 15px
}
/* 修改区域-end */

