.color-white{
    color: #fff !important;
}
.color-black{
    color:black !important;
}
.color-main{
   color: #007634 !important;
}
.color-title{
    color: #1B1D1C !important;
}
.color-7d{
    color: #7D7D7D !important;
}

.conner{
    width: 100%;
    max-width: 1496px;
    margin: 0 auto;
}
.conner-fuild{
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
}
.conner-details{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.conner-support{
    width: 100%;
    max-width: 1496px;
    margin: 0 auto;
}
.conner-customize{
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
}

.yjstory-banner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}

.yjstory-breadcrumbs {
  /* width: 263px; */
  height: 24px;
  position: absolute;
  top: 20px;
  left: 213.5px;  /* 根据实际logo的位置进行调整 */
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;

}

.yjstory-breadcrumbs a{
  color:  rgba(255, 255, 255, 0.70);
  font-family: 'Sora-Regular';
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.yjstory-banner {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: 0;
  padding-bottom: 27.5%; 
  background-color: #e9e9e9;  
  object-fit: fill;
  overflow: hidden;
}

.yjstory-banner .yjstory-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.yjstory-banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
  text-align: center;
  font-family: 'Sora-semibold';
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 140% */
  text-transform: capitalize;
}

.story-all{
  width: 100%;
}

/* 面包屑 */
.packaging-crumbs {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  height: 42px;
  border-bottom: 1px solid #eee;
  margin-top: 40px;
}

.packaging-crumbs-title {
  flex: 1;
  margin-right: auto;

}

.packaging-crumbs-list {
  display: flex;
  gap: 80px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.packaging-crumbs-item {
  text-decoration: none;
  position: relative;


}

.packaging-crumbs-item.active::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 3px;
  background: #007634;
}
/* 面包屑 end */

/* inner07_accessories */

.yjstory-banner-text{
    width: 1100px;
    max-width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.yjstory-banner-subtitle{
    color: #FFF;
text-align: center;


}
.yjstory-banner-subcontent{
    color:  #FFF;
    text-align: center;

    margin-top: 20px;
}
.lids{
    margin-bottom: 80px;
}
.lids-ul{
    width: 100%;
    display: flex;
    justify-content: space-between;           
    margin-top: 80px;     
    /* max-height: 450px; */
}
.lids-li-left{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    margin-right: 56px;
}
.lids-li-right{
    width: 49%;
    
}
.lids-li-right img{
    width: 100%;
    height: 100%;
}
.lids-li-title{
    color:  #1B1D1C;

    /* margin-top: 16px; */
}
.lids-li-content{

    margin-top: 5px;
    margin-bottom: 20px;
}
.lids-li-content{
    font-size: 1rem;
}
.lids-li-subtitle{
    color:  #83b735;
    font-style: normal;
    line-height: 30px; /* 150% */
    margin-bottom: 5px;
}

.lids-li-subcontent p{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 1rem;
}
.lids-li-subcontent p img{
    margin-right: 5px;
}

/* casp */
.caps {
    padding: 80px 0;
}

.caps-container {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
}

.caps-sidebar {
    width: 180px;
    height: 384px;
    max-width: 180px;
    border-radius: 20px;
    background: #FFF;
    flex: 0 0 auto;
    padding: 53px 0px;
    padding-left: 20px;
}

.caps-content {
    width: calc(100% - 180px);

}

.caps-sidebar a {
    display: block;
    margin-bottom: 36px;
    position: relative;
    z-index: 2;
    color: #444747;

    /* 16号 */
    font-family: 'Sora-regular';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.caps-sidebar a.active {
    color: #fff
}

.caps-sidebar a:last-child {
    margin-bottom: 0;
}

.caps-sidebar a.active::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);  
    background-image: url('../image/select-green.png');
    background-size: cover;
    background-position: center;

    width: 232px;
    height: 50px;
    z-index: -1;
    color: #fff;
}

