/* app start */
body {
  font-family: Roboto;
  background: linear-gradient(133deg, #99E669 0%, #70DF8E 26%), linear-gradient(133deg, #B0EE89 0%, #97E6AC 26%);
}

/* header start */
.header {
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

/* 保持图片比例 */
img {
  object-fit: cover;
}

.logo {
  width: 68px;
}

/* 查询 */
.search {
  position: relative;
}

.search input {
  width: 253.5px;
  height: 31px;
  border-radius: 15.5px;
  text-indent: 31.5px;
  background: #D6F5DF;
  box-sizing: border-box;
  border: 0.5px solid #FFFFFF;
  padding-top: 0px;
}

.search input::placeholder {
  font-size: 12px;
  color: #A4A4A4;
}

.search_img img {
  position: absolute;
  left: 13px;
  top: 0;
  width: 15px;
  height: 15px;
  margin-top: 9px;
}

.menu_icon {
  width: 20px;
  height: 20px;
}

.header_category {
  display: none;
}

.more {
  display: none;
}

/* header end */

/* menu start */
.menu {
  height: 100%;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  box-sizing: border-box;
  --tw-bg-opacity: 1;
  background: linear-gradient(106deg, #99E669 1%, #70DF8E 69%), linear-gradient(106deg, #B0EE89 1%, #97E6AC 69%), linear-gradient(214deg, #FF8144 25%, rgba(253, 200, 48, 0.93) 99%), #D8D8D8;
  display: none;
}

.menu-back {
  width: 100%;
  z-index: 40;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  box-sizing: border-box;
  opacity: 1;
  background-color: rgba(0, 0, 0, .55);
  display: none;
}

.url {
  font-family: Source Han Sans;
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 17.5px;
  color: #000000;
  font-weight: bold;

  width: 45%;
  height: 68.5px;
  border-radius: 10px;
  background: #EEFFF2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.url_blod {
  font-size: 16px;
  /* color: #0F21FF; */
}

.url_icon {
  width: 3px;
  height: 24px;
  padding-right: 10px;
}

/* menu end */


/* 内容  start*/
.title_more {
  font-size: 12px;
  color: #666666;
}

.title_more img {
  width: 6px;
  height: 6px;
}

.container {
  /* margin: 0 15px; */
}

.news_padding {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 47%);
  grid-gap: 10px;
}

.news_img {
  height: 125px;
  width: 100%;
  border-radius: 10px;
}

.news_title {
  font-family: Roboto;
  font-size: 27px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  color: #0F21FF;
}

.title_name {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  color: #FFC34B;
}

.title_name .title_line {
  display: inline-block;
  width: 3px;
  height: 15px;
  background-color: #FFC34B;
  position: relative;
  top: 2px;
}

/* Finance */
.Finance {
  font-size: 10px;
}

.Finance span:nth-child(1) {
  color: #FF9E9B;
}

.Finance span:nth-child(2) {
  color: #9CABB7;
}

/* swiper start */
.swiper {
  overflow: hidden;
  margin: 10px 0 20px 0;
  padding: 0 15px;
}

.swiper img {
  height: 160px;
}

#banner-area {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

#banner-area #banners-img {
  width: 500%;
}

#banner-area #banners-img .img-area {
  float: left;
  width: 20%;
  cursor: pointer;
}

#banner-area #banners-img .img-area img {
  width: 100%;
  border-radius: 10px;
}

.banners_item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4.5px;
}

.banners_item li {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #46BB4E;
  margin: 0 3px;
  transition: all .5s ease-out;
  cursor: pointer;
  display: inline-block;
}

.banners_item .banners_point {
  background-color: #FFC34B;
}

/* swiper end */

/* mustRead */
.mustRead {
  padding: 20px 45px 10px 45px;
}

.mustRead .news_div {
  display: flex;
  justify-content: space-between;
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40%;
}

.mustRead .news_description div {
  background-color: #FFFFFF;
  width: 66px;
  height: 66px;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 15px;
}

.mustRead .news_description span {
  display: block;
  width: 71px;
  font-family: Roboto;
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #3D3D3D;
  /* 禁止换行 */
  white-space: nowrap;
}

.mustRead img {
  width: 50px;
  height: 50px;
}


/* client_news */
.client_news {
  margin-top: 15px;
  padding: 15px 15px 0;
  background: linear-gradient(180deg, #C2FDD2 0%, #f8f9f8 20%), linear-gradient(0deg, #F9F7F4, #F9F7F4), #D8D8D8;
  border-radius: 25px 25px 0 0;
  /* ##fefffe */
}

/* Smart */
.popularTopics .title_name {
  margin-bottom: 10px;
}

.popularTopics .news_div {
  border-radius: 5px;
}

.popularTopics .news_description>span:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  line-height: 19.54px;
  letter-spacing: 0px;
  color: #072D4B;
}

.popularTopics .news_description {
  padding: 5px 0px 0px;
  position: relative;
  border-radius: 0 0 5px 5px;
}

.popularTopics .news_description div {
  display: flex;
  margin-top: 5px;
}

/* Game */
.Trending {
  margin-top: 20px;
}

.Trending .news_details>div {
  margin-top: 10px;
}

.Trending .news_div>div {
  margin-top: 15px;
  position: relative;
}

.Trending .news_div>div img {
  width: 100%;
  height: 210px;
}

.Trending .news_div .news_description {
  padding: 10px 5px 15px 7px;
  background: linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, #2A2A2A 100%);
  border-radius: 0 0 10px 10px;
  position: absolute;
  bottom: 0;
}

.Trending .news_div>div .news_description span:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  line-height: 19.54px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

/* mostViewed */
.mostViewed {
  margin-top: 20px;
}

.mostViewed .news_description {
  margin-right: 10px;
}

.mostViewed .news_details>div {
  margin-top: 10px;
}

.mostViewed .news_div>div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 10px;
  padding: 10px 10.5px 19px;
  border-bottom: 0.5px solid rgba(216, 216, 216, 0.49);
  background-color: #FFFFFF;
  border-radius: 5px;
}

.mostViewed .news_div>div img {
  width: 121px;
  height: 126px;
  border-radius: 5px;
}

.mostViewed .news_div>div .news_description>span:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  font-size: 16px;
  font-weight: bold;
  line-height: 19.54px;
  letter-spacing: 0px;
  color: #072D4B;
  margin-top: 7px;
}

.mostViewed .news_div>div .news_description>span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  font-size: 12px;
  margin-top: 6.5px;
  color: #666666;
  line-height: 14px;
}

.infor-footer {
  background-color: #f8f9f8;
}
.search_img {
    background-color: #FFBE3B;
    width: 57px;
    height: 31px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    border-radius: 0 10px 10px 0;
}
.Game .news {
        display: flex
;
        flex-wrap: wrap;
        justify-content: space-between;
        display: grid
;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 2%;
    }
/* 内容 end */
.lo1{
    height: 60px;

}
.menu_box {
    display: block;
}
#div-gpt-ad-1750299409895-0,#div-gpt-ad-1750299462185-0{
    display:flex;
    justify-content: center;
}