@keyframes ImgFlicker {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.new-catalog {
  position: fixed;
  top: 125px;
  left: 10px;
  width: 224px;
  border: 1px solid #e8e8e8;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  margin-top: 37px;
  background: #fff;
  transition: all 0.5s;
  z-index: 100;
  transform: translate(120px);
}

.new-catalog-sildeUp {
  width: 130px;
  border-radius: 10px;
}

.new-catalog .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #3570ff 0%, #ba6cff 100%);
  padding: 10px 20px;
}

.new-catalog .title-box .text {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #ffffff;
}

.new-catalog .title-box .text::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 25px;
  background: url("../fonts/icon-catalog.svg") no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.new-catalog .title-box .tag {
  width: 13px;
  height: 8px;
  background: url("../fonts/icon-arrow.svg") no-repeat;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.new-catalog .title-box .tag-active {
  transform: rotate(180deg);
}

.new-catalog .type-box {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.new-catalog .type-box > li {
  padding: 0 15px;
}

.new-catalog .type-box > li .title {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0;
  cursor: pointer;
}

.new-catalog .type-box > li .subtitle-box {
  font-size: 13px;
  padding: 0 10px;
  list-style: none;
  display: none;
}

.new-catalog .type-box > li .subtitle-box > li {
  margin-bottom: 15px;
  cursor: pointer;
}

.new-catalog .type-box > li .show-box {
  display: block;
}

.new-catalog .type-box .active {
  color: rgba(73, 86, 255, 1);
}

.article .nav .container {
  width: 1000px;
  transform: translate(120px);
  padding: 0;
}

.content_box {
  flex-grow: 1;
  max-width: 900px;
}

.content_box .new-wrapper-1 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  background: url("../images/article/content-bg1.png") no-repeat;
  background-size: 100% 100%;
  /* padding: 17px 10px; */
  padding: 18px 10px;
  margin-bottom: 30px;
}

.content_box .new-wrapper-1 .product-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content_box .new-wrapper-1 .product-info .intro {
  margin-left: 20px;
}

.content_box .new-wrapper-1 .product-info .intro .title-box {
  width: 136px;
  height: 48px;
  background: url("../images/article/bubble.png") no-repeat;
  font-weight: 700;
  /* font-size: 26px; */
  color: #ffffff;
  letter-spacing: 0.1em;
  /* padding: 5px 10px; */
  font-size: 24px;
  padding: 8px 0 0 18px;
}

.content_box .new-wrapper-1 .product-info .intro .subtitle {
  font-weight: 700;
  /* font-size: 16px; */
  line-height: 28px;
  color: #fff;
  margin: 0;
  margin-top: 2px;
  font-size: 18px;
  text-shadow: 0 1px 7.4px rgba(69, 40, 179, 0.29);
}

.content_box .new-wrapper-1 .product-info .intro .desc {
  font-weight: 400;
  /* font-size: 16px; */
  line-height: 28px;
  color: #ffffff;
  /* text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25); */
  margin: 0;
  margin-top: 3px;
  text-shadow: 0 1px 7.4px rgba(69, 40, 179, 0.29);
  font-size: 18px;
}
.content_box .new-wrapper-1 .product-info img {
  margin: 0 auto;
}

.content_box .new-wrapper-1 .download-btn {
  display: flex;
  align-items: center;
  /* padding: 15px 25px; */
  /* background: linear-gradient(90deg, #3570FF 0%, #BA6CFF 100%); */
  border: 2px solid #fff;
  /* border-radius: 50px; */
  transition: all 0.5s;
  cursor: pointer;
  text-decoration: none;

  padding: 7px 22px;
  border-radius: 70px;
  background: linear-gradient(90deg, #2c72ff 0%, #aa60ff 100%), #d9d9d9;
  box-shadow: -1.726px -1.726px 6.903px 0 #dc9fff inset,
    3.451px -1.726px 6.903px 0 #80caff inset;
  white-space: nowrap;
}

.content_box .new-wrapper-1 .download-btn .img-twinkle {
  margin: 0 !important;
  animation: ImgFlicker 0.8s ease-in 0s infinite forwards;
}

.content_box .new-wrapper-1 .download-btn span {
  /* font-size: 20px; */
  line-height: 23px;
  font-weight: 700;
  color: #fff;
  margin-left: 10px;
  font-size: 22px;
}

.content_box .new-wrapper-1 .download-btn:hover {
  transform: scale(1.05);
}

.content_box .title-h2 {
  width: fit-content;
  border-left: 5px solid rgba(73, 86, 255, 1);
  background: rgba(73, 86, 255, 0.1);
  padding: 5px 30px 5px 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 20px 0;
}

.content_box .desc-p {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #353535;
  margin: 0 0 20px 0;
}

.content_box .subtitle-h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #539d6a;
  margin: 0 0 20px 0;
}

.content_box img {
  max-width: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto 20px;
}

.content_box .list-ul {
  background: #f5f9f6;
  border: 2px dashed rgba(76, 143, 94, 0.25);
  border-radius: 12px;
  padding: 20px 10px 20px 40px;
  margin: 0 0 30px 0;
  list-style: disc;
}

.content_box .list-ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #353535;
}

