.none {
  display: none;
}
.base-font {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.clear-pm {
  margin: 0;
  padding: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.text-scale {
  display: inline-block;
  font-size: 12px !important;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0.8333);
  transform: scale(0.8333);
}
.allcover {
  position: absolute;
  top: 0;
  right: 0;
}
.center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center,
.ct {
  position: absolute;
  top: 50%;
}
.ct {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.text-green {
  color: #3aa60d;
}
.text-red {
  color: red;
}
.text-orange {
  color: #f60;
}
.fdc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bgColor {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(146, 0, 249, 0.99)),
    color-stop(44%, rgba(146, 0, 249, 0.99)),
    color-stop(93%, rgba(127, 0, 255, 0.99)),
    color-stop(97%, rgba(137, 0, 252, 0.99)),
    to(rgba(146, 0, 249, 0.99))
  );
  background: linear-gradient(
    0deg,
    rgba(146, 0, 249, 0.99),
    rgba(146, 0, 249, 0.99) 44%,
    rgba(127, 0, 255, 0.99) 93%,
    rgba(137, 0, 252, 0.99) 97%,
    rgba(146, 0, 249, 0.99)
  );
}
.row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row,
.row-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row-around,
.row-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.column,
.column-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.column-left-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.column-end,
.column-left-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-left {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.column-left,
.row-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.row-between {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#add-account .el-form-item__label:before {
  content: '';
  margin: 0;
}
#add-account .add-wrap {
  padding: 20px 35px;
}
#add-account .add-wrap .tips-wrap {
  border-radius: 4px;
  background-color: #f2f2f2;
  padding: 15px 25px;
}
#add-account .add-wrap .tips-wrap h3 {
  color: #333;
  margin-bottom: 10px;
}
#add-account .add-wrap .tips-wrap p {
  color: #f60;
}
#add-account .add-wrap .tips-wrap p + p {
  margin-top: 5px;
}
#add-account .add-wrap .label-tips {
  font-size: 14px;
  color: red;
  margin: 20px 0;
}
#add-account .add-wrap .add-account-form .form-tips {
  color: red;
}
#add-account .add-wrap .add-account-form .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#add-account .add-wrap .add-account-form .img-wrap .image {
  width: 170px;
  height: 109px;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
}
#add-account .add-wrap .add-account-form .img-wrap .image img {
  width: 100%;
  height: 100%;
}
#add-account .add-wrap .add-account-form .img-wrap .action {
  margin-left: 20px;
}
#add-account .add-wrap .add-account-form .img-wrap .action .el-button {
  margin-bottom: 10px;
  background: #fff;
  border-color: #409eff;
  color: #409eff;
}
#add-account .add-wrap .add-account-form .img-wrap .action p {
  line-height: 24px;
}
#add-account .add-wrap .add-account-form .el-input {
  width: 350px;
}
#add-account .add-wrap .add-account-form .submit-btn {
  width: 150px;
}
