body,
html {
  font-size: 12px;
  font-weight: normal;
  height: 100%;
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
body {
  margin: 0 auto;
  position: relative;
  line-height: 20px;
  /*height:auto !important;*/

}
body {
  /* --- 推荐改版 --- */

  color: #1B1B1B;
  background: #EBEBEB;
}
body .plane {
  padding: 10px;
  border-radius: 0px;
  background: #ffffff;
  position: relative;
  border-bottom: solid 5px #f5f5f5;
  box-sizing: border-box;
}
body ul.topics {
  width: 100%;
  list-style: none;
}
body .dataItem {
  line-height: normal;
  border-bottom: solid 1px #f5f5f5;
  display: block;
  position: relative;
  padding: 12px 0;
}
body .dataItem a:visited,
body .dataItem a:link {
  color: #1B1B1B;
  text-decoration: none;
}
body .dataItem a:hover {
  color: #F44336;
}
body .dataItem .userBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border: none;
  width: 100%;
  position: relative;
}
body .dataItem .userBox .uicon {
  font-size: 0;
  line-height: 0;
  background: #f5f5f5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
body .dataItem .userBox .uicon a {
  display: block;
  height: 100%;
}
body .dataItem .userBox .uicon img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}
body .dataItem .userBox .udata {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-left: 8px;
  line-height: normal;
  font-size: 12px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: unset;
  flex: 1 1 auto;
}
body .dataItem .userBox .udata .uname {
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  height: 20px;
  margin-top: 2px;
  display: block;
}
body .dataItem .userBox .udata .uname a {
  cursor: pointer;
}
body .dataItem .userBox .udata .type {
  background: #387f1a;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  margin: 2px 0;
  border-radius: 3px;
  display: inline-block;
  float: right;
}
body .dataItem .userBox .udata .badge {
  position: initial;
  width: max-content;
  font-weight: normal;
  background: #fff3e8 !important;
  color: #cb6f2d !important;
  height: 14px;
  line-height: 12px;
  border-radius: 2px;
  min-width: 10px;
  min-height: 10px;
  padding: 0 5px;
  text-align: center;
  display: inline-block;
  font-size: 11px;
  font-style: normal;
  vertical-align: unset !important;
}
body .dataItem .detail .tipsContent {
  margin: 5px 0;
  background: #f5f5f5;
  border-radius: 4px;
  position: relative;
  margin-bottom: 8px;
  font-size: 12px;
  padding: 5px 30px 5px 5px;
}
body .dataItem .detail .tipsContent .row {
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #8C8C8C;
  font-size: 12px;
}
body .dataItem .detail .tipsContent .row:after {
  content: "";
  display: table;
  clear: both;
}
body .dataItem .detail .tipsContent .row .tipsTitle {
  padding-right: 5px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1B1B1B;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 5px;
}
body .dataItem .detail .tipsContent .icon-font-diamonds {
  color: orange !important;
  font-weight: normal !important;
  height: 20px;
  overflow: hidden;
  font-size: 20px !important;
}
body .dataItem .detail .tipsContent .icon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px !important;
  text-align: center;
  margin: 0;
  border-radius: 50%;
}
body .dataItem .detail .tipsContent .hit {
  color: #ef4040;
}
body .dataItem .detail .tipsContent .wrong {
  color: #378d0f;
}
body .dataItem .detail .dateBar {
  float: left;
  width: 100%;
  color: #8C8C8C;
  font-size: 12px;
}
body .dataItem .detail .dateBar > * {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 16px;
  line-height: 16px;
}
body .dataItem .detail .dateBar .from {
  width: calc(100% - 170px);
  float: left;
  white-space: nowrap;
}
body .dataItem .detail .dateBar .from .date {
  color: #8C8C8C;
}
body .dataItem .detail .dateBar .statistical {
  width: 170px;
}
body .dataItem .detail .dateBar .statistical .icon {
  float: right;
  font-size: 16px;
  color: #8C8C8C;
  width: auto;
  min-width: 30px;
  margin-left: 10px;
  height: 16px;
  line-height: 16px;
}
body .dataItem .detail .dateBar .statistical .dataValue {
  color: #8C8C8C;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: inherit;
  text-align: left;
  vertical-align: 1px;
  padding-left: 2px;
}
body li:after {
  clear: both;
  height: 0px;
  content: '';
  display: block;
}
body .buttonGroup {
  bottom: 50px;
}
body .buttonGroup .icon-font-opinion {
  color: #ffffff !important;
  border: none;
}
body .morebtn {
  color: #0076e3;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .morebtn i {
  color: inherit;
  font-size: inherit;
  bottom: 3px;
}
body .badge {
  white-space: nowrap;
  background: #FFF3E8 !important;
  color: #cb6f2d !important;
  height: 15px !important;
  line-height: 15px !important;
  font-weight: normal !important;
  border-radius: 2px !important;
  padding: 0 6px !important;
  font-size: 12px;
  margin-left: 5px;
  vertical-align: unset !important;
}
body .MT20 {
  margin-top: 20px;
}
body .dataItem.new {
  padding: 10px 0;
}
body .dataItem.new .itemData {
  padding-left: 5px;
  display: flex;
  align-items: center;
  /* flex-direction:column;justify-content:center;*/

}
body .dataItem.new .itemData .uname {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
body .dataItem.new .itemData .badge {
  position: initial;
  width: max-content;
}
body .dataItem:hover .recommend {
  background: none;
}
body .dataItem .recommend ~ .dateBar {
  padding: 0 3px;
}
body .dataItem .dateBar .lock {
  font-size: 12px !important;
}
body .dataItem .dateBar .lock::before {
  font-size: 14px;
  margin-right: 4px;
  float: none;
}
body .dataItem .recommend {
  background: none;
  padding: 0;
  margin-bottom: 5px;
}
body .dataItem .recommend .s_tit {
  font-size: 14px;
  line-height: 20px;
  padding: 0 3px;
  margin: 5px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}
body .dataItem .recommend .s_tit > span {
  font-weight: normal;
}
body .dataItem .recommend .row {
  font-size: 12px;
  padding: 3px;
  border-radius: 4px;
}
body .dataItem .recommend .recom {
  background: linear-gradient(90deg, rgba(67, 149, 30, 0.2), rgba(67, 149, 30, 0.05));
  align-items: center;
}
body .dataItem .recommend .item {
  color: #1B1B1B;
  line-height: 20px;
  width: calc(100% - 50px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .dataItem .recommend .type {
  background: #ffffff !important;
  color: #387f1a;
  text-align: center;
  line-height: 16px;
  min-width: 30px;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 4px;
  vertical-align: 0;
  display: inline-block;
}
body .dataItem .recommend .date {
  color: #595959;
  padding-right: 5px;
  vertical-align: 0;
  float: none;
  display: inline-block;
}
body .dataItem .recommend .date::after,
body .dataItem .recommend .iconBox {
  display: none;
}
body .dataItem .recommend .lge {
  color: #595959;
  margin-right: 4px;
}
body .dataItem .recommend .lge::after {
  content: "";
  background: #D9D9D9;
  width: 1px;
  height: 10px;
  margin: 0 0 0 4px;
  vertical-align: -1px;
  display: inline-block;
}
body .dataItem .recommend .lge img {
  height: 14px;
  border-radius: 2px;
  margin: 0 5px;
  vertical-align: -2px;
}
body .dataItem .recommend .results {
  width: 50px;
  text-align: right;
  display: inline-block;
}
body .dataItem .recommend .hit,
body .dataItem .recommend .wrong,
body .dataItem .recommend .zoushui {
  color: #378d0f;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
  vertical-align: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
body .dataItem .recommend .hit {
  color: #ef4040;
}
body .dataItem .recommend .zoushui::before {
  content: "";
  background: #0b73c5;
  width: 12px;
  height: 2px;
  margin: 0;
  border-radius: 3px;
  vertical-align: 4px;
  display: inline-block;
}
body .dataItem .recommend .pay {
  background: none;
  color: #387f1a;
  font-size: 14px !important;
  line-height: 20px;
  height: auto;
  width: auto;
  vertical-align: 0;
  transform: translateY(0);
  float: none;
  position: static;
}
body .dataItem .recommend .pay::before {
  font-size: 16px;
  margin-right: 2px;
  float: none;
}
body .dataItem .recommend .paid .hit::after,
body .dataItem .recommend .paid .wrong::after,
body .dataItem .recommend .paid .zoushui::after {
  content: "";
  background: url(/images/diamond.svg) no-repeat center;
  background-size: 16px;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
body.dark {
  /* --- 推荐改版 --- */

  color: #D9D9D9;
  background: #262626;
}
body.dark .plane {
  padding: 10px;
  border-radius: 0px;
  background: #1B1B1B;
  position: relative;
  border-bottom: solid 5px #262626;
  box-sizing: border-box;
}
body.dark ul.topics {
  width: 100%;
  list-style: none;
}
body.dark .dataItem {
  line-height: normal;
  border-bottom: solid 1px #262626;
  display: block;
  position: relative;
  padding: 12px 0;
}
body.dark .dataItem a:visited,
body.dark .dataItem a:link {
  color: #ffffff;
  text-decoration: none;
}
body.dark .dataItem a:hover {
  color: #F44336;
}
body.dark .dataItem .userBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border: none;
  width: 100%;
  position: relative;
}
body.dark .dataItem .userBox .uicon {
  font-size: 0;
  line-height: 0;
  background: #232323;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
body.dark .dataItem .userBox .uicon a {
  display: block;
  height: 100%;
}
body.dark .dataItem .userBox .uicon img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}
body.dark .dataItem .userBox .udata {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-left: 8px;
  line-height: normal;
  font-size: 12px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: unset;
  flex: 1 1 auto;
}
body.dark .dataItem .userBox .udata .uname {
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  height: 20px;
  margin-top: 2px;
  display: block;
}
body.dark .dataItem .userBox .udata .uname a {
  cursor: pointer;
}
body.dark .dataItem .userBox .udata .type {
  background: #295d13;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  margin: 2px 0;
  border-radius: 3px;
  display: inline-block;
  float: right;
}
body.dark .dataItem .userBox .udata .badge {
  position: initial;
  width: max-content;
  font-weight: normal;
  background: #fff3e8 !important;
  color: #cb6f2d !important;
  height: 14px;
  line-height: 12px;
  border-radius: 2px;
  min-width: 10px;
  min-height: 10px;
  padding: 0 5px;
  text-align: center;
  display: inline-block;
  font-size: 11px;
  font-style: normal;
  vertical-align: unset !important;
}
body.dark .dataItem .detail .tipsContent {
  margin: 5px 0;
  background: #232323;
  border-radius: 4px;
  position: relative;
  margin-bottom: 8px;
  font-size: 12px;
  padding: 5px 30px 5px 5px;
}
body.dark .dataItem .detail .tipsContent .row {
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #595959;
  font-size: 12px;
}
body.dark .dataItem .detail .tipsContent .row:after {
  content: "";
  display: table;
  clear: both;
}
body.dark .dataItem .detail .tipsContent .row .tipsTitle {
  padding-right: 5px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 5px;
}
body.dark .dataItem .detail .tipsContent .icon-font-diamonds {
  color: orange !important;
  font-weight: normal !important;
  height: 20px;
  overflow: hidden;
  font-size: 20px !important;
}
body.dark .dataItem .detail .tipsContent .icon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #1B1B1B;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px !important;
  text-align: center;
  margin: 0;
  border-radius: 50%;
}
body.dark .dataItem .detail .tipsContent .hit {
  color: #F44336;
}
body.dark .dataItem .detail .tipsContent .wrong {
  color: #29680b;
}
body.dark .dataItem .detail .dateBar {
  float: left;
  width: 100%;
  color: #595959;
  font-size: 12px;
}
body.dark .dataItem .detail .dateBar > * {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 16px;
  line-height: 16px;
}
body.dark .dataItem .detail .dateBar .from {
  width: calc(100% - 170px);
  float: left;
  white-space: nowrap;
}
body.dark .dataItem .detail .dateBar .from .date {
  color: #595959;
}
body.dark .dataItem .detail .dateBar .statistical {
  width: 170px;
}
body.dark .dataItem .detail .dateBar .statistical .icon {
  float: right;
  font-size: 16px;
  color: #595959;
  width: auto;
  min-width: 30px;
  margin-left: 10px;
  height: 16px;
  line-height: 16px;
}
body.dark .dataItem .detail .dateBar .statistical .dataValue {
  color: #595959;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: inherit;
  text-align: left;
  vertical-align: 1px;
  padding-left: 2px;
}
body.dark li:after {
  clear: both;
  height: 0px;
  content: '';
  display: block;
}
body.dark .buttonGroup {
  bottom: 50px;
}
body.dark .buttonGroup .icon-font-opinion {
  color: #ffffff !important;
  border: none;
}
body.dark .morebtn {
  color: #0076e3;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.dark .morebtn i {
  color: inherit;
  font-size: inherit;
  bottom: 3px;
}
body.dark .badge {
  white-space: nowrap;
  background: #FFF3E8 !important;
  color: #cb6f2d !important;
  height: 15px !important;
  line-height: 15px !important;
  font-weight: normal !important;
  border-radius: 2px !important;
  padding: 0 6px !important;
  font-size: 12px;
  margin-left: 5px;
  vertical-align: unset !important;
}
body.dark .MT20 {
  margin-top: 20px;
}
body.dark .dataItem.new {
  padding: 10px 0;
}
body.dark .dataItem.new .itemData {
  padding-left: 5px;
  display: flex;
  align-items: center;
  /* flex-direction:column;justify-content:center;*/

}
body.dark .dataItem.new .itemData .uname {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
body.dark .dataItem.new .itemData .badge {
  position: initial;
  width: max-content;
}
body.dark .dataItem:hover .recommend {
  background: none;
}
body.dark .dataItem .recommend ~ .dateBar {
  padding: 0 3px;
}
body.dark .dataItem .dateBar .lock {
  font-size: 12px !important;
}
body.dark .dataItem .dateBar .lock::before {
  font-size: 14px;
  margin-right: 4px;
  float: none;
}
body.dark .dataItem .recommend {
  background: none;
  padding: 0;
  margin-bottom: 5px;
}
body.dark .dataItem .recommend .s_tit {
  font-size: 14px;
  line-height: 20px;
  padding: 0 3px;
  margin: 5px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}
body.dark .dataItem .recommend .s_tit > span {
  font-weight: normal;
}
body.dark .dataItem .recommend .row {
  font-size: 12px;
  padding: 3px;
  border-radius: 4px;
}
body.dark .dataItem .recommend .recom {
  background: linear-gradient(90deg, rgba(67, 149, 30, 0.2), rgba(67, 149, 30, 0.05));
  align-items: center;
}
body.dark .dataItem .recommend .item {
  color: #ffffff;
  line-height: 20px;
  width: calc(100% - 50px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.dark .dataItem .recommend .type {
  background: #1B1B1B !important;
  color: #295d13;
  text-align: center;
  line-height: 16px;
  min-width: 30px;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 4px;
  vertical-align: 0;
  display: inline-block;
}
body.dark .dataItem .recommend .date {
  color: #8C8C8C;
  padding-right: 5px;
  vertical-align: 0;
  float: none;
  display: inline-block;
}
body.dark .dataItem .recommend .date::after,
body.dark .dataItem .recommend .iconBox {
  display: none;
}
body.dark .dataItem .recommend .lge {
  color: #8C8C8C;
  margin-right: 4px;
}
body.dark .dataItem .recommend .lge::after {
  content: "";
  background: #595959;
  width: 1px;
  height: 10px;
  margin: 0 0 0 4px;
  vertical-align: -1px;
  display: inline-block;
}
body.dark .dataItem .recommend .lge img {
  height: 14px;
  border-radius: 2px;
  margin: 0 5px;
  vertical-align: -2px;
}
body.dark .dataItem .recommend .results {
  width: 50px;
  text-align: right;
  display: inline-block;
}
body.dark .dataItem .recommend .hit,
body.dark .dataItem .recommend .wrong,
body.dark .dataItem .recommend .zoushui {
  color: #29680b;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
  vertical-align: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
body.dark .dataItem .recommend .hit {
  color: #F44336;
}
body.dark .dataItem .recommend .zoushui::before {
  content: "";
  background: #0a6bb7;
  width: 12px;
  height: 2px;
  margin: 0;
  border-radius: 3px;
  vertical-align: 4px;
  display: inline-block;
}
body.dark .dataItem .recommend .pay {
  background: none;
  color: #295d13;
  font-size: 14px !important;
  line-height: 20px;
  height: auto;
  width: auto;
  vertical-align: 0;
  transform: translateY(0);
  float: none;
  position: static;
}
body.dark .dataItem .recommend .pay::before {
  font-size: 16px;
  margin-right: 2px;
  float: none;
}
body.dark .dataItem .recommend .paid .hit::after,
body.dark .dataItem .recommend .paid .wrong::after,
body.dark .dataItem .recommend .paid .zoushui::after {
  content: "";
  background: url(/images/diamond.svg) no-repeat center;
  background-size: 16px;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
