.b-lazy {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-con {
  background-color: #fff;
  overflow: hidden;
}
.main-con .con h3 {
  font-size: 0.7rem;
  line-height: 0.72rem;
  font-family: "HelveticaNeue LT 65 Medium";
  margin-bottom: 0.2rem;
}
.main-con .con p {
  font-size: 0.3rem;
  line-height: 0.48rem;
  font-family: "HelveticaNeueLTProLight";
}
.banner {
  height: 12rem;
  background-image: url("/wp-content/themes/keys-theme/assets/images/products/flex-3/banner-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding-top: 1.1rem;
}
.banner .con {
  text-align: center;
  color: #d7ff00;
}
.banner .con p {
  font-size: 0.54rem;
}
.banner .con h3 {
  font-size: 0.8224rem;
  margin: 0.15rem 0;
}
.banner .banner-name {
  position: absolute;
  width: 2.8rem;
  height: 2.1rem;
  top: 1.25rem;
  left: 1rem;
}
.banner .banner-pro {
  position: absolute;
  width: 15rem;
  top: 2.97rem;
  left: 5.37rem;
}
.hot1 {
  height: 19.2rem;
  padding-top: 1.75rem;
  text-align: center;
}
.hot1 .hot1-logo {
  display: block;
  width: 5.5rem;
  height: 4.15rem;
  margin: 0 auto 0.5rem;
}
.hot1 .con {
  color: #000;
  margin-bottom: 1.1rem;
}
.hot1 .con p {
  font-size: 0.4455rem;
  line-height: 0.6304rem;
}
.hot1 .video-box {
  width: 18rem;
  height: 10.12rem;
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem;
  margin: 0 auto;
}
.hot1 .video-box video {
  width: 100%;
  height: 100%;
  background-color: #fff;
  object-fit: cover;
}
.hot2 {
  height: 15.7rem;
  padding-top: 1.7rem;
}
.hot2 .hot2-box {
  width: 18rem;
  height: 11.85rem;
  margin: 0 auto;
}
.hot2 .hot2-item {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 0.65rem;
  font-weight: bold;
}
.hot2 .hot2-item p {
  position: absolute;
  font-size: 0.48rem;
  font-family: "HelveticaNeue LT 65 Medium";
  color: #fff;
  bottom: 0.45rem;
  width: 100%;
  text-align: center;
}
.hot2 .hot2-item:nth-child(1) {
  float: left;
  width: 5.8rem;
  height: 7.85rem;
  margin-right: 0.3rem;
}
.hot2 .hot2-item:nth-child(1) p {
  bottom: 0.45rem;
  width: 100%;
  text-align: center;
}
.hot2 .hot2-item:nth-child(2) {
  float: right;
  width: 11.85rem;
  height: 3.8rem;
  margin-bottom: 0.23rem;
}
.hot2 .hot2-item:nth-child(3) {
  float: left;
  width: 5.8rem;
  height: 3.8rem;
  margin-bottom: 0.23rem;
}
.hot2 .hot2-item:nth-child(4) {
  float: right;
  width: 5.8rem;
  height: 7.85rem;
}
.hot2 .hot2-item:nth-child(5) {
  margin-right: 0.3rem;
}
.hot2 .hot2-item:nth-child(5),
.hot2 .hot2-item:nth-child(6) {
  float: left;
  width: 5.8rem;
  height: 3.8rem;
}
.hot2 .hot2-item:hover img {
  transform: scale(1.1);
}
.hot2 .hot2-item img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.hot3 {
  height: 12rem;
  background-color: #d7ff00;
  position: relative;
  padding-top: 1.15rem;
}
.hot3 .con {
  text-align: center;
  color: #000;
}
.hot3 .pro {
  position: absolute;
  width: 7.4rem;
  height: 8.07rem;
  top: 3.83rem;
  left: 9.08rem;
}
.hot3 .directive-item {
  position: absolute;
  display: flex;
  align-items: center;
  column-gap: 0.2rem;
}
.hot3 .directive-item span {
  font-family: "HelveticaNeueLTProLight";
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #000;
}
.hot3 .directive-item i {
  display: inline-block;
  /* 使其可以设置宽度和高度 */
  width: 0;
  height: 0;
  border-top: 0.15rem solid transparent;
  /* 上边框透明 */
  border-bottom: 0.15rem solid transparent;
  /* 下边框透明 */
  border-left: 0.2rem solid #000;
  /* 左边框为黑色，形成右三角形 */
  vertical-align: middle;
  /* 垂直居中对齐 */
}
.hot3 .directive-item.directive-item-left {
  top: 7.65rem;
  left: 6.15rem;
}
.hot3 .directive-item.directive-item-right {
  top: 7.65rem;
  right: 6.15rem;
}
.hot3 .directive-item.directive-item-right i {
  transform: rotate(180deg);
  /* 旋转180度，变成左三角形 */
}
.hot4 {
  height: 12rem;
  padding-top: 1.15rem;
}
.hot4 .con {
  color: #000;
  text-align: center;
}
.hot4 .big-box {
  width: 18rem;
  height: 7.2rem;
  margin: 0.7rem auto 0;
  border-radius: 0.55rem;
  display: flex;
  overflow: hidden;
  position: relative;
}
.hot4 .box-left {
  width: 9rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hot4 .box-right {
  width: 9rem;
  background-color: #d7ff00;
  position: relative;
}
.hot4 .hot4-swiper {
  width: 1.83rem;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.hot4 .hot4-swiper .swiper-wrapper {
  flex-direction: column;
}
.hot4 .hot4-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
}
.hot4 .hot4-swiper .swiper-wrapper .swiper-slide img {
  height: 5.18rem;
}
.hot4 .hot4-swiper img {
  width: 100%;
  height: 100%;
}
.hot4 .battery {
  width: 1.53rem;
  height: 4.33rem;
  position: absolute;
  left: -0.12rem;
  top: 1.84rem;
}
.hot4 .pro-name,
.hot4 .battery-name {
  text-transform: uppercase;
  font-family: "HelveticaNeue LT 65 Medium";
  font-size: 0.48rem;
  color: #000;
  position: absolute;
  bottom: 2.8rem;
}
.hot4 .pro-name {
  left: 0.75rem;
  color: #fff;
  width: 5rem;
  z-index: 3;
}
.hot4 .battery-name {
  left: 2.53rem;
}
.hot4 .swiper-button-prev,
.hot4 .swiper-button-next {
  cursor: pointer;
  position: absolute;
  top: 6.34rem;
  display: inline-block;
  /* 使其可以设置宽度和高度 */
  width: 0;
  height: 0;
  border-top: 0.15rem solid transparent;
  /* 上边框透明 */
  border-bottom: 0.15rem solid transparent;
  /* 下边框透明 */
  border-left: 0.2rem solid #000;
  /* 左边框为黑色，形成右三角形 */
  right: 1.6rem;
}
.hot4 .swiper-button-prev.swiper-button-disabled,
.hot4 .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.hot4 .swiper-button-prev {
  right: 2.5rem;
  transform: rotate(180deg);
}
.hot4 .battery-btn {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.15rem solid transparent;
  border-bottom: 0.15rem solid transparent;
  border-left: 0.2rem solid #000;
  top: 6.34rem;
  cursor: pointer;
}
.hot4 .battery-btn-prev {
  right: 2.5rem;
  transform: rotate(180deg);
}
.hot4 .battery-btn-next {
  right: 1.6rem;
}
.hot4 .battery-btn-disable {
  opacity: 0.5;
}
.hot4 .swiper-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0.55rem;
  left: 0.75rem;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.hot4 .swiper-pagination span {
  cursor: pointer;
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.12rem;
  background-color: #fff;
  display: inline-block;
  border-radius: 0.05rem;
  position: relative;
  overflow: hidden;
}
.hot4 .swiper-pagination span::after {
  content: '';
  width: 0;
  position: absolute;
  height: 100%;
  border-radius: 0.05rem;
  background-color: #fff;
  transition: width 2s;
  left: 0;
  top: 0;
}
.hot4 .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.5rem;
}
.hot4 .swiper-pagination span.swiper-pagination-bullet-active::after {
  width: 100%;
  background-color: #d7ff00;
}
.hot5 {
  height: 12rem;
  position: relative;
}
.hot5 .part {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hot5 .part1 {
  padding-top: 1.15rem;
}
.hot5 .part1 .con {
  color: #ffffff;
  text-align: center;
}
.hot5 .part2 {
  padding-top: 1.15rem;
  background-color: #d7ff00;
}
.hot5 .part2 .con {
  color: #000;
  text-align: center;
}
.hot5 .part2 .pro-box {
  position: relative;
  width: 18rem;
  height: 6.2rem;
  margin: 1.1rem auto 0;
}
.hot5 .part2 .pro {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hot6 {
  height: 12rem;
  padding-top: 4.05rem;
  padding-left: 3.8rem;
  position: relative;
}
.hot6 .con {
  color: #000;
}
.hot6 .pro-box {
  position: absolute;
  width: 7.37rem;
  height: 9.43rem;
  bottom: 0;
  right: 4.66rem;
}
.hot6 .pro-box .pro {
  width: 100%;
  height: 100%;
}
.hot6 .pro-box .icon {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  left: 0.62rem;
  top: 4.55rem;
}
.hot7 {
  height: 12rem;
  position: relative;
  padding-top: 1.15rem;
}
.hot7 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 25.6rem 12rem;
}
.hot7 .con {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #000;
}
.hot8 {
  height: 12rem;
  position: relative;
  padding-top: 1.15rem;
}
.hot8 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hot8 .con {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.hot9 {
  height: 12rem;
  padding-top: 1.15rem;
}
.hot9 .con {
  text-align: center;
  color: #000;
  margin-bottom: 0.4rem;
}
.hot9 .pro {
  width: 18rem;
  height: 7.6rem;
  margin: 0 auto;
}
.hot10 {
  height: 12rem;
  padding-top: 1.15rem;
  position: relative;
}
.hot10 .con {
  color: #000;
  text-align: center;
}
.hot10 .icon-box {
  display: flex;
  margin-top: 0.9rem;
  justify-content: center;
  align-items: center;
  column-gap: 1.1rem;
}
.hot10 .icon-box .icon-item {
  display: flex;
  align-items: center;
}
.hot10 .icon-box .icon {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.35rem;
}
.hot10 .icon-box p {
  font-family: "HelveticaNeueLTProLight";
  color: #000;
  font-size: 0.3rem;
  line-height: 0.48rem;
}
.hot10 .bg {
  position: absolute;
  width: 14.4rem;
  height: 6.8rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hot11 {
  height: 12rem;
  padding-top: 1.15rem;
  position: relative;
}
.hot11 .con {
  text-align: center;
  color: #fff;
}
.hot11 .pro {
  width: 5.22rem;
  height: 7.5rem;
  position: absolute;
  top: 3.65rem;
  left: 10.15rem;
}
.hot11 .msg {
  position: absolute;
  display: flex;
  top: 8.8rem;
  right: 4.3rem;
}
.hot11 .msg .line {
  width: 3.53rem;
  height: 0.22rem;
  margin-right: 0.15rem;
  margin-top: 0.1rem;
}
.hot11 .msg p {
  font-family: "HelveticaNeueLTProLight";
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #fff;
}
.hot12 {
  height: 12rem;
  display: flex;
  padding: 2.75rem 3.8rem 0;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
}
.hot12 .con-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hot12 .con-left h3 {
  font-family: 'HelveticaNeue LT 65 Medium';
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 0.72rem;
  color: #000;
}
.hot12 .con-right {
  height: 5.1rem;
  width: 12rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  font-size: 0.25rem;
  line-height: 0.36rem;
  text-align: center;
  display: flex;
}
.hot12 .icon-item {
  width: 25%;
}
.hot12 .icon-item:nth-child(1) .icon {
  height: 0.74rem;
}
.hot12 .icon-item:nth-child(2) .icon {
  height: 0.59rem;
}
.hot12 .icon-item:nth-child(3) .icon {
  height: 0.76rem;
}
.hot12 .icon-item:nth-child(4) .icon {
  height: 0.84rem;
}
.hot12 .icon-item:nth-child(5) .icon {
  height: 0.76rem;
}
.hot12 .icon-item:nth-child(6) .icon {
  height: 0.46rem;
}
.hot12 .icon-item:nth-child(7) .icon {
  height: 0.45rem;
}
.hot12 .icon-item:nth-child(8) .icon {
  height: 0.78rem;
}
.hot12 .icon-box {
  height: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.hot12 h5 {
  font-size: 0.25rem;
  line-height: 0.48rem;
  font-family: "HelveticaNeue LT 65 Medium";
  color: #000;
}
.hot12 p {
  color: #000;
  font-size: 0.25rem;
  line-height: 0.36rem;
  font-family: HelveticaNeueLTProLight;
}
.hot13 {
  height: 12rem;
  padding-top: 1.15rem;
}
.hot13 .con {
  text-align: center;
  color: #000;
}
.hot14 {
  height: 11.9rem;
  padding-top: 1rem;
  overflow: hidden;
}
.hot14 .hot14-swiper {
  height: 10rem;
}
.hot14 .hot14-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.hot14 .hot14-swiper .swiper-slide {
  width: 15rem;
  height: 10rem;
}
@media (max-width: 750px) {
  .main-con .con p {
    font-size: 0.25rem;
    line-height: 0.35rem;
  }
  .banner {
    height: 13.33rem;
    background-image: url("/wp-content/themes/keys-theme/assets/images/products/flex-3/banner-bg-m.jpg");
    padding-top: 10.9rem;
  }
  .banner .banner-name {
    width: 3.3rem;
    height: 2.5rem;
    top: 0.75rem;
    left: 2.06rem;
  }
  .banner .banner-pro {
    width: 5rem;
    height: 7.09rem;
    left: 1.25rem;
    top: 3.5rem;
  }
  .banner .con h3 {
    font-size: 0.56rem;
  }
  .banner .con p {
    font-size: 0.3771rem;
  }
  .hot1 {
    display: none;
  }
  .hot2 {
    height: 13.34rem;
    padding-top: 1.2rem;
  }
  .hot2 .hot2-box {
    width: 6.75rem;
    height: 11rem;
  }
  .hot2 .hot2-item {
    border-radius: 0.2rem;
  }
  .hot2 .hot2-item p {
    font-size: 0.3rem;
    bottom: 0.16rem;
  }
  .hot2 .hot2-item:nth-child(1) {
    width: 100%;
    height: 2.2rem;
    margin-bottom: 0.13rem;
  }
  .hot2 .hot2-item:nth-child(2) {
    float: left;
    width: 3.3rem;
    height: 2.2rem;
  }
  .hot2 .hot2-item:nth-child(3) {
    float: right;
    width: 3.3rem;
    height: 3.9rem;
  }
  .hot2 .hot2-item:nth-child(4) {
    float: left;
    width: 3.3rem;
    height: 3.9rem;
  }
  .hot2 .hot2-item:nth-child(5) {
    float: right;
    width: 3.3rem;
    height: 2.2rem;
    margin-right: 0;
    margin-bottom: 0.16rem;
  }
  .hot2 .hot2-item:nth-child(6) {
    width: 100%;
    height: 2.2rem;
  }
  .hot3 {
    height: 13.34rem;
  }
  .hot3 .con p {
    padding: 0 0.85rem;
  }
  .hot3 .pro {
    top: 4.1rem;
    left: 0.05rem;
  }
  .hot3 .directive-item.directive-item-left {
    top: 12.27rem;
    left: 1.8rem;
    flex-direction: column-reverse;
  }
  .hot3 .directive-item.directive-item-left i {
    transform: rotate(-90deg);
  }
  .hot3 .directive-item.directive-item-right {
    top: 12.27rem;
    right: 0.56rem;
    flex-direction: column;
  }
  .hot3 .directive-item.directive-item-right i {
    transform: rotate(-90deg);
  }
  .hot3 .directive-item p {
    font-size: 0.25rem;
    line-height: 0.35rem;
  }
  .hot4 {
    height: 13.34rem;
  }
  .hot4 .big-box {
    width: 6.7rem;
    height: 8.5rem;
    margin: 0.3rem auto 0;
  }
  .hot4 .box-left,
  .hot4 .box-right {
    height: 8rem;
    width: 3.35rem;
  }
  .hot4 .box-left {
    border-bottom-left-radius: 0.55rem;
    align-items: flex-start;
    position: relative;
  }
  .hot4 .box-right {
    border-bottom-right-radius: 0.55rem;
  }
  .hot4 .battery {
    top: 1.8rem;
  }
  .hot4 .pro-name {
    width: 3.35rem;
    top: auto;
    left: 0;
    padding: 0 0.3rem;
    font-size: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    bottom: 0.45rem;
  }
  .hot4 .battery-name {
    width: 3.35rem;
    top: auto;
    left: 0;
    font-size: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    bottom: 0.45rem;
  }
  .hot4 .hot4-swiper .swiper-wrapper .swiper-slide {
    align-items: flex-start;
    padding-top: 0.94rem;
  }
  .hot4 .swiper-pagination {
    bottom: 0;
  }
  .hot4 .swiper-pagination span {
    background-color: #c8c8c8;
  }
  .hot4 .battery {
    top: 1.8rem;
  }
  .hot4 .swiper-pagination {
    bottom: 0;
  }
  .hot4 .swiper-pagination span {
    background-color: #c8c8c8;
  }
  .hot4 .swiper-button-prev {
    top: 3.45rem;
    left: 0.7rem;
    right: auto;
    transform: rotate(-90deg);
    border-left-color: #fff;
  }
  .hot4 .swiper-button-next {
    top: 4.28rem;
    left: 0.7rem;
    right: auto;
    transform: rotate(90deg);
    border-left-color: #fff;
  }
  .hot4 .battery-btn {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.15rem solid transparent;
    border-bottom: 0.15rem solid transparent;
    border-left: 0.2rem solid #000;
    right: 0.7rem;
  }
  .hot4 .battery-btn-prev {
    top: 3.45rem;
    transform: rotate(-90deg);
  }
  .hot4 .battery-btn-next {
    top: 4.28rem;
    transform: rotate(90deg);
  }
  .hot4 .battery-btn-disable {
    opacity: 0.5;
  }
  .hot5 {
    height: 13.34rem;
  }
  .hot5 .part2 .pro-box {
    width: 6.7rem;
    height: 8.5rem;
    margin: 0.35rem auto 0;
  }
  .hot6 {
    height: 13.34rem;
    padding-top: 1.15rem;
    padding-left: 0;
  }
  .hot6 .con {
    text-align: center;
  }
  .hot6 .pro-box {
    width: 6.2rem;
    height: 7.8rem;
    right: 0.63rem;
  }
  .hot6 .pro-box .icon {
    top: 3.63rem;
    left: 0.21rem;
  }
  .hot7 {
    height: 13.34rem;
  }
  .hot7 .bg {
    background-size: cover;
  }
  .hot8 {
    height: 13.34rem;
  }
  .hot8 .con p {
    padding: 0 0.6rem;
  }
  .hot9 {
    height: 13.34rem;
  }
  .hot9 .pro {
    width: 6.7rem;
    height: 6.2rem;
    margin: 0 auto;
  }
  .hot9 .gas-box {
    display: flex !important;
    justify-content: center;
    align-items: center;
    column-gap: 0.78rem;
    margin-bottom: 0.5rem;
  }
  .hot9 .gas-box .gas-item {
    height: 0.46rem;
    display: flex;
    align-items: center;
  }
  .hot9 .gas-box .gas-item .icon {
    position: relative;
    width: 0.9rem;
    height: 0.46rem;
  }
  .hot9 .gas-box .gas-item img {
    position: absolute;
    width: 0.9rem;
    height: 0.46rem;
  }
  .hot9 .gas-box .gas-item span {
    font-family: "HelveticaNeueLTProLight";
    font-size: 0.2742rem;
    margin-left: 0.28rem;
  }
  .hot9 .gas-box .gas-item .icon1 {
    opacity: 0;
  }
  .hot9 .gas-box .gas-item .icon2 {
    opacity: 1;
  }
  .hot9 .gas-box .gas-item.active span {
    color: #d7ff00;
  }
  .hot9 .gas-box .gas-item.active .icon1 {
    opacity: 1;
  }
  .hot9 .gas-box .gas-item.active .icon2 {
    opacity: 0;
  }
  .hot10 {
    height: 13.34rem;
  }
  .hot10 .con p {
    padding: 0 0.38rem;
  }
  .hot10 .icon-box {
    flex-direction: column;
    margin-top: 0.84rem;
    align-items: flex-start;
    padding-left: 2.15rem;
  }
  .hot10 .icon-box .icon-item:nth-child(1) {
    margin-bottom: 0.85rem;
  }
  .hot10 .icon-box .icon-item:nth-child(1) .icon {
    margin-right: 0.3rem;
  }
  .hot10 .icon-box .icon {
    margin-right: 0.22rem;
  }
  .hot10 .bg {
    width: 7.5rem;
    height: 5.05rem;
  }
  .hot11 {
    height: 13.34rem;
  }
  .hot11 .pro {
    width: 4.85rem;
    height: 6.95rem;
    top: 3.95rem;
    left: 1.32rem;
  }
  .hot11 .msg {
    flex-direction: column;
    top: 9.24rem;
    left: 0.99rem;
    width: 5.6rem;
    justify-content: center;
  }
  .hot11 .msg .line {
    width: 0.22rem;
    height: 2.62rem;
    margin: 0 0 0.1rem 3.15rem;
  }
  .hot11 .msg p {
    font-size: 0.25rem;
    line-height: 0.35rem;
  }
  .hot12 {
    height: 14.34rem;
    padding: 1rem 0 1rem;
  }
  .hot12 .con-box {
    flex-direction: column;
  }
  .hot12 .con {
    text-align: center;
  }
  .hot12 .con-right {
    width: 5.8rem;
    height: 10.4rem;
    margin: 0 auto;
  }
  .hot12 .icon-item {
    width: 50%;
  }
  .hot13 {
    height: 13.34rem;
  }
  .hot14 {
    height: 13.34rem;
    overflow: hidden;
    padding-top: 0;
  }
  .hot14 .mobile {
    display: flex !important;
    padding: 0.3rem 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 13.34rem;
  }
  .hot14 .mobile .hot14-item {
    width: 6.9rem;
    height: 4.1rem;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .hot14 .mobile .hot14-item img {
    width: 100%;
    height: 100%;
  }
}
