.banner {
  line-height: 0;
  position: relative;
  display: block;
  overflow: visible;
}

.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
  margin: 0 0 44px !important;
  background: transparent !important;
  position: relative;
  overflow: visible !important;
}

.bx-wrapper .bx-viewport {
  border: none !important;
  box-shadow: none !important;
  left: 0 !important;
  overflow: hidden !important;
}

.bxslider {
  list-style: none;
  margin: 0;
  padding: 0;
}

.banner > ul.bxslider li:not(:first-child) {
  display: none;
}

.bxslider li {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.bxslider li a {
  display: block;
  line-height: 0;
}

.bxslider li img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  display: block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -32px;
  width: 100%;
}

.bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 8px;
  display: block !important;
}

.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 3px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: #ccc;
  border: none;
  display: block;
  text-indent: -9999px;
  outline: none;
  transition:
    background 0.2s,
    width 0.2s;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #2878ff;
  width: 32px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  transform: none;
  z-index: 50;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.32) !important;
  background-image: none !important;
  border-radius: 3px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-indent: 0 !important;
  font-size: 0;
  line-height: 0;
  outline: none;
  cursor: pointer;
  transition:
    background 0.2s,
    opacity 0.25s;
  opacity: 0;
  pointer-events: none;
}

.banner:hover .bx-wrapper .bx-controls-direction a,
.bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
  pointer-events: auto;
}

.bx-wrapper .bx-controls-direction a::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  flex-shrink: 0;
}

.bx-wrapper .bx-prev {
  left: 16px;
  background-image: none !important;
}

