@charset "UTF-8";

.article-comment-input {
  margin-bottom: 22px;
  border: solid 1px #eeeeee;
}

.article-comment-input .comment-textarea {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 18px;
  border: none;
  outline: none;
  resize: none;
  /*滚动条样式*/
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滚动条的滑块大小和颜色*/
}

.article-comment-input .comment-textarea::-webkit-scrollbar {
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}

.article-comment-input .comment-textarea::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
}

.article-comment-input .comment-textarea::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ccc;
}

.article-comment-input .comment-textarea:disabled {
  background-color: #fefefe;
}

.article-comment-input .comment-input-footer {
  padding: 0 18px;
  padding-right: 15px;
  line-height: 45px;
  background-color: #f2f2f2;
}

.article-comment-input .comment-input-footer .comment-input-tips {
  font-size: 14px;
  color: #525252;
}

.article-comment-input .comment-input-footer .comment-input-tips .tips-btn {
  color: #0da4d3;
  cursor: pointer;
}

.article-comment-input .comment-input-footer .comment-btn {
  position: relative;
  width: 89px;
  height: 28px;
  margin-top: 9px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #0da4d3;
  border-radius: 2px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-comment-input .comment-input-footer .comment-num {
  margin-right: 14px;
  font-size: 14px;
}

.article-comment-list-head {
  margin-bottom: 28px;
  padding-left: 8px;
  line-height: 18px;
  font-size: 16px;
  border-left: 4px solid #0da4d3;
}

.article-comment-list .comment-list-wrap .comment-list-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-avatar {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-avatar img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 100%;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content {
  position: relative;
  padding-left: 52px;
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content .comment-name-time {
  margin-bottom: 8px;
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content .comment-name-time .comment-time {
  margin-left: 10px;
  color: #bfbfbf;
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content .comment-praise {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 16px;
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content .comment-praise .praise-icon {
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 3px;
  cursor: pointer;
  background-image: url("/static/web/images/icon-praise-gray.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content .comment-praise .praise-icon:hover {
  background-image: url("/static/web/images/icon-praise.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content .comment-praise .praise-icon.is-active {
  background-image: url("/static/web/images/icon-praise.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content .comment-praise .praise-num {
  font-size: 12px;
  vertical-align: text-top;
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content .comment-text {
  line-height: 22px;
  word-break: break-all;
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content .comment-reply {
  position: relative;
  margin-top: 20px;
  padding: 14px 18px;
  background-color: #f9f8f8;
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content .comment-reply-corner {
  position: absolute;
  top: -8px;
  left: 25px;
  width: 18px;
  height: 18px;
  background-color: #f9f8f8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content .comment-reply .reply-avatar {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content .comment-reply .reply-avatar img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 100%;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content .comment-reply .reply-content {
  padding-left: 52px;
}

.article-comment-list .comment-list-wrap .comment-list-item .comment-content .comment-reply .reply-content .reply-name {
  margin-bottom: 8px;
}

.article-detail-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 65px;
  background-color: #fff;
}

.article-detail-content .article-title {
  margin-bottom: 30px;
  line-height: 38px;
  font-size: 24px;
  font-weight: bold;
  color: #525252;
}

.article-detail-content .author-info {
  margin-bottom: 2px;
  line-height: 23px;
}

.article-detail-content .author-info .author-label {
  width: 67px;
  margin-right: 6px;
  text-align: center;
  font-size: 14px;
  border: solid 1px #eeeeee;
  border-radius: 12px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
  height: 23px;
  line-height: 23px;
}

.article-detail-content .author-info .author-name {
  margin-right: 20px;
  font-size: 14px;
  color: #0da4d3;
}

.article-detail-content .author-info .article-date {
  font-size: 14px;
}

.article-detail-content .article-audio-tips {
  margin-bottom: 5px;
  text-align: right;
  font-size: 12px;
}

.article-detail-content .article-audio-play-box {
  height: 51px;
  margin-bottom: 25px;
  background-color: #f8fbfd;
  border: solid 1px #eeeeee;
}

.article-detail-content .article-audio-play-box .audio-play-wrap {
  padding-top: 15px;
  padding-left: 10px;
}

.article-detail-content .article-audio-play-box .audio-play-wrap .audio-play-btn {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  cursor: pointer;
}

.article-detail-content .article-audio-play-box .audio-play-wrap .audio-play-btn.play-btn {
  background-image: url("/static/web/images/play-btn.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-detail-content .article-audio-play-box .audio-play-wrap .audio-play-btn.pause-btn {
  background-image: url("/static/web/images/pause-btn.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-detail-content .article-audio-play-box .audio-play-wrap .play-progress .play-time {
  line-height: 22px;
  font-size: 14px;
  color: #c8c7c7;
}

.article-detail-content .article-audio-play-box .audio-play-wrap .play-progress .play-progress-outer {
  position: relative;
  width: 430px;
  height: 8px;
  margin: 8px 6px;
  margin-left: 12px;
  background-color: #f2f2f2;
  cursor: pointer;
  border-radius: 10px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-detail-content .article-audio-play-box .audio-play-wrap .play-progress .play-progress-outer .play-progress-inner {
  position: absolute;
  top: 0px;
  left: 0;
  height: 8px;
  width: 0%;
  background-color: #bfe5f1;
  cursor: pointer;
  border-radius: 10px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-detail-content .article-audio-play-box .audio-play-wrap .play-progress .play-progress-outer .play-progress-inner-dot {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 16px;
  height: 16px;
  background-color: #0da4d3;
  -webkit-box-shadow: 0px 2px 6px 0px #0da4d3;
          box-shadow: 0px 2px 6px 0px #0da4d3;
  cursor: pointer;
  border-radius: 100px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-detail-content .article-content {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0 20px;
  word-break: break-all;
}

.article-detail-content .article-content img {
  display: inline-block;
  max-width: 100%;
}

.article-detail-content .stock-group {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 3px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-detail-content .stock-group-head {
  background-color: #ff5a00;
}

.article-detail-content .stock-group-head-item {
  width: 50%;
  height: 58px;
  line-height: 58px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  color: #fff;
}

.article-detail-content .stock-group-head-item-label {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 16px;
}

.article-detail-content .stock-group-head-item-num {
  display: inline-block;
  font-size: 33px;
  font-weight: bold;
}

.article-detail-content .stock-group-content {
  position: relative;
  min-height: 135px;
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-detail-content .stock-group-content-left-text {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 68px;
  height: 82px;
  margin-top: -41px;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #525252;
}

.article-detail-content .stock-group-content-right {
  min-height: 135px;
  margin-left: 127px;
  background-color: #fff;
}

.article-detail-content .stock-group-content-right .stock-item {
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #525252;
}

.article-detail-content .stock-group-content-right .stock-item:first-child {
  color: #868686;
}

.article-detail-content .stock-group-content-right .stock-item:nth-child(odd) {
  background-color: #fef8f5;
}

.article-detail-content .stock-group-content-right .stock-item-td {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
}

.article-detail-content .stock-group-content-right .stock-item-td.w185 {
  width: 185px;
}

.article-detail-content .stock-group-content-right .stock-item-td.w120 {
  width: 120px;
}

.article-detail-content .stock-group-content-right .stock-item-td.w140 {
  width: 140px;
}

.article-detail-content .buy-guide {
  height: 192px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 22px;
  margin-bottom: 54px;
  text-align: center;
  background-color: #f9f8f8;
  background-image: url("/static/web/images/icon-vip.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.article-detail-content .buy-guide-tips {
  font-size: 18px;
  color: #525252;
  margin-bottom: 15px;
}

.article-detail-content .buy-guide .unlock-btn {
  display: inline-block;
  min-width: 177px;
  padding: 0 5px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #ff5a00;
  border-radius: 2px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
  height: 45px;
  line-height: 45px;
}

.article-detail-content .buy-guide .unlock-btn span {
  font-size: 22px;
  font-weight: bold;
}

.article-detail-content .buy-guide .open-btn-group {
  width: 442px;
  height: 50px;
  margin: 7px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 22px;
  padding-top: 17px;
  background-image: url("/static/web/images/article-bg3.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-detail-content .buy-guide .open-btn-group .vip-icon {
  display: block;
  width: 23px;
  height: 21px;
  padding-top: 2px;
  margin-right: 5px;
  background-image: url("/static/web/images/icon-vip2.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-detail-content .buy-guide .open-btn-group .open-tips {
  margin-top: 2px;
  font-size: 14px;
}

.article-detail-content .buy-guide .open-btn-group .open-btn {
  display: block;
  position: relative;
  width: 91px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1px;
  font-size: 14px;
  color: #ff5a00;
  border: solid 1px #ff5a00;
  cursor: pointer;
  border-radius: 12px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-detail-content .buy-guide .open-btn-group .open-btn:hover .open-btn-tips {
  display: block;
}

.article-detail-content .buy-guide .open-btn-group .open-btn-text {
  vertical-align: middle;
  margin-right: 2px;
}

.article-detail-content .buy-guide .open-btn-group .open-btn-icon {
  display: inline-block;
  width: 6px;
  height: 12px;
  vertical-align: middle;
  background-image: url("/static/web/images/right-arrow-orange.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-detail-content .buy-guide .open-btn-group .open-btn-tips {
  position: absolute;
  top: -31px;
  right: -35px;
  width: 108px;
  height: 25px;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1px;
  text-align: center;
  font-size: 12px;
  color: #d7b879;
  background-image: url("/static/web/images/article-bg4.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-detail-content .qwl-declare {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 7px;
  margin-bottom: 30px;
  background-color: #f9f9f9;
  border: solid 1px #eeeeee;
}

.article-detail-content .qwl-declare-label {
  width: 40px;
  height: 24px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  background-color: #0da4d3;
}

.article-detail-content .qwl-declare-content {
  line-height: 17px;
  text-align: justify;
  font-size: 14px;
  font-family: KaiTi !important;
  color: #a7a7a7;
}

.article-detail-content .qwl-declare-content .complaint-phone {
  margin-left: -2px;
  color: #0da4d3;
}

.article-detail-content .qwl-declare-content-item {
  margin-bottom: 10px;
}

.article-detail-content .qwl-declare-content-item:last-child {
  margin-bottom: 0;
}

.article-detail-aside .aside-open-group {
  width: 299px;
  height: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 0;
  margin-bottom: 10px;
  background-image: url("/static/web/images/open-bg2.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-detail-aside .aside-open-group .crown-icon {
  display: block;
  width: 16px;
  height: 15px;
  margin-top: 5px;
  margin-left: 20px;
  background-image: url("/static/web/images/icon-crown.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-detail-aside .aside-open-group .open-tips {
  line-height: 26px;
  margin-left: 11px;
  font-family: KaiTi !important;
  font-size: 16px;
  color: #885e24;
}

.article-detail-aside .aside-open-group .open-btn {
  display: block;
  width: 70px;
  height: 26px;
  line-height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #885e24;
  border-radius: 4px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
  border: solid 1px #885e24;
}

.article-detail-aside .aside-subscribe-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 75px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 1px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
  border: solid 2px #ffffff;
  background-image: url("/static/web/images/detail-bg1.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-detail-aside .aside-subscribe-group.kaiyun {
  background-image: url("/static/web/images/kaiyun-aside-img1.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-detail-aside .aside-subscribe-group .author-avatar {
  margin-top: 15px;
  margin-left: 18px;
  margin-right: 8px;
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-detail-aside .aside-subscribe-group .author-avatar img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 100%;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-detail-aside .aside-subscribe-group .author-info {
  margin-top: 14px;
}

.article-detail-aside .aside-subscribe-group .author-info-name {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: bold;
  color: #525252;
}

.article-detail-aside .aside-subscribe-group .author-info-name .subscribe-icon {
  display: inline-block;
  width: 17px;
  height: 20px;
  margin-left: 5px;
  vertical-align: text-top;
  background-image: url("/static/web/images/icon-subscribe.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-detail-aside .aside-subscribe-group .author-info-data {
  font-size: 12px;
}

.article-detail-aside .aside-subscribe-group .subscribe-btn {
  display: block;
  width: 76px;
  height: 67px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  padding-left: 17px;
  margin-top: 1px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #fff;
  border-radius: 2px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-detail-aside .aside-subscribe-group .subscribe-btn.bg-blue {
  background-color: #0da4d3;
}

.article-detail-aside .aside-subscribe-group .subscribe-btn.bg-orange {
  background-color: #ff5a00;
}

.article-detail-aside .aside-subscribe-group .subscribe-btn.disabled {
  padding: 0;
  padding-left: 0;
  line-height: 67px;
  cursor: default;
}

.article-detail-aside .recently-content {
  padding: 15px 0;
}

.article-detail-aside .recently-content-item {
  padding-left: 28px;
  padding-right: 11px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.article-detail-aside .recently-content-item:last-child {
  border-bottom: none;
}

.article-detail-aside .recently-content-item-title {
  display: block;
  margin-bottom: 2px;
  line-height: 22px;
  font-size: 15px;
  color: #525252;
}

.article-detail-aside .recently-content-item-title:hover {
  color: #0da4d3;
}

.article-detail-aside .recently-content-item-date {
  line-height: 22px;
  font-size: 12px;
  color: #bfbfbf;
}

.article-detail-aside .next-article {
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
}

.article-detail-aside .next-article .stock-data {
  width: 238px;
  height: 162px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
  margin: 0 auto;
  text-align: center;
  background-color: #f8fbfd;
  border: solid 1px #eeeeee;
  border-radius: 5px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-detail-aside .next-article .stock-data-label {
  font-size: 14px;
}

.article-detail-aside .next-article .stock-data-num1 {
  margin-top: 5px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  height: 50px;
  line-height: 50px;
}

.article-detail-aside .next-article .stock-data-num2 {
  margin-top: 3px;
  font-size: 25px;
  font-weight: bold;
}

.article-detail-aside .next-article .stock-data .stock-jiancang {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 125px;
}

.article-detail-aside .next-article-img {
  width: 270px;
  height: 150px;
  border: solid 1px #efefef;
  margin: 0 auto;
}

.article-detail-aside .next-article-img img {
  width: 100%;
  height: 100%;
}

.article-detail-aside .next-article-title {
  display: block;
  margin-top: 18px;
  padding-left: 28px;
  padding-right: 12px;
  line-height: 22px;
  font-size: 15px;
  color: #525252;
}

.article-interaction-head {
  margin-bottom: 15px;
  line-height: 20px;
}

.article-interaction-head-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url("/static/web/images/icon-interaction.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-interaction-head-text {
  font-size: 19px;
  font-weight: bold;
  color: #525252;
}

.article-data-container .article-data-group {
  position: fixed;
  bottom: 0;
  width: 575px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 4px solid #0da4d3;
  z-index: 9;
  background: rgba(236, 244, 249, 0.9);
  background-color: #ecf4f9\0;
  opacity: 0.9\0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  /* ie8及以下透明度 */
}

.article-data-container .article-data-group .author-avatar-name {
  margin-top: 11px;
  padding-left: 10px;
}

.article-data-container .article-data-group .author-avatar-name .author-avatar {
  margin-right: 10px;
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-data-container .article-data-group .author-avatar-name .author-avatar img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 100%;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-data-container .article-data-group .author-avatar-name .author-name {
  line-height: 42px;
  font-size: 16px;
}

.article-data-container .article-data-group .article-data {
  margin-top: 25px;
}

.article-data-container .article-data-group .article-data-item {
  position: relative;
  float: left;
  margin-left: 20px;
  line-height: 14px;
  font-size: 12px;
  cursor: pointer;
}

.article-data-container .article-data-group .article-data-item-icon {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.article-data-container .article-data-group .article-data-item.usable .article-data-item-icon {
  background-image: url("/static/web/images/icon-usable-gray.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-data-container .article-data-group .article-data-item.usable .article-data-item-icon.is-active {
  background-image: url("/static/web/images/icon-usable.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-data-container .article-data-group .article-data-item.usable:hover .article-data-item-icon {
  background-image: url("/static/web/images/icon-usable.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-data-container .article-data-group .article-data-item.collect .article-data-item-icon {
  background-image: url("/static/web/images/icon-collect-gray.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-data-container .article-data-group .article-data-item.collect .article-data-item-icon.is-active {
  background-image: url("/static/web/images/icon-collect.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-data-container .article-data-group .article-data-item.collect:hover .article-data-item-icon {
  background-image: url("/static/web/images/icon-collect.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-data-container .article-data-group .article-data-item.comment .article-data-item-icon {
  background-image: url("/static/web/images/icon-comment-gray.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-data-container .article-data-group .article-data-item.comment .article-data-item-icon.is-active {
  background-image: url("/static/web/images/icon-comment.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-data-container .article-data-group .article-data-item.comment:hover .article-data-item-icon {
  background-image: url("/static/web/images/icon-comment.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-data-container .article-data-group .article-data-item.share .article-data-item-icon {
  background-image: url("/static/web/images/icon-share-gray.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-data-container .article-data-group .article-data-item.share .article-data-item-icon.is-active {
  background-image: url("/static/web/images/icon-share.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-data-container .article-data-group .article-data-item.share:hover .article-data-item-icon {
  background-image: url("/static/web/images/icon-share.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-data-container .article-data-group .article-data-item-name {
  margin-right: 8px;
}

.article-data-container .article-data-group .article-data-item .share-group {
  position: absolute;
  top: -179px;
  left: -72px;
  width: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
  padding-bottom: 11px;
  background-color: #fff;
  border: 1px solid #eee;
  cursor: default;
  border-radius: 5px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.article-data-container .article-data-group .article-data-item .share-group-corner {
  position: absolute;
  left: 65px;
  bottom: -7px;
  width: 13px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-transform: skew(0deg, 43deg);
          transform: skew(0deg, 43deg);
  border-top: none;
  border-left: none;
}

.article-data-container .article-data-group .article-data-item .share-group-item {
  text-align: center;
  line-height: 14px;
}

.article-data-container .article-data-group .article-data-item .share-group-item-icon {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 5px;
}

.article-data-container .article-data-group .article-data-item .share-group-item-icon.link {
  background-image: url("/static/web/images/icon-link.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-data-container .article-data-group .article-data-item .share-group-item-icon.wechat {
  background-image: url("/static/web/images/icon-wechat.png");
  background-repeat: no-repeat;
  background-position: center;
}

.article-data-container .article-data-group .article-data-item .share-group-item-text {
  font-size: 12px;
  color: #bfbfbf;
}

.article-data-container .article-data-group .article-data-item .share-group [data-name="copyLink"] {
  cursor: pointer;
}

.article-data-container .article-data-group .article-data-item .share-group [data-name="copyLink"]:hover .share-group-item-text {
  color: #0da4d3;
}

.article-data-container .article-data-group .article-data-item .share-group .qrcode-box {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding: 5px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article-data-container .article-data-group .article-data-item .share-group .qrcode-box img {
  width: 100%;
  height: 100%;
}

.disclaimer-container {
  width: 707px;
  height: 525px;
  padding: 20px 30px;
}

.disclaimer-container .disclaimer-header {
  margin-top: 8px;
  text-align: center;
  line-height: 26px;
  font-size: 25px;
  letter-spacing: 2px;
  color: #313131;
}

.disclaimer-container .disclaimer-header-img {
  width: 316px;
  height: 7px;
  margin: 15px auto;
  background-image: url("/static/web/images/qwl-agreement-titile.png");
  background-repeat: no-repeat;
  background-position: center;
}

.disclaimer-container .disclaimer-content-item {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  color: #5f5f5f;
  text-indent: 2em;
  letter-spacing: 1px;
  text-align: justify;
}

.disclaimer-container .disclaimer-btn {
  position: relative;
  width: 209px;
  height: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  margin: 30px auto;
  line-height: 51px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 20px;
  color: #fff;
  background-color: #ff5a00;
  cursor: pointer;
  border-radius: 10px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.disclaimer-container .disclaimer-btn:hover {
  background-color: #ff6613;
}

