/*样式重置*/
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
  margin: 0;
  padding: 0
}
body {
  font: 12px "宋体", "Arial Narrow", HELVETICA;
  background: #fff;
  -webkit-text-size-adjust: 100%
}
a {
  color: #172c45;
  text-decoration: none
}
a:hover {
  color: #cd0200;
  text-decoration: underline
}
em {
  font-style: normal
}
li {
  list-style: none
}
img {
  border: 0;
  vertical-align: middle
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
p {
  word-wrap: break-word
}
.item_title {
  border-bottom: 1px solid #d8d8d8;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  margin-bottom: 16px;
  text-align: left;
}
.item_title:before {
  display: inline-block;
  content: '';
  width: 2px;
  margin-right: 6px;
  height: 14px;
  background: #0099ff;
  vertical-align: middle;
}
.icon_input {
  display: inline-block;
  background: #666666;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 18px;
  border-radius: 18px;
  color: #fff;
  cursor: pointer;
  margin-right: 14px;
}
.ivu-poptip-title .ivu-poptip-title-inner {
  color: #0099ff;
}
.content_box_p {
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
.content_box {
  padding: 16px 0 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
@media screen and(min-width: 1199px){
  .content_box_p {
    width: 928px;
  }
}
@media screen and(max-width: 1200px){
  .content_box_p {
    width: 988px;
  }
}
.ivu-poptip-body-content-inner {
  white-space: normal;
  text-indent: 2em;
}
.ivu-form-item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8d8d8;
}
.subject_box .ivu-form-item:last-child {
  border-bottom: 0;
}
