/* common */
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  box-sizing: border-box; }

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: inherit; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6; }

body {
  -webkit-touch-callout: none;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  background-color: #fff;
  line-height: inherit;
  color: #333;
  text-shadow: none; }

b {
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 16px; }

a {
  text-decoration: none;
  color: #607fa6; }

p {
  overflow: hidden; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    /* clear */
    display: table;
    content: ""; }
  .clearfix:after {
    /* clear */
    display: table;
    content: "";
    clear: both; }

.cen {
  margin: 0 auto; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

/* font setting */
.bold {
  font-weight: bold !important; }

.align-cen {
  text-align: center !important; }

.big {
  font-size: 20px !important; }

/* font color */
/*gray*/
.color1 {
  color: #808080 !important; }

/*red*/
.color2 {
  color: #ed2308 !important; }

/*green*/
.color4 {
  color: #39b54a !important; }

/*orange*/
.color3 {
  color: #ff8a00 !important; }

/*blue*/
.color5 {
  color: #167efb !important; }

/*violet*/
.color6 {
  color: #b06fbb !important; }

/*white*/
.color7 {
  color: #fff !important; }

.push {
  padding: 9px;
  box-sizing: border-box;
  margin: 10px 15px;
  background: #f6f6f6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  .push li:first-child .item {
    margin: 0; }
  .push .item {
    width: 100%;
    height: 56px;
    margin-top: 15px; }
    .push .item img {
      width: 56px;
      height: 56px;
      border-radius: 2px;
      margin-right: 10px; }
    .push .item .content {
      line-height: 16px;
      width: calc(100% - 66px);
      width: -webkit-calc(100% - 66px);
      height: 100%;
      text-shadow: none; }
      .push .item .content h2 {
        font-size: 16px;
        color: #333;
        margin-bottom: 5px;
        line-height: 18px; }
      .push .item .content span {
        color: #8c8c8c;
        font-size: 12px;
        display: block;
        line-height: 18px;
        height: 33px; }

.ad {
  box-sizing: border-box;
  margin: 10px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden; }
  .ad img {
    width: 100%; }

i.iconfont {
  font-weight: 400 !important; }

#btn-admire {
  margin: 6px 2px 0 12px;
  width: 18px;
  height: 17px;
  cursor: pointer;
  position: relative;
  line-height: 20px; }
  #btn-admire.icon-zan {
    color: #8c8c8c; }
  #btn-admire.icon-zanpast {
    color: #8c8c8c;
    animation: scale1_5 .5s; }

.yaniopost_meta .admire {
  margin-left: 10px; }

@keyframes scale1_5 {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
.btn-download {
  padding: 0 15px; }
  .btn-download .button-download {
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    display: block;
    border-radius: 8px;
    background: #3395ed;
    margin: 25px 0 0;
    text-shadow: none; }
    .btn-download .button-download i {
      display: inline-block;
      line-height: 45px;
      font-size: 18px; }

.comment-more {
  text-align: center;
  height: 36px;
  line-height: 36px;
  display: block;
  border-radius: 8px;
  border: 1px solid #3395ed;
  margin: 5px 0 0;
  text-shadow: none;
  cursor: pointer;
  font-size: 14px;
  color: #3395ed; }
  .comment-more i {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url("../img/default/download_icon.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 8px; }

.comment {
  width: 100%;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px; }

.color-lump {
  width: 5px;
  height: 100%; }

.title {
  margin-bottom: 10px;
  height: 16px; }
  .title .color-lump {
    background: #ff8a00; }
  .title h2.brilliant {
    line-height: 16px;
    font-size: 16px;
    text-indent: 12px; }

.list .item {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0 15px;
  position: relative; }
  .list .item .img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden; }
    .list .item .img img {
      width: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .list .item .content {
    width: calc(100% - 51px);
    width: -webkit-calc(100% - 51px);
    margin-left: 10px; }
    .list .item .content div {
      line-height: 14px; }
    .list .item .content span.name {
      font-size: 14px;
      line-height: 14px;
      color: #333;
      float: left;
      width: calc(100%  - 65px);
      width: -webkit-calc(100% - 65px);
      overflow: hidden;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
      -moz-text-overflow: ellipsis;
      white-space: nowrap; }
    .list .item .content p {
      margin-top: 6px;
      font-size: 12px;
      color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-height: 1.3;
      word-wrap: break-word; }
    .list .item .content .time {
      color: #333;
      font-size: 12px;
      float: right;
      opacity: .5;
      text-align: right; }
  .list .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleY(0.5);
    background: #333;
    opacity: .33; }
  .list .item:last-child:before {
    height: 0; }

.recommend {
  width: 100%;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px; }
  .recommend .item .content p {
    margin-top: 0;
    -webkit-line-clamp: 2;
    font-size: 14px; }
  .recommend .item .img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .recommend .item .img img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }

.footer-button-download {
  height: 65px;
  width: 100%;
  background: #3395ed;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  text-shadow: none;
  color: #fff;
  overflow: hidden; }
  .footer-button-download .icon-yaniopostlogo {
    line-height: 68px;
    font-size: 50px; }
  .footer-button-download .expand {
    float: left;
    margin-top: 16px;
    margin-left: 6px; }
    .footer-button-download .expand span {
      font-size: 18px;
      line-height: 18px;
      display: block;
      height: 18px; }
    .footer-button-download .expand p {
      font-size: 14px;
      line-height: 20px;
      height: 20px; }
  .footer-button-download a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    height: 32px;
    width: 76px;
    border-radius: 8px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px; }

.mp-other {
  background: #fafafa;
  color: #333;
  text-shadow: none;
  padding-top: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px; }
  .mp-other:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    top: 0;
    left: 0;
    transform: scaleY(0.5); }

#more {
  margin: 10px 0 15px; }
  #more span {
    margin: 0 auto;
    display: block;
    width: 30%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f40; }

.yaniopost-content .section {
  display: none; }

.yaniopost-content .section-on {
  display: block; }

/* PC */
@media screen and (min-width: 1024px) {
  body {
    background-color: #fff; }

  .yaniopost {
    width: 750px;
    margin: 0 auto;
    min-height: 100%; }

  .yaniopost-main {
    padding: 0 15px;
    border-right: 1px solid #d9dadc;
    border-left: 1px solid #d9dadc;
    padding: 30px 35px 30px 35px !important; }

  .mp-other {
    border-right: 1px solid #d9dadc;
    border-left: 1px solid #d9dadc;
    padding: 1px 35px 30px 35px !important; }

  .yaniopost-title {
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e7e7eb; }

  .yaniopost-bg {
    width: 750px !important; }

  .footer-button-download {
    padding: 0 36px !important; }

  .footer-button-download a {
    right: 51px !important; } }
@media screen and (min-width: 1025px) {
  body {
    background-color: #e7e8eb;
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif; } }
/* conent */
.yaniopost-main {
  padding: 10px 0 24px;
  width: 100%;
  box-sizing: border-box; }

.yaniopost-title {
  font-size: 24px;
  text-align: left;
  line-height: 33px;
  padding: 0px 0px 6px 0px;
  margin: 0 15px;
  word-wrap: break-word;
  white-space: pre-wrap;
  text-align: start;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all; }

.yaniopost_meta {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 24px;
  line-height: 30px;
  padding: 0 15px; }
  .yaniopost_meta span {
    float: left;
    color: #8c8c8c;
    margin-right: 8px; }
  .yaniopost_meta .music {
    width: 100%;
    height: 42px;
    border-radius: 5px;
    margin: 10px 8px 0 0;
    background: #f6f6f6;
    padding: 0;
    line-height: 42px;
    cursor: pointer; }
    .yaniopost_meta .music i {
      float: left;
      width: 25px;
      height: 25px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin: 8px 10px 0 15px; }
      .yaniopost_meta .music i[play=on] {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAASFBMVEUAAADV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXk2KSQAAAAF3RSTlMA+ea1nnRhSSQZDAbH89uMOPHaick3NvsdA+AAAACfSURBVEjH7ZXLDsIwDAQpARKKKaE85v//FMTFEkI1e/ABib2PlEwc7+qfV0qTEYbLqCKw3skI2E1GYLOXEc7bg4rAXGUESpMRhtMoIl8K5z3WFcSFqwjHZeF8zFQFxIXLiAuPkVg4S7l2BXHhMRILJ8xUExE/WPb1rctPmT4wpaUNv4vN/sjW05aSi81esHPVyyK7kuwu12t6iT/F/noenXJC+Cqv4ZgAAAAASUVORK5CYII="); }
      .yaniopost_meta .music i[play=stop] {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAABlBMVEUAAADV1dUk01kVAAAAAXRSTlMAQObYZgAAABZJREFUGNNjoBj8/8D4/8EojYMmFQAA4yaJHbwQ+QMAAAAASUVORK5CYII="); }
    .yaniopost_meta .music span {
      width: calc(100% - 70px);
      width: -webkit-calc(100% - 70px);
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.yaniopost-content .section {
  margin: 24px 0;
  width: 100%;
  padding: 0 15px; }
  .yaniopost-content .section .m-tb-4 {
    margin: 0px 0; }
  .yaniopost-content .section .text {
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
    font-weight: normal;
    white-space: pre-wrap;
    text-align: justify; }
  .yaniopost-content .section img {
    margin-top: 4px;
    width: 100%; }
  .yaniopost-content .section .images {
    display: block; }
  .yaniopost-content .section .video {
    width: 100%; }

.yaniopost_meta .admire i {
  float: left;
  width: 18px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/default/like.png);
  background-position: center;
  display: inline-block;
  margin-right: 2px; }

.full .text {
  margin: 0 0 4px; }

.report {
  margin: 24px 0; }
  .report span {
    margin: 0; }

.yaniopost-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin: 0 auto;
  background: #fff; }

.appreciate {
  width: 100%;
  height: auto;
  margin: 65px auto 60px;
  text-align: center;
  color: #8c8c8c; }
  .appreciate a {
    margin: 11px 0;
    display: inline-block;
    height: 39px;
    width: 86px;
    background: linear-gradient(top, #ffc948 0%, #f7b933 100%);
    background: -o-linear-gradient(top, #ffc948 0%, #f7b933 100%);
    background: -ms-linear-gradient(top, #ffc948 0%, #f7b933 100%);
    background: -moz-linear-gradient(top, #ffc948 0%, #f7b933 100%);
    background: -webkit-linear-gradient(top, #ffc948 0%, #f7b933 100%);
    border: 2px solid #e19e19;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    line-height: 35px;
    color: #c07604;
    text-shadow: none; }

.btn-download {
  padding: 0 15px; }
  .btn-download .footer-button-download {
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    display: block;
    border-radius: 8px;
    background: #3395ed;
    margin: 25px 0 0;
    text-shadow: none; }
    .btn-download .footer-button-download i {
      display: inline-block;
      line-height: 45px;
      font-size: 18px; }

/*# sourceMappingURL=000.css.map */
