.solution .banner-content {
  text-align: left;
}
.solution .banner-desc {
  justify-content: flex-start;
  font-size: max(0.16rem, min(12px));
}
.solution .banner-title {
  margin-bottom: 0.25rem;
  font-size: max(0.4rem, min(24px));
}
.solution .com-banner .com-btn {
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .solution .com-banner .com-btn {
    margin-top: 0.5rem;
  }
}

/* s1  */
.s1 {
  padding: 0.8rem 0;
  /*text-align: center;*/
}
.s1-desc {
  margin-top: 0.16rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.s1-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.66rem;
}
.s1-content img {
  width: 100%;
}
.s1-left {
  flex: 1;
  position: relative;
}
.s1-right {
  flex: 1;
  position: relative;
}
.s1-left::before {
  position: absolute;
  width: 40%;
  aspect-ratio: 1/1;
  content: '';
  background-color: #fdb41d;
  z-index: -1;
  top: -0.26rem;
  left: -0.26rem;
}
.s1-right::before {
  position: absolute;
  width: 40%;
  aspect-ratio: 1/1;
  content: '';
  background-color: #fdb41d;
  z-index: -1;
  bottom: -0.26rem;
  right: -0.26rem;
}
/* s2  */
.s2 {
  padding-bottom: 1rem;
}
.s2-title {
  margin-bottom: 0.8rem;
  text-align: center;
}
.s2-content {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 1.2rem;
}
.s2-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s2-item-icon {
  width: 1.3rem;
  height: 1.3rem;
  padding: 0.42rem;
  box-shadow: 5px 9px 30px 0px rgba(146, 146, 146, 0.21);
  border: solid 1px #787f8d;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
  transition: 1s;
}
.s2-item-icon img {
  width: 100%;
  filter: brightness(0.2) saturate(0);
}
.s2-container {
  padding-top: 0.2rem;
}
.s2-item-title {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  font-size: var(--font-size-22);
  color: inherit;
  transition: 1s;
}
.s2-bottom {
  width: fit-content;
  margin: auto;
  margin-top: 0.6rem;
}
.s2-item-desc {
  color: #666;
}
.s2-bottom-title {
  font-size: var(--font-size-30);
  font-family: var(--font-bold);
  margin-bottom: 0.2rem;
  text-align: center;
}
.s2-bottom-desc {
  line-height: 1.5;
  color: #666;
  font-size: var(--font-size-18);
  display: inline-block;
}
@media (min-width: 768px) {
  .s2-item:hover .s2-item-icon {
    border-color: #fdb41d;
  }
  .s2-item:hover .s2-item-icon img {
    filter: none;
  }
  .s2-item:hover .s2-item-title {
    color: var(--theme-color);
  }
}
@media (max-width: 768px) {
  .s2-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
}
/* s3  */
.s3 {
  padding: 1rem 0;
  background-color: #f7f7f7;
  background-image: url(../images/product/solution-s3-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12.78rem 3.38rem;
}
.s3-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.s3-left {
  flex: 3;
  overflow: hidden;
}
.s3-right {
  flex: 1;
  overflow: hidden;
}
.s3-item-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0.3rem;
}
.s3-item-right {
  padding: 0 1rem;
  box-sizing: border-box;
  /*flex: 1.2;*/
  flex: none;
}
.s3-item-left {
  flex: 1;
  padding-bottom: 1.3rem;
}
.s3-item-right img {
  width: 100%;
}
.s3-vice-item {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0.5rem;
  box-sizing: border-box;
  width: 100%;
}

