.message {
  width: 4.16666667rem;
  margin: 0 auto;
  padding: 0.26041667rem;
  background: #fff;
  border-radius: 0.04166667rem;
}
.message-lnk-ly {
  line-height: 0.28645833rem;
  margin: 0.05208333rem auto;
  text-align: right;
  padding-right: 0.05208333rem;
  border-bottom: solid 0.01041667rem #eee;
}
.message-lnk-ly a {
  color: #fff;
  font-size: 0.08333333rem;
  padding: 0.04166667rem 0.078125rem;
  background: #D6000F;
  border-radius: 0.04166667rem;
}
.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: 5.72916667rem;
  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: 1px solid #dbdbdb;
  border-radius: 3px;
  font-size: 14px;
  color: #333333;
  line-height: 39px;
  height: 39px;
  padding: 0 15px;
  vertical-align: top;
  width: 100%;
  cursor: pointer;
}
textarea {
  width: 95.5%;
  padding: 15px;
  border: 1px solid #dbdbdb;
  resize: none;
  border-radius: 2px;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  height: 99px;
  outline: 0px;
  background: #f9f9f9;
}
textarea:hover {
  border: solid 1px #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: 1px solid #dbdbdb;
  border-radius: 2px;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  padding: 0px 10px;
  height: 32px;
  width: 97%;
  background: #f9f9f9;
}
.txt:hover {
  border: solid 1px #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: 36px;
  line-height: 36px;
  width: 120px;
  border: none;
  background-color: #c70000;
  font-size: 14px;
  color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  padding: 0px 20px;
}
/*# sourceMappingURL=message.css.map */