.mail_container {
  /*width: 1200px;*/
  height: 893px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 20px rgba(64, 158, 254, 0.16);
  border-radius: 4px;
  margin: 0 auto;
}
.mail_header {
  width: 100%;
  height: 40px;
  background: rgba(103, 166, 230, 1);
  border-radius: 4px 4px 0px 0px;
  display: flex;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  cursor: pointer;
}
.mail_header img {
  vertical-align: middle;
}
.mail_header div {
  margin: 0 20px;
}
.mail_header div span {
  margin: 0 10px;
}
.mail_left {
  width: 200px;
  height: 853px;
  float: left;
  background: rgba(238, 247, 255, 1);
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 0px 0px 0px 4px;
}
.mail_left img {
  vertical-align: middle;
  margin: 20px;
}
.mail_left span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(235, 146, 57, 1);
}
.mail_right {
  float: left;
  width: 1026px;
  height: 813px;
}
.active_send {
  background-color: #fff;
}
.Inbox_center {
  height: 851px;
  width: 320px;
  background: rgba(246, 250, 255, 1);
  overflow-y: scroll;
  scrollbar-track-color: #e2f0ff;
}
.Inbox_center li {
  display: flex;
  align-items: center;
  width: 300px;
  height: 68px;
}
.Inbox_center li .circle {
  width: 8px;
  height: 8px;
  background: #2a2a2a;
  border-radius: 50%;
  opacity: 1;
  margin-right: 10px;
  margin-left: 20px;
}
.Inbox_center li .red {
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 50%;
  opacity: 1;
  margin-right: 10px;
  margin-left: 20px;
}
/*.active_Inbox .circle {
  background-color: #2a2a2a;
}*/
.active_Inbox .Inbox_message span {
  color: #fff !important;
}
.active_Inbox {
  background-color: rgba(130, 196, 255, 1);
}
.send_Email_box {
  display: flex;
  justify-content: space-between;
}
.Inbox_right {
  width: 70%;
  height: 851px;
  background-color: #fff;
  overflow-y: scroll;
}
.Email_receive {
  width: 98%;
  /* height: 800px; */
  margin-left: 20px;
  background-color: #eef7ff;
  border-radius: 4px;
}
.receive_box {
  width: 95%;
  /* height: 750px; */
  background-color: #fff;
  border-radius: 4px;
  margin: auto;
}
.Email_receive_text {
  height: 40px;
  line-height: 40px;
  color: #555;
  margin-left: 10px;
}
.Inbox_message {
  width: 207px;
  height: 38px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(170, 170, 170, 1);
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.Inbox_message :nth-child(1) {
  color: #555;
}
.Inbox_message :nth-child(2) {
  color: #aaa;
}
.Inbox_right h3 {
  margin-left: 20px;
}
.receive_box p {
  color: #2a2a2a;
  /*height: 30px;*/
  line-height: 30px;
  margin-left: 20px;
}
.receive_box span {
  color: #555;
}
.receive_text {
  width: 100%;
  /* height: 268px; */
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 30px;
  color: rgba(42, 42, 42, 1);
  padding: 0 30px;
  opacity: 1;
  box-sizing: border-box;
}
.receive_text a {
  color: #67a6e6;
}
.hidden_line {
  width: 590px;
  margin-left: 20px;
  border-bottom: 2px dashed #ccc;
}
.notice_text {
  width: 438px;
  height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: rgba(42, 42, 42, 1);
  opacity: 1;
  margin-left: 20px;
}
