.news-section {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .news-section {
    margin-top: 160px;
  }
}
.wrap {
  padding: 0 20px;
  max-width: 1024px;
}
.line {
  background: #aaa;
}
.news {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .news {
    flex-direction: column;
    max-width: 768px;
    margin: 0 auto;
  }
}
.news-main {
  width: 100%;
}
.news-main .title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .news-main .title {
    font-size: 20px;
  }
}
.division {
  margin-top: 30px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.division .time {
  display: flex;
}
.division .time i {
  font-size: 10px;
  margin: 0 4px 0 20px;
}
@media screen and (max-width: 768px) {
  .division .time i {
    font-size: 9px;
  }
}
.division span {
  color: #aaa;
  font-size: 13px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .division span {
    font-size: 11px;
  }
}
.new-content {
  padding-top: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid #aaa;
}
.new-content p {
  margin-bottom: 16px;
  line-height: 1.6;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .new-content p {
    font-size: 14px;
  }
}
.new-content h2 {
  margin: 40px 0 20px;
  color: rgba(255, 255, 255, 0.9);
}
.relevant {
  margin-top: 16px;
}
.relevant .prev {
  float: left;
  display: flex;
  align-items: center;
}
.relevant .next {
  float: right;
  text-align: right;
  display: flex;
  align-items: center;
}
.relevant .prev .ico i {
  font-size: 52px;
  color: #aaa;
}
.relevant .next .ico i {
  font-size: 52px;
  color: #aaa;
}
.relevant .pte {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.relevant-news {
  margin-top: 8px;
  display: flex;
}
.relevant-news img {
  width: 190px;
  height: 140px;
  float: left;
  border: 1px solid #aaa;
  border-radius: 6px;
}
.relevant-news .img-hover:hover + .title-hover > a {
  color: rgba(255, 255, 255, 0.9);
}
.relevant-news .title-hover:hover > a {
  color: rgba(255, 255, 255, 0.9);
}
.relevant-news p {
  float: left;
  align-self: center;
  width: 160px;
  font-size: 16px;
}
.relevant-news .title-hover a {
  -moz-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.popularity {
  float: right;
}
.popularity-row {
  width: 280px;
  /*padding: 44px 16px 48px 16px;*/
  /*border: 1px solid #E6E6E6;*/
  border-radius: 6px;
  margin-bottom: 60px;
}
.popularity-product {
  background: #aaa;
  padding: 32px 16px;
  border-radius: 20px;
}
.popularity-row .box-header {
  margin-bottom: 15px;
}
.popularity-row .title {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
}
.popularity-title-edition .list-item {
  margin-bottom: 32px;
}
.popularity-title-edition .list-item:last-child {
  margin-bottom: 0;
}
.popularity-title-edition .list a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.popularity-item-img {
  float: left;
}
.popularity-item-img img {
  width: 80px;
}
.popularity-product .popularity-item {
  margin-bottom: 32px;
}
.popularity-product .popularity-item:last-child {
  margin-bottom: 0;
}
.popularity-product .popularity-item .product {
  display: flex;
}
.popularity-product .popularity-item .product .new-name {
  align-self: center;
  margin-left: 8px;
}
.new-content .seo-anchor {
  color: #00a2ff;
}
.new-content .article-related .article-related-list {
  margin-top: 1px;
}
.new-content .article-related a {
  color: #00a2ff;
  font-size: 14px;
}
.new-content .product-related {
  width: 300px;
  display: inline-block;
}
.new-content .product-related img {
  width: 300px;
  height: 300px;
}
.new-content .product-related .product-desc {
  padding: 15px;
}
.new-content .product-related .product-title {
  font-size: 18px;
  font-weight: 500;
  width: 205px;
  display: block;
  color: rgba(255, 255, 255, 0.9);
}
.new-content .product-related .attribute {
  margin-top: 20px;
  margin-bottom: 20px;
}
.new-content .product-related .attribute-item {
  display: block;
}
.new-content .product-related .attribute-item .attribute-name {
  font-size: 14px;
  width: 50px;
  display: inline-block;
}
.new-content .product-related .attribute-item .iconfont {
  font-size: 14px;
  color: #E6E6E6;
}
.new-content .product-related .attribute-item .attribute-activate {
  background-image: -webkit-linear-gradient(180deg, #FF9C00, #FFC231);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #FF9C00 !important;
}
.new-content .product-related .product-price {
  float: left;
}
.new-content .product-related .product-price .unit {
  font-size: 16px;
}
.new-content .product-related .product-price .number {
  font-size: 32px;
}
.new-content .product-related .product-go-cart {
  width: 160px;
  height: 40px;
  background: #a5cd39;
  border-radius: 6px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  float: right;
  font-size: 16px;
}
.reading {
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .reading {
    width: 100%;
  }
}
.reading .reading-title {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
}
.reading .reading-warp {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .reading .reading-warp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .reading .reading-warp {
    grid-template-columns: repeat(2, 1fr);
  }
}
.reading .item {
  position: relative;
  transition: all 0.5s;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .reading .item {
    margin-bottom: 30px;
  }
}
.reading .item:hover {
  transform: translateY(-20px);
}
.reading .item:hover .time-label i {
  animation: goRead 1s infinite;
}
.reading .item .time-label {
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  top: -22px;
  left: 12px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.9);
}
.reading .item .time-label .time-num {
  font-size: 46px;
  margin-right: 6px;
  line-height: 42px;
  color: #a5cd39;
}
.reading .item .time-label i {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  margin: 2px 0 0 4px;
  display: inline-block;
}
@keyframes goRead {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(3px);
  }
}
.reading .item .cover-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.reading .item .cover-img img {
  border-radius: 16px;
}
.reading .item .cover-img:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(255, 255, 255, 0);
  height: 24px;
  width: 24px;
  border-top-left-radius: 15px;
  box-shadow: -5px -5px 0 2px #19222d;
}
.reading .item .cover-img .cover-border {
  border-bottom-right-radius: 10px;
  height: 30px;
  width: 50px;
  background: #19222d;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-34deg);
  box-shadow: -10px -10px 0 0 #19222d;
}
.reading .item .cover-img .cover-border:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  background: rgba(255, 255, 255, 0);
  border-top-left-radius: 10px;
  box-shadow: -5px -5px 0 2px #19222d;
}
.reading .item .n-title {
  margin-top: 10px;
  padding: 0 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  text-align: justify;
}
.breadcrumb {
  max-width: 1080px;
}
