.alsman-imgtext-show-section {
  padding: 80px 0;
  background: #000000;
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/34275/3203/dba5001475a4c21a38a68c11106e0112/%E9%A6%96%E9%A1%B5_07.png)no-repeat top;
  background-size: cover;
}
.alsman-imgtext-show-section h3{
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1.4;
}
.alsman-imgtext-show-section .more{
  text-align: right;
  font-size: 20px;
  color: var(--color-primary) !important;
  display: block;
  margin-top: 50px;
  font-weight: 600;
}
.alsman-imgtext-show-section .more:hover{
   color:#fff
}
.alsman-imgtext-show-section .alsman-imgtext-show-row {
  display: flex;
  gap: 2%;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 120px;
}
.alsman-imgtext-show-section .alsman-imgtext-show-card {
  position: relative;
  aspect-ratio: 726/437;
  width: 100%;
  max-width: 49%;
  overflow: hidden;
  border-radius: var(--button-radius);
}
.alsman-imgtext-show-section .alsman-imgtext-show-card-reverse {
  flex-direction: row-reverse;
}
.alsman-imgtext-show-section .alsman-imgtext-show-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  =: 726/437;
}
.alsman-imgtext-show-section .alsman-imgtext-show-img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.38) 60%, rgba(0,0,0,0.82) 100%);
  z-index: 1;
  background: transparent;
}
.alsman-imgtext-show-section .alsman-imgtext-show-mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgb(255 255 255 / 0%);
  z-index: 2;
}
.alsman-imgtext-show-section .alsman-imgtext-show-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  padding: 22px;
  /* top: 0; */
  width: 40%;
}
.alsman-imgtext-show-section .alsman-imgtext-show-subtitle {
  color: var(--btn-hover);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.alsman-imgtext-show-section .alsman-imgtext-show-title {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 18px;
  color: var(--color-primary);
  font-family: var(--title-font-family);
  line-height: 1.1;
  text-shadow: 2px 1px 0px #fff;
}
.alsman-imgtext-show-section .alsman-imgtext-show-desc {
  font-size: 18px;
  color: #fff;
  /* margin-bottom: 32px; */
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 2px 1px 0px #000000;
}
.alsman-imgtext-show-section .alsman-imgtext-show-btn i{
 font-size: 30px;line-height: 70px;
}

.alsman-imgtext-show-section .alsman-imgtext-show-btn{
  display: inline-block;
  background: transparent;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  /* padding: 50px; */
  border-radius: var(--button-radius);
  text-decoration: none;
  transition: background 0.2s;
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
  margin-bottom: 23px;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  align-items: center;
  text-align: center;
}
.alsman-imgtext-show-section .alsman-imgtext-show-btn:hover {
  background: var(--btn-hover);
  color: #fff;
}
@media (max-width: 1280px) {
.alsman-imgtext-show-section .alsman-imgtext-show-content{width: 45%;}
}
@media (max-width: 1200px) {
  .alsman-imgtext-show-section .alsman-imgtext-show-card {
    height: 340px;
  }
  .alsman-imgtext-show-section .alsman-imgtext-show-content {
    padding: 32px 18px 24px 18px;
  }
  .alsman-imgtext-show-section .alsman-imgtext-show-title {
    font-size: 1.3rem;
  }
  .alsman-imgtext-show-section .alsman-imgtext-show-desc {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
@media (max-width: 900px) {
  .alsman-imgtext-show-section .alsman-imgtext-show-row {
    flex-direction: column;
    gap: 24px;
  }
  .alsman-imgtext-show-section .alsman-imgtext-show-card {
    height: auto;
    min-width: 0;
    max-width: 100%;
    flex-direction: column !important;
  }
  /*.alsman-imgtext-show-section .alsman-imgtext-show-img {
    height: 140px;
  }*/
  .alsman-imgtext-show-section .alsman-imgtext-show-content {
    padding: 18px 8px 12px 8px;
  }
  .alsman-imgtext-show-section .alsman-imgtext-show-title {
    font-size: 1.05rem;
  }
  .alsman-imgtext-show-section .alsman-imgtext-show-desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
} 



@media screen and (max-width: 1500px) {
  .alsman-imgtext-show-section h3 {font-size: 40px;}
}
@media screen and (max-width: 1440px) {
  .alsman-imgtext-show-section h3 {font-size: 36px;}
   .alsman-imgtext-show-section .alsman-imgtext-show-title{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .alsman-imgtext-show-section .alsman-imgtext-show-content{
    width:45%
  }
  .alsman-imgtext-show-section .alsman-imgtext-show-desc{
    font-size:16px;
  }
      .alsman-imgtext-show-section .alsman-imgtext-show-btn i {font-size: 20px;line-height: 36px;}
  .alsman-imgtext-show-section .alsman-imgtext-show-btn {margin-bottom: 10px;width: 55px;height: 55px;}
}
@media screen and (max-width: 1281px) {
  .alsman-imgtext-show-section .alsman-imgtext-show-title{
    font-size: 22px;
  }
  .alsman-imgtext-show-section h3 {font-size: 34px;}
    .alsman-imgtext-show-section .alsman-imgtext-show-btn i {font-size: 20px;line-height: 36px;}
  .alsman-imgtext-show-section .alsman-imgtext-show-btn {margin-bottom: 10px;width: 55px;height: 55px;}
}
@media screen and (max-width: 1171px) {
  .alsman-imgtext-show-section h3 {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .alsman-imgtext-show-section h3 {font-size: 26px;}
}
@media screen and (max-width: 768px) {
  .alsman-imgtext-show-section h3 {font-size: 24px;}
  .alsman-imgtext-show-section .alsman-imgtext-show-btn {margin-bottom: 10px;width: 55px;height: 55px;}
  .alsman-imgtext-show-section .alsman-imgtext-show-btn i {font-size: 23px;line-height: 55px;}
  .alsman-imgtext-show-section .alsman-imgtext-show-content {/* bottom: 27px; */width: 45%;}
  .alsman-imgtext-show-section .alsman-imgtext-show-row {margin-top: 30px;}
  .alsman-imgtext-show-section {padding: 30px 0;}
}
@media screen and (max-width: 480px) {
  .alsman-imgtext-show-section h3 {font-size: 22px;}
  .alsman-imgtext-show-section .alsman-imgtext-show-title {font-size: 13px;}
  .alsman-imgtext-show-section .alsman-imgtext-show-desc {font-size: 12px;}
  .alsman-imgtext-show-section .alsman-imgtext-show-content {width: 55%;}
  .alsman-imgtext-show-section .alsman-imgtext-show-btn {margin-bottom: 12px;width: 40px;height: 40px;line-height: 31px;}
  .alsman-imgtext-show-section .alsman-imgtext-show-btn i {font-size: 20px;line-height: 36px;}
  .alsman-imgtext-show-section .alsman-imgtext-show-content {bottom: 5px;}
}

@media(max-width:447px){
  .alsman-imgtext-show-section .alsman-imgtext-show-content {bottom: -4px;}
}