.bx-wrapper .bx-prev::after {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.bx-wrapper .bx-next {
  right: 16px;
  background-image: none !important;
}

.bx-wrapper .bx-next::after {
  transform: rotate(45deg);
  margin-right: 4px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background-image: none !important;
  background: rgba(0, 0, 0, 0.62) !important;
  opacity: 1 !important;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none !important;
}

.recommend {
  background: #fff;
}

.recommend .block-title-con {
  max-width: var(--max-width);
  margin: 80px auto 28px;
}

.recommend .block-title-con.en .block-title .text {
  font-size: 40px;
  font-weight: 700;
}

.recommend .block-title-con.en .block-title .text img {
  height: 70px;
  width: auto;
  vertical-align: middle;
}

.recommend .inner {
  max-width: var(--max-width);
  text-align: center;
  width: 84%;
  margin: 0 auto;
}

.recommend .inner .line {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.recommend .inner .line.m-b-20 {
  margin-bottom: 20px;
}

.recommend .inner .line.line1 .product:first-child {
  flex: 64;
}

.recommend .inner .line.line1 .product:nth-child(2) {
  flex: 36;
}

.recommend .inner .line.line2 .product:first-child {
  flex: 36;
}

.recommend .inner .line.line2 .product:nth-child(2) {
  flex: 64;
}

.recommend .inner .line .product {
  position: relative;
  overflow: hidden;
  font-size: 13px;
  min-width: 0;
}

.recommend .inner .line .product:hover .img-box img {
  transform: scale(1.03);
}

.recommend .inner .line .product:hover .mask {
  opacity: 1;
}

.recommend .inner .line .product a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.recommend .inner .line .product a .img-box {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.recommend .inner .line .product a .img-box img {
  vertical-align: middle;
  max-width: 100%;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recommend .inner .line .product a .img-box .mask {
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}

.recommend .inner .line .product a .text-box {
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  padding: 16px 10px 0 20px;
  z-index: 3;
}

.recommend .inner .line .product a .text-box .img-antminer {
  display: block;
  margin: 0 auto;
  line-height: 0;
  padding: 0;
}

.recommend .inner .line .product a .text-box .img-antminer img {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.recommend .inner .line .product a .text-box .name {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  color: #000;
  font-weight: 400;
  font-size: 22px;
  margin: 8px auto;
}

.recommend .inner .line .product a .text-box .sub-descirbe {
  color: #000;
  margin: 0 auto;
}

.recommend .inner .line .product a .text-box .sub-descirbe .algorithm {
  font-size: 16px;
}

.recommend .inner .line .product a .text-box .sub-descirbe .propertites {
  display: block;
  margin-top: 10px;
  color: #000;
  font-size: 16px;
}

.recommend .inner .line .product a .text-box .sub-descirbe .propertites span {
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 11px 0 5px;
}

.recommend
  .inner
  .line
  .product
  a
  .text-box
  .sub-descirbe
  .propertites
  span:last-child {
  border-right: none;
}

.recommend .inner .line .product a .read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  color: var(--color-primary);
  margin-top: 10px;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 0;
}

.recommend .inner .line .product a .read-more .price {
  height: 30px;
  line-height: 30px;
  color: var(--color-primary);
  padding: 0;
  font-size: 16px;
}

.recommend .inner .line .product a .read-more .bt-button.bt-blue {
  background: none;
  border: none;
  padding: 0 0 0 16px;
  font-size: 16px;
  color: var(--color-primary);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.recommend .inner .line .product a .read-more .bt-button.bt-blue .bt-blue-icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid var(--color-primary);
  border-right: 1.5px solid var(--color-primary);
  transform: rotate(45deg) translateY(-1px);
  margin-left: 5px;
  background: none;
}

.antminer-list {
  max-width: var(--max-width);
  width: 84%;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  gap: 20px;
}

.antminer-list .product-item {
  position: relative;
  flex-direction: column;
  flex: 1;
  align-items: center;
  background-color: var(--color-bg-light);
  text-align: center;
  transition: all 0.5s linear;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  min-height: 440px;
  color: var(--color-text);
  text-decoration: none;
}

.antminer-list .product-item:not(:first-child) {
  margin-left: 0;
}

.antminer-list .product-item > .img-box {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.antminer-list .product-item .img-box img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.009);
  transition: all 0.5s ease;
}

.antminer-list .product-item .img-box .mask {
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}

.antminer-list .product-item:hover .img-box img {
  transform: scale(1.06);
}

.antminer-list .product-item:hover .img-box .mask {
  opacity: 1;
}

.antminer-list .product-item .text {
  position: absolute;
  top: 16px;
  left: 0;
  padding: 0 20px;
  transition: all 0.5s linear;
  z-index: 1;
  width: 100%;
}

.antminer-list .product-item .text .img-antminer {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.antminer-list .product-item .text .img-antminer img {
  width: 25%;
  max-width: 70px;
  height: auto;
}

.antminer-list .product-item .text .title {
  margin-top: 4px;
}

.antminer-list .product-item .text .name {
  font-size: 16px;
}

.antminer-list .product-item .text .algorithm {
  margin-top: 2px;
  font-weight: 400;
  font-size: 12px;
}

.antminer-list .product-item .text .parameter {
  min-height: 24px;
  margin: 2px 0 4px;
  font-weight: 400;
}

.antminer-list .product-item .text .parameter span {
  position: relative;
  padding: 0 10px;
  font-size: 13px;
  white-space: break-spaces;
}

.antminer-list .product-item .text .parameter span:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  transform: scaleX(0.5);
  height: 13px;
  background-color: #000;
}

.antminer-list .product-item > .price-box {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 3;
  white-space: nowrap;
}

.antminer-list .product-item > .price-box .price {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: var(--color-primary);
  font-family: Arial, sans-serif;
}

.antminer-list .product-item > .price-box .button-box {
  display: inline-flex;
  align-items: center;
}

.antminer-list .product-item > .price-box .bt-button.bt-blue {
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: var(--color-primary);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.antminer-list .product-item > .price-box .bt-button.bt-blue .bt-blue-icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid var(--color-primary);
  border-right: 1.5px solid var(--color-primary);
  transform: rotate(45deg) translateY(-1px);
  margin-left: 4px;
  background: none;
}

.antminer-list .product-item .text .price-box .price {
  font-family: Arial;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #3371ff;
  margin-right: 20px;
}

.antminer-list .product-item .text .price-box .button-box {
  display: inline-flex;
  align-items: center;
}

.antminer-list .product-item .text .price-box .bt-blue {
  color: #3371ff;
  border: none;
  font-size: 16px;
  background: transparent;
  height: 30px;
  line-height: 30px;
  padding: 0;
  cursor: pointer;
}

.antminer-list .product-item .text .price-box .bt-blue .bt-blue-icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid var(--color-primary);
  border-right: 1.5px solid var(--color-primary);
  transform: rotate(45deg) translateY(-1px);
  margin-left: 4px;
  background: none;
}

.antminer-list .right-box {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.antminer-list .right-box .product-right {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 20px 0;
  flex: 1;
  overflow: hidden;
  align-items: start;
  background-color: var(--color-bg-light);
  text-align: left;
  transition: all 0.5s linear;
  cursor: pointer;
  color: var(--color-text);
  text-decoration: none;
}

.antminer-list .right-box .product-right:hover .img-box img {
  transform: scale(1.07);
}

.antminer-list .right-box .product-right:hover .mask {
  opacity: 1;
}

.antminer-list .right-box .img-box {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.antminer-list .right-box .img-box .mask {
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}

.antminer-list .right-box .img-box img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: all 0.5s ease;
}

.antminer-list .right-box .text {
  z-index: 1;
  position: relative;
}

.antminer-list .right-box .img-antminer {
  width: 100%;
  text-align: left;
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.antminer-list .right-box .img-antminer img {
  width: 20%;
  max-width: 50px;
  height: auto;
}

.antminer-list .right-box .name {
  font-size: 16px;
  margin-top: 4px;
}

.antminer-list .right-box .algorithm {
  margin-top: 2px;
  font-size: 12px;
}

.antminer-list .right-box .parameter {
  margin-top: 2px;
  white-space: break-spaces;
}

.antminer-list .right-box .parameter span {
  position: relative;
  padding: 0 6px;
  font-size: 13px;
}

.antminer-list .right-box .parameter span:first-child {
  padding-left: 0;
}

.antminer-list .right-box .parameter span:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -2px;
  width: 1px;
  height: 10px;
  background-color: #000;
  transform: scaleX(0.5);
}

.antminer-list .right-box .text .price-box {
  display: none;
}

.antminer-list .right-box .product-right > .price-box {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  bottom: 14px;
  left: 20px;
  z-index: 3;
  white-space: nowrap;
}

.antminer-list .right-box .price-box .price {
  font-family: Arial, sans-serif;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: var(--color-primary);
  margin-right: 0;
}

.antminer-list .right-box .price-box .button-box {
  display: inline-flex;
  align-items: center;
}

.antminer-list .right-box .price-box .bt-blue {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: var(--color-primary);
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.antminer-list .right-box .price-box .bt-blue .bt-blue-icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid var(--color-primary);
  border-right: 1.5px solid var(--color-primary);
  transform: rotate(45deg) translateY(-1px);
  margin-left: 4px;
  background: none;
}

.antminer-list .right-box .more {
  position: relative;
  background-color: #fff;
  background-size: 102% 101%;
  margin-top: 20px;
  padding: 0 30px;
  transition: all 0.5s ease;
  cursor: pointer;
  height: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.antminer-list .right-box .more:hover {
  background-size: 115% 115%;
}

.antminer-list .right-box .more:hover img {
  right: 20px;
}

.antminer-list .right-box .more:hover #mask-more {
  opacity: 1;
}

.antminer-list .right-box .more img {
  cursor: pointer;
  position: absolute;
  right: 30px;
  width: 33px;
  height: 33px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.antminer-list .right-box .more .more-box {
  position: relative;
  z-index: 3;
}

.antminer-list .right-box .more #mask-more {
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}

.antminer-list .right-box .more p {
  color: #000;
  font-size: 14px;
  margin: 0;
}

.antminer-list .right-box .more p:first-child {
  font-size: 16px;
  font-weight: 500;
}

.antminer-list .right-box .more p.hot {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 10px;
}

#news-content {
  max-width: var(--max-width);
  width: 84%;
  margin: 0 auto;
  padding-bottom: 40px;
}

#news-content .block-title-con {
  margin: 60px auto 40px;
}

#news-content .main-content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 0 10px;
}

