body {
    background: linear-gradient(121deg, #F5F9FC 0%, #FFF5EE 49%, #EAF8F9 97%);
}

/* #popularDetail-main {
    background: linear-gradient( 121deg, #F5F9FC 0%, #FFF5EE 49%, #EAF8F9 97%);
} */


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

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

.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: 34px;
}

.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;
}

.r-prices{
	display:flex; justify-content:space-between;
}

.r-prices span:last-child{
	color:red; font-size:12px;
}

.r-prices span font{
	color:red; font-size:18px; font-weight:bold; margin-left:5px;
}

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

.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: 12px;
}

.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: #E73724;
    border-radius: 5px;
}

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

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

.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 */

.o-txt{
    position: relative; line-height: 25px; padding-left:30px; color: #666;
}

.o-txt::before{
    content: " "; position: absolute; left: 0; top: 0; height: 25px; background:url(s.png) no-repeat center center; background-size: 25px auto;
    width: 25px; height: 100%;
}



/* 產品詳情-start */
.flex-container {
     max-width: 1300px; padding:0px 15px;
    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 h5{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    margin: 10px 0;
}

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

/* 產品詳情-end */

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

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


.detail-into img{
max-width:100%; height:auto !important;
}


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

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

.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 {
     max-width: 1300px; padding:0px 15px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 20px;
}

.other-container {
    padding: 30px;
    position: relative;
}

.other-container h3 {
    font-weight: bold;
    font-size: 28px;
    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: #E73724;
}
.swiper-pagination-bullet-active{
    background: #E73724;
}

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

/* 彈出層-start */
#contact-popup {
    display: none;
}

#contact-popup>h3 {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 38px;
    text-align: center;
    margin: 20px 0;
    position: relative;
    margin-top: 50px;
}

#contact-popup>h3::after {
    content: '';
    width: 11%;
    height: 2px;
    background-color: #E73724;
    position: absolute;
    bottom: -10px;
    left: 44.5%;
}

.popup-container {
    display: flex;
    padding: 0 30px;
    margin: 50px 0;
    column-gap: 30px;
}

.left-popup {
    width: 46%;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 0 20px 30px 20px;
    background-color: #FFFFFF;
}

.popup-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E2E2E2;
    margin-top: 15px;
    padding: 20px 0;
}

.popup-item .p-item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.popup-item .p-item>p {
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    line-height: 25px;
}

.popup-item .p-item>span {
    font-size: 15px;
    color: #333333;
    line-height: 22px;
}

.popup-item .p-item>h5 {
    font-size: 15px;
    color: #333333;
    line-height: 22px;
}

.popup-item .p-item-right>p {
    text-align: right;
}

.right-popup {
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bg-box {
    background: #FFFFFF;
    box-shadow: 0px 2px 73px 0px rgba(0, 0, 0, 0.04);
    border-top: 2px solid #E73724;
    border-radius: 20px;
}

.rp-title {
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E5;
}

.rp-title h4 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    text-align: center;
}

.rp-form {
    padding: 20px;
    position: relative;
}

.rp-form .layui-form-item .layui-inline {
    width: 100%;
}

.rp-form .layui-form-item .layui-form-label {
    width: 20%;
    padding: 9px 15px 9px 0;
}

.rp-form .layui-form-item .layui-form-label span {
    color: #E73724;
    padding-right: 3px;
}

.rp-form .layui-form-item .layui-input-inline {
    width: 75%;
    margin-right: 0;
}

.rp-btn {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    top: 110%;
    left: 0px;
}

.rp-btn button {
    background-color: #E73724;
    border-radius: 50px;
    height: 45px;
    font-size: 15px;
}

.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: url(/image/agreement-close.png) no-repeat;
    background-size: cover;
    border: none;
}

.layui-layer-setwin .layui-layer-close2::before {
    display: none;
}

.layui-layer-setwin .layui-layer-close2:hover {
    opacity: 0.6;
    background-color: transparent;
}

#demo-submit {
    opacity: 0.6;
    pointer-events: none;
}

#demo-submit.ok {
    opacity: 1;
    pointer-events: auto;
}

#submit-btn{
    opacity: 0.6;
}
#submit-btn.ok {
    opacity: 1;
}

.layui-layer-page{
    border-radius: 20px;
}

/* 彈出層-end */

/* 提交成功 */
#successModal {
    width: 10%;
    height: 55px;
    position: fixed;
    top: 20%;
    left: 45%;
    display: none;
    z-index: 1;
}

#successModal.active {
    display: block;
}

.suc-box {
    padding: 15px;
    background: #E8FFE8;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
    border-radius: 4px;
    border: 1px solid #19B21E;
    width: 100%;
}

.success-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}

.success-txt img {
    width: 21px;
}

.success-txt p {
    font-size: 15px;
    color: #333333;
    line-height: 16px;
    font-weight: bold;
}




#footerContainer {
    margin-top: 50px;
}