#productDetailMain {
    background-image: url(../image/service-bg-1-12.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 產品-start */
#product-box {
    padding: 50px 0;
}

.pro-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    /* padding: 30px; */
    background-color: #ffffff;
    border-radius: 20px;
}

.pro-title {
    color: var(--main-color);
}

.ad-wrapper {
    font-size: 22px;
    color: var(--font-color);
    line-height: 56px;
    margin-bottom: 10px;
}

.r-title-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;    
    column-gap: 12px;
    margin-bottom: 12px;
}

.r-title-box span {
    font-size: 16px;
    color: #343A4E;
    line-height: 28px;
    background: rgba(52, 58, 78, 0.05);
    padding: 2px 16px;
    border-radius: 24px;
}

.desc-wrapper {
    font-size: 16px;
    color: #343A4E;
    line-height: 28px;
    margin-bottom: 4px;
}

.left-flex {
    width: 60%;
    padding: 30px 0 30px 30px;
}

.right-flex {
    width: 40%;
    padding: 50px 70px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.left-flex img {
    max-width: 100%;
    height: auto;
}

.caseSwiper {
    margin-top: 10px;
}

.caseSwiper .swiper-slide {
    cursor: pointer;
}

.right-flex>.r-title h3 {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
}

.right-flex>.r-title p {
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    margin: 10px 0;
}

.right-flex>h5 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 21px;
}

.select-form {
    margin-top: 10px;
}

.select-form .layui-col-md3 {
    max-width: 48px;
}

.select-form .layui-col-md3>p {
    font-size: 16px;
    color: #333333;
    line-height: 19px;
}

.select-form .layui-form-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.select-form .layui-form-select .layui-input {
    border-radius: 30px;
    padding: 0 20px;
}

.select-form .layui-form-select .layui-edge {
    right: 20px;
}

.select-form .layui-form-select dl dd.layui-this {
    background-color: var(--main-color);
    border-radius: 5px;
}

.select-form .layui-form-selected dl {
    border-radius: 10px;
}

.select-form .submit-btn {
    background-color: var(--main-color);
    width: 100%;
    border-radius: 30px;
    height: 43px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 30px;
}

.select-form .submit-btn a {
    color: #ffffff;
}

.caseSwiper .swiper-slide {
    border: 1px solid #f6f6f6;
}

.caseSwiper .swiper-slide .img-wrapper {
    width: 100%;
    height: 185px;
}

.caseSwiper2 .swiper-slide .img-wrapper {
    width: 100%;
    height: 432px;
}

.caseSwiper .swiper-slide .img-wrapper img,
.caseSwiper2 .swiper-slide .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.caseSwiper2 .swiper-slide,
.caseSwiper .swiper-slide {
    overflow: hidden;
    border-radius: 10px;
}

.caseSwiper2 .swiper-slide img,
.caseSwiper .swiper-slide img {
    transition: all 0.3s ease;
}

.caseSwiper2 .swiper-slide:hover img,
.caseSwiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.caseSwiper2-prev, .caseSwiper2-next{
    display: none;
}
/* 隐藏默认的箭头 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}
.caseSwiper2-prev {
    background: url(/image/d-arrow-left.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    position: absolute;
    cursor: pointer;
  
  }
  
  .caseSwiper2-next {
    background: url(/image/d-arrow-right.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    position: absolute;
    cursor: pointer;
  }


/* 產品-end */


/* 產品詳情-start */
.flex-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    column-gap: 20px;
}

.detail-txt {
    width: 60%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
}

.good {
    width: 40%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
}

.detail-txt h3 {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 33px;
}

.detail-txt>p {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    margin: 10px 0;
}

.detail-list {
    margin-top: 20px;
}

.detail-list li {
    list-style: none;
}

.detail-list li p {
    font-size: 15px;
    color: #333333;
    line-height: 25px;
}

.good-title {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.good-title img {
    width: 25px;
}

.good-title h3 {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 33px;
}

.good-list {
    margin-top: 20px;
}

.good-list>li {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    margin: 10px 0;
}

.good-list>p {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
}

/* 產品詳情-end */

/* 產品詳細介紹-start */
#product-box3 {
    padding: 50px 0;
}

.detail-into {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 20px;
}

.into-box {
    padding: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.detail-into h3 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
}

.detail-into,
.detail-into p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.detail-into img {
    max-height: 500px;
    border-radius: 16px;
}

.into-img {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.into-img img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.into-img img:hover {
    transform: scale(1.1);
}

/* 產品詳細介紹-end */


/* 其他相關產品-start  */
#other-product {
    padding-bottom: 60px;
}

.other-container {
    width: 1280px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
}

.other-container h3 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
}

.slide-img {
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
}

.slide-img img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.other-swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.other-swiper {
    margin: 20px 0;
}

.other-swiper p {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
}

.other-swiper .swiper-slide:hover p {
    color: var(--main-color);
}
.swiper-pagination-bullet-active{
    background: var(--main-color);
}

.other-swiper .slide-img {
    width: 100%;
    height: 230px;
}

.other-swiper .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.other-container .swiper-pagination {
    top: 350px;
}

/* 其他相關產品-end */