#news-content .main-content .list-item-news {
  display: block;
  width: calc(33.333% - 14px);
  margin-bottom: 20px;
  background-color: var(--color-bg-light);
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
}

#news-content .main-content .list-item-news .img-box {
  overflow: hidden;
  position: relative;
}

#news-content .main-content .list-item-news .img-news {
  transition: all 0.3s;
  width: 100%;
  vertical-align: middle;
  display: block;
}

#news-content .main-content .list-item-news:hover .img-news {
  transform: scale(1.01);
}

#news-content .main-content .list-item-news .description {
  padding: 22px 24px 32px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

#news-content .main-content .list-item-news .description .title {
  font-size: 18px;
  color: #000;
  max-height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 14px;
}

#news-content .main-content .list-item-news .description .time {
  margin: 0 0 7px;
  font-size: 14px;
}

#news-content .main-content .list-item-news .description .content {
  margin: 10px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#news-content .main-content .list-item-news .tag {
  background: rgba(51, 113, 255, 0.8);
  border-radius: 0 10px 0 10px;
  font-size: 14px;
  color: #fff;
  padding: 6px 16px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

#news-content .main-content .list-item-news .con-more {
  position: absolute;
  bottom: 0;
  padding: 0 24px 18px;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  gap: 5px;
}

#news-content .main-content .list-item {
  display: block;
  width: calc(33.333% - 14px);
  margin-bottom: 20px;
  background: var(--color-bg-light);
  position: relative;
}

