.main-body .change-password {
  width: 80%;
  height: 260px;
  border-top: none;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #e5f5fd;
  margin: 50px 10%;
}
.main-body .change-password .change-password-title {
  width: 100%;
  background-color: #009ae8;
  line-height: 35px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bolder;
  color: white;
}

.submit-form .tips {
  margin-left: 13%;
  padding: 15px 0;
  color: #FF5959;
}
.submit-form .layui-input-block {
  width: 50%;
  margin-left: 170px;
}
.submit-form .layui-form-item .explain {
  height: 50px;
  width: 70px;
  line-height: 50px;
  background-color: #f2f2f2;
  text-align: center;
  display: inline-block;
  float: left;
  color: #666666;
}
.submit-form .layui-form-item .explain-content {
  margin-left: 10px;
  padding: 5px 10px;
  height: 50px;
  max-width: 390px;
  line-height: 20px;
  background-color: #f2f2f2;
  display: inline-block;
  color: #666666;
}
.main-body .submit-form .layui-form-item .layui-form-label {
  width: 150px;
}
.main-body .layui-form-item .layui-form-label .required {
  color: #FF5959;
}
.main-body .layui-input,
.layui-select,
.layui-textarea {
  height: 30px;
  line-height: 1.3;
  border-radius: 5px;
}
.main-body .layui-form-item {
  margin-bottom: 5px;
}
.main-body .form-btn .btn-content {
  /* text-align: center; */
}
.main-body .form-btn .btn-content .layui-btn {
  border-radius: 4px;
}
.main-body .body-right .form-btn .layui-input-block {
  margin-left: 0px !important;
  width: 100%;
}

.basic-msg {
  width: 100%;
}

.bank-msg {
  width: 100%;
  display: none;
}
.bank-title {
  height: 50px;
  width: 75%;
  background-color: #F2FAFD;
  line-height: 50px;
  font-size: 15px;
  color: #30383B;
  padding: 0 10px;
  font-weight: bolder;
  margin: 20px 0;
  margin-left: 25px;
}
.invoice-msg {
  width: 100%;
  display: none;
}
.invoice-title {
  height: 50px;
  width: 75%;
  background-color: #F2FAFD;
  line-height: 50px;
  font-size: 15px;
  color: #30383B;
  padding: 0 10px;
  font-weight: bolder;
  margin: 20px 0;
  margin-left: 25px;
}
.img-msg {
  width: 100%;
  display: none;
}
.img-title {
  height: 30px;
  width: 75%;
  background-color: #009ae8;
  line-height: 30px;
  font-size: 15px;
  color: white;
  padding: 0 10px;
  border-radius: 15px;
  font-weight: bolder;
  margin: 20px 0;
  margin-left: 25px;
}

.config-info {
  display: inline-block;
  width: 180px;
  max-height: 80%;
  position: absolute;
  top: 150px;
  overflow: hidden;
  overflow-y: auto;
  margin-left: -70px;
}

.config-info h6 {
  color: #1E9FFF;
  font-size: 16px;
  line-height: 2em;
}

.config-info h6 i {
  margin-right: 4px;
}

.config-info p {
  width: 100%;
  word-break: break-all;
}

.button-box {
  width: 100%;
  height: 100px;
  padding: 5% 0;
  padding-left: 4%;
  padding-right: 22%;
}
.button-box .layui-btn {
  border-radius: 4px;
}
.next {
  float: right;
}
.back {
  float: left;
}
.main-body .body-right .form-btn .layui-input-block .back {
  float: left;
  margin-right: 10%;
}

.file {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px dashed #ccc;
  padding: 4px 20px;
  text-decoration: none;
  text-indent: 0;
  line-height: 100px;
  color: #CCCCCC;
  font-size: 14px;
  text-align: center;
  font-weight: 100;
  margin-right: 6px;
}
.file img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.file input {
  position: absolute;
  /* font-size: 100px; */
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.file div:first-child{
  height: 100%;
  line-height: 150px;
}
.gradient {
  filter: alpha(
      opacity=100 finishopacity=50 style=1 startx=0,
      starty=0,
      finishx=0,
      finishy=150
    )
    progid:
    DXImageTransform.Microsoft.gradient(
      startcolorstr=#fff,
      endcolorstr=#ccc,
      gradientType=0
    );
  -ms-filter: alpha(
      opacity=100 finishopacity=50 style=1 startx=0,
      starty=0,
      finishx=0,
      finishy=150
    )
    progid:
    DXImageTransform.Microsoft.gradient(
      startcolorstr=#fff,
      endcolorstr=#ccc,
      gradientType=0
    ); /*IE8*/
  /* background: #ccc; 一些不支持背景渐变的浏览器
  background: -moz-linear-gradient(top, #fff, #ccc);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ccc));
  background: -o-linear-gradient(top, #fff, #ccc); */
}
.file-name {
  display: inline-block;
  margin-left: 10px;
  /* height: 36px;
  float: right; */
  color: #009ae8;
}

.img-block {
  margin: 10px 0;
  width: 150px;
  height: 150px;
  padding: 0;
  position: relative;
  display: inline-block;
}

.img-remove {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #888;
  border-radius: 50%;
  background-color: #888;
  color: white;
  font-size: 14px;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
  font-style: normal;
  font-weight: 0;
}