.s3-vice-item-img img {
  width: 100%;
}
.s3-vice-btn {
  color: var(--theme-color);
  font-size: var(--font-size-24);
  font-family: var(--font-bold);
  margin-top: 0.1rem;
  display: inline-block;
}
.s3-vice-btn::after {
  content: '';
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  min-height: 20px;
  min-width: 20px;
  background-image: url(../images/product/white-right-top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25%;
  margin-left: 0.2rem;
  border-radius: 50%;
  background-color: var(--theme-color);
  vertical-align: middle;
}
.s3-item-title {
  font-size: var(--font-size-30);
  color: #000;
  margin-bottom: 0.2rem;
}
.s3-item-li {
  line-height: 1.5;
  color: #666;
}
.s3-swiper {
  position: relative;
}
.s3-swiper .swiper-tools {
  position: absolute;
  z-index: 1;
  bottom: 2px;
  justify-content: flex-start;
  margin-top: 0;
}
.s3-swiper .swiper-button-prev {
  border-radius: 50%;
  width: 0.38rem;
  height: 0.38rem;
  min-width: 18px;
  min-height: 18px;
  background-color: var(--theme-color);
  display: inline-block;
  transform: rotate(180deg);
  opacity: 1;
  border: 1px solid var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.s3-swiper .swiper-button-next {
  border-radius: 50%;
  width: 0.38rem;
  height: 0.38rem;
  min-width: 18px;
  min-height: 18px;
  background-color: var(--theme-color);
  display: inline-block;
  opacity: 1;
  border: 1px solid var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.s3-swiper .swiper-button-next::after {
  display: none;
}
.s3-swiper .swiper-button-prev:after {
  display: none;
}
.s3-swiper .swiper-button-disabled {
  background-color: transparent;
}
.s3-swiper .swiper-button-disabled img {
  filter: invert(1);
}
.s3-swiper .swiper-tools img {
  width: 0.05rem;
  height: 0.08rem;
  min-height: 8px;
  min-width: 5px;
}
.s3 a:hover {
  color: var(--theme-color);
  opacity: 0.9;
}
@media (max-width: 768px) {
  .s3-title {
    margin-bottom: 0.6rem;
  }
  .s3-left {
    min-width: 100%;
    order: 1;
  }
  .s3-item-right {
    padding: 0;
  }
  .s3-vice-item {
    padding: 0.7rem 2rem;
  }
  .s3-vice-btn {
    font-size: 16px;
  }
}
/* case-s2  */
.solution .case-s2-item-desc {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.solution .case-s2-item-text {
  padding: 0.2rem;
}
.solution .case-s2-item-title {
  margin-top: 0;
}
/* s4  */
.s4 {
  padding: 0 0 1rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.s4-content {
  margin-top: 0.64rem;
}
.s4 .swiper-slide {
  padding: 0.26rem;
  box-shadow: 2px 3px 56px 1px rgba(113, 113, 113, 0.14);
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
.s4-img {
  height: 1.2rem;
}
.s4-img img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.s4-img-title {
  margin-top: 0.36rem;
}
@media (max-width: 768px) {
  .s4-content {
    padding-bottom: 20px;
    position: relative;
  }
}
/* case-s3  */
.solution .case-s3 {
  background-color: #f7f7f7;
  padding-top: 0;
}
/* s5  */
.s5 {
  background-color: #f7f7f7;
  padding: 0.2rem 0 1rem;
}
.s5-content {
  overflow: hidden;
}
.s5-title {
  font-size: max(0.48rem, min(24px));
  text-align: center;
}
.s5-title-vice {
  font-style: normal;
  font-size: max(0.48rem, min(16px));
}
.s5-tag-list {
  margin: 0.5rem 0;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  gap: 0.2rem 0.8rem;
  justify-content: flex-start;
  align-items: center;
  /*overflow-x: auto; */
  /* 允许横向滚动 */
  width: 100%; /* 根据需要设置宽度 */
  overflow: hidden;

}
.s5-tag-item {
  color: #666;
  font-size: var(--font-size-24);
  font-family: var(--font-medium);
  transition: 1s;
  padding-bottom: 0.24rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  white-space: nowrap; /* 防止内容换行 */
}

.s5-tag-item.active {
  color: #222;
}
.s5-tag-item.active::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0.08rem;
  background-color: var(--theme-color);
  bottom: -0.04rem;
}
::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(to bottom, #f1f1f1, #e1e1e1);
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #888, #666);
  border-radius: 10px;
  border: 2px solid #f1f1f1; /* 添加边框 */
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #666, #444);
}
.s5-item {
  display: flex;
  align-items: center;
  gap: 0.4rem 0.9rem;
  flex-wrap: wrap;
}
.s5-item-left {
  flex: 1.25;
}
.s5-item-right {
  flex: 1;
}
.s5-item-title-layout {
  position: relative;
}
.s5-item-title-img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.s5-item-img img {
  width: 0.35rem;
  height: 0.52rem;
  min-width: 20px;
  object-fit: contain;
}
.s5-item-title {
  margin: 0.2rem 0;
  font-size: var(--font-size-24);
  font-family: var(--font-bold);
}
.s5-item-title-img {
  width: 1.55rem;
  height: 1.22rem;
}
.s5-item-text {
  border-top: 1px solid #e5e5e5;
  padding-top: 0.2rem;
  margin-bottom: 0.1rem;
}
.s5-item-group-btn {
  display: flex;
  gap: 0.16rem;
  margin-top: 0.4rem;
}
.s5-item-btn::after {
  display: none;
}
.s5-img img {
  width: 100%;
}
@media (min-width: 768px) {
  .s5-item-btn {
    background-color: transparent;
    color: #222;
    border: 1px solid var(--theme-color);
  }
  .s5-item-btn:hover {
    color: #fff;
    background-color: var(--theme-color);
  }
}
@media (max-width: 768px) {
  .s5-item-left {
    min-width: 100%;
  }
  .s5-tag-list {
    margin: 0.5rem 0;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    gap: 0.2rem 0.9rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow-x: auto; /* 允许横向滚动 */
    white-space: nowrap; /* 防止内容换行 */
    padding-bottom: 0.3rem;
  }
}

.table {
  background-color: #f7f7f7;
  display: flex;
  overflow-x: auto; /* 允许横向滚动 */
  white-space: nowrap; /* 防止子元素换行 */
  /*width: 100%; !* 根据需要设置宽度 *!*/
  padding: 10px; /* 可选：添加一些内边距 */
}


/* .case-s6-right-item{
  opacity: 0;
}

.swiper-slide-active > .case-s6-right-item{
  opacity: 1;
} */

/* 2026/2/4*/


.update-div-left,.update-div-right{
  width: 50%;
  box-sizing: border-box;

}
.update-div-left .swiper-button-prev{
  left: auto;
  right: max(0.6rem, 50px);
}
.update-div-left .swiper-button-prev,
.update-div-left .swiper-button-next{
  width: max(0.4rem, 30px);
  height: max(0.4rem, 30px);
  background-color: #f7f7f7;
  border-radius: 0.04rem;
  color: var(--theme-color);
  transition: all 0.3s;
  bottom: 0.2rem;
  top: auto;
  border: 0.01rem solid var(--theme-color);
}
.update-div-left .swiper-button-prev:hover,
.update-div-left .swiper-button-next:hover{
  color: #fff;
  background-color: var(--theme-color);
}
.update-div-left .swiper-button-prev::after,
.update-div-left .swiper-button-next::after{
  font-size: var(--font-size-24);
}
.update-div-right{
  padding-left: 0.5rem;
  padding-right: 1rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
}
.update-div{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.update-container{
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .update-container{
    flex-wrap: wrap;
  }
  .update-div-left,.update-div-right{
    width: 100%;
  }
  .update-div-right{
    padding: 20px;
  }
}

.case-s2-swiper .case-s2-item.active .case-s2-item-desc{
    display: block;
}

/*2026-2-10*/
@media screen and (max-width:991px){
    .s3-item-right{
        padding: 0.2rem;
        width: 42%;
    }
    .s3-item-right img{
        width: auto;
    }
}
@media screen and (max-width:768px){
    .s3-item-content{
        flex-wrap:wrap;
        flex-flow:wrap-reverse;
    }
    .s3-item-left{
        width: 100%;
    }
    .s3-item-right{
        width: 100%;
    }
}




/*soution xq*/
.s1 {
  padding-top: 1rem;
  background-color: #f7f7f7;
}
.s1-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.s1-left {
  flex: 1;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}
.s1-right {
  flex: 5.18;
}
.s1-left-item {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.s1-left-item-img {
  box-sizing: border-box;
  width: calc(26px + 0.3rem);
  height: calc(26px + 0.3rem);
  border-radius: 50%;
  padding: calc(6px + 0.1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.6s ease;
}
.s1-left-item-img img {
  width: 100%;
}
.s1-left-tag {
  color: #666;
  transition: 0.6s ease;
}
.s1-left-item.active .s1-left-item-img {
  background-color: #ffaf02;
}
.s1-left-item.active .s1-left-item-img img {
  filter: brightness(1.5) contrast(1.2);
}
.s1-left-item.active .s1-left-tag {
  color: #222;
}
@media (min-width: 768px) {
  .s1-left-item:hover .s1-left-item-img {
    background-color: #ffaf02;
  }
  .s1-left-item:hover .s1-left-item-img img {
    filter: brightness(1.5) contrast(1.2);
  }
  .s1-left-item:hover .s1-left-tag {
    color: #222;
  }
}
.s1-right {
  /*padding-left: 0.66rem;*/
  /*padding-bottom: 1rem;*/
}
.s1-right-img img {
  width: calc(10px + 0.4rem);
}
.s1-right-top {
  display: flex;
  align-items: flex-end;
  gap: 0.2rem;
  justify-content: flex-start;
  margin-bottom: 0.4rem;
}
.s1-right-title {
  font-size: var(--font-size-24);
  font-family: var(--font-medium);
  color: #222;
}
.s1-right-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem 0.4rem;
  padding-bottom: 40px;
}
.s1-right-item {
  position: relative;
  background-color: #fff;
  padding: 0.27rem;
  padding-bottom: calc(25px + 0.2rem);
  box-sizing: border-box;
}
.s1-right-item-img {
  height: 2.35rem;
  min-height: 100px;
  margin-bottom: 0.3rem;
}
.s1-right-item-img img {
  width: 100%;
  object-fit: contain;
}
.s1-right-item-title {
  font-size: var(--font-size-18);
  color: #222;
  font-family: var(--font-medium);
  margin-bottom: 0.13rem;
}
.s1-right-item-desc {
  color: #666;
  font-size: var(--font-size-14);
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
}
.s1-right-item-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
}
.s1-right-item:hover .s1-right-item-btn {
  opacity: 1;
}
@media (min-width: 768px) {
  .s1-right-item-btn.com-btn:hover {
    transform: translate(-50%, calc(50% + 0.1rem));
  }
}

@media (max-width: 768px) {
  .s1-left-list {
    display: flex;
    gap: 0.2rem;
  }
  .s1-right {
    padding: 0.4rem 0 1rem;
    min-width: 100%;
  }
  .s1-right-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .s1-right-item-btn {
    opacity: 1;
    left: 0.8rem;
    transform: translate(0, 50%);
    width: fit-content;
    padding: 0.16rem 0.2rem;
  }
  .s1-right-item-btn.com-btn:hover {
    transform: translate(0, 50%);
  }
}
.s1-right-middle {
  display: flex;
  flex-wrap: wrap;
  padding: 0.36rem 0.1rem 0.27rem;
  background-color: #fff;
  gap: 0.4rem;
  box-shadow: 0px calc(-0.04rem - 4px) 0 var(--theme-color) inset;
  margin-bottom: 0.4rem;
}
.s1-right-middle-bottom {
  flex: 1 100%;
  text-align: right;
  color: var(--theme-color);
}
.s1-right-middle-left {
  flex: 1.1;
  display: flex;
}
.s1-right-middle-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s1-right-middle-img img {
  width: 100%;
  object-fit: contain;
}
.s1-right-middle-text {
  flex: 1.2;
  box-sizing: border-box;
}
.s1-right-middle-right {
  flex: 1;
  box-sizing: border-box;
  color: #666;
}
.s1-right-middle-left {
  flex: 1.019;
  display: flex;
  box-sizing: border-box;
  gap: 0.2rem;
}
.s1-right-middle-title {
  color: var(--theme-color);
  font-size: var(--font-size-18);
  font-family: var(--font-medium);
  padding: 0.16rem 0 0.18rem;
  border-bottom: 1px solid var(--theme-color);
}
.s1-right-middle-title::before {
  content: '';
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: var(--theme-color);
  margin-right: 0.12rem;
}
.s1-right-middle-desc {
  line-height: 1.5;
  margin-top: 0.14rem;
  color: #666;
}
.s1-right-middle-right .layout {
  display: flex;
  text-align: center;
  align-items: center;
  gap: calc(3px + 0.04rem);
}
.s1-right-middle-head {
  background-color: #ffaf02;
  color: #fff;
  padding: calc(4px + 0.04rem) 0;
  margin-bottom: calc(3px + 0.04rem);
}
.s1-head {
  flex: 1;
  color: inherit;
}
.s1-head-c {
  flex: 3.9;
  color: inherit;
}

.s1-right-middle-item-a {
  flex: 1;
  color: inherit;
  align-self: stretch;
  padding: calc(4px + 0.04rem) 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.s1-right-middle-item-c {
  flex: 3.9;
  color: inherit;
  align-self: stretch;
  padding: calc(4px + 0.04rem) 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  word-break: break-word;
}
.s1-right-middle-item:nth-child(2n) .s1-right-middle-item-a,
.s1-right-middle-item:nth-child(2n) .s1-right-middle-item-c {
  background-color: #e3e3e3;
}

.s1-right-bottom {
  margin-bottom: 0.4rem;
  background-color: #fff;
  padding: 0.24rem 0.1rem;
}
.s1-right-bottom-img img {
  width: 100%;
  object-fit: contain;
}
.s1-right-bottom-tag {
  margin-top: 0.1rem;
  text-align: right;
  color: var(--theme-color);
}
@media (max-width: 768px) {
  .s1-right-middle-right {
    flex: 1 100%;
  }
}

.s1 {
  padding: 0.7rem 0 1rem;
  background-color: #f7f7f7;
}
.s1-title {
  text-align: center;
  margin-bottom: 0.22rem;
}
.s1-desc {
  text-align: center;
  color: #666;
  margin-bottom: 0.27rem;
}
.s1-tag-list {
  display: flex;
  justify-content: center;
  gap: 0.36rem;
  margin-bottom: 0.74rem;
}
.s1-tag-item {
  background-color: transparent;
  color: #666;
  border: 1px solid var(--theme-color);
}
.s1-tag-item::after {
  filter: brightness(0) saturate(100%);
}
.s1-tag-item:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.s1-tag-item:hover::after {
  filter: none;
}
.s1-tag-item.active {
  color: #fff;
  background-color: var(--theme-color);
}
.s1-tag-item.active::after {
  filter: none;
}

.s1-item-top {
  display: flex;
  justify-content: space-between;
  gap: 0.1rem;
  align-items: center;
  margin-bottom: 0.4rem;
}
.s1-content-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
.s1-item {
  padding: 0.3rem 0.2rem 0.26rem;
  border-bottom: 4px solid transparent;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 0.64rem;
  box-sizing: border-box;
}
.s1-item-layout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  top: 0.4rem;
  transition: 1s;
}
.s1-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s1-item-text {
  padding: 0.4rem 0.2rem 0;
  text-align: center;
}
.s1-item-name {
  font-size: var(--font-size-18);
  color: #222;
  font-family: var(--font-medium);
  margin-bottom: 0.14rem;
}
.s1-item-desc {
  font-size: 14px;
  color: #666;
}
.s1-item-tag {
  margin-top: 0.3rem;
  font-size: 14px;
  position: relative;
  visibility: hidden;
}
.s1-item-tag::after {
  content: '';
  position: absolute;
}
.s1-item:hover .s1-item-layout {
  top: 0;
}
.s1-item:hover {
  border-bottom-color: var(--theme-color);
}
.s1-item:hover .s1-item-tag {
  visibility: visible;
}
.s1-item-series {
  font-size: 14px;
  color: #666;
  margin-bottom: 0.2rem;
  font-family: var(--font-medium);
}
@media (max-width: 768px) {
  .s1-content-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .s1-item-layout {
    top: 0;
  }
  .s1-item-tag {
    visibility: visible;
  }
  .s1-item {
    border-color: var(--theme-color);
  }
  .s1-tag-list {
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  .s1-tag-item {
    width: 100%;
    display: flex;
    justify-content: space-between;

    box-sizing: border-box;
  }
  .s1-right-middle-left {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .s1-content-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pagation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  margin-top: 1rem;
}

.sty {
  border-radius: 20px;
  border: solid 1px #ffc335;
  padding: 0.13rem 0.44rem;
  box-sizing: border-box;
  border: 1px solid var(--theme-color);
}

.pagation-link {
  border-radius: 50%;
  width: calc(20px + 0.18rem);
  height: calc(20px + 0.18rem);
  min-width: calc(20px + 0.18rem);
  /* background-color: var(--theme-color); */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid var(--theme-color);
  color: #222;
}
.pagation-link.active {
  background-color: var(--theme-color);
  color: #fff;
}

.nav-item-arrow {
  width: max(0.1rem, 6px);
  height: max(0.1rem, 6px);
  transform: rotate(-45deg);
  vertical-align: middle;
  border: 1px solid #666;
  border-top-color: transparent;
  border-left-color: transparent;
}

