
#auth a {
  text-decoration: none;
}
#msgBox a {
  text-decoration: none;
}
#auth {
  padding: 30px 30px 20px 30px;
  background-color: white;
  /* height: calc(100vh - 115px); */
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bg-w {
  background-color: #fff1e2;
}
.bg-d {
  background-color: #fff1f0;
}
#msgBox {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  padding: 10px 15px;
  color: #535353;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#auth > #authPerson {
  text-align: left;
  padding-top: 0;
}
#desc {
  width: 100%;
  height: 84px;
  background: #fff1e2;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  padding: 11px 15px 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#auth p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #535353;
  line-height: 22px;
}
#leftBox {
  float: left;
  width: 16px;
  height: 100%;
  margin-right: 10px;
}
#rightBox {
  float: left;
}
#rzxz {
  color: #ee9229;
  font-weight: 400;
}
#infoLeft {
  margin-top: 25px;
  float: left;
}
#infoRight > div {
  overflow: hidden;
}
#infoRight {
  margin-top: 25px;
  float: left;
  margin-left: 40px;
  font-size: 14px;
  color: #252525;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  width: calc(100% - 132px);
}
#infoRight p {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
#infoRight p.half {
  width: 50%;
  display: inline-block;
}
#infoRight span {
  color: #8c8c8c !important;
  width: 120px;
  display: inline-block;
}
.authBox {
  width: 49%;
  height: 297px;
  float: left;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  padding: 25px 0;
}
.ksrz-btn {
  margin: 20px auto 0 auto;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}
.statusMsg {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}
.el-loading-mask {
  -webkit-transition: none;
  transition: none;
}