.content_box .remarks {
  background: #fdf6ef;
  border: 2px dashed #ffa953;
  padding: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #353535;
  margin: 0 0 30px 0;
}

.content_box .new-wrapper-2 {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  background: url("../images/article/content-bg2.png") no-repeat;
  background-size: 100% 100%;
  /* padding: 30px 10px; */
  margin-bottom: 30px;
  padding: 33px 28px 30px 28px;
}

.content_box .new-wrapper-2 .product-info {
  /* width: 220px; */
  display: flex;
  flex-flow: row wrap;
  width: 244px;
  margin-right: 56px;
}

.content_box .new-wrapper-2 .product-info span {
  flex: 0 0 50%;
  font-weight: 700;
  /* font-size: 24px; */
  line-height: 38px;
  color: #ffffff;
  /* text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); */
  font-size: 26px;
  text-shadow: 0 1px 7.4px rgba(69, 40, 179, 0.29);
}

.content_box .new-wrapper-2 .download-btn {
  display: flex;
  align-items: center;
  /* padding: 15px 25px; */
  /* background: linear-gradient(90deg, #3570FF 0%, #BA6CFF 100%); */
  border: 2px solid #fff;
  /* border-radius: 50px; */
  transition: all 0.5s;
  cursor: pointer;
  text-decoration: none;
  padding: 7px 22px;
  border-radius: 70px;
  background: linear-gradient(90deg, #2c72ff 0%, #aa60ff 100%), #d9d9d9;
  box-shadow: -1.726px -1.726px 6.903px 0 #dc9fff inset,
    3.451px -1.726px 6.903px 0 #80caff inset;
}

.content_box .new-wrapper-2 .download-btn .img-twinkle {
  margin: 0 !important;
  animation: ImgFlicker 0.8s ease-in 0s infinite forwards;
}

.content_box .new-wrapper-2 .download-btn span {
  /* font-size: 20px; */
  line-height: 23px;
  font-weight: 700;
  color: #fff;
  margin-left: 10px;
  font-size: 22px;
}
.content_box .new-wrapper-2 .product-info span {
  margin-bottom: 4px;
}
.content_box .new-wrapper-2 .product-info span:nth-child(even) {
  text-align: end;
}

.content_box .new-wrapper-2 .download-btn:hover {
  transform: scale(1.05);
}

.content_box .turn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content_box .turn-wrapper a {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: rgba(73, 86, 255, 1);
  text-decoration: none;
}

.content_box .turn-wrapper .intro-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background: #f4f4f4;
  padding: 20px 10px;
  margin-top: 20px;
}

.content_box .turn-wrapper .intro-box .title {
  font-size: 14px;
  color: #000000;
  margin: 0 0 5px;
}

.content_box .turn-wrapper .intro-box .desc {
  width: 298px;
  font-size: 12px;
  line-height: 26px;
  color: #636363;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content_box .turn-wrapper .intro-box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: 10px solid #f4f4f4;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.content_box .turn-wrapper .prev {
  flex: 0 0 46%;
}

.content_box .turn-wrapper .prev a {
  text-align: left;
  padding-left: 10px;
}

.content_box .turn-wrapper .prev .intro-box::before {
  top: -20px;
  left: 25px;
}

.content_box .turn-wrapper .next {
  flex: 0 0 46%;
}

.content_box .turn-wrapper .next a {
  text-align: right;
  padding-right: 10px;
}

.content_box .turn-wrapper .next .intro-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.content_box .turn-wrapper .next .intro-box .title {
  text-align: right;
}

.content_box .turn-wrapper .next .intro-box::before {
  top: -20px;
  right: 25px;
}

.new-advertisement-box {
  top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 7px;
  margin: 37px 0;
}

.new-advertisement-box .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f3f3f3;
  border-bottom: 1px solid #eeeeee;
  border-radius: 7px;
  padding: 30px 0 15px;
}

.new-advertisement-box .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin: 10px 0 0;
}

.new-advertisement-box .desc {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #9e9e9e;
  margin: 10px 0 0;
}

.new-advertisement-box .download-btn {
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin: 15px auto 20px;
  padding: 15px 30px;
  background: #ff7a01;
  transition: all 0.5s;
  cursor: pointer;
}

.new-advertisement-box .download-btn .img-twinkle {
  animation: ImgFlicker 0.8s ease-in 0s infinite forwards;
}

.new-advertisement-box .download-btn span {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
  margin-left: 10px;
}

