body {
  padding: 0;
  margin: 0;
  /*background: #f7f7f7;*/
  background: #FFFFFF;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
.page_container {
  max-width: 645px;
  margin: 0 auto;
}
div::-webkit-scrollbar {
  display: none;
}
h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
  margin: auto;
}
.box {
  display: flex;
  background: #fff;
  width: 100%;
  word-break: break-word;
  flex-direction: column;
}
.box .content {
  margin: 15px;
}
.adver {
  margin-right: 20px;
  color: #545454;
  font-size: 8px;
  text-align: right;
}
.google-box {
  border-top: dashed 1px #bbbbbb;
  border-bottom: dashed 1px #bbbbbb;
  padding-top: 5px;
}
.google-div {
  width: 100%;
  min-height: 100px;
  background-color: #d9d9d9;
  text-align: center;
}
.advertising {
  width: 100%;
  display: inline-flex;
  text-align: center;
}
.advertising img {
  width: 100%;
  display: block;
}
.ad-close img {
  width: 8px;
  height: 8px;
  margin: 3px;
}
.content-text {
  color: #444;
  display: block;
  margin: 6px 15px;
  line-height: 26px;
}
.list ul li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 20px;
}
.list ul li:first-child {
  padding-top: 0;
}
.list ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.list .more-box {
  display: flex;
}
.list ul li .item-pic {
  width: 7rem;
  height: 5rem;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.list ul li .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.list ul li .textInfo {
  width: 100%;
  height: 5rem;
  margin: 0 20px;
}
.list ul li .item-title {
  font-size: 16px;
  height: 23px;
  overflow: hidden;
}
.list ul li a .item-title {
  color: #000;
}
.item-content {
  font-size: 14px;
  color: #686868;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.Copyright {
  text-align: center;
  font-size: 12px;
  color: #999;
  display: block;
  clear: both;
  width: 100%;
  padding: 10px 0;
}

.author-div {
  width: 100%;
  height: auto;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
}

.author .headimg-div {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  overflow: hidden;
}

.author .nickname-div {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
}

.author .time-div {
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}

.type-div {
  font-size: 0.44rem;
  font-weight: 400;
  line-height: 0.6rem;
  letter-spacing: 0;
  text-align: left;
  color: #676767;
  margin: 3px 10px;
}

.content-title-div {
  font-weight: 700;
  display: block;
  width: 100%;
  clear: both;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 35px;
}

.content-more-for-you {
  display: block;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}

.comment-area {
  margin: 11px 0;
}

.next-colum {
  display: block;
  width: 100%;
  clear: none;
  text-align: center;
  position: relative;
  height: 40px;
  line-height: 40px;
  margin: 20px 0 5px 0;
}
.next-colum span {
  display: inline-table;
  padding: 0 10px;
  background: #f7f7f7;
  font-weight: 700;
  color: #ff6600;
  font-size: 20px;
}
.next-colum::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 102, 0, 0.4);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.box-content {
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.box-content-sort,
.box-con {
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  margin: 10px 10px 0 10px;
  border-radius: 15px;
  height: 600px;
}
.more-box {
  display: block;
  position: relative;
  text-align: center;
  height: 45px;
  bottom: 45px;
  margin: 0 10px 0 10px;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.more-box button {
  background: #ff6600;
  border: none;
  color: #fff;
  border-radius: 50px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.more-box button span {
  vertical-align: top;
  display: inline-table;
  height: 30px;
}
.more-box button span svg {
  margin-top: 8px;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}
ins.adsbygoogle[data-ad-status="filled"] {
  display: block !important;
}
ins.adsbygoogle {
  margin: 0 auto;
}
.comm-box {
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}
.comm-list {
  width: 1560px;
  height: 100%;
  display: flex;
  position: inherit;
}
.comm-item {
  width: 240px;
  height: 280px;
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  float: left;
  position: relative;
  background-size: cover;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.comm-con {
  font-weight: bolder;
  color: #ffffff;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 4px 10px;
  width: 100%;
  background: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0) 0%,
          rgba(82, 82, 82, 0.5) 31%,
          rgba(0, 0, 0, 0.9) 100%
  );
}
/* 新样式覆盖 */
.t-box {
  padding-bottom: 20px;
}
.t-ad-box-100:has(ins.adsbygoogle[data-ad-status="unfilled"]) {
  display: none;
}
.t-ad-box-100 {
  padding-top: 22px;
}

.t-ad-box-100 .t-ad-box {
  margin-bottom: 0;
  padding: 0 0 22px;
  background-color: #f6f6f6;
  border-radius: 4px;
}
.t-ad-box-100 .t-tips-wrap {
  background-color: #f6f6f6;
}

.t-ad-box-100 .t-tips-wrap .t-tips {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 320px;
  margin: 0 auto;
  background-color: #f6f6f6;
  line-height: 22px;
  height: 22px;
}

.t-ad-box-100 .t-tips-wrap .t-tips span {
  font-weight: 400;
  font-size: 8px;
  color: #666666;
  line-height: 9px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 10px;
}
.t-ad-box-100 .t-tips-wrap .t-tips img {
  width: 15px;
  height: 10px;
  border-radius: 5px;
}
.t-progress-wrap {
  position: sticky;
  left: 0;
  top: 0;
}
.t-progress-wrap .t-progress {
  width: 100%;
  height: 4px;
  background: #d9d9d9;
  position: relative;
}

.t-progress-wrap .t-progress span {
  width: 0;
  height: 4px;
  background: #599cda;
  position: absolute;
  left: 0;
  top: 0;
}
.t-content-text {
  /* margin-bottom: 18px; */
}
.bg-f5f5f5 {
  background-color: #f5f5f5;
}

.pb-18 {
  padding-bottom: 18px;
}
.mb-18 {
  margin-bottom: 18px;
}

.t-content-text .t-content-title-div {
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  /* line-height: 24px; */
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0;
}
.t-author-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 2px;
  color: #191F2B;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 6px;
  margin-top: 12px;
}
.t-author-wrap .t-author {

}
.t-author-wrap .t-date {
  color: #136BDE;
  font-size: 12px;
  line-height: 16px;
}
.t-ad-box-250:has(ins.adsbygoogle[data-ad-status="unfilled"]) {
  display: none;
}
.t-ad-box-250 {
  margin-bottom: 20px;
}

.pt-10 {
  padding-top: 10px !important;
}
.mt-10 {
  margin-top: 10px;
}
.t-ad-box-250 .t-ad-box {
  height: 250px;
  background-color: #f6f6f6;
  width: 320px;
  margin: 0 auto;
  padding: 4px 4px 0;
}
.t-ad-box-250 .t-tips {
  width: 328px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: #f6f6f6;
}
.t-ad-box-250 .t-tips span {
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  line-height: 13px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.t-ad-box-250 .t-tips img {
  width: 20px;
  height: 14px;
  border-radius: 7px;
}

.t-content-text {

}
.t-content-text .t-comm-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  margin: 10px 0 10px 14px;
}
.t-content-text .t-comm-title span:first-of-type {
  width: 4px;
  height: 10px;
  background: #307fe6;
}
.t-content-text .t-comm-title span:nth-of-type(2) {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  text-align: left;
}
.t-content-text .t-comm-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  overflow-x: auto;
}
.t-content-text .t-comm-list .t-comm-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
}
.t-content-text .t-comm-list .t-comm-item:first-of-type {
  margin-left: 14px;
}
.t-content-text .t-comm-list .t-comm-item:last-of-type {
  margin-right: 14px;
}
.t-content-text .t-comm-list .t-comm-item img {
  width: 132px;
  height: 88px;
  object-fit: cover;
  border-radius: 4px;
}
.t-content-text .t-comm-list .t-comm-item span {
  width: 178px;
  /* height: 66px; */
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.text-ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.t-label-wrap {
  /* height: 155px; */
  background: #f5f7f9;
  padding: 23px 14px 26px;
  box-sizing: border-box;
}
.t-label-wrap .t-label-title {
  height: 26px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  text-align: left;
  margin-bottom: 12px;
}

.t-label-wrap .t-label-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 12px;
}
.t-label-wrap .t-label-list .t-label-item {
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #444444;

  font-weight: 400;
  font-size: 12px;
  color: #444444;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  text-align: center;
}

