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





.yzm-content-box{
        padding: 5px 20px 10px 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 9px;
}

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

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


































































