.dt-content h1,
.dt-content h2,
.dt-content h3,
.dt-content h4,
.dt-content h1 span,
.dt-content h2 span,
.dt-content h3 span,
.dt-content h4 span {
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-indent: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: #333 !important;
  font-family: 'Roboto', sans-serif !important;
}

.dt-content .dt-title {
  font-size: 20px !important;
  line-height: 1.5 !important;
  color: #333 !important;
  margin-bottom: 15px !important;
  font-style: normal;
  font-weight: 600 !important;
  font-family: 'Roboto', sans-serif !important;
}


.dt-content p,
.dt-content span,
.dt-content ul li,
.dt-content ol li {
  color: #666 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-indent: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  font-style: normal !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  text-align: left !important;
  margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
  color: #666 !important;
  margin-bottom: 15px;
  margin-left: 0px !important;
  padding-left: 30px !important;
  font-family: 'Roboto', sans-serif !important;
}

.dt-content ul,
.dt-content ul li {
  list-style: disc;
}

.dt-content ol,
.dt-content ol li {
  list-style: decimal;
}

.dt-content img {
  display: block;
  cursor: auto;
  width: 100% !important;
  max-width: 400px !important;
  height: auto !important;
  margin: auto;
  margin-bottom: 15px;
}

.dt-content strong,
.dt-content strong span {
  font-weight: 600 !important;
}


td {
  background-color: #e1e7f3 !important;
}

thead tr {
  background-color: #a6c1f1 !important;
}

thead tr th:first-child {
  background-color: #a6c1f1 !important;
}

thead tr th:nth-of-type(2) {
  background-color: #fd9a88 !important;
}

thead tr th:nth-of-type(3) {
  background-color: #a1e2a0 !important;
}

thead tr th:nth-of-type(4) {
  background-color: #fdcc7e !important;
}

thead tr th:nth-of-type(5) {
  background-color: #b2bcef !important;
}

td:first-child {
  background-color: #e1e7f3 !important;
}

td:nth-of-type(2) {
  background-color: #f2edeb !important;
}

td:nth-of-type(3) {
  background-color: #ecf1ec !important;
}

td:nth-of-type(4) {
  background-color: #f2eee4 !important;
}

td:nth-of-type(5) {
  background-color: #e9eaef !important;
}

thead tr:first-child td,
thead tr:first-child th {
  background-color: #a9c6ff !important;
}

table {
  width: 100% !important;
  border: none;
  text-align: center;
  /* word-wrap: break-word;
  word-break: break-word; */
  margin-bottom: 10px;
  display: block;
  overflow-x: auto;
  height: auto !important;
}

.dt-content table th p,
.dt-content table td p {
  text-align: center !important;
  margin: 0 0 0px !important;
}

.dt-content table th span,
.dt-content table td span {
  text-align: center !important;
  background-color: transparent !important;
}

.dt-content a {
  word-wrap: break-word;
}

th,
td {
  text-align: center;
  padding: 7px 10px;
  border: 1px solid #fff;
}

th,
td {
  border: 1px solid #fff;
}

table tr {
  height: auto !important;
}

table th,
table td {
  font-size: 14px !important;
  line-height: 20px !important;
  white-space: nowrap !important;
  padding: 5px 10px !important;
}

table th p,
table td p {
  margin: 0 0 0px !important;
}

th,
td {
  text-align: center;
  padding: 7px 10px;
}

thead tr:first-child td,
thead tr:first-child th {
  background-color: #a9c6ff !important;
}

@media (max-width:550px) {}


.aside-item {
  border: 1px solid #274abb;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 12px;
}

.rewarded-new {
  margin-bottom: 20px;
}

.dt-content-cover {
  position: relative;
}

.dt-content-cover .mask {
  background: linear-gradient(180deg, hsla(0, 0%, 97%, 0), #f7f7f7);
  bottom: 0;
  height: 120px;
  position: absolute;
  width: 100%;
  display: block;
}

/* 文章激励样式 */

.dt-text.active {
  height: 300px !important;
  overflow: hidden;
  position: relative;
  /*  z-index:-1*/
}

.dt-text.active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 50%, #F2F2F2 100%);
}

.incentive-ad {
  margin-top: 24px;
  position: relative;
}

#rewarded-button:after {
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .5) 25%, #fff 50%, hsla(0, 0%, 100%, .5) 75%, hsla(0, 0%, 100%, 0));
  content: "";
  -webkit-animation: bright 9s infinite;
  animation: bright 9s infinite;
  z-index: 1;
  width: auto;
  height: 100%;
}

@keyframes bright {
  0% {
    transform: translateX(-180%) skewX(45deg);
  }

  100% {
    transform: translateX(420%) skewX(45deg);
  }
}

.incentive-ad #rewarded-button {
  padding: 12px 96px;
  background: #0078C6;
  box-shadow: 0px 4px 12px 0px rgba(20, 104, 204, 0.20);
  margin: 24px auto;
  text-align: center;
  display: flex !important;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.incentive-ad #rewarded-button p {
  color: #FFF !important;
  color: #FFF !important;
  text-align: center !important;
  font-family: Lato !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  /* 128.571% */
  margin-bottom: 0px !important;
}

@media (max-width:600px) {
  .incentive-ad #rewarded-button {
    /* padding: 12px 12px;*/
  }

  .incentive-ad #rewarded-button p {
    font-size: 12px !important;
  }
}