.main .product-case {
    margin-top: .14rem;
    color: #4c4c4c;
    line-height: .61rem
}

.main .product-case h1 {
    font-size: .36rem;
    margin-top: 1.04rem;
}

.main .product-case span {
    font-size: .16rem
}

.main .product-case .swiper-container {
    margin-top: .57rem;
    margin-bottom: 1.7rem
}

.main .product-case .swiper-container .swiper-slide {
    height: 100%
}

.main .product-case .product-item {
    margin: auto;
    gap: .25rem
}

.main .product-case .product-item, .main .product-case .product-item li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main .product-case .product-item li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 0
}

.footer .container-bottom-left ul li {
    color: #fff;
    line-height: .33rem;
    font-size: .16rem;
    cursor: pointer;
}

.footer .container-bottom-left ul li:hover {
    color: #eb6100
}

.footer .container-top .logo {
    width: 1.2rem;
}

.footer .container-top .arrow-top {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 1px solid #eb6100;
    border-left: 1px solid #eb6100;
    float: right;
    display: flex;
    cursor: pointer;
}

.footer .container-top .arrow-top:before {
    content: '';
    width: 15px;
    height: 2px;
    background-color: #eb6100;
    transform: rotate(-45deg);
    margin-top: -5px;
    margin-left: -11px;
    cursor: pointer;
}

@media (max-width: 500px) {
    .footer .container-bottom-left {
        gap: .45rem
    }
}

@media (max-width: 768px) {
    .main .product-platform .product-components > div ul li {
        margin: 0 10px;
    }

    header .logo {
        width: 1.2rem;
        height: auto;
    }

    .main .product-platform {
        padding: .91rem 0;
    }

    .main .common-banner-wrap .common-banner-title {
        font-size: .25rem;
        margin-bottom: 15px;
    }

    .main .application-area {
        padding-top: .82rem;
        padding-bottom: .915rem;
    }

    .main .application-area h1 {
        margin-bottom: .8rem
    }
}

.case-card {
    position: relative
}

.case-card .case-text {
    position: absolute;
    top: .95rem;
}

.case-card .case-text {
    font-size: .36rem;
    color: #FEFEFE;
}

.case-card .case-text:after {
    content: '';
    position: absolute;
    width: 37px;
    height: 5px;
    background: #EB6100;
    top: calc(100% + 37px);
    left: 0;
}

.case-card .case-text span {
    font-size: .16rem;
    color: #FEFEFE;
}

.case-card .case-name-list {
    display: flex;
    gap: 10px;
    width: 50%;
    height: .57rem;
    position: absolute;
    bottom: .9rem;
    z-index: 10;
}

.case-card .case-name-list li {
    width: 1.55rem;
    height: .57rem;
    line-height: .57rem;
    text-align: center;
    background: rgba(255, 255, 255, .22);
    border-radius: 5px;
    font-size: .24rem;
    color: #FFFFFF;
    cursor: pointer;
}

.case-card .case-name-list li.active {
    background: rgba(235, 97, 0, .22);
}

.main .product-case .product-item li {
    width: 3.15rem;
    aspect-ratio: 315/464;
    /* background: rgba(76, 76, 76, .15); */
}

.main .product-case .product-item li img {
    object-fit: cover;
    max-height: 90%;
    max-width: 90%;
}

@media (max-width: 600px) {
    .main .product-case .product-item li img {

    }

    .footer {
        margin-top: .5rem;
    }

    .main .product-case .swiper-container {
        margin-bottom: .7rem
    }
}

.product-case .container {
    width: auto !important;
    right: .15rem;
    left: auto !important;
}

.product-case .swiper-pagination-bullet-active {
    background: #eb6100;
}

.nav-bottom {
    display: flex;
    justify-content: space-between;
}

.pagination-container {
    left: 70%;
    position: absolute;
    height: 0.57rem;
    bottom: 0.9rem;
    z-index: 10;
    display: flex;
    align-items: center;
}
.pagination-container span{
    font-size: .18rem;
    color: #FFFFFF;
    letter-spacing: 3px;
}
.pagination-container span.prev{
    width: 18px;
    height: 14px;
    background: url("/static/image/archive/arrow.svg") no-repeat center;
    background-size: 100%;
    margin-right:16px;
}
.pagination-container span.next{
    width: 18px;
    height: 14px;
    background: url("/static/image/archive/arrow-next.svg") no-repeat center;
    background-size: 100%;
    transform: rotate(180deg);
    margin-left:16px;
}
.pagination-container span:nth-of-type(3),.pagination-container span:nth-of-type(4){
    color: #000;
}

.pagination-container .prev {
    cursor: pointer
}

.pagination-container .next {
    cursor: pointer
}


.prod-img{
  width: 100%;
  object-fit: cover;
}

.enwebsite .case-card .case-name-list li{
  width: 2.35rem;
  height: 0.7rem;
  padding: 4px 0;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
  font-size: .24rem;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
  ;
}
@media (max-width: 980px) {
  .prod-img{
   height: 300px;
  }

  .product-case .container{
    bottom: 0!important;
    left: 50%!important;
    transform: translateX(-50%);
  }

  .enwebsite .case-card .case-name-list li{
    width: 2.35rem;
    height: max-content;
    padding: 4px 0;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
    font-size: .24rem;
    color: #FFFFFF;
    cursor: pointer
  }
}