@charset 'UTF-8';

*,
:before,
:after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  word-break: break-all;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.article-container {
  width: 100%;
  background-color: #f4f4f4;
  padding: 20px 0;
}

.article-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.article-content-left {
  width: 790px;
}

.article-content-left h1 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.article-content-left h2 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.article-nav {
  font-size: 14px;
  color: #666;
}

.article-nav>a {
  color: #666;
}

.article-nav>a:hover {
  color: #2d99eb;
}

.article-content-text {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e1e4e5;
  border-radius: 10px;
  margin: 20px 0;
}

.article-info {
  font-size: 14px;
  color: #666;
  margin: 16px 0 30px;
}

.article-info>span {
  color: #1684ff;
}

.article-text {
  width: 100%;
  padding: 20px 0 30px;
  border-top: 1px solid #e1e4e5;
  border-bottom: 1px solid #e1e4e5;
}

.article-text>p {
  font-size: 14px;
  color: #333;
  line-height: 28px;
}

.article-more {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}

.article-more>p {
  font-size: 14px;
  color: #333;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-more>p>a {
  color: #333;
}

.article-more>p>a:hover {
  color: #1684ff;
}


.relevant-products,
.relevant-recommendations {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e1e4e5;
  border-radius: 10px;
  margin-bottom: 20px;
}

.relevant-recommendations-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}

.relevant-recommendations-list>a {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}

.relevant-recommendations-list>a:hover,
.relevant-products-list>a:hover {
  color: #1684ff;
}


.relevant-products-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.relevant-products-list>a {
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
  margin-right: calc((100% - 170px*4)/3);
}

.relevant-products-list>a:nth-child(4n) {
  margin-right: 0;
}

.relevant-products-list>a>img {
  width: 170px;
  margin-bottom: 6px;
}


.article-content-right {
  width: 390px;
  margin:40px 0 0 0;
}

.tit-and-more {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 20px;
  align-items: baseline;
}

.tit-and-more>h1 {
  font-size: 26px;
  font-weight: 400;
  color: #314a82;
}

.tit-and-more>h2 {
  font-size: 26px;
  font-weight: 400;
  color: #314a82;
}

.tit-and-more>a {
  font-size: 14px;
  color: #314a82;
}

.sider-content-list {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e1e4e5;
  padding: 10px 20px;
}

.sider-content-list>a {
  width: 100%;
  border-bottom: 1px dashed #e1e4e5;
  display: block;
  padding: 14px 0;
  font-size: 14px;
  color: #1B529A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sider-content-list>a:hover {
  color: #1684ff;
}

.sider-content-list>a:last-child {
  border-bottom: none;
}

.sider-content-list>a>span {
  margin-top: 8px;
  display: block;
  color: #666;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .article-container {
    padding: 1rem;
    width: 100%;
  }
  .wrap {
    width: 100% !important;
  }
  .article-content {
    flex-direction: column;
}

  .article-content-left {
    width: 100%;
}

  .article-content-right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footerbox {
    width: 100%;
    overflow: hidden;
}
.footer {
  width: 100%;
  overflow: hidden;
}
header{
  overflow: hidden !important;
}

}

@media screen and (max-width: 767px) {
  .article-content-right .ad-banner{
    width: 100%;
  }
  .article-content-right .ad-banner>img{
    width: 100%;
    height: auto;
  }
  .relevant-recommendations-list{
    flex-direction: columnc;
  }
  .relevant-recommendations-list>a {
    width: 100%;
  }

  .relevant-recommendations-list>a:nth-child(n+6){
    display: none;
  }
  .relevant-products-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .relevant-products-list>a {
    width: 46%;
    margin-right: 0;
  }
  .relevant-products-list>a>img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .returnTop {
    display: none;
}
}