body {
  background: #f9fafd;
}
body .fl {
  float: left;
}
body .fr {
  float: right;
}
body .main .fleft,
body .main.en .fleft {
  float: left;
  width: 800px;
}
body .main .fright,
body .main.en .fright {
  float: right;
  width: 350px;
}
body .marginbottom30 {
  margin-bottom: 30px;
}
body .margintop30 {
  margin-top: 30px;
}
body .main {
  width: 1200px;
  padding-top: 20px;
}
body .main .mainbar {
  padding: 0px 20px;
  background: #fff;
}
body .main .mainbar > .title {
  font-size: 24px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 40px;
}
body .main .mainbar .content {
  line-height: 22px;
  text-align: justify;
  max-width: 830px;
}
body .main .mainbar .content em {
  font-style: italic;
  background: white;
}
body .main .mainbar .content p {
  margin: 18px auto;
}
body .main .mainbar .content a {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
  font-family: -webkit-pictograph;
}
body .main .mainbar .content table {
  border: 1px;
}
body .main .mainbar .content table td {
  padding: 5px;
}
body .main .mainbar .content table td p {
  margin: 0 auto;
  line-height: 16px;
}
body .main .mainbar .content table td span {
  margin: 0 auto;
}
body .main .mainbar .content ul {
  display: block;
  list-style-type: disc;
}
body .main .mainbar .content ul li {
  display: list-item;
  list-style: inside;
  text-align: -webkit-match-parent;
}
body .main .mainbar .content ol {
  margin: 10px;
  padding: 10px;
}
body .main .mainbar .content ol li {
  display: list-item;
  list-style: decimal;
  margin: 3px auto;
}
body .main .mainbar .top {
  position: relative;
}
body .main .mainbar .top p {
  color: #ccc;
}
body .main .mainbar .top p a,
body .main .mainbar .top p span {
  color: #ccc;
}
body .main .mainbar .top p a {
  cursor: pointer;
}
body .main .mainbar .top .img {
  height: 350px;
  margin-top: 10px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body .main .mainbar .top .bookname {
  height: 55px;
  background: #fafafa;
  margin: 20px 0px;
  border: 1px solid #ccc;
  padding-top: 25px;
  padding-left: 15px;
}
body .main .mainbar .top .opts {
  width: 200px;
  color: #999;
  position: absolute;
  right: 10px;
  top: 0px;
}
body .main .mainbar .top .opts li {
  width: 40px;
  height: 20px;
  padding-left: 20px;
  color: #2d6ec0;
}
body .main .mainbar .top .opts .liulan {
  background: url("../img/art_detail01.png") no-repeat center left;
}
body .main .mainbar .top .opts .comments {
  background: url("../img/art_detail03.png") no-repeat center left;
}
body .main .mainbar .top .opts .zan {
  cursor: pointer;
  background: url("../img/art_detail02.png") no-repeat center left;
}
body .main .mainbar .labels {
  border-top: 1px solid #ededed;
}
body .main .mainbar .labels .center {
  display: block;
  margin: 0 auto;
}
body .main .mainbar .labels .tags {
  width: 520px;
  height: 80px;
  margin-bottom: 6px;
}
body .main .mainbar .labels .tags input {
  width: 80px;
  height: 35px;
  background: #F0F3FA;
  border: 0px solid;
  margin: 6px 6px 0px 0px;
}
body .main .mainbar .labels .zan {
  margin-top: 15px;
  padding-left: 22px;
  background: #2d6ec0 url("../img/art_detail04.png") no-repeat 25px 6px;
}
body .main .mainbar .labels .btn2 {
  width: 80px;
  height: 40px;
  color: #a3b4c1;
  border-color: #a3b4c1;
  background: #ffffff;
  margin-left: 20px;
}
body .main .mainbar .words .textarea {
  width: 100%;
  height: 150px;
  background: #fafafa;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
body .main .mainbar .words .title {
  border-bottom: 1px solid #ededed;
  margin: 20px 0px;
  line-height: 30px;
}
body .main .mainbar .words .title span {
  display: inline-block;
  border-bottom: 3px solid #2d6ec0;
}
body .main .mainbar .comments .title {
  border-bottom: 1px solid #ededed;
  margin: 20px 0px;
  line-height: 30px;
}
body .main .mainbar .comments .title span {
  display: inline-block;
  border-bottom: 3px solid #2d6ec0;
}
body .main .mainbar .comments li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body .main .mainbar .comments li .img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #ccc;
  margin-bottom: -10px;
  background-size: cover;
}
body .main .mainbar .comments li .name {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 20px;
}
body .main .mainbar .comments li .time {
  font-size: 10px;
  color: grey;
}
body .main .marginbottom10 {
  margin-bottom: 19px;
}
body .main.en .mainbar .labels .zan {
  background-position: 16px 6px;
}
@media screen and (max-width: 1240px) {
  body .main {
    width: 1000px;
  }
  body .main .fleft {
    width: 660px;
  }
  body .main .fright {
    width: 280px;
  }
  body .main .zones li {
    width: 240px;
  }
}
