.wrap_head {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.wrap_head > ul {
  display: flex;
  min-width: 780px;
}
.wrap_head > ul > li {
  display: flex;
  align-items: center;
  margin-left: 48px;
  padding-bottom: 6px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  border-bottom: 4px solid transparent;
}
.wrap_head > ul > li span {
  cursor: pointer;
}
.wrap_head > ul > li.active {
  border-bottom: 4px solid #FF3851;
}
.wrap_head > ul > li.eight {
  position: relative;
  z-index: 10;
}
.wrap_head > ul > li.eight .list {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -6px;
  min-width: 128px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.wrap_head > ul > li.eight .list ol {
  padding: 15px 0;
}
.wrap_head > ul > li.eight .list ol li {
  padding: 0 10px;
  text-align: center;
  height: 44px;
  color: #333333;
  line-height: 44px;
  font-size: 16px;
  font-weight: 500;
}
.wrap_head > ul > li.eight .list ol li:hover {
  background: #eeeeee;
  font-weight: 500;
}
.wrap_head > ul > li.eight .list-none {

}
.wrap_head > ul > li .triangle {
  margin-left: 5px;
  margin-top: 4px;
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 3px solid #333333;
  border-top: 3px solid #333333;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  cursor: pointer;
}
.wrap_head .search {
  margin-right: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 276px;
  height: 36px;
  border-radius: 18px;
  background: #E1E1E1;
  opacity: 0.3;
  padding-left: 17px;
  cursor: pointer;
}
.wrap_head .search img {
  width: 13px;
  height: 13px;
  margin-right: 8px;
}
.wrap_head .search span {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
.wrap_footer {
  width: 100%;
  background-color: #fff;
  padding-bottom: 15px;
}
.wrap_footer ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap_footer ul li {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.wrap_footer ul li:nth-child(1) {
  padding-top: 24px;
  margin-bottom: 11px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.wrap_footer ul li img {
  width: 13px;
}
.fixation {
  position: fixed;
  bottom: 260px;
  right: 20px;
  display: flex;
}
.fixation .fixation_bot {
  width: 30px;
}
.fixation .fixation_bot img {
  margin-bottom: 8px;
  width: 30px;
  cursor: pointer;
}
html {
  background-color: #F5F5F5;
}
.container {
  position: relative;
  padding-top: 110px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
}
.container .content {
  margin-right: 360px;
  width: 550px;
}
.container .content .article {
  box-sizing: border-box;
  width: 550px;
  padding: 1px 24px;
  background-color: #fff;
}
.container .content .article .article-title {
  padding-top: 36px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
}
.container .content .article .article-writer {
  margin: 14px 0;
  font-weight: 500;
  color: #999999;
  line-height: 17px;
  font-size: 12px;
}
.container .content .article .article-writer em {
  padding-left: 6px;
  font-style: normal;
  font-size: 12px;
  color: #333333;
}
.container .content .article .reading {
  margin: 12px 0;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
}
.container .content .article .reading em {
  padding-left: 6px;
  font-style: normal;
  font-size: 12px;
  color: #999999;
}
.container .content .article .article-info {
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
}
.container .content .article .article-info .article-info-left {
  display: flex;
  align-items: center;
}
.container .content .article .article-info .article-info-left .article-info-head {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.container .content .article .article-info .article-info-left .article-info-name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}
.container .content .article .article-info .article-info-left .article-info-name :nth-child(2) {
  font-weight: 400;
  color: #999999;
}
.container .content .article .article-info .article-info-like {
  width: 60px;
  height: 26px;
  background: #333333;
  border-radius: 13px;
  border: 1px solid #333333;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #fffdfd;
  line-height: 26px;
  cursor: pointer;
}
.container .content .article .article-info .article-info-like.already-like {
  color: #999999;
  border: 1px solid #999999;
  background-color: transparent;
}
.container .content .article .article-content {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.container .content .article .article-content p {
  padding: 4px;
  letter-spacing: 1px;
}
.container .content .article .article-img ul li img {
  max-width: 500px;
  margin: 8px 0;
  border-radius: 6px;
}
.container .content .article .article-couple {
  margin-top: 12px;
  padding-bottom: 20px;
}
.container .content .article .article-couple ol {
  display: flex;
}
.container .content .article .article-couple ol li {
  margin-right: 20px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #c2c2c2;
}
.container .content .article .article-couple ol li img {
  margin-right: 7px;
  width: 16px;
}
.container .content .comment {
  position: relative;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 0 25px;
  width: 550px;
  min-height: 550px;
  background-color: #fff;
}
.container .content .comment .comment-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 14px;

}
.container .content .comment .comment-head span {
  height: 15px;
  padding-left: 10px;
  line-height: 15px;
  border-left: 2px solid #333333;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.container .content .comment .comment-head div {
  display: flex;
  align-items: center;
  width: 200px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  cursor: pointer;
}
.container .content .comment .comment-head div img {
  margin: 0 8px 0 15px;
  width: 10px;
  height: 10px;
}
.container .content .comment .comment-content > li {
  border-bottom: 1px solid #E5E5E5;
}
.container .content .comment .comment-content > li:last-child {
  border-bottom: none;
}
.container .content .comment .comment-content .comment-user {
  padding-top: 12px;
}
.container .content .comment .comment-content .comment-user .comment-user-info {
  float: left;
  display: flex;
  align-items: center;
}
.container .content .comment .comment-content .comment-user .comment-user-info .comment-user-photo {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.container .content .comment .comment-content .comment-user .comment-user-info .comment-user-name {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
}
.container .content .comment .comment-content .comment-user .comment-user-time {
  float: right;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.container .content .comment .comment-content .comment-txt {
  margin-left: 38px;
}
.container .content .comment .comment-content .comment-txt .comment-ink {
  margin-top: 6px;
  margin-right: 8px;
  padding: 6px 0 6px 8px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  background-color: #F1F1F1;
}
.container .content .comment .comment-content .comment-txt .comment-word {
  padding: 12px 8px 12px 0;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.container .content .comment .comment-content .comment-txt .comment-status {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 12px;
}
.container .content .comment .comment-content .comment-txt .comment-status .comment-status-timer {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.container .content .comment .comment-content .comment-txt .comment-status .comment-status-right {
  display: flex;
  align-items: center;
}
.container .content .comment .comment-content .comment-txt .comment-status .comment-status-right img {
  margin: 0 3px 0 10px;
  width: 10px;
  cursor: pointer;
}
.container .content .comment .comment-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
}
.container .content .no-more {
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
}
.container .right-list {
  position: absolute;
  right: 50%;
  z-index: 10;
  transform: translateX(184%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 320px;
  height: 440px;
  background-color: #fff;
}
.container .right-list .right-list-title {
  height: 44px;
  padding-left: 16px;
  line-height: 44px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.container .right-list .list {
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
.container .right-list .list li {
  height: 80px;
  display: flex;
  margin-bottom: 10px;
}
.container .right-list .list li .list-left {
  margin-left: 16px;
  margin-right: 8px;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  background-image: url(../static/images/find_hot_content_card.png);
  background-position: center;
  background-size: cover;
  background-color: #ccc;
}
.container .right-list .list li .list-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  margin-right: 18px;
  cursor: pointer;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}
.container .right-list .list li .list-right p {
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  font-size: 14px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.container .right-list .list li .list-right .list-like {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.container .right-list .list li .list-right .list-like img {
  width: 10px;
  margin-right: 8px;
}
.container .right-list .right-btm {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  color: #333333;
  cursor: pointer;
}
.masking {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.masking.masking-none {
  display: none;
}
.masking img {
  width: 200px;
}
.download-prompt{
  margin-top: 12px;color: #333333;font-size: 16px;text-align: center;
}
.download-prompts{
  margin-top: 12px;color: #333333;font-size: 12px;text-align: center;
}
.not-yet{
  position: relative;
  left: 20%;
  width: 50%;
  padding: 5%;
  top: -30%;
}
.agreement{
  margin: 10px 10px 30px 10px;padding:5px;height: 400px;overflow-y:scroll;overflow-x: hidden;
}

.article *{
  max-width: 100% !important;
}