/* 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: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

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

.logo {
  width: 18px;
}

/* 查询 */
.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: 150px;
  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: 17px;
  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: 0 15px;
}

.mustRead .news_div {
  display: flex;
  justify-content: space-between;
}

.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;
}

/* 内容 end */



/* web start */
@media (min-width: 900px) {
  html {
    font-size: 20px;
  }

  #app {
    margin: 0 auto;
    background-color: #FFFFFF;
  }

  .container {
    margin: 0;
  }

  /* 图片圆角 */
  .container img {
    border-radius: 10px;
  }

  /* header start */
  .header {
    height: 70px;
    position: relative;
    background: linear-gradient(90deg, #99E669 2%, #70DF8E 97%), linear-gradient(90deg, #B0EE89 2%, #97E6AC 97%), #0F21FF;
    justify-content: flex-start;
    padding-left: 10%;
  }

  .url {
    width: 100%;
    white-space: nowrap;
    background: none;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .menu_box {
    display: none;
  }

  .menu {
    display: none;
  }

  .logo {
    width: 130px;
    height: 32px;
  }

  .search {
    margin-left: 15px;
  }

  .search_img {
    background-color: #FFBE3B;
    width: 107px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    border-radius: 0 10px 10px 0;
  }

  .search input {
    width: 650px;
    height: 50px;
    font-size: 18px;
    text-indent: 33px;
    background-color: #F7F7F7;
    border-radius: 10px;
  }

  .search input::placeholder {
    font-size: 18px;
  }

  /* 标题扩展 */
  .more {
    display: block;
    font-size: 16px;
    font-family: Roboto;
    font-weight: bold;
    color: #31550B;
    margin-left: 32px;
    position: relative;
  }

  /* .more:hover > span{
    color: #AAFF52;
  } */
  .more span:hover {
    color: #084C3D;
  }

  .more_content {
    display: none;
    padding-top: 24px;
    position: absolute;
    right: 0;
    z-index: 10;
    color: #0E0E0E;
  }

  .extend_title {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 34px 48px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    max-width: 1200px;
    margin: 0 auto;
    /* 横向间隔 */
    column-gap: 58px;
  }

  .more:hover .more_content {
    display: block;
  }

  /* 搜索扩展 */
  .search_img img {
    width: 36px;
    height: 36px;
    position: static;
  }

  .header_category {
    display: flex;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    color: #31550B;
    margin-left: 32px;
  }

  /* .header_category:hover {
    color: #AAFF52;
  } */
  .search_content {
    display: none;
    font-size: 16px;
  }

  .search:hover input {
    background-color: #FFFFFF;
    border-radius: 10px 10px 0 0;
  }

  .search:hover .search_content {
    display: block !important;
  }

  .search:hover+.overlay {
    display: block !important;
  }

  .search_text {
    width: 100%;
    box-sizing: border-box;
    background-color: #FFFFFF;
    position: absolute;
    padding: 11px 24px;
    border-radius: 0px 0px 10px 10px;
    z-index: 20;
  }

  .search_content p {
    margin-block-start: 6px;
    margin-block-end: 6px;
  }

  /* header end */

  /* 内容 start */
  .container {}

  /* 详情内容 */
  .news_details_content {
    display: flex;
  }

  .news_details_content img {
    margin-right: 16px;
  }

  .news_details_content>span:nth-child(1) {
    /* 显示一行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    font-family: Roboto;
    font-size: 15px;
    color: #3D3D3D;
    font-weight: bold;
    line-height: 30px;
  }

  .news_details_content>span:nth-child(2) {
    /* 显示三行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 19px;
    vertical-align: middle;
    color: #666666;
  }

  /* 标题 */
  .news_title {
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    color: #3D3D3D;

    padding: 40px 0 30px;
  }

  .Finance {
    font-size: 14px;
    margin-top: 10px;
  }

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

  /* mustRead */
  .mustRead {
    display: flex;
    justify-content: space-between;
    padding: 0;
    background: none;
    margin: 40px auto 0;
    max-width: 1200px;
    background: linear-gradient(92deg, #99E669 2%, #70DF8E 96%), linear-gradient(90deg, #0919FF 0%, #6190FF 100%);
    box-sizing: border-box;
    border-radius: 50px 50px 0 0;
    padding: 40px 119px 10px;
  }

  .mustRead .news_div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .mustRead .news_div>div {
    margin-bottom: 30px;
  }

  .mustRead .news_description {
    display: flex;
  }

  .mustRead .news_description div {
    width: 100px;
    height: 100px;
    padding: 13.5px;
  }

  .mustRead .news_description div:nth-child(2) {
    background: none;
    width: 243px;
    padding: 0 0 0 10px;
  }

  .mustRead .news_description span {
    width: 100%;
    font-size: 20px;
    color: #31550B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* 可以换行 */
    white-space: pre-wrap;
  }

  .mustRead .news_description span:nth-child(1) {
    font-weight: bold;
  }

  .mustRead .news_description span:nth-child(2) {
    font-size: 14px;
    color: #4D7E19;
  }

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

  /* Smart */
  .Smart {
    max-width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
  }

  .Smart>div {
    width: 49%;
    height: 360px;
    position: relative;
  }

  .Smart img {
    width: 100%;
    height: 100%;
  }

  .Smart .news_description {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
    padding: 0 9px 21px;
  }

  .Smart .news_description>span {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;

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

  .Smart .Finance span:nth-child(2) {
    color: #E8E8E8;
  }


  /* New */
  .New {
    max-width: 1200px;
    margin: 50px auto 0;
  }

  .New .news_title {
    color: #0F21FF;
    border-bottom: 1px solid #9DA5FF;
  }

  .New .news {
    display: flex;
    justify-content: space-between;
  }

  .New .news_details_left {
    width: 49%;
  }

  .New .news_details_left img {
    width: 100%;
    height: 300px;
    margin-top: 14px;
  }

  .New .news_details_right {
    width: 49%;
    ;
  }

  .New .news_details_right img {
    width: 212px;
    height: 140px;
  }

  .New .news_details_right .news_details_content {
    margin-bottom: 10px;
  }

  .New .news_description>span:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .New .news_description>span:nth-child(2) {
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* Game */
  .Game {
    background-color: #F2F2F2;
  }

  .Game>div {
    max-width: 1200px;
    margin: 20px auto 0;
    padding-bottom: 21px;
  }

  .Game .news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2%;
  }

  .Game img {
    width: 100%;
    height: 208px;
    border-radius: 10px 10px 0 0;
  }

  .Game .news_details_content {
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 18px;
    color: #231F20;
  }

  .Game .news_description {
    padding: 14px 14px 16px;
    border-radius: 0 0 10px 10px;
    background-color: #FFFFFF;
  }

  .Game .news_description span:nth-child(1) {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* Technology */
  .Technology {
    max-width: 1200px;
    margin: 20px auto 0;
  }

  .Technology .news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .Technology .news_details_content {
    width: 49%;
    margin-bottom: 20px;
  }

  .Technology .news_details_content img {
    width: 160px;
    height: 120px;
  }

  .Technology .news_description span:nth-child(1) {
    font-size: 26px;
    color: #231F20;
    -webkit-line-clamp: 2;
  }

  .Technology .news_description span:nth-child(2) {
    font-size: 16px;
    color: #717171;
    margin-top: 7px;
  }

  /* Electronic */
  .Electronic {
    max-width: 1200px;
    margin: 0px auto 0;
  }

  .Electronic .news {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
  }

  .Electronic .news_details_content {
    /* width: 49%; */
    margin-bottom: 20px;
  }

  .Electronic .news_details_content img {
    width: 285px;
    height: 208px;
  }

  .Electronic .news_description>span:nth-child(1) {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #231F20;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .Electronic .news_description>span:nth-child(2) {
    font-size: 16px;
    color: #717171;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  /* 内容 end */
}

/* web end */
.mustRead .news_description div:nth-child(2) {
background: none;
width: 243px;
padding: 0 0 0 10px;
}
.mustRead .news_description span:nth-child(2) {
font-size: 14px;
color: #4D7E19;
display:none;
}

.infor-footer a {
    color: #000;
    text-decoration: none;
}