.taxio-choose {
  position: relative;
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/34275/3203/02b5a0bdb0eb01d5993df1c3ac2624bf/%E6%A0%B8%E5%BF%83%E4%BB%B7%E5%80%BC%E8%A7%82.png);
  z-index: 1;
  /* padding: 100px 0; */
}
.taxio-choose .container{
  top: 0;
  bottom: 0;
  margin: auto;
  position: relative;
  left: 0;
  right: 0;
}
.taxio-choose .choose-content-wrapper{
 
}
.taxio-choose .choose-area-bg {
  position: absolute;
  background-image: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/34275/3203/02b5a0bdb0eb01d5993df1c3ac2624bf/%E6%A0%B8%E5%BF%83%E4%BB%B7%E5%80%BC%E8%A7%82.png);
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: cover;*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* opacity: 0.04; */
  z-index: -1;
}

.taxio-choose p {
  font-size: 15px;
  line-height: 1.6;
}

.taxio-choose .choose-content .site-title-tagline {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
}
.taxio-choose .choose-content .site-title-tagline::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background: var(--color-primary);
  opacity: 0.2;
  left: -2px;
  bottom: 0;
}

.taxio-choose .choose-content .site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 48px;
  color: var(--color-primary) !important;
  margin-bottom: 0;
}
.taxio-choose .choose-content .site-title span {
  color: var(--color-primary);
}

.taxio-choose .choose-content .site-heading p {
  margin: 15px 0 0;
}

.taxio-choose .choose-item {
  display: flex;
  gap: 15px;
  position: relative;
  /* background: #ffffff; */
  border-radius: 25px;
  margin-bottom: 25px;
  padding: 20px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}

.taxio-choose .choose-count {
  position: absolute;
  right: 20px;
  top: -10px;
  font-size: 50px;
  font-weight: 800;
  -webkit-text-stroke: 1px var(--color-primary);
  -webkit-text-fill-color: transparent;
  z-index: -1;
  line-height: 1.8;
}

.taxio-choose .choose-item-icon {
  width: 90px;
  height: 90px;
  line-height: 80px;
  background: var(--color-primary);
  color: #ffffff;
  font-size: 45px;
  border-radius: var(--button-radius);
  margin-bottom: 15px;
  text-align: center;
}

.taxio-choose .choose-item-icon img {
  width: 55px;
}

.taxio-choose .choose-item-info {
  flex: 1;
}

.taxio-choose .choose-item-info h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: var(--color-primary);
  margin-right: 50px;
}

.taxio-choose .choose-item-info p {
  margin: 0;
  color: #fff;
}


@media(max-width:991px){
  .choose-img img{height: 200px;}
  .choose-content{text-align:center}
  .taxio-choose .choose-area-bg {background-position: unset;}
  .taxio-choose .choose-item-info p {overflow: hidden;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
  .taxio-choose .choose-item-icon img {width: 32px;}
  .taxio-choose .choose-item-icon { width: 60px;height: 60px;line-height: 46px;}
  .taxio-choose .choose-item {padding: 5px;}
  .taxio-choose .choose-count {right: 18px;top: -3px;font-size: 26px;}
}


@media all and (min-width: 992px) {
  .taxio-choose .choose-item.ms-lg-5 {
    margin-left: 3rem !important;
  }
  
}

@media all and (max-width: 991px) {
  .taxio-choose .choose-content-wrapper {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1500px) {
  .taxio-choose .choose-content .site-title {font-size: 40px;}
}
@media screen and (max-width: 1440px) {
  .taxio-choose .choose-content .site-title {font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  .taxio-choose .choose-content .site-title {font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .taxio-choose .choose-content .site-title {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .taxio-choose .choose-content .site-title {font-size: 26px;}
  .taxio-choose .choose-content .site-title-tagline{font-size:16px}
}
@media screen and (max-width: 768px) {
  .taxio-choose .choose-content .site-title {font-size: 24px;}
  .taxio-choose .choose-content .site-title-tagline{font-size:14px}
}
@media screen and (max-width: 480px) {
  .taxio-choose .choose-content .site-title {font-size: 22px;}
}


