.head-bg {
  position: relative;
  width: 100%;
  padding: 25px 0 25px;
  background: url(/v/f/Base/p/__LIST/feedback/pc/assets/css/../img/head_bg.png);
  text-align: center;
  box-sizing: content-box;
  margin-bottom: 50px;
}
.head-bg .banner-top {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: url(/v/f/Base/p/__LIST/feedback/pc/assets/css/../img/more-icons.png) no-repeat -112px -16px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.head-bg .head-text {
  font: 16px "Microsoft YaHei";
  color: #fff;
}
.head-bg .title {
  font-size: 24px;
  margin: 10px 0;
}
.head-bg .head-home {
  display: block;
  width: 136px;
  height: 35px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  font-size: 14px;
  line-height: 35px;
  margin: 15px auto 0;
  background: #52bbff;
  border-radius: 18px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}
.head-bg .head-home i {
  float: left;
  margin-left: 15px;
  margin-top: 9px;
  width: 15px;
  height: 17px;
  background: url(/v/f/Base/p/__LIST/feedback/pc/assets/css/../img/head_home.png) no-repeat;
}
.head-bg .head-home span {
  float: left;
  margin-left: 14px;
  color: #fff;
}
.head-bg .head-home:hover {
  background: #49b0f3;
}
.card {
  border: 1px solid #e4e6f0;
  box-shadow: 0 0 5px 0 #ddd;
}
.card .main-top {
  height: 69px;
  text-align: center;
  border-bottom: 1px #eaeaea dashed;
  color: #5d5d65;
  font: 14px "Microsoft YaHei";
  line-height: 2em;
  padding: 20px 0 10px;
}
.card .main-top p a {
  color: #52bbff;
  text-decoration: none;
}
.card .main-top p a:hover {
  color: #f60;
  text-decoration: underline;
}
.card .main-public {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  *zoom: 1;
}
.card .main-text {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}
.card .main-cont {
  padding: 0px 115px 0px 15px;
}