#news-content .main-content .list-item.no-hover {
  padding: 24px 0 6px;
}

#news-content .main-content .list-item .description2 .title {
  padding: 0 33px;
  margin: 0;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#news-content .main-content .list-item .description2 .title:hover {
  color: var(--color-primary);
}

#news-content .main-content .list-item .description2 .time {
  padding: 0 33px;
  margin: 6px 0 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

#news-content .main-content .list-item-news a.list-item-more,
#news-content .main-content .list-item a.list-item-more {
  position: absolute;
  right: 33px;
  bottom: 26px;
  color: #3371ff;
  font-size: 16px;
}

#news-content .more-news {
  margin: 0 auto 60px;
  text-align: center;
}

#news-content .more-news .more-button {
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 18px;
  padding: 11px 50px 10px;
  border: 1px solid #000;
  background: transparent;
  transition: all 0.2s ease;
  display: inline-block;
  cursor: pointer;
}

#news-content .more-news .more-button:hover {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

@media (max-width: 1230px) {
  .recommend .inner .line.line1 .product:first-child,
  .recommend .inner .line.line1 .product:nth-child(2),
  .recommend .inner .line.line2 .product:first-child,
  .recommend .inner .line.line2 .product:nth-child(2) {
    flex: 1;
  }

  .antminer-list {
    flex-wrap: wrap;
  }

  .antminer-list .product-item {
    flex: 0 0 calc(50% - 10px);
    margin-left: 0 !important;
  }

  .antminer-list .right-box {
    flex: 0 0 calc(50% - 10px);
    margin-left: 0;
  }

  .antminer-list .right-box .more {
    height: 80px;
    margin-top: 12px;
  }
}

@media (max-width: 960px) {
  .bx-wrapper .bx-controls-direction a {
    opacity: 1;
    pointer-events: auto;
  }

  .bx-wrapper .bx-prev {
    left: 8px;
  }

  .bx-wrapper .bx-next {
    right: 8px;
  }

  .recommend .inner .line {
    gap: 12px;
  }

  .recommend .inner .line.line1 .product:first-child,
  .recommend .inner .line.line1 .product:nth-child(2),
  .recommend .inner .line.line2 .product:first-child,
  .recommend .inner .line.line2 .product:nth-child(2) {
    flex: 1;
  }

  .recommend .inner .line .product a .text-box .name {
    font-size: 18px;
  }

  .recommend .inner .line .product a .text-box .sub-descirbe .algorithm,
  .recommend .inner .line .product a .text-box .sub-descirbe .propertites {
    font-size: 13px;
  }

  .recommend .inner .line .product a .read-more .price,
  .recommend .inner .line .product a .read-more .bt-button.bt-blue {
    font-size: 15px;
  }

  .recommend .inner {
    width: 92%;
  }

  .antminer-list {
    width: 92%;
    flex-wrap: wrap;
    gap: 12px;
  }

  .antminer-list .product-item {
    flex: 0 0 calc(50% - 6px);
    min-height: 360px;
    margin-left: 0 !important;
  }

  .antminer-list .right-box {
    flex: 0 0 calc(50% - 6px);
    margin-left: 0;
  }

  #news-content {
    width: 92%;
  }

  #news-content .main-content .list-item-news,
  #news-content .main-content .list-item {
    width: 48%;
  }

  #news-content .main-content .list-item-news:last-child:nth-child(odd),
  #news-content .main-content .list-item:last-child:nth-child(odd) {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .recommend .inner .line {
    flex-direction: column;
  }

  .recommend .inner .line.line1 .product:first-child,
  .recommend .inner .line.line1 .product:nth-child(2),
  .recommend .inner .line.line2 .product:first-child,
  .recommend .inner .line.line2 .product:nth-child(2) {
    flex: none;
    width: 100%;
  }

  #news-content .main-content .list-item-news,
  #news-content .main-content .list-item {
    width: 100%;
  }

  .antminer-list .product-item {
    flex: 0 0 100%;
    min-height: 420px;
  }

  .antminer-list .right-box {
    flex: 0 0 100%;
  }

  .antminer-list .right-box .product-right {
    min-height: 420px;
  }

  .recommend .block-title-con.en .block-title .text {
    font-size: 24px;
  }
}

.recommend-hp-more-bg .antminer-list .right-box .more {
  background-image: image-set(
    url("/assets/images/home/hp-more-bg.webp") type("image/webp"),
    url("/assets/images/home/hp-more-bg.png") type("image/png")
  );
}
