.top {
  width: 100%;
  height: 444px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(193.95deg, rgba(41, 84, 245, 0.7) 4.29%, rgba(20, 205, 255, 0.7) 99.41%);
}

.top .title {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 127px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(89.29deg, rgba(255, 255, 255, 0.69) 0.75%, rgba(255, 255, 255, 0) 103.06%);
}

.top .title .content {
  width: 480px;
  height: 160px;
  position: absolute;
  top: 91px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.top .title .content .titletop {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  color: #ffffff;
}

.top .title .content .titlebottom {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin-top: 25px;
}

.top .list {
  width: 80%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.top .list .chanpan1 {
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px 10px 0 0;
}

.top .list .chanpan1 .img1 {
  width: 30px;
  margin-left: 10px;
}

.top .list .chanpan1 .img2 {
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 0;
}

.top .list .chanpan2 {
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px 10px 0 0;
  height: 75%;
  left: 15%;
  z-index: 20;
}

.top .list .chanpan2 .img1 {
  width: 30px;
  margin-left: 10px;
}

.top .list .chanpan2 .img2 {
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 0;
}

.top .list .chanpan3 {
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px 10px 0 0;
  height: 100%;
  left: 35%;
  z-index: 30;
}

.top .list .chanpan3 .img1 {
  width: 30px;
  margin-left: 10px;
}

.top .list .chanpan3 .img2 {
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 0;
}

.top .list .chanpan4 {
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px 10px 0 0;
  height: 75%;
  left: 15%;
  z-index: 20;
  left: 55%;
}

.top .list .chanpan4 .img1 {
  width: 30px;
  margin-left: 10px;
}

.top .list .chanpan4 .img2 {
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 0;
}

.top .list .chanpan5 {
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px 10px 0 0;
  right: 0;
}

.top .list .chanpan5 .img1 {
  width: 30px;
  margin-left: 10px;
}

.top .list .chanpan5 .img2 {
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 0;
}

.top .line_crile {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 300px;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-name: dot-anim;
}

.top .line_crile img {
  width: 100%;
  height: 100%;
}

.top .line_crile2 {
  width: 170px;
  height: 170px;
  position: absolute;
  left: 100px;
  bottom: 150px;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-name: dot-anim1;
}

.top .line_crile2 img {
  width: 100%;
  height: 100%;
}

@keyframes dot-anim {
  0% {
    bottom: 100px;
  }

  50% {
    bottom: 150px;
  }

  100% {
    bottom: 100px;
  }
}

@keyframes dot-anim1 {
  0% {
    top: 70px;
  }

  50% {
    top: 0;
  }

  100% {
    top: 70px;
  }
}

.top .rightcircle {
  width: 200px;
  height: 330px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top .rightcircle img {
  width: 100%;
  height: 100%;
}

.top .leftcircle {
  width: 200px;
  height: 330px;
  position: absolute;
  left: 0;
  top: 0;
}

.top .leftcircle img {
  width: 100%;
  height: 100%;
}

.top .rightcle {
  width: 110px;
  height: 145px;
  position: absolute;
  right: 5%;
  top: 50%;
}

.top .rightcle img {
  width: 100%;
  height: 100%;
}

.top .leftcle {
  width: 120px;
  height: 160px;
  position: absolute;
  left: 5;
  top: 22%;
}

.top .leftcle img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .top {
    height: 159px;
  }

  .top .title {
    width: 150px;
    height: 150px;
    top: 40px;
  }

  .top .title .content {
    width: 190px;
    height: 80px;
    top: 30px;
  }

  .top .title .content .titletop {
    font-weight: 600;
    font-size: 22px;
  }

  .top .title .content .titlebottom {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
  }

  .top .list {
    width: 90%;
    height: 120px;
  }

  .top .line_crile {
    width: 17px;
    height: 27px;
    right: 50px;
  }

  .top .line_crile2 {
    width: 30px;
    height: 45px;
    left: 50px;
    bottom: 80px;
  }

  @keyframes dot-anim {
    0% {
      bottom: 100px;
    }

    50% {
      bottom: 150px;
    }

    100% {
      bottom: 100px;
    }
  }

  @keyframes dot-anim1 {
    0% {
      top: 70px;
    }

    50% {
      top: 0;
    }

    100% {
      top: 70px;
    }
  }

  .top .rightcircle {
    width: 84px;
    height: 84px;
  }

  .top .leftcircle {
    width: 84px;
    height: 84px;
  }

  .top .rightcle {
    width: 28px;
    height: 37px;
    position: absolute;
    right: 5%;
    top: 50%;
  }

  .top .rightcle img {
    width: 100%;
    height: 100%;
  }

  .top .leftcle {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5;
    top: 22%;
  }

  .top .leftcle img {
    width: 100%;
    height: 100%;
  }

  /* 2024.2.27 处理文字溢出问题 */
  .postion .weizhi {
    display: flex !important;
  }

  .postion .textOverHidden {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
  }
}

@media screen and (max-width:1200px) and (min-width:768px) {
  .nei_content {
    width: 629px !important;
  }
}

/*-------------*/
.postion {
  width: 100%;
  border-bottom: 2px solid #f4f4f4;
  height: 65px;
  line-height: 65px;
}

.nei_content {
  font-size: 16px;
  /* padding-top: 50px; */
  color: #333333;
  line-height: 25px;
  width: 820px;
  float: left;
}

.nei_content img {
  width: auto;
  max-width: 100%;
}

.news_list li {
  margin-top: 22px;
  overflow: hidden;
}

.news_list_2 li {
  margin: 0 0 15px;
  padding-bottom: 25px;
}

.news_list li .news_pic {
  padding-left: 0;
  border-right: 2px solid #666666;
}

.news_list li .news_pic1 {
  float: left;
  width: 12%;
  border-right: 2px solid #cc3333;
}

.news_list li .news_pic span {
  display: block;
  font-size: 30px;
  color: #999999;
}

.news_list li .news_pic em {
  display: block;
  padding-left: 50px;
  font-style: normal;
  color: #999999;
  margin-top: 5px;
  margin-bottom: 10px;
}

.news_list li .news_tit {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_desc {
  height: 37px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.yzm-main-right {
  width: 300px;
  float: right;
}

.yzm-content-box {
  padding: 12px 20px 18px 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 9px;
  margin-bottom: 15px;
}

.yzm-title {
  /*border-bottom: #e4e3e3 1px solid;*/
  margin-bottom: 10px;
}

.yzm-ranking {
  margin-top: 10px;
  margin-bottom: 5px;
}

.yzm-title h2 {
  /*    font-size: 14px;*/
  /*line-height: 40px;*/
  /*font-weight: normal;*/
  /*border-bottom: 3px solid #006699;*/
  /*display: inline-block;*/
  /*padding-right: 2px;*/
  /*color: #006699;*/
  color: #333;
  font-family: Alibaba PuHuiTi 2.0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.yzm-title-1 h2 {
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  border-bottom: 3px solid #64a2fa;
  display: inline-block;
  padding-right: 2px;
  color: #006699;
}

.yzm-ranking li {
  padding: 6px 0;
  height: 26px;
  line-height: 18px;
  font-size: 12px;
}

.yzm-ranking li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.yzm-ranking li rem {
  display: inline-block;
  width: 18px;
  line-height: 18px;
  height: 18px;
  /*background: #626262;*/
  color: #fff;
  text-align: center;
  float: left;
  margin-right: 5px;
  font-style: normal;


  color: #A1A1A1;

  font-family: Alibaba PuHuiTi 2.0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.yzm-ranking li:nth-child(1) rem {
  color: #FF4D00;
}

.yzm-ranking li:nth-child(2) rem {
  color: #F36702;
}

.yzm-ranking li:nth-child(3) rem {
  color: #EE9D00;
}

.yzm-ranking li:nth-child(-n+3)>.date {
  color: #E12726;
}

.yzm-ranking li .date {
  float: right;
}

.yzm-ranking li .title_color {
  display: inline;
  color: #454545;
}

.yzm-tag-list {
  padding-bottom: 10px;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
}

.yzm-tag-list a {
  font-size: 12px;
  line-height: 20px;
  height: 24px;
  display: block;
  background: #f1f1f1;
  float: left;
  padding: 3px 10px;
  margin: 10px 5px 0 0;
  border-radius: 3px;
  transition: all .2s;
  color: #525252;
}


.mod_pagination {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.pagination>li>a,
.pagination>li>span {
  color: #01623f;
}

a {
  color: #333;
}



.nei_content {
  font-size: 16px;
  /* padding-top: 50px; */
  color: #333333;
  line-height: 25px;
  width: 820px;

  float: left;
}

.nei_content span {
  text-wrap: wrap !important;
}

.nei_content h1 {
  font-size: 25px;
  text-align: center;
}

.nei_content h6 {
  text-align: center;
  margin: 10px 0;
}

.yzm-main-right {
  width: 300px;
  float: right;
}

.pagination2 {
  margin: 20px auto;
  line-height: 40px;
  background-color: #EEEEEE;
}

.yzm-tag-list {
  padding-bottom: 10px;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
}

.lia a {
  font-size: 12px;
  line-height: 20px;
  height: 24px;
  display: block;
  background: #f1f1f1;
  float: left;
  padding: 3px 10px;
  margin: 10px 5px 0 0;
  border-radius: 3px;
  transition: all .2s;
  color: #525252;
}

@media screen and (max-width:768px) {
  .nei_content {
    width: 100% !important;
    overflow: hidden;
    padding-top: 10px;
  }


  .nei_content ul {
    width: 100% !important;
  }

  .news_list li {
    margin-top: 0;
    overflow: hidden;
  }

  .news_list_2 li {
    margin: 0 0 15px;
    padding-bottom: 0;
  }

  .news_list li .news_pic {
    display: none;
  }

  .nei_content ul {
    width: 100% !important;
  }

  .yzm-main-right {
    display: none;
  }

  .nei_content .article_hd h1 {
    font-size: 20px;
    text-align: center;
  }

  .nei_content .article_hd h6 {
    text-align: center;
    margin: 6px 0;
  }
}

.nesdat {
  display: flex;
  align-items: center;
  /*width: 35px;*/
  /*justify-content: space-between;*/
  color: #AAA !important;
  text-align: right;
  font-family: Alibaba PuHuiTi 2.0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nesdat i {
  display: flex;
  font-style: normal;
  /*width: 15px;*/
  justify-content: end;
}



.nes-inp {
  width: 301px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  margin-bottom: 9px;
}

.nes-inp input {
  width: 241px;
  height: 100%;
  padding: 0 0 0 12px;
  box-sizing: border-box;
  margin: 0;
  /*border: none;*/
  outline: none;

  border-radius: 6px 0 0 6px;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;

  border-right: none;

  color: #AAA;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;


}

.nes-inp button {
  background-image: linear-gradient(108deg, #2F64F6 0%, #0FC8FE 100%);

  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  width: 60px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 0 6px 6px 0;

  padding: 0;
  margin: 0;
  box-sizing: border-box;

}









.mo-nes-inp {
  width: auto;
  /*margin-top: 10px;*/
  margin: 10px auto;
  display: none;
  justify-content: center;
}

.mo-nes-inp input {
  width: 277px;
}




@media screen and (max-width:750px) {

  .mo-nes-inp {
    display: flex;
  }
}

/* 基础样式重置 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
  padding: 0;
  margin: 0;
}

/* 文章容器样式 */
.article {
  max-width: 800px;
  margin: 14px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* 文章标题区域样式 */
.article_hd {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.article_hd h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  line-height: 1.3;
}

.article_hd h6 {
  font-size: 0.9rem;
  color: #666;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 15px;
}

.article_hd h6 span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.article_hd h6 span i {
  color: #999;
  font-size: 0.9rem;
}

/* 文章内容区域样式 */
.article_bd {
  color: #444;
}

.article_bd p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  line-height: 1.8;
}

.article_bd h2,
.article_bd h3 {
  color: #222;
  margin: 25px 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

.article_bd h2 {
  font-size: 1.6rem;
}

.article_bd h3 {
  font-size: 1.3rem;
}

/* 代码块样式 */
.article_bd pre {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
  overflow-x: auto;
  margin: 20px 0;
  border-left: 4px solid #4a6fa5;
}

.article_bd code {
  font-family: 'Consolas', 'Monaco', monospace;
  font-size: 0.9rem;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .article {
    padding: 20px 8px;
    margin: 3px;
  }

  .article_hd h1 {
    font-size: 1.8rem;
  }

  .article_bd p {
    font-size: 1rem;
  }
}

/* 交互效果 */
.article_hd h6 span:hover {
  color: #4a6fa5;
  transition: color 0.3s ease;
}

/* 文章标题区域样式 */
.article_hd {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.article_hd h1 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  line-height: 1.3;
}

.article_hd h6 {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 15px;
}

.article_hd h6 span {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* 文章内容区域样式 */
.article_bd {
  color: #444;
}

.article_bd p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.article_bd h2 {
  color: #222;
  margin: 25px 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-size: 24px;
}

.article_bd h3 {
  color: #222;
  margin: 20px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 18px;
}

/* 代码块样式 */
.article_bd pre {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
  overflow-x: auto;
  margin: 20px 0;
  border-left: 4px solid #4a6fa5;
  font-size: 14px;
}

.article_bd code {
  font-family: 'Consolas', 'Monaco', monospace;
  font-size: 14px;
}

/* 响应式设计（仅使用媒体查询调整固定值） */
@media (max-width: 768px) {
  /* .article {
      padding: 20px;
      margin: 20px 15px;
  } */

  .article_hd h1 {
    font-size: 28px;
  }

  .article_bd p {
    font-size: 15px;
    line-height: 22px;
  }

  .article_bd h2 {
    font-size: 22px;
  }

  .article_bd h3 {
    font-size: 17px;
  }
}

/* 交互效果 */
.article_hd h6 span:hover {
  color: #4a6fa5;
  transition: color 0.3s ease;
}
