:root {
  --bobo-pic-text-p: 100px 15px;
  --bobo-pic-text-text-size: 18px;
  --bobo-pic-text-text-pl: 20px;
}

.bobo_pic_text {
  padding: 70px 0;
  background: #0d0e14;
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/474106/4501/df5331b5bacd55f379951dd4793a41df/93d16bad-a46d-4987-b8f8-e91bb3775bcb.png) no-repeat center;
  background-size: 110%;
  border-top: 4px #000 solid;
  position: relative;
}
.bobo_pic_text::before{
                          content:'';
                          width:100%;
                          height:100%;
                          top:0;
                          left:0;
                          right:0;
                          bottom:0;
                          background: #000000b0;
                          position:absolute;
                          z-index: 0;
                        
                          }
.bobo_pic_text .row {
  align-items: center;
}

.bobo_pic_text .col-lg-6,
.bobo_pic_text .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.bobo_pic_text .tit{
  padding-right: 15px;
}

.bobo_pic_text .tit em {
  font-size: 16px;
  color: var(--color-second);
  font-weight: 700;
  line-height: normal;
}

.bobo_pic_text .tit h2 {
  margin-top: 0.3333em;
  font-size: clamp(24px, 2.4vw, 46px);
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.bobo_pic_text .tit ul {
  margin: 12px 0 0;
  overflow: hidden;
  counter-reset: section;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.bobo_pic_text .tit ul li {
  margin: 30px 0 0;
  font-size: var(--bobo-pic-text-text-size);
  line-height: 1.5555em;
  width: 50%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}

.bobo_pic_text .tit ul li:first-child::before {
  counter-increment: section;
  content: '1';
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  background: var(--color-primary);
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}
.bobo_pic_text .tit ul li:nth-child(2)::before {
  counter-increment: section;
  content:'4';
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  background: var(--color-primary);
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}
.bobo_pic_text .tit ul li:nth-child(3)::before {
  counter-increment: section;
  content:'2';
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  background: var(--color-primary);
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}
.bobo_pic_text .tit ul li:nth-child(4)::before {
  counter-increment: section;
  content:'5';
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  background: var(--color-primary);
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}
.bobo_pic_text .tit ul li:nth-child(5)::before {
  counter-increment: section;
  content:'3';
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  background: var(--color-primary);
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}
.bobo_pic_text .tit ul li:nth-child(6)::before {
  counter-increment: section;
  content:'6';
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  background: var(--color-primary);
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

.bobo_pic_text .tit ul li:nth-child(2n) {
  width: 50%
}

.bobo_pic_text .tit ul li span {
  font-size: var(--bobo-pic-text-text-size);
  -webkit-flex: 1;
  flex: 1;
  margin-left: var(--bobo-pic-text-text-pl);
}
.bobo_pic_text .tit .more {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--color-primary);
            color: #ffffff;
            padding: 14px 28px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
        }

.bobo_pic_text .tit .more:hover {
            background: var(--color-primary);
            transform: translateX(5px);
            box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
        }
.bobo_pic_text .tit .more {
  margin: 60px 0 0;
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
   
}

 

.bobo_pic_text .pic ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.bobo_pic_text .pic ul li {
  width: calc(50% - 20px);
  position: relative;
}

.bobo_pic_text .pic ul li img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  object-fit: contain;
  /* aspect-ratio: 355 / 535; */
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.bobo_pic_text .pic ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}

@media screen and (max-width: 1500px) {
  :root {
    --bobo-pic-text-p: 85px 15px;
    --bobo-pic-text-text-size: 16px;
    --bobo-pic-text-text-pl: 18px;
  }



  .bobo_pic_text .pic ul li {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --bobo-pic-text-p: 70px 15px;
    --bobo-pic-text-text-size: 14px;
    --bobo-pic-text-text-pl: 16px;
  }

  .bobo_pic_text {
    padding: 50px 0;
  }

  .bobo_pic_text .tit em {
    font-size: 14px;
  }



  .bobo_pic_text .pic ul li {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 992px) {
  :root {
    --bobo-pic-text-p: 70px 15px;
    --bobo-pic-text-text-size: 16px;
    --bobo-pic-text-text-pl: 18px;
  }
  .bobo_pic_text .tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }
  .bobo_pic_text .tit ul li{
    width: 50%;
  }
  .bobo_pic_text .tit ul li:nth-child(2n) {
    width: 50%;
  }
  .bobo_pic_text .tit em {
    font-size: 16px;
    display: block;
  }

  .bobo_pic_text .tit .more {
    display: inline-block;
    margin: 40px auto;
  }
  .bobo_pic_text .pic ul li {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 991px) {
  :root {
    --bobo-pic-text-p: 55px 15px;
    --bobo-pic-text-text-size: 14px;
    --bobo-pic-text-text-pl: 16px;
  }

  .bobo_pic_text {
    background-size: cover !important;
  }

  .bobo_pic_text .tit em {
    font-size: 14px
  }

  .bobo_pic_text {
    padding: 30px 0;
  }

  .bobo_pic_text .tit ul {
    margin: 10px 0 0
  }

  .bobo_pic_text .tit ul li {
    margin: 20px 0 0;
    text-align: left;
    font-size: 16px;
    width: 50%
  }

  .bobo_pic_text .tit ul li::before {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px
  }

  .bobo_pic_text .tit .more {
    margin: 20px 0 0;
    padding: 0 25px;
    height: 42px;
    line-height: 42px;
    font-size: 14px
  }

  .bobo_pic_text .pic {
    margin: 20px 0 0
  }

  .bobo_pic_text .pic ul li {
    width: calc(50% - 16px)
  }
}

@media screen and (max-width: 576px) {
  :root {
    --bobo-pic-text-p: 30px 15px;
    --bobo-pic-text-text-pl: 10px;
  }
  .bobo_pic_text .row {
    margin-left: 0;
    margin-right: 0;
  }

}