/* 补充部分 */
.t1-box-con {
  background-color: #fff;
  padding: 20px 14px;
  width: 100%;
  /* height: 308px; */
  box-sizing: border-box;
}

.t1-box-con .t1-content {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(129, 129, 129, 0.16);
  border-radius: 6px 6px 6px 6px;
  padding-bottom: 14px;
}
.t1-content-wrap {
  position: relative;
}
.t1-content-bg {
  object-fit: cover;
  height: 186px;
  border-radius: 6px 6px 0 0;
}
.t1-content-amplify {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.t1-content-amplify img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.t1-box-con .t1-content .t2-content-text {
  padding: 14px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}
.t3-content-text {
  padding: 0 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}
.t3-content-avatar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 6px;
}
.t3-content-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.t3-content-img img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.t3-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.t3-content-wrap p {
  margin: 0;
  padding: 0;
}
.t3-content-name {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  /* line-height: 24px; */
}
.t3-content-date {
  font-weight: 400;
  font-size: 10px;
  color: #8c8c8c;
  /* line-height: 24px; */
  text-align: center;
}
.t3-more-box {
  width: 90px;
  height: 32px;
  line-height: 32px;
  border-radius: 18px 18px 18px 18px;
  border: 1px solid #000000;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-style: normal;
}
.t3-more-box a {
  color: #000000;
}

.t1-ad-box-250 {
  background-color: #fff;
  padding-bottom: 24px;
  margin-bottom: 0;
}

.t-ad-box-50 {
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: end;
  background-color: #fff;
}

.t-ad-box-close img {
  width: 53px;
  height: 27px;
  position: absolute;
  right: -1px;
  top: -27px;
}

.ad-box:has(ins.adsbygoogle[data-ad-status="unfilled"]) {
  display: none;
}

.a1-ad-box-con {
  margin-bottom: 0;
  background-color: #f6f6f6;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-bottom: 10px;
}

