.MailTemp .template[data-v-f07436ec] {
  overflow-y: auto;
  height: calc(100% - 220px);
  width: 100%;
}
.MailTemp .template .template-header[data-v-f07436ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 24px;
  padding: 0 10px;
  border-bottom: 1px solid #e8eaec;
}
.MailTemp .template .template-content[data-v-f07436ec] {
  height: 260px;
  overflow: hidden;
  font-size: 0.2rem;
  -webkit-transform: scale(0.5) translateX(0) translateY(0);
  transform: scale(0.5) translateX(0) translateY(0);
}
.MailTemp .template .template-footer[data-v-f07436ec] {
  padding: 7px 14px 2px;
  border-top: 1px solid #ebeef5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.MailTemp .template .template-footer span[data-v-f07436ec] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: block;
  cursor: pointer;
}
.MailTemp .template .template-footer .delete[data-v-f07436ec] {
  border-left: 1px solid #ebeef5;
}
.setting-icon[data-v-f07436ec] {
  font-size: 20px;
  cursor: pointer;
  color: #8a8a8a;
  margin-left: 10px;
  font-weight: 500;
  vertical-align: bottom;
}
.operate-box[data-v-f07436ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.operate-box .operate-select[data-v-f07436ec] {
  width: 150px;
  margin-right: 10px;
}
