body {
  background: url(../images/i_01.png) no-repeat center top #044a9c;
  font-size: 20px;
  min-width: 1200px;
}
a {
  cursor: pointer;
}
a:hover {
  font-weight: bold;
}
img:hover {
  opacity: .9;
}
.header {
  margin-top: 567px;
}
.container {
	width: 1135px;
	margin-left: auto;
	margin-right: auto;
}
.menu li {
  margin-right: 15px;
  width: 176px;
  height: 85px;
  line-height: 85px;
  font-size: 26px;
  border-radius: 10px;
  float: left;
  text-align: center;
  background: #c2daf7;
  word-break: break-all;
}
.menu li.differ {
  line-height: 1.2;
  display: flex;
  align-items: center;
  margin-right: 0;
}
.menu li.active {
  background: #fff;
}
.menu li.active a {
  font-weight: bold;
}
.menu li a {
  color: #000;
  display: block;
}

.tips {
  color: #fff;
}
.tips a {
  color: #fff;
  font-size: 26px;
}
.tips a.active {
  color: #ff966c;
}
.m-list li{
  float: left;
  width: 49%;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 2%;
  border-radius: 10px;
}
.m-list li .m-con {
  height: 130px;
  overflow-y: auto;
  padding: 3%;
  width: 94%; /*不知道为啥360会自动算100%*/
}
.m-list li .m-desc {
  background: #c2daf7;
  height: 57px;
  line-height: 57px;
  border-radius: 0 0 10px 10px;
  padding: 0 20px;
}
.m-list li.mg-0 {
  margin-right: 0;
}
.msg-con span {
  display: block;
  float: left;
  width: 30%;
  margin-right: 2%; 
  padding: 1%;
  background-color: #fff;
  border-radius: 10px;
}
.msg-con span.mg-0 {
  margin-right: 0;
}
.msg-con span input {
  width: 85%;
  display: block;
  height: 40px;
  float: left;
  border: 0;
  margin-left: 12%;
  font-size:20px;
}

.msg-con span.msg-verify input {
  width: 50%;
}
.msg-username {
  background-image: url(../images/i_04_03.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}
.msg-mobile {
  background-image: url(../images/i_04_05.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}

.msg-verify {
  background-image: url(../images/i_04_07.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}

.msg-verify em {
  cursor: pointer;
  float: left;
  margin-left: 10px;
  color: #84b2ea;
  padding: 0 10px;
  border: 1px solid #c9c9c9;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  border-radius: 15px;
}
.msg-content {
  background: #fff;
  border-radius: 10px;
}
.msg-content  textarea{
  display: block;
  height: 100px;
  font-family: 'yahei';
  padding: 2%;
  width: 96%;
  border: 0;
  border-radius: 10px;
  font-size:20px;
}
.word-count {
  text-align: center;
}

.submit {
  width: 370px;
  float: right;
}
.cate-opt select{
  float:left;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border: 0;
  border-radius: 10px;
  font-size: 20px;
}
.btn {
  float:right;
  display: block;
  width: 146px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #ff966c;
  border-radius: 10px;
  cursor: pointer;
}