.new-advertisement-box .download-btn:hover {
  transform: scale(1.2);
}
.content_box .new-wrapper-1 .product-info .intro .title-box-new {
  width: 221px;
  height: 47.5px;
  font-size: 21px;
  padding: 8px 10px;
  background: url("../images/article/bubble-right.png") no-repeat;
}
.content_box .new-wrapper-1 .download-btn .download-btn-title {
  font-size: 16px;
}
.content_box .new-wrapper-1 .download-btn .img-artical-change {
  animation: unset;
}
.content_box .video-new-wrapper-2 {
  background: url("../images/article/artical-bottom-bg.png") no-repeat;
  background-size: 100% 100%;
}
.content_box .new-wrapper-2 .product-info-bottom {
  width: 180px;
}
.content_box .new-wrapper-2 .product-info-bottom span {
  flex: 0 0 100%;
  font-size: 25px;
}
.content_box .new-wrapper-2 .download-btn .img-artical-change {
  animation: unset;
}
.new-advertisement-box .download-btn .img-artical-change {
  animation: unset;
}
@media screen and (max-width: 770px) {
  .article .nav .container {
    width: 100%;
    transform: translate(0px);
  }

  #new-article {
    flex-direction: column;
    width: 90%;
  }

  .new-catalog,
  .new-advertisement-box {
    position: unset;
    flex: 1;
    width: 100%;
  }

  .content_box {
    width: 100%;
    margin: 37px 0 0;
  }

  .content_box .new-wrapper-1 {
    flex-direction: column;
    background: url("../images/article/content-bg1.png") no-repeat center bottom;
    background-size: auto 100%;
  }

  .content_box .new-wrapper-1 .download-btn {
    margin-top: 30px;
  }

  .content_box .new-wrapper-1 .download-btn:hover {
    transform: scale(1);
  }

  .content_box .new-wrapper-2 {
    flex-direction: column;
    background: url("../images/article/content-bg2.png") no-repeat right bottom;
    background-size: auto 100%;
    padding: 30px 10px;
    margin-bottom: 30px;
  }

  .content_box .new-wrapper-2 .product-info {
    width: 220px;
    display: flex;
    flex-flow: row wrap;
  }

  .content_box .new-wrapper-2 .product-info span {
    flex: 0 0 50%;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: #ffffff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }

  .content_box .new-wrapper-2 .product-info-bottom {
    width: 149px;
  }
  .content_box .new-wrapper-2 .product-info-bottom span {
    flex: 0 0 100%;
  }
  .content_box .new-wrapper-2 .download-btn {
    margin-top: 30px;
  }

  .content_box .new-wrapper-2 .download-btn:hover {
    transform: scale(1);
  }

  .content_box .turn-wrapper {
    flex-direction: column;
  }
}

.article .content {
  width: 1000px;
  display: flex;
  align-items: flex-start;
  transform: translate(120px);
}

.article .editor-model {
  flex: 1;
  /* margin: 37px 50px 0 0; */
  margin: 37px 60px 0 0;
}

.article .content .popular {
  flex: 0 0 30%;
  position: sticky;
  top: 0;
}

.article .content .popular .pro {
  border: none;
}

.article .content .popular dl {
  border-radius: 7px;
}

.article .content .popular dl dd:nth-child(2) {
  border-top: 1px solid #e7e7e7;
}

.article .content .popular dl dd:nth-child(2) a::before {
  background: url("../images/article/nums.png") no-repeat -1px -1px;
  width: 5px;
  height: 10px;
}

.article .content .popular dl dd:nth-child(3) a::before {
  background: url("../images/article/nums.png") no-repeat 0 -31px;
  width: 8px;
  height: 10px;
}

.article .content .popular dl dd:nth-child(4) a::before {
  background: url("../images/article/nums.png") no-repeat -1px -61px;
  width: 7px;
  height: 11px;
}

.article .content .popular dl dd:nth-child(5) a::before {
  background: url("../images/article/nums.png") no-repeat 0 -91px;
  width: 8px;
  height: 10px;
}

.article .content .popular dl dd:nth-child(6) a::before {
  background: url("../images/article/nums.png") no-repeat -1px -121px;
  width: 7px;
  height: 11px;
}

.article .content .popular dl dd:nth-child(7) a::before {
  background: url("../images/article/nums.png") no-repeat 0 -151px;
  width: 8px;
  height: 11px;
}

.article .content .popular dl dd:nth-child(8) a::before {
  background: url("../images/article/nums.png") no-repeat 0 -181px;
  width: 8px;
  height: 10px;
}

.article .content .popular dl dd:nth-child(9) a::before {
  background: url("../images/article/nums.png") no-repeat 0 -211px;
  width: 8px;
  height: 11px;
}

@media (min-width: 1281px) {
  .content_box {
    max-width: 1000px;
  }

  .article .content {
    /* width: 1250px;
        transform: translate(20px); */
    width: 100%;
    transform: translate(0);
  }

  .article .content .popular {
    /* flex: 0 0 25%; */
    flex: 0 0 27%;
  }

  .container {
    /* max-width: 1250px;
        width: 1250px; */
    width: 1080px;
    max-width: 1080px;
  }

  .article .nav .container {
    width: unset;
    transform: translate(20px);
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .article .content {
    transform: translate(0);
  }
  .article .editor-model {
    margin: 37px 0 0 0;
  }
}
