.leave-message-btn {
  display: inline-block;
  width: 102px;
  height: 32px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  margin-left: 10px;
  cursor: pointer;
}

.leave-message {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
}

.add-request {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.contact-popup{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.leave-message-content2 {
  display: none;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}

.contact-popup-title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-popup-content{
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}
.contact-popup-person{
  
  text-align: center;
  font-size: 16px;
  color: #9e9e9e;
  margin-bottom: 10px;
}
.contact-popup-phone{
  text-align: center;
  font-size: 16px;
  color: #9e9e9e;
  margin-bottom: 20px;
}

.leave-message-content {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}

.add-request-content {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}

.leave-message-no-login {
  background-color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 200px;
}

.leave-message-no-login a {
  margin-top: 30px;
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
}

.leave-message-items {
  max-height: 50vh;
  min-height: 40vh;
  overflow-y: auto;
  padding: 10px;
}

.leave-message-item {
  margin: 12px 0;
  border-radius: 8px;
  padding: 18px 10px 10px 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);

}

.leave-message-item .title {
  font-weight: bold;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.leave-message-item .contact-btn {
  background-color: #329f2e;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  padding: 8px 16px;
  margin: 10px 0;
  font-size: 14px;
  display: inline-block;
}

.leave-message-item .line- {
  margin: 6px 0 10px 0;
  background-color: #eaeaea;
  height: 1px;
}

.leave-message-item .time {
  margin-top: 2px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #c7c7c7;
  font-weight: normal;
}

.leave-message-item .content {
  font-size: 14px;
  font-weight: normal;
}

.leave-message-item p {
  word-wrap: break-all;
  white-space: pre-wrap;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

.leave-message-item .classification {
  font-size: 14px;
}

.leave-message-item-audit {
  position: relative;
}

.leave-message-item-audit::after {
  position: absolute;
  content: "审核中";
  top: 0;
  right: 0;
  padding: 2px 4px;
  font-size: 12px;
  color: #fff;
  background-color: #ff9900;
  border-radius: 4px;
}

.leave-message-item small {
  color: #747576;
}

.leave-message-item p {
  margin-top: 6px;
}

.form-group textarea {
  width: 384px;
  padding: 8px;
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: none;
}
.form-group textarea {
  font: 14px/1.5 Helvetica, Pingfang SC, Microsoft YaHei, STHeiti, Verdana, Arial, Tahoma, sans-serif3;
}

.form-group textarea::placeholder {
  font: 14px/1.5 Helvetica, Pingfang SC, Microsoft YaHei, STHeiti, Verdana, Arial, Tahoma, sans-serif3;
}

.form-group textarea::-webkit-input-placeholder {
  color: #838383;
}

.form-group textarea::-moz-placeholder {
  color: #838383;
}

.form-group textarea::-ms-input-placeholder {
  color: #838383;
}

.form-group label {
  font-size: 14px;
  color: #333 !important;
  margin-right: 8px;
}

.submit-btn{
  display: flex;
  justify-self: center;
}

.submit-btn button:first-child{
  width: 80px;
  height: 36px;
  padding: 0;
  line-height: 36px;
  background: #f5f6f7;
  text-align: center;
  color: #74777d;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.submit-btn button:nth-child(2) {
  width: 80px;
  height: 36px;
  padding: 0;
  line-height: 36px;
  background: #1b62e1;
  text-align: center;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 40px;
}

#add-request .error-message{
  padding-left: 74px;
}

/* #add-request-form button {
  width: 80px;
  height: 32px;
  padding: 0;
  line-height: 32px;
  background: #1b62e1;
  text-align: center;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
} */

.no-data-request {
  display: none;
  text-align: center;
  font-size: 14px;
  padding: 18px;
  color: #747576
}

.add-request-btn {
  width: 80px;
  height: 32px;
  padding: 0;
  line-height: 32px;
  background: #1b62e1;
  text-align: center;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
}

.classification-select {
  height: 42px;
}

.classification-select .loading {
  text-align: center;
  font-size: 14px;
  line-height: 42px;
  color: #666;
}

.classification-select #tab-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
}

.classification-select #tab-nav li {
  padding: 6px 8px;
  cursor: pointer;
  background: #f5f6f7;
  color: #74777d;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s;
}

.classification-select #tab-nav li.active {
  color: #fff;
  border-bottom-color: transparent;
  background: #1b62e1;
}