/* custom */
.custom-wide{
    margin-bottom: 50px;
}
.custom-ul-title ul {
    display: flex;
    border: 1px solid #E5E5E5;
    background: #F5F5F5;
    align-items: center;
    list-style-type: none;
    margin-top: 28px;
    position: relative;
    flex-wrap: wrap;
    max-width: 676px;
    padding: 18px 40px;

}

.custom-ul-title ul li {
    color: #7D7D7D;
    font-family: 'Sora-regular';
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 150% */
    position: relative;
    padding-left: 16px;
    margin-right: 24px;
}



.custom-ul-title ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: green;
    border-radius: 50%;
}

.custom-ul-title ul::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 70px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 12px solid #f5f5f5;
    z-index: 1;

}






.custom-wide-title {
    color: #1B1D1C;

    /* 文章标题 */
    font-family: 'Sora-semibold';
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    /* 137.5% */
}

.custom-wide-subtitle {
    color: #444747;
    font-family: 'Sora-regular';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-top: 20px;
}

.custom-ul-title {
    color: #1B1D1C;
    font-family: 'Sora-semibold';
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    margin-top: 40px;
}

.custom-module-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.custom-module-image {
    width: 48%;
}

.custom-module-image img {
    max-width: 100%;
    height: auto;
}

.custom-module-content {
    width: 46%;
    position: relative;
    max-width: 676px;
}

.custom-module-title {
    position: absolute;
    left: -50px;
    top: 5px;
    transform: translateY(-50%);

}
.caps-content-title{
    max-width: 1200px;
    margin: auto;
}
.caps-content-title p:first-child {
    color: #1B1D1C;
    text-align: center;
    font-family: 'Sora-semibold';
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 138.462% */
    margin-bottom: 20px;
}

