 /*                     模板馆专业苹果cms模板下载  www.iqmbg.com                         */ 
 /* 此模板仅限用于学习和研究目的；不得将上述内容用于商业或者非法用途，否则，一切后果请用户自负。 */ 
.home-content {
  background-image: url("index-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  padding-top: 320px;
}
.msg-box {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.msg-title {
  height: 46px;
  background: linear-gradient(137deg, #1565ff 0%, #96baff 100%);
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 46px;
  text-align: center;
}
.msg-body {
  padding: 32px;
}
.msg-body textarea {
  box-sizing: border-box;
  width: 100%;
  height: 186px;
  background: #f3f5fc;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  outline: none;
  border: none;
  resize: none;
}
.code-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 32px 0 36px 0;
}
.code-box img {
  width: 128px;
  height: 40px;
  background: skyblue;
}
.code-box .code-btn {
  width: 88px;
  height: 40px;
  background: #f3f3f3;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #41464f;
  line-height: 40px;
  text-align: center;
  margin: 0 24px 0 32px;
  cursor: pointer;
}
.code-box .sub-btn {
  width: 88px;
  height: 40px;
  background: #1565ff;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
}
.msg-text {
  margin-bottom: 24px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1f2431;
  line-height: 25px;
}
.msg-list-item {
  height: 167px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 32px;
  display: flex;
}
.msg-list-item .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f3f3f3;
  margin-top: 4px;
  margin-right: 16px;
}
.item-info {
  flex: 1;
  overflow: hidden;
}
.msg-list-item .item-info .item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.msg-list-item .item-info .item-top .item-name {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}
.msg-list-item .item-info .item-top .item-time {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #242633;
  line-height: 18px;
  margin-bottom: 4px;
}
.msg-list-item .item-info .item-conten {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #242633;
  line-height: 18px;
}
.msg-list-item .item-info .admin-item {
  margin-top: 16px;
  display: flex;
}
.msg-list-item .item-info .admin-item .admin-avatar {
  width: 32px;
  height: 32px;
  background: #008cff;
  border-radius: 50%;
  margin-right: 4px;
}
.msg-list-item .item-info .admin-item .admin-text {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  margin-bottom: 4px;
}
.msg-list-item .item-info .admin-item .admin-content {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff5c00;
  line-height: 18px;
}
