.mailSet .email-message {
  position: absolute;
  right: -270px;
  top: -90px;
  border: 1px solid rgba(128, 128, 128, 0.3803921569);
  background-color: #fff;
  z-index: 3;
  width: 370px;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
}
.mailSet .email-message p {
  line-height: 25px;
}
.mailSet .email-message p.special {
  color: red;
}
.mailSet form.el-form .el-form-item {
  margin-bottom: 12px !important;
}
.mailSet form.el-form .el-form-item .el-checkbox {
  margin-left: 10px;
}
.mailSet form.el-form .el-form-item .el-input {
  width: 90%;
}
.mailSet form.el-form p {
  font-size: 13px;
}
.mailSet form.el-form p span {
  color: #8C8C8C;
  font-size: 12px;
}
.mailSet label.el-form-item__label {
  text-align: left;
}
.mailSet .el-form-item.extra label.el-form-item__label {
  padding-left: 10px;
}
.mailSet .email-http {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
.mailSet span.el-icon-question {
  position: absolute;
  right: 5%;
  top: 10px;
}
.mailSet .el-form-item.hand label.el-form-item__label {
  color: #2A97F9;
  padding-left: 10px;
  cursor: pointer;
}
.mailSet .el-form-item.hand .error {
  margin-top: 5px;
  line-height: 25px;
  color: #F48A94;
}
.mailSet .el-form-item.hand .error b {
  color: #2A97F9;
  cursor: pointer;
}
.mailSet .el-table td {
  font-size: 13px;
  padding: 4px 0;
}
.mailSet .title {
  color: #2A97F9;
  font-size: 14px;
  line-height: 35px;
  padding-left: 30px;
  background: #eaf0f6;
}
.mailSet .title span {
  color: #325893;
  margin-left: 15px;
  cursor: pointer;
}
.mailSet .list-show {
  margin: 20px 0 0 0;
}
