body {
  color: #333333;
}

.header-container{
  z-index: 99;
}

.page-container {
  width: 1200px;
  margin: 24px auto;
  height: auto !important;
  height: 600px;
  min-height: 600px;
}

.page-container .info-box {
  background: #ffffff;
  padding: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-container .common-content {
  background: #ffffff;
}

.page-container .common-content table {
  width: auto;
  word-break: break-all;
}

.page-container .info-box .title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 12px;
}

.page-container .info-box .time {
  font-size: 14px;
  color: #999999;
  margin-bottom: 24px;
}

.page-container .info-box .cover-img {
  width: 280px;
  height: 158px;
  margin-bottom: 24px;
}

.page-container .info-box .content {
  /*min-height: 300px;*/
  line-height: 2;
  overflow: hidden;
}

.page-container .info-box img {
  max-width: 100%;
}

.page-container .info-box .richtext img{
  border: 0;
}

.page-container .mg-r16 {
  margin-left: 16px;
}

.content ul,
.content ol,
.content li {
  list-style-type: inherit;
}

/*面包屑和搜索框*/
.page-container .top-box {
  background: #FCFCFC;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding: 24px 30px;
}

.page-container .breadcrumb-box {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 30px;
  /*width: 100%;*/
}

.page-container .breadcrumb-box .icon-up {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0 4px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
  .page-container {
    width: 100%;
    margin: 0;
  }

  .page-container .info-box {
    padding: 16px;
  }

  #videoDiv {
    width: 85% !important;
    height: 100% !important;
    margin: 0 auto !important;
  }

  #easyDialogBox {
    width: 100%;
    margin: 0 !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .page-container .top-box {
    padding: 16px;
  }

  .page-container .top-box .breadcrumb-box {
    float: none;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 34px);
    margin-right: 0;
  }
}


@media only screen and (min-width: 1px) and (max-width: 1080px) {
  .touchmachine .page-container {
    width: 100%;
    margin: 0;
  }
  .touchmachine .page-container .info-box {
    padding: 16px;
  }
  .touchmachine #videoDiv {
    width: 85% !important;
    height: 100% !important;
    margin: 0 auto !important;
  }
  .touchmachine #easyDialogBox {
    width: 100%;
    margin: 0 !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .touchmachine .page-container .top-box {
    padding: 16px;
  }
  .touchmachine .page-container .top-box .breadcrumb-box {
    float: none;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 34px);
    margin-right: 0;
  }
}

/* 分享代码 */
.breadcrumb-box {
  position: relative;
}

.breadcrumb-box .bshare-custom {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

.breadcrumb-box .bshare-custom > span {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}

/*.bshare-custom a {*/
/*    margin: 0 !important;*/
/*}*/

.bshare-custom .bshare-weixin {
  background: url('../../images/details/share-wechat.png') no-repeat !important;
}

.bshare-custom .bshare-qqim {
  background: url('../../images/details/share-qq.png') no-repeat !important;
}

.bshare-custom .bshare-sinaminiblog {
  background: url('../../images/details/share-weibo.png') no-repeat !important;
}

.bshare-custom .bshare-clipboard {
  float: right;
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../../images/details/share-links.png') no-repeat !important;
  background-size: 100%;
}

.bshare-custom .share-div {
  float: right;
}

.social-share a {
  margin: 0;
}

.social-share .social-share-icon {
  width: 24px;
  height: 24px;
  border-radius: 0;
  font-size: 24px;
  line-height: 24px;
  margin-right: 10px;
}

.social-share .icon-qq,
.social-share .icon-qq:hover,
.social-share .icon-wechat,
.social-share .icon-wechat:hover,
.social-share .icon-weibo,
.social-share .icon-weibo:hover {
  border: none;
  background: none;
}

.social-share .icon-wechat {
  background: url('../../images/details/share-wechat.png') no-repeat !important;
  background-size: 100%;
}

.social-share .icon-weibo {
  background: url('../../images/details/share-weibo.png') no-repeat !important;
  background-size: 100%;
}

.social-share .icon-qq {
  background: url('../../images/details/share-qq.png') no-repeat !important;
  background-size: 100%;
}

.upvote-box {
  margin: 24px 0;
  text-align: center;
}

.upvote-box .upvote-btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  border: 1px solid;
  padding: 9px 19px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  border-radius: 20px;
}
.upvote-box .upvote-btn>i {
  font-size: 16px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.upvote-box .upvote-btn.active {
  color: #fff;
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
  .breadcrumb-box .bshare-custom {
    display: none;
  }

}
@media only screen and (min-width: 1px) and (max-width: 1080px) {
  .touchmachine .breadcrumb-box .bshare-custom {
    display: none;
  }

}
