.wrapper {
  width: 1060px;
  margin: 0 auto;
}
.wrapper .article-title {
  margin: 20px 0;
}
.wrapper .user-box {
  position: relative;
  display: flex;
}
.wrapper .container {
  display: flex;
  justify-content: space-between;
}
.wrapper .container_left {
  width: 728px;
}
.wrapper .container_left .article_main_title {
  margin: 40px 0 30px 0;
  font-size: 24px;
  font-weight: 700;
}
.wrapper .container_left .article_main_info {
  position: relative;
  display: flex;
  white-space: nowrap;
  color: #999;
  font-size: 12px;
  background: #fff;
  line-height: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.wrapper .container_left .article_main_info .article_main_flex {
  width: 680px;
  display: flex;
  flex-wrap: wrap;
}
.wrapper .container_left .article_main_info .avatar-box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 50%;
}
.wrapper .container_left .article_main_info .avatar-box img {
  display: block;
  width: 100%;
}
.wrapper .container_left .article_main_info .author-nickname {
  position: relative;
  margin: 0 15px;
  color: #d55555;
  text-indent: 0;
  font-size: 12px;
}
.wrapper .container_left .article_main_info .article-date {
  margin-right: 15px;
}
.wrapper .container_left .article_main_info .article-views_icon {
  position: relative;
  top: 4px;
  width: 20px;
  padding: 0 5px;
}
.wrapper .container_left .article_main_info .article-tags {
  display: flex;
  margin-left: 10px;
}
.wrapper .container_left .article_main_info .article-tags_item {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  color: #9C6763;
  font-size: 12px;
  padding: 2px 10px;
  background: #FDF3F3;
  margin: 0 8px;
  display: block;
  height: 18px;
  line-height: 18px;
  border-radius: 4px;
}
.wrapper .container_left .article_main_info .article-tags_item:hover {
  color: #fff;
  background: #D55555;
}
.wrapper .container_left .article_main_info .article-share {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 999;
  transform: translateY(-50%);
}
.wrapper .container_left .article_main_status {
  clear: both;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  background-color: #e4e4e4;
  color: #d22222;
}
.wrapper .container_left .article_main_cont {
  position: relative;
  min-height: 100px;
  padding: 20px 0 20px 50px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-family: 微软雅黑;
  line-height: 30px;
  word-break: break-word;
  /* .blockcode { 
            zoom: 1; 
            padding: 20px 35px; 
            border: 1px solid #CCC; 
            background: #F7F7F7 url(../img/codebg.gif) repeat-y 0 0; 
            overflow: hidden;
            em {
              margin-left: 43px; 
              color: #369; 
              font-size: 12px; cursor: pointer;
            }
            ol {
              margin: 0 0 0 10px !important; 
              padding: 0 !important;
              li {
                padding-left: 10px; 
                list-style-type: decimal-leading-zero; 
                font-family: Monaco,Consolas,'Lucida Console','Courier New',serif; 
                font-size: 12px; 
                line-height: 1.8em;
                &:hover{
                  background: #FFF; 
                  color: #369;
                }
              }
            }
          } */
}
.wrapper .container_left .article_main_cont img {
  vertical-align: middle;
}
.wrapper .container_left .article_main_cont a {
  color: #4183c4;
  font-size: 13px;
  padding: 0 5px;
}
.wrapper .container_left .article_main_cont a :hover {
  color: #d22222;
}
.wrapper .container_left .article_main_cont .article-status {
  width: 40px;
  position: absolute;
  left: 0;
}
.wrapper .container_left .article_main_cont .article-status .article-upvote {
  cursor: pointer;
  width: 40px;
  color: #666;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #e4e4e4;
  border-radius: 2px;
}
.wrapper .container_left .article_main_cont .article-status .article-upvote i {
  margin: 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/zhichi.png) no-repeat;
  background-size: 100% 100%;
}
.wrapper .container_left .article_main_cont .article-status .article-upvote-on {
  color: #dd0000;
  background: #fdf3f3;
  border-color: #edc3c3;
}
.wrapper .container_left .article_main_cont .article-status .article-upvote-on i {
  background: url(../img/zhichi_on.png) no-repeat;
  background-size: 100% 100%;
}
.wrapper .container_left .article_main_cont .article-status .article-collect {
  cursor: pointer;
  border-radius: 2px;
  margin-top: 20px;
  text-align: center;
}
.wrapper .container_left .article_main_cont .article-status .article-collect i {
  margin: 0 auto;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/favorite.png) no-repeat;
  background-size: 100% 100%;
}
.wrapper .container_left .article_main_cont .article-status .article-collect-on i {
  background: url(../img/favorite_on.png) no-repeat;
  background-size: 100% 100%;
}
.wrapper .container_left .article_main_cont em,
.wrapper .container_left .article_main_cont cite,
.wrapper .container_left .article_main_cont i {
  font-style: normal;
}
.wrapper .container_left .article_main_cont .tp_vd-container_box {
  position: relative;
  height: 430px;
}
.wrapper .container_left .article_main_cont .tp_vd-container_box #tp-vd-cover,
.wrapper .container_left .article_main_cont .tp_vd-container_box #tp-vd-url {
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.wrapper .container_left .article_main_cont img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.wrapper .container_left .article_main_cont .bm_vd-container_box {
  position: relative;
  height: 430px;
}
.wrapper .container_left .article_main_cont .bm_vd-container_box #bm-vd-cover,
.wrapper .container_left .article_main_cont .bm_vd-container_box #bm-vd-url {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper .container_left .article_main_cont .vd-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}
.wrapper .container_left .article_main_cont .relatedlink {
  text-decoration: none;
  color: #444;
  border-bottom: 1px solid blue;
}
.wrapper .container_left .article_main_cont .quote {
  padding: 6px 12px;
  background: #f8f8f8;
}
.wrapper .container_left .article_main_cont .quote blockquote {
  display: inline-block;
  margin: 0;
  line-height: 1.6;
  zoom: 1;
  font-size: 12px;
}
.wrapper .container_left .article_main_cont .quote blockquote font {
  display: inline-block;
  margin: 0 3px 3px 0;
}
.wrapper .container_left .article_main_cont .tindex {
  padding: 5px;
  width: 500px;
  line-height: 22px;
  border: 1px solid #CCC;
}
.wrapper .container_left .article_main_cont .tindex h3 {
  border-bottom: 1px #ccc dotted;
  margin-bottom: 10px;
  padding-left: 10px;
}
.wrapper .container_left .article_main_cont .tindex li {
  cursor: pointer;
  height: 22px;
  padding-left: 22px;
  background: url(../img/ico_mulu.png) no-repeat 10px center;
  overflow: hidden;
}
.wrapper .container_right {
  width: 300px;
}
.blockcode {
  zoom: 1;
  padding: 20px 35px;
  border: 1px solid #CCC;
  background: #F7F7F7 url(../img/codebg.gif) repeat-y 0 0;
  overflow: hidden;
}
.blockcode em {
  margin-left: 43px;
  color: #369;
  font-size: 12px;
  cursor: pointer;
}
.blockcode ol {
  margin: 0 0 0 10px !important;
  padding: 0 !important;
}
.blockcode ol li {
  padding-left: 10px;
  list-style-type: decimal-leading-zero;
  font-family: Monaco, Consolas, 'Lucida Console', 'Courier New', serif;
  font-size: 12px;
  line-height: 1.8em;
}
.blockcode ol li:hover {
  background: #FFF;
  color: #369;
}