.caps-content-title p {
    color: #444747;
    text-align: center;

    font-family: 'Sora-regular';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.caps-content-container>.caps-content-title>img {
    margin-top: 40px;
}

.caps-product-type {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 30px;
}

.caps-product {
    width: 23%;
    /* max-width: 260px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

}

/* .caps-product:not(:nth-child(4n)) {
    margin-right: 40px;
} */

/* .caps-product:nth-child(4n) {
    margin-right: 0;
} */

.caps-product img {
    width: 260px;
    height: 260px;
}

.caps-product-title {
    margin-top: 16px;
    color: #7D7D7D;
    text-align: center;

    font-family: 'Sora-regular';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.caps-content-container {
    display: none;
}

.caps-content-container[data-content="beverage"] {
    /* 或者您想默认显示的内容 */
    display: block;
}


.sealing-container {
    width: 100%;
    text-align: center;
    flex-direction: column;
}

.seling-text {
    max-width: 1100px;
    margin: 0 auto;
}

.features {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.feature {
    flex: 1;
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.circle {
    width: 220px;
    height: 220px;
    background-color: #e6e6e6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle span {
    color: #000;
    text-align: center;
    font-family: 'Sora-semibold';
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    max-width: 180px;
}

.plus {
    margin-left: 25px;
}

.personalized span {
    color: #000;
}

.active .circle {
    background-color: #007634;
}

.active .circle span {
    color: #CBD402;

}

.seling-text-title {
    color: #1B1D1C;
    text-align: center;

    font-family: 'Sora-semibold';
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    /* 140% */
}

.seling-text-subtitle {
    color: #444747;
    text-align: center;

    /* 16号 */
    font-family: 'Sora-regular';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}





@media (max-width: 768px) {
    .lids{
        padding: 0 20px;
    }
    .lids-ul{
        flex-direction: column;
        margin-top: 20px;
    }
    .lids-li-content{
        margin-top: 5px;
        margin-bottom: 25px;
    
    }
    .lids-li-subtitle{
        margin-bottom: 14px;
    }
    .lids-li-left{
        width: 100%;
    }
    .lids-li-right{
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .lids-li-right img{
        width: 100%;
       
    }
    .caps {
        padding: 40px 0;

}
    .caps-container{
        flex-direction: column;
        padding: 0 20px;
    }
    .caps-sidebar{
        padding: 35px 0px;
        padding-left: 20px;
    }
    .caps-content{
        width: 100%;
        margin-left: 0px;
        margin-top: 30px;
    }
    .caps-content-title img{
        width: 100%;
    }
    .caps-product-type{
        flex-direction: column;
        align-items: center;
    }
    .caps-product{
        width: 100%;
         margin-right: 0px !important;
    }
    .project-quote {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .project-quote-form-caps{
        width: 100% !important;
        height: auto;
    }
    .form-container{
        padding: 20px;
    }

    .seling-text-title{
        line-height: 30px;
    }
    .sealing{
        margin-top: 40px;
    }
    .seling-text-title{
        margin-bottom: 20px;
    }
    .sealing-container{
        box-sizing: border-box;
        padding: 0 20px;
    }
    .feature{
        margin: 0;
        margin-bottom: 20px;
    }
    .features{
        flex-wrap: wrap;
    }
    .circle{
        width: 120px;
        height: 120px;
    }
    .circle span{
        max-width: 115px;
    }
    .plus{
        margin-left: 15px;
    }

    .custom-wide{
        padding: 0 20px;
        margin-top: 30px;
    }

    .custom-module-container{
        flex-direction: column;
    }
    .custom-module-image{
        width: 100%;
    }
    .custom-module-content{
        width: 100%;
    }
    .custom-wide-subtitle{
        margin-top: 0px;
    }
   
}
.button-leftbn {
    width: 200px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 2px;
    background: #007634;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* inner07 end */



.stry-service-container {
  display: flex;
  flex-wrap: wrap;
  gap: 26.5px;
  padding: 0 25px;
}

.stry-service-item {
  position: relative;
  width: calc(25% - 20px);
  box-sizing: border-box;
  max-width: 440px;
}

.stry-service-image-wrapper {
  position: relative;
  display: inline-block; 
}

.stry-service-image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); 
  z-index: 1; 
  transition: opacity 0.3s; 
  opacity: 1; 
}

.stry-service-item:hover .stry-service-image-wrapper::after {
  opacity: 0; 
}
.stry-service-image {
  width: 100%;
  display: block; 
  height: auto; 
}



.stry-service-title {
  color: #111126;
  line-height: 24px;
  font-weight: 700;
  padding: 16px 0;
  border-bottom: 1px solid #E5E5E5;
}

.stry-service-description {
  color: #6F7478;
  line-height: 24px;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 30px;
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.stry-service-link {
  color: #6F7478;
  line-height: 19.12px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s, text-decoration 0.3s;
}


.stry-service-item:hover .stry-service-title,
.stry-service-item:hover .stry-service-link {
  color: #83b735; 
}

.stry-service-item:hover .stry-service-link {
  text-decoration: underline; 
}


.advant{
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.advant>.conner{
  background-color: #F5F5F5;
  position: relative;
  padding: 70px 120px;
}

.advat-all img{
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0px;
}
.advant-header-bottom{
  margin-top: 48px;
}
.advantages-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 18px;
}


.advantages-row {
  display: flex;
  justify-content:space-between;
  position: relative;
}
.advantages-row:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}

.advantages-row:last-child {
  border-bottom: none !important;
}



.advantage-item {
  width: 45%;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 498px;
  padding: 30px 0;
}
.advantage-item img{
  margin-right: 10px;
}

.advantage-item p{
  color: #444444;
  font-weight: 400;
}
.inquiry-button {
  color: #fff;
  margin-top: 48px;
}

.inquiry-button a {
  display: flex;
  width: 60%;
  max-width: 600px;
  color: #fff;
  background-color: #83b735;
  border: none;
  padding: 18px 20px;
  cursor: pointer;
}
.inquiry-button a span{
  text-decoration: underline;

}


.cap-title-one{
    position: relative;
    text-align: center;
    padding-bottom: 10px;
	max-width: 800px;
	margin: 0 auto;
    margin-bottom: 30px;

}

.cap-title-one:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
    background-color: #83b735;
}
.stry-service-image{
    min-height:280px ;
    max-height: 280px;
    max-width: 320px;
    min-width: 320px;
}



.w1200 {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.w1200:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
.ai_card {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 80px;
}
.ai_card h3.t {
	padding-top: 80px;
	text-align: center;
    margin-bottom: 10px;
    font-size: 2rem;
}
.ai_card p.sub_t {
	text-align: center;
	padding-bottom: 40px;
    max-width: 890px;
    margin: auto;
}

.ai_card ul {
	padding-bottom: 70px;
}
.ai_card ul li {
	float: left;
	position: relative;
	width: 33%;
	height: 480px;
	border: 1px solid #e7e7e7;
	margin-left: -1px;
	z-index: 10;
}

.ai_card ul li:before {
	content: "";
	width: 0px;
	height: 2px;
	background: #83b735;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 999;
	transition: 1s;
}
.ai_card ul li .info {
	position: absolute;
	top: 80px;
	width: 100%;
	left: 0;
	transition: 0.5s;
}
.ai_card ul li .info .img {
	width: 100%;
	height: 100%;
	text-align: center;
}

.ai_card ul li .info h3 {
	font-weight: normal;
	padding-top: 30px;
	text-align: center;
}
.ai_card ul li .info p {
	width: 80%;
	/* height: 85px; */
	line-height: 24px;
	margin: 0 auto;
        display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
        /* max-height: 80px; */
    overflow: hidden;
}
.ai_card ul li a.btn {
	position: absolute;
	width: 120px;
	/* height: 40px; */
	line-height: 40px;
	display: block;
	left: 50%;
	margin-left: -60px;
	bottom: 10px;
	color: #fff;
	background: #83b735;
	opacity: 0;
	transition: 0.5s;
	text-align: center;
    border-radius: 5px;
}

.ai_card ul li.active {
	box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
}
.ai_card ul li.active:before {
	width: 100%;
	height: 2px;
}
.ai_card ul li.active .info {
	top: 50px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.ai_card ul li.active a.btn {
	opacity: 1;
}
.advant-header-title,.cap-title-one,.t {
    font-size: 2rem;
}




#toggle-toc {
    background-color: #83b735;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
}

#toggle-toc:hover {
    background-color: #83b735;
}

.toc {

    background-color: #f9f9f9;
    width: 45%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.toc.open {
    max-height: 500px; /* 根据需要调整 */
    padding: 10px;
    border:1px solid #83b735;
}

.toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc ul li {
    margin-bottom: 5px;
}

.toc ul li a {
    text-decoration: none;
    color: #83b735;
}

.toc ul li a:hover {
    text-decoration: underline;
}


.caps{
    padding-top: 20px;
}

.custom-module-title {
    position: absolute;
    left: -50px;
    transform: translateY(-50%);
    font-size: 100px;
    white-space: nowrap;
    color: #8BC34A;
    opacity: 0.2;
}

.custom-wide-title {
    position: relative;
    z-index: 1;
}
.custom-wide-headtitle{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 50px;
}

.schmenu{height:33px; line-height:33px; background:#636871; width:100%; margin:0 auto; overflow:hidden;}
.schmenu ul{max-width:1496px; margin:0 auto; overflow:hidden;}
.schmenu ul li{float:left;list-style:none;}
.schmenu ul li a{height:33px; line-height:33px; display:block;color:#fff; font-size: 13px; padding: 0 10px;text-decoration: none;}
.schmenu ul li a:hover{color:#fff; background:#000; text-decoration:none;-moz-transition:all 0.2s ease;-webkit-transition:all 0.2s ease;-o-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease;}

.faq-conner dl dd p{
    margin-bottom: 0px;
}
.hide {
  display: none;
}

dt {
  font-size: 19px;
  color: #669933;
  margin-bottom: 10px;
  margin-left: 26px;
  cursor: pointer;
}

/* Triangle list item */
dt:before {
  content: "";
  border-color: transparent #83b735;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  display: block;
  height: 0;
  width: 0;
  left: -16px;
  top: 17px;
  position: relative;
}

dd {
  padding: 20px;
  background: #FDFCFA;
  border-radius: 5px;
  border: 1px solid #83b735;
  margin: 20px 0 30px;
  position: relative;
}

/* Triangle in definition container */
dd:after, dd:before {
  bottom: 100%;
  left: 6%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

dd:after {
  border-color: rgba(136, 183, 213, 0);
  border-color: transparent;
  border-bottom-color: #FDFCFA;
  border-width: 15px;
  margin-left: -15px;
}

dd:before {
  border-color: rgba(194, 225, 245, 0);
  border-color: transparent;
  border-bottom-color: #83b735;
  border-width: 17px;
  margin-left: -17px;
}
.faq-description{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.design_cri{
	margin-bottom: 80px;
}

@media (max-width: 768px) {
    .lids-ul{
        max-height: fit-content;
    }
    .stry-service-item{
        width: 100%;
    }

    .stry-service-image{
        min-height: auto;
        max-height: none;
        max-width: none;
    }
    .stry-service-title{
        margin-bottom: 10px;
    }
    .advant>.conner{
        padding: 40px 20px;
    }
    .advant-header-title, .cap-title-one, .t{
       font-size: 1.4rem;
    }
    .inquiry-button a{
        width: 100%;
        flex-wrap: wrap;
    }
    .video-container{
        flex-direction: column;
 
    }
    .video-con{
       padding: 0 20px;
        box-sizing: border-box;
    }
    .video-title{
        line-height: 32px !important;
    }
    .video-right form{
        gap: 15px !important;
    }
    .video-right,.video-left{
        width: 100% !important;
    }
    .video-right{
        margin-top: 20px;
    }
    .advantage-item{
        flex-direction: column;
    }
    .ai_card h2.t{
        padding-top: 50px;
        font-size: 1.4rem !important;
    }
    .ai_card .conner ul{
        padding: 0 20px;
    }
    .ai_card ul li {
        width: 100%;
        height: 450px;
    }
    .ai_card ul li .info{
        top:40px；
    }
    .ai_card ul li .info p{
        width: 75%;
    }
    .ai_card ul li .info h3{
        margin-bottom: 10px;
        font-size: 1rem;
    }
    .advant,.ai_card_con{
        padding: 0 20px;
    }
    .custom-module-title{
        left: -15px;
        font-size: 60px;
        top: 15px;
    }
    .custom-module-content{
        margin-bottom: 30px;
    }
    .custom-wide-subtitle p{
        margin-bottom: 10px;
    }
    .faq-conner{
        padding: 0 20px;
    }
    .faq-conner dl{
        margin-bottom: 10px;
    }
    .lids-ul{
        margin-top: 0px;
    }
    .lids-li-title{
        margin-bottom: 15px;
    }
    .video-con{
        margin-bottom: 50px;
    }
    .ai_card p.sub_t{
        padding-bottom: 0;
    }
    .ai_card h3.t{

    font-size: 1.4rem;
    }
    .custom-wide-subtitle{
    margin-bottom:15px;
}

}

.custom-wide-subtitle{
    margin-bottom: 30px;
}
.ai_card ul li .info .img img{
	width:45% ;
	height:auto 
}

/* Chrome, Edge, and Safari */

  ::-webkit-scrollbar {
            width:3px; 
            border-radius: 50px; 

        }

        ::-webkit-scrollbar-track {
            background: #cddc39;
        }

        ::-webkit-scrollbar-thumb {
            background: #83b735; 
            border-radius: 50px; 
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #83b735; 
        }
.ai_card ul li .info p{
    max-height: 90px;
    overflow: auto;
}