.focus-wrap {
  margin-right: -20px;
  overflow: auto;
}
.focus-wrap .focus-list {
  display: flex;
  flex-wrap: nowrap;
}
.focus-wrap .focus-list > li {
  margin-right: 4vw;
  width: 85vw;
  height: 60vw;
  flex-shrink: 0;
  display: flex;
  border-radius: 4vw;
  overflow: hidden;
}
.focus-wrap .focus-list > li a {
  position: relative;
  display: block;
  flex: 1;
}
.focus-wrap .focus-list > li figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.focus-wrap .focus-list > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.focus-wrap .focus-list > li .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10vw 20px 20px;
  color: #fff;
  box-sizing: border-box;
  font-size: 4vw;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
}
.focus-wrap .focus-list > li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.focus-wrap .focus-list > li .desc {
  display: none;
}
.blog-list > li {
  margin-top: 5vw;
  padding: 5vw;
  background: rgba(251, 252, 255, 0.7);
  border: 1px solid rgba(141, 145, 154, 0.16);
  backdrop-filter: blur(40px);
  border-radius: 6vw;
}
.blog-list > li a {
  display: block;
}
.blog-list > li figure {
  height: 60vw;
  border-radius: 6vw;
  overflow: hidden;
}
.blog-list > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-list > li .category {
  margin-top: 5vw;
  font-size: 5vw;
  color: rgba(0, 23, 41, 0.5);
}
.blog-list > li .title {
  margin: 4vw 0 6vw;
  font-size: 6vw;
  color: #001729;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-list > li .desc {
  font-size: 4vw;
  line-height: 1.3;
  color: rgba(0, 23, 41, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.gotop {
  margin: 10vw auto;
  width: 12vw;
  height: 12vw;
  line-height: 12vw;
  text-align: center;
  font-size: 5vw;
  border-radius: 2vw;
  font-family: "iconfont";
  box-shadow: 0px 2.67px 8px 0px rgba(17, 18, 55, 0.25);
}
.blog-detail .archor-nav {
  display: none;
}
.blog-detail .section > header h1 {
  font-size: 9vw;
  line-height: 1.3;
}
.blog-detail .section > header .info {
  margin: 5vw 0;
  display: flex;
  font-size: 3.5vw;
  color: rgba(0, 23, 41, 0.5);
  flex-wrap: wrap;
}
.blog-detail .section > header .info > div {
  margin-right: 5vw;
}
.blog-detail .section > .content {
  font-size: 4vw;
  line-height: 1.5;
  font-weight: 300;
}
.blog-detail .section > .content img {
  max-width: 100%;
  border-radius: 4vw;
}
.blog-detail .section > .content > * {
  margin-top: 6vw;
}
.blog-detail .striky-bar {
  margin: 0 -20px;
  display: flex;
  flex-direction: column-reverse;
}
.blog-detail .striky-bar .recommend {
  background: rgba(248, 248, 248, 0.7);
  backdrop-filter: blur(40px);
}
.blog-detail .striky-bar .recommend figure {
  height: 60vw;
}
.blog-detail .striky-bar .recommend figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detail .striky-bar .recommend .content {
  padding: 10vw 20px;
  color: #001729;
}
.blog-detail .striky-bar .recommend .content a {
  font-size: 4vw;
  color: #001729;
  font-weight: 300;
  border-bottom: 1px solid #001729;
}
.blog-detail .striky-bar .recommend .content .title {
  font-size: 5.5vw;
  font-weight: 600;
}
.blog-detail .striky-bar .recommend .content .desc {
  margin: 5vw 0 10vw;
  font-size: 4vw;
  line-height: 1.3;
  font-weight: 300;
}
.blog-detail .striky-bar .recommend .products {
  padding: 10vw 20px;
}
.blog-detail .striky-bar .recommend .products .title {
  font-size: 5.5vw;
  color: rgba(0, 23, 41, 0.7);
}
.blog-detail .striky-bar .recommend .products .links {
  display: flex;
  flex-wrap: wrap;
}
.blog-detail .striky-bar .recommend .products .links > a {
  margin: 3vw 3vw 0 0;
  padding: 2vw 5vw;
  color: #001729;
  background: #FFFFFF;
  border-radius: 5vw;
  border: 1px solid rgba(0, 23, 41, 0.05);
}
.blog-detail .striky-bar .share-tools {
  padding: 10vw 0;
}
.blog-detail .striky-bar .share-tools > header {
  margin: 10vw 0 5vw;
  text-align: center;
  font-size: 5.5vw;
  font-weight: 600;
}
.blog-detail .striky-bar .share-tools .tools {
  display: flex;
  justify-content: center;
}
.blog-detail .striky-bar .share-tools .tools > li {
  margin: 0 2vw;
  width: 12vw;
  height: 12vw;
  line-height: 12vw;
  font-size: 8vw;
  text-align: center;
  border-radius: 50%;
  font-family: "iconfont";
  background: rgba(0, 23, 41, 0.08);
}
