#evaluate .evaluate .evaluateContent {
  box-shadow: 2.5px 2.5px 15px rgba(0, 0, 0, 0.1), -2.5px -2.5px 15px rgba(0, 0, 0, 0.1);
  width: 95%;
  margin-left: 2.5%;
  border-radius: 8px;
  background-color: white;
  text-align: center;
  padding: 1rem 0;
}

#evaluate .evaluate .evaluateContent h5 {
  font-weight: bold;
  text-align: left;
  padding-left: 0.2rem;
  margin-top: 0.8rem;
}

#evaluate .evaluate .evaluateContent h5 span {
  color: #FD6756;
  margin-right: 0.2rem;
}

#evaluate .evaluate .evaluateContent .itemList {
  margin-left: 0;
  margin-right: 0;
}

#evaluate .evaluate .evaluateContent .itemList div {
  width: 45%;
  margin-left: 3%;
  border: 2px solid #A5A5A5;
  border-radius: 5px;
  margin-top: 0.3rem;
  padding: 0.2rem 0;
  font-weight: bold;
}

#evaluate .evaluate .evaluateContent .itemList .active {
  background-color: #1D2975;
  color: white;
}

#evaluate .evaluate .evaluateContent .itemSelect {
  margin-left: 0;
  margin-right: 0;
}

#evaluate .evaluate .evaluateContent .itemSelect .selectTtle {
  padding-right: 0;
  margin-top: 0.5rem;
}

#evaluate .evaluate .evaluateContent .itemSelect .selectTtle h5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 0.2rem;
}

#evaluate .evaluate .evaluateContent .itemSelect .selectCon {
  margin-top: 0.5rem;
}

#evaluate .evaluate .evaluateContent .itemSelect .selectCon select {
  width: 100%;
  height: 0.8rem;
  border-radius: 5px;
}

#evaluate .evaluate .evaluateContent .itemMark {
  color: #DD0F11;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
  font-weight: bold;
}

#evaluate .evaluate .evaluateContent .tag {
  color: #B7B7B7;
  text-align: left;
  padding-left: 0.2rem;
}

#evaluate .evaluate .evaluateContent .userName {
  margin-left: 0;
  margin-right: 0;
  box-shadow: 2.5px 2.5px 15px rgba(0, 0, 0, 0.1), -2.5px -2.5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 0.5rem;
  padding: 0.3rem 0;
  width: 95%;
  margin-left: 2.5%;
}

#evaluate .evaluate .evaluateContent .userName input {
  width: 100%;
  border: none;
  outline: none;
}

#evaluate .evaluate .evaluateContent .userPhone {
  margin-left: 0;
  margin-right: 0;
  box-shadow: 2.5px 2.5px 15px rgba(0, 0, 0, 0.1), -2.5px -2.5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 0.5rem;
  padding: 0.3rem 0;
  width: 95%;
  margin-left: 2.5%;
}

#evaluate .evaluate .evaluateContent .userPhone input {
  width: 100%;
  border: none;
  outline: none;
}

#evaluate .evaluate .evaluateContent .mate {
  width: 95%;
  background-color: #FC5C50;
  color: white;
  font-weight: bold;
  padding: 0.2rem 0;
  margin-top: 0.5rem;
  letter-spacing: 2px;
  border-radius: 5px;
  border-style: none;
}
