.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 {
  height: 0;
  display: 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: rgba(225,225,225,0.7);
  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: #999999;
}
.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 .left-btn {
  position: fixed;
  left: 50%;
  transform: translateX(-480px);
  display: flex;
  flex-direction: column;
  width: 90px;
}
.container .left-btn div {
  margin-bottom: 10px;
  width: 86px;
  height: 40px;
  border-radius: 40px;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.container .left-btn div.active {
  background-color: #fff;
}
.container .boxes {
  display: flex;
}
.container .boxes .box1 {
  width: 130px;
}
.container .boxes .box2 {
  width: 370px;
}
.container .content {
  width: 460px;
}
.container .content .publish {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.container .content .publish textarea {
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  width: 100%;
  height: 110px;
  padding: 10px 20px;
  background-color: #fff;
  color: #b6b6b6;
}
.container .content .publish .search_input::-webkit-input-placeholder {
  color: #b6b6b6;
}
.container .content .publish .search_input:-moz-placeholder {
  color: #b6b6b6;
}
.container .content .publish .search_input::-moz-placeholder {
  color: #b6b6b6;
}
.container .content .publish .search_input:-ms-input-placeholder {
  color: #b6b6b6;
}
.container .content .publish .publish-btn {
  display: flex;
  justify-content: space-between;
}
.container .content .publish .publish-btn .publish-btn-left {
  display: flex;
  flex: 1;
  border: 1px solid #d6d6d6;
}
.container .content .publish .publish-btn .publish-btn-left li {
  display: flex;
  align-items: center;
  margin-left: 20px;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  font-size: 12px;
  cursor: pointer;
}
.container .content .publish .publish-btn .publish-btn-left li img {
  width: 10px;
  margin-right: 8px;
}
.container .content .publish .publish-btn .publish-btn-right {
  width: 80px;
  height: 30px;
  background-color: #000;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.container .content .filtrate {
  display: flex;
  height: 66px;
  align-items: center;
}
.container .content .filtrate li {
  margin-right: 8px;
  height: 26px;
  line-height: 26px;
  padding: 0 11px;
  border: 1px solid #979797;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  border-radius: 13px;
  cursor: pointer;
}
.container .content .filtrate li.active {
  color: #FFFFFF;
  background: #000;
  border: 1px solid #000;
}
.container .content .details {
  padding: 20px;
  padding-top: 0;
  background-color: #fff;
}
.container .content .details li {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 26px;
}
.container .content .details li .details-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 8px;
}
.container .content .details li .details-user .details-user-head {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  background-image: url(../static/icons/concentration_avatar.png);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.container .content .details li .details-user .details-user-name {
  flex: 1;
  font-weight: 400;
  color: #333333;
  font-size: 12px;
}
.container .content .details li .details-user .details-user-timer {
  margin-right: 8px;
  font-weight: 400;
  color: #999999;
  font-size: 12px;
}
.container .content .details li .details-txt {
  font-size: 14px;
  font-weight: 100;
  color: #333333;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .content .details li .details-img {
  padding-top: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.container .content .details li .details-img div {
  border-radius: 6px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.container .content .details li .img-1 div {
  width: 100%;
}
.container .content .details li .img-1 div img {
  max-width: 100%;
  border-radius: 6px;
}
.container .content .details li .img-2 {
  display: flex;
}
.container .content .details li .img-2 div {
  flex: 1;
  width: 205px;
  height: 205px;
}
.container .content .details li .img-2 div:nth-child(1) {
  margin-right: 5px;
}
.container .content .details li .img-2 div:nth-child(2) {
  margin-left: 5px;
}
.container .content .details li .img-3 {
  display: flex;
  justify-content: space-between;
}
.container .content .details li .img-3 div {
  width: 134px;
  height: 134px;
}
.container .content .details li .img-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .content .details li .img-4 div {
  width: 205px;
  height: 205px;
  background-position: center;
}
.container .content .details li .img-4 div:nth-child(1),
.container .content .details li .img-4 div:nth-child(2) {
  margin-bottom: 10px;
}
.container .content .details li .img-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.container .content .details li .img-5 div {
  width: 134px;
  height: 130px;
  margin-bottom: 10px;
}
.container .content .details li .img-5 div:nth-child(3n-1) {
  margin-left: 9px;
  margin-right: 9px;
}
.container .content .details li .details-like {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .content .details li .details-like .details-like-left {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #333333;
  font-size: 14px;
}
.container .content .details li .details-like .details-like-left .details-full {
  margin-right: 10px;
  cursor: pointer;
}
.container .content .details li .details-like .details-like-left .details-add {
  font-size: 12px;
}
.container .content .details li .details-like .details-like-left .details-add em {
  font-weight: 400;
  font-style: normal;
}
.container .content .details li .details-like .details-like-right {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.container .content .details li .details-like .details-like-right img {
  width: 10px;
  margin: 0 4px;
  cursor: pointer;
}
.container .content .details .details-line {
  padding: 24px 0;
  font-weight: 600;
  color: #000000;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  border-bottom: none;
}
.container .content .message {
  padding: 10px 20px;
  background-color: #fff;
}
.container .content .message li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.container .content .message li .message-title {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
}
.container .content .message li .message-img div {
  border-radius: 6px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.container .content .message li .message-img.img-m3 {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
.container .content .message li .message-img.img-m3 div {
  width: 134px;
  height: 100px;
}
.container .content .message li .message-img.img-m2 {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
.container .content .message li .message-img.img-m2 div {
  width: 205px;
  height: 205px;
}
.container .content .message li .message-info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #999999;
  cursor: default;
}
.container .content .message li .message-info div {
  display: flex;
  align-items: center;
}
.container .content .message li .message-info div img {
  width: 16px;
  margin-right: 8px;
}
.container .content .message li.li-img-1 {
  display: flex;
  justify-content: space-between;
}
.container .content .message li.li-img-1 .message-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
  padding-right: 16px;
  overflow: hidden;
}
.container .content .message li.li-img-1 .message-content .message-title {
  width: 100%;
}
.container .content .message li.li-img-1 .message-content .message-text {
  width: 100%;
  height: 34px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .content .message li.li-img-1 .message-content .message-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .content .message li.li-img-1 .message-img {
  width: 130px;
  height: 110px;
}
.container .content .message li.li-img-1 .message-img div {
  width: 100%;
  height: 100%;
}
.container .content .message li.li-img-0 .message-text {
  padding-top: 10px;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .content .message li.message-more {
  padding: 22px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: 20px;
  cursor: pointer;
  border-bottom: none;
}
.container .right-list {
  position: fixed;
  right: 50%;
  transform: translateX(481px);
  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;
}
.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: 100;
  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: 500;
  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;
}