.a1-w-320 {
  width: 320px;
  height: 144px;
}

.a1-tips-wrap {
  background-color: #f6f6f6;
  margin: 5px 0;
}

.a1-tips {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 22px;
  height: 22px;
}

.a1-tips span {
  font-weight: 400;
  font-size: 10px;
  color: #454545;
  line-height: 10px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 10px;
}
.a1-tips img {
  width: 18px;
  height: 12px;
  border-radius: 8px;
}

.a2-ad-box:has(ins.adsbygoogle[data-ad-status="unfilled"]) {
  display: none;
}

.a2-ad-box {
  padding-bottom: 0;
  margin: 1px auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.a2-tips {
  width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  background-color: #f6f6f6;
  border-left: 4px solid rgb(246, 246, 246);
  border-right: 4px solid rgb(246, 246, 246);
}
.a2-tips span {
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  line-height: 13px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.a2-tips img {
  width: 18px;
  height: 12px;
  border-radius: 8px;
}
.a2-ad-box-wrap {
  background-color: #f6f6f6;
  display: block;
  margin: 12px 15px;
  border-radius: 3px;
}
.a2-ad-box ins {
  border-top: 4px solid #f6f6f6;
  border-right: 4px solid #f6f6f6;
  border-left: 4px solid #f6f6f6;
  border-radius: 2px 2px 0 0;
}

.a3-ad-box-wrap:has(ins.adsbygoogle[data-ad-status="unfilled"]) {
  display: none !important;
}

.a3-ad-box-con {
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: end;
}
.a3-ad-box-close {
  width: 53px;
  height: 27px;
  position: absolute;
  right: 55px;
  top: -25px;
}
.a3-ad-box-close img {
  width: 100%;
  height: 100%;
}

.a5-label-wrap {
  background: #f5f7f9;
  padding: 20px 14px 20px;
  box-sizing: border-box;
}
.a5-label-title {
  height: 10px;
  font-weight: 800;
  font-size: 14px;
  color: #000000;
  line-height: 10px;
  text-align: left;
  margin-bottom: 16px;
}

.a5-label-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 12px;
}
.a5-label-item {
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #666666;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  text-align: center;
}
.a6-progress-wrap {
  position: sticky;
  left: 0;
  top: 0;
  height: 4px;
  z-index: 999999;
  /*display: none;*/
}
.a6-progress {
  width: 100%;
  height: 4px;
  background: #d9d9d9;
  position: relative;
  display: none;
}

.a6-progress span {
  width: 0;
  height: 4px;
  background: #599cda;
  position: absolute;
  left: 0;
  top: 0;
}
.a7-box-con {
  background-color: #fff;
  padding: 12px 14px;
  width: 100%;
  box-sizing: border-box;
}

.a7-content-container {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(129, 129, 129, 0.16);
  border-radius: 6px 6px 6px 6px;
  padding-bottom: 17px;
}
.a7-content-wrap {
  position: relative;
  font-size: 0;
  height: 186px;
  overflow-y: hidden;
}
.a7-content-bg {
  object-fit: cover;
  height: 200px;
  border-radius: 8px 8px 0 0;
  /*object-position: 0px 0px;*/
}
.a7-content-amplify {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.a7-content-amplify img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.a8-content-text {
  padding: 14px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 18px;
}
.a9-content-text {
  padding: 0 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}
.a9-content-avatar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 6px;
}
.a9-content-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.a9-content-img img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.a9-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.a9-content-wrap p {
  margin: 2px;
  padding: 0;
}
.a9-content-name {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}
.a9-content-date {
  font-weight: 400;
  font-size: 10px;
  color: #8c8c8c;
}
.a9-more-box {
  height: 29px;
  padding: 0 10px;
  line-height: 29px;
  border-radius: 40px;
  border: 1px solid #000000;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-style: normal;
  width: 70px;
}
.a9-more-box a {
  color: #000000;
}

.a2-ad-box-wrap:has(ins[data-ad-status="unfilled"]) {
  display: none !important;
}

/*div[style*="background-color: rgb(255, 255, 255)"]:has(ins[data-ad-status="unfilled"]) ~ div[style*="background-color: rgb(255, 255, 255)"]:has(ins[data-ad-status="unfilled"]) >.a7-box-con{*/
/*  padding-top: 0px !important;*/
/*}*/

/*div[style*="background-color: rgb(255, 255, 255)"]:has(ins[data-ad-status="filled"]) > .a7-box-con{*/
/*  padding-bottom: 0px !important;*/
/*}*/

.a1-ad-box-con:not(:has(ins)) {
  display: none !important;
}

.app-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow:  0px 2px 6.3px rgba(188, 188, 188, 0.2);
  margin-bottom: 2px;
}
.app-title img {
  width: 88px;
  height: 16px;
}

.a1-ad-box-con:has(ins[data-ad-status="unfilled"]) + .a6-progress-wrap {
  /*display: none !important;*/
  /*display: none;*/
}

.a1-ad-box-con:not(:has(ins)) + .a6-progress-wrap {
  /*display: none !important;*/
  /*display: none;*/
}

.a1-ad-box-con:not(:has(ins)){
  display: none;
}
