@charset "UTF-8";
.underline-top .top-search {
  padding: 10px 25px;
  font-size: 14px;
  color: #666;
  background-color: #f5f5f5;
}
.underline-top .top-menu {
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 11px !important;
  padding: 10px 0 !important;
  position: relative;
}
.underline-top .top-menu li {
  font-size: 15px;
  color: #8C8C8C;
  display: inline-block;
  padding-left: 40px;
  cursor: pointer;
}
.underline-top .top-menu li:nth-child(2) {
  margin: 0 70px;
}
.underline-top .top-menu li.active {
  color: #2A97F9;
}
.underline-top .top-menu .line {
  position: absolute;
  bottom: -2px;
  left: 25px;
  width: 92px;
  height: 2px;
  background: #2A97F9;
  border-radius: 2px;
  transition: left 0.5s;
  -moz-transition: left 0.5s; /* Firefox 4 */
  -webkit-transition: left 0.5s; /* Safari 和 Chrome */
  -o-transition: left 0.5s; /* Opera */
}
.underline-top.common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 20px;
}
@charset "UTF-8";
span.active-tag[data-v-d7e3ddac] {
  color: #2A97F9;
}
.email-customer[data-v-d7e3ddac] {
  height: calc(100% - 80px);
}
.email-customer input[type=checkbox][data-v-d7e3ddac] {
  width: 12px;
  height: 12px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 12px;
  position: relative;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.email-customer input[type=checkbox][data-v-d7e3ddac]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
.email-customer input[type=checkbox][data-v-d7e3ddac]:checked::before {
  content: "\2713";
  background-color: #409EFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #409EFF;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  overflow: hidden;
}
.email-customer label.el-checkbox.special[data-v-d7e3ddac] {
  margin-bottom: 7px;
  margin-right: 5px;
}
.email-customer label.el-checkbox.special input[type=checkbox][data-v-d7e3ddac] {
  width: 0;
}
.email-customer .list[data-v-d7e3ddac] {
  background-color: #fff;
}
.email-customer .list .el-col.el-col-2[data-v-d7e3ddac] {
  padding-right: 0 !important;
  position: relative;
}
.email-customer .list .not-read[data-v-d7e3ddac] {
  position: absolute;
  top: -28%;
  width: 37px;
  right: -17%;
  background-color: #0aab0a;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
.email-customer .list .not-read b[data-v-d7e3ddac] {
  position: absolute;
  bottom: -17%;
  left: 15%;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #0aab0a;
}
.email-customer .list .list-title .el-col[data-v-d7e3ddac] {
  font-size: 14px;
  color: #232323;
  cursor: pointer;
}
.email-customer .list .list-detail .el-col[data-v-d7e3ddac] {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #8C8C8C;
  border-bottom: 1px solid #F3F3F3;
  cursor: pointer;
}
.email-customer .list .list-detail .el-col .more.el-col.el-col-3[data-v-d7e3ddac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.email-customer .list .list-detail .el-col img[data-v-d7e3ddac] {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
}
.email-customer .list .list-detail .el-col span[data-v-d7e3ddac] {
  font-size: 14px;
}
.email-customer .list .list-detail .more.el-col.el-col-3[data-v-d7e3ddac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.email-customer .list .list-detail .el-col.special[data-v-d7e3ddac] {
  height: 40px;
  overflow: hidden;
}
.email-customer .list .list-detail .el-col.special span[data-v-d7e3ddac] {
  color: #666 !important;
  font-size: 14px;
}
.email-customer .list .el-row.active .el-col[data-v-d7e3ddac] {
  color: #000;
}
.email-customer .list .el-row.active .el-col span[data-v-d7e3ddac] {
  font-weight: 600;
}
.email-customer span.icon[data-v-d7e3ddac] {
  margin: 0 4px;
  font-size: 16px;
  color: #666;
}
.email-customer .make[data-v-d7e3ddac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 8px 7px 8px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3607843137);
}
.email-customer .title[data-v-d7e3ddac] {
  font-size: 14px;
  color: #2A97F9;
  background-color: #EAF0F6;
  line-height: 35px;
  padding-left: 55px;
}
.email-customer .table-container[data-v-d7e3ddac] {
  width: 100%;
  height: calc(100% - 65px);
  overflow-x: auto;
  overflow-y: auto;
}
.email-customer .table-container.active[data-v-d7e3ddac] {
  height: calc(100% - 163px);
}
.list-table[data-v-d7e3ddac] {
  position: relative;
}
.list-table table[data-v-d7e3ddac] {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  font-size: 14px;
  color: #666;
  border: 1px solid rgba(128, 128, 128, 0.231372549);
  border-left: none;
  border-right: none;
  border-collapse: separate;
}
.list-table .headTable[data-v-d7e3ddac] {
  color: rgba(0, 0, 0, 0.6901960784);
  font-weight: bold;
  background-color: #ddd;
}
.list-table .headTable .el-icon-message[data-v-d7e3ddac] {
  color: orange;
}
.list-table .emaListTable[data-v-d7e3ddac] {
  table-layout: fixed;
  width: 100%;
}
.list-table .emaListTable input[type=checkbox][data-v-d7e3ddac] {
  margin-right: 7px;
}
.list-table .emaListTable .time[data-v-d7e3ddac] {
  width: 102px;
  display: inline-block;
  margin-left: 10px;
  color: #666;
  font-size: 12px;
}
.list-table .emaListTable .el-icon-date[data-v-d7e3ddac],
.list-table .emaListTable .el-icon-delete[data-v-d7e3ddac] {
  color: #fff;
}
.list-table .emaListTable .el-icon-distribute[data-v-d7e3ddac] {
  margin-left: 3px;
}
.list-table .emaListTable .el-icon-date[data-v-d7e3ddac] {
  margin-left: 3px;
}
.list-table .emaListTable tr[data-v-d7e3ddac] {
  position: relative;
  display: inline-table;
  width: 100%;
  border-bottom: 1px solid #F3F3F3;
  cursor: pointer;
}
.list-table .emaListTable tr td[data-v-d7e3ddac] {
  vertical-align: middle;
}
.list-table .emaListTable tr .el-icon-paperclip[data-v-d7e3ddac] {
  margin-left: 3px;
}
.list-table .emaListTable tr[data-v-d7e3ddac]:last-child {
  border-bottom: 0;
}
.list-table .emaListTable tr[data-v-d7e3ddac]:hover {
  background-color: #f5f5f5;
}
.list-table .emaListTable tr:hover .el-icon-distribute[data-v-d7e3ddac] {
  visibility: visible;
}
.list-table .emaListTable tr:hover i[data-v-d7e3ddac] {
  color: #666;
}
.list-table .emaListTable tr:hover .el-icon-paperclip[data-v-d7e3ddac] {
  color: #666;
}
.list-table .emaListTable tr:hover .el-icon-date.active[data-v-d7e3ddac],
.list-table .emaListTable tr:hover .icon-fix.active[data-v-d7e3ddac],
.list-table .emaListTable tr:hover .icon-fix-full.active[data-v-d7e3ddac] {
  color: #2a97f9;
}
.list-table .emaListTable td.headTd[data-v-d7e3ddac] {
  width: 45px;
  vertical-align: top;
}
.list-table .emaListTable td.senderTd[data-v-d7e3ddac] {
  position: relative;
}
.list-table .emaListTable td.senderTd span.sendName[data-v-d7e3ddac] {
  display: inline-block;
  width: 260px;
  padding-right: 10px;
}
.list-table .emaListTable td.senderTd .bold[data-v-d7e3ddac] {
  font-weight: bold;
  color: #000;
}
.list-table .emaListTable td.subjectTd .tag-list[data-v-d7e3ddac] {
  position: absolute;
  right: 210px;
  top: 10%;
  background-color: #fff;
  z-index: 2;
}
.list-table .emaListTable td.subjectTd .tag-list .el-tag[data-v-d7e3ddac] {
  color: #fff;
  margin-right: 2px;
}
.list-table .emaListTable td.subjectTd .tag-list .el-tag i.el-tag__close.el-icon-close[data-v-d7e3ddac] {
  color: #fff;
}
.list-table .emaListTable .makeTd[data-v-d7e3ddac] {
  width: 250px;
}
.list-table .detail[data-v-d7e3ddac] {
  height: auto;
}
.list-table h1[data-v-d7e3ddac] {
  color: #2a97f9;
  margin: 5px 10px;
  font-size: 12px;
  font-weight: normal;
}
.list-table h1 span[data-v-d7e3ddac] {
  color: #999;
  font-size: 13px;
}
.list-table .delivery-img[data-v-d7e3ddac] {
  width: 15px;
  vertical-align: middle;
}
.LitterHeight[data-v-d7e3ddac] {
  height: calc(100% - 5px);
}
.email-customer .table-container.underHeight[data-v-d7e3ddac] {
  height: calc(100% - 122px);
}
.email-customer .table-container.comHeight[data-v-d7e3ddac] {
  height: calc(100% - 95px);
}
.write[data-v-d7e3ddac] {
  height: calc(100% - 90px);
  padding: 0 10px;
  overflow-y: auto;
  border-radius: 10px;
  background-color: #fff;
}
.write .write-top[data-v-d7e3ddac] {
  margin: 10px 0;
}
.write .write-top .el-checkbox__input.is-disabled + span.el-checkbox__label[data-v-d7e3ddac] {
  color: #409EFF;
}
.write .write-top .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner[data-v-d7e3ddac] {
  background-color: #F2F6FC;
  border-color: #DCDFE6;
}
.write .write-top .top-btn[data-v-d7e3ddac] {
  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;
}
.write .write-top .top-btn .btn-right[data-v-d7e3ddac] {
  color: #2A97F9;
}
.write .write-top .el-form-item.contact .el-table[data-v-d7e3ddac] {
  max-height: 300px;
  overflow-y: scroll;
}
.write .write-top .el-form-item.contact ul[data-v-d7e3ddac] {
  max-height: 300px;
  overflow-y: scroll;
}
.write .write-top .el-form-item.contact ul li[data-v-d7e3ddac] {
  line-height: 35px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5215686275);
}
.write .write-top .el-form-item.contact ul li i[data-v-d7e3ddac] {
  float: right;
  color: transparent;
  font-size: 27px;
  margin-right: 10px;
  cursor: pointer;
}
.write .write-top .area-time[data-v-d7e3ddac] {
  text-align: right;
  font-size: 12px;
  padding-top: 10px;
}
.write .write-top .line[data-v-d7e3ddac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  padding: 5px 0;
  border-bottom: 1px solid #666;
  overflow: hidden;
  position: relative;
}
.write .write-top .line .line-content[data-v-d7e3ddac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.write .write-top .line .line-content .tag-input[data-v-d7e3ddac] {
  position: relative;
  margin-right: 10px;
  border-radius: 10px;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  background-color: #e8f0f7;
  border: 1px solid #C2D4E3;
}
.write .write-top .line .line-content .tag-input input[data-v-d7e3ddac] {
  border: 0;
  color: #606266;
  font-size: 13px;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 100%;
  background-color: transparent;
}
.write .write-top .line .line-content .tag-input i[data-v-d7e3ddac] {
  font-size: 14px;
  margin-left: 2.5px;
  color: rgba(102, 102, 102, 0.4196078431);
  cursor: pointer;
}
.write .write-top .line .line-content .tag-input.active[data-v-d7e3ddac] {
  background-color: #fff;
}
.write .write-top .line .line-content .tag-input.error[data-v-d7e3ddac] {
  background-color: rgba(255, 0, 0, 0.3411764706);
}
.write .write-top .line .line-content .tag-input.warning[data-v-d7e3ddac] {
  border-color: transparent;
  background-color: #faecd9;
}
.write .write-top .line .line-content .tag-input.warning .el-icon-warning[data-v-d7e3ddac] {
  color: #E6A23C;
}
.write .write-top .line .el-input.el-input--small input.el-input__inner[data-v-d7e3ddac] {
  border: 0;
  padding-left: 0;
}
.write .write-top .line span.addMan[data-v-d7e3ddac] {
  position: absolute;
  right: 0;
  z-index: 999;
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid #E9F3FD;
  line-height: 24px;
  text-align: center;
  border-radius: 3px;
  color: #2A97F9;
  background-color: #E9F3FD;
  cursor: pointer;
}
.write .write-top .line .label[data-v-d7e3ddac] {
  width: 57px;
}
.write .write-top .line b[data-v-d7e3ddac] {
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  background-color: #2a97f9;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}
.write .write-top .line input[type=text].myInput[data-v-d7e3ddac] {
  color: #333;
  height: 40px;
  line-height: 40px;
  border: 0;
  width: 90%;
  background-color: transparent;
}
.write .write-top .line i.add-icon[data-v-d7e3ddac] {
  float: right;
  line-height: 40px;
  font-size: 25px;
  color: #333;
  cursor: pointer;
}
.write .info[data-v-d7e3ddac] {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.write .info h1[data-v-d7e3ddac] {
  font-size: 14px;
  color: #1B2242;
  margin-right: 30px;
  font-weight: 600;
}
.write .info span.size[data-v-d7e3ddac] {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #666;
  font-size: 12px;
}
.write .bottom-make-btn[data-v-d7e3ddac] {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
  width: calc(100% - 437px);
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
}
.write.common[data-v-d7e3ddac] {
  height: 100%;
}

/**********start 自动保存提示文字样式***************/
.auto-save-msg[data-v-d7e3ddac] {
  position: absolute;
  top: 0;
  left: 41%;
  padding: 4px 11px;
  font-size: 12px;
  border-radius: 5px;
  color: #fff;
  background-color: #67c23a;
  opacity: 0;
}
.play-animation[data-v-d7e3ddac] {
  -webkit-animation: myfirst-d7e3ddac 3s;
          animation: myfirst-d7e3ddac 3s;
}
@keyframes myfirst-d7e3ddac {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}
70% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@-webkit-keyframes myfirst-d7e3ddac /* Safari and Chrome */ {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}
70% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
/**********end 自动保存提示文字样式***************/
