.message-box {
  margin: 0.05208333rem auto;
  border: solid 0.00520833rem #eee;
  border-radius: 0.04166667rem;
}
.message-lnk-ly {
  line-height: 0.28645833rem;
  margin: 0.05208333rem auto;
  text-align: right;
  padding-right: 0.05208333rem;
}
.message-lnk-ly a {
  color: #fff;
  font-size: 0.08333333rem;
  padding: 0.04166667rem 0.078125rem;
  background: #D6000F;
}
.message {
  margin: 0.15625rem;
}
.message li {
  line-height: 0.15625rem;
  margin-bottom: 0.05208333rem;
}
.message li span {
  font-weight: 600;
  font-size: 0.07291667rem;
  color: #646464;
}
.message li .star {
  color: #c70000;
}
.message-detail {
  width: 4.16666667rem;
  margin: 0 auto;
  border: solid 0.00520833rem #eee;
  border-collapse: collapse;
  margin-bottom: 0.05208333rem;
  box-shadow: 0 0 0.078125rem #eee;
}
.message-detail th {
  line-height: 0.13020833rem;
  padding: 0.078125rem;
  font-weight: normal;
  text-align: center;
  color: #333;
  font-size: 0.08333333rem;
  border-bottom: solid 0.00520833rem #eee;
}
.message-detail td {
  line-height: 0.13020833rem;
  text-align: left;
  padding: 0.078125rem;
  border: solid 0.00520833rem #eee;
  font-size: 0.08333333rem;
  color: #333;
}
select {
  border: 0.00520833rem solid #dbdbdb;
  border-radius: 0.015625rem;
  font-size: 0.07291667rem;
  color: #333333;
  line-height: 0.203125rem;
  height: 0.203125rem;
  padding: 0 0.078125rem;
  vertical-align: top;
  width: 100%;
  cursor: pointer;
}
textarea {
  width: 96.1%;
  padding: 0.078125rem;
  border: 0.00520833rem solid #dbdbdb;
  resize: none;
  border-radius: 0.01041667rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.11458333rem;
  height: 0.515625rem;
  outline: 0rem;
  background: #f9f9f9;
}
textarea:hover {
  border: solid 0.00520833rem #aaa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.txt {
  border: 0.00520833rem solid #dbdbdb;
  border-radius: 0.01041667rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.16666667rem;
  padding: 0rem 0.05208333rem;
  height: 0.16666667rem;
  width: 97%;
  background: #f9f9f9;
}
.txt:hover {
  border: solid 0.00520833rem #aaa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn {
  height: 0.1875rem;
  line-height: 0.1875rem;
  width: 0.625rem;
  border: none;
  background-color: #013f94;
  font-size: 0.07291667rem;
  color: #ffffff;
  border-radius: 0.015625rem;
  cursor: pointer;
  padding: 0rem 0.10416667rem;
}
/*# sourceMappingURL=message.css.map */