/* 产品搜索 */
.royal-product-search {
    overflow: hidden;
}

.royal-product-search .royal-form-group {
    overflow: hidden;
    padding: 0 1rem;
}

/* 产品列表网格 */
.royal-list-product {
    overflow: hidden;
}

.royal-list-product li {
    padding: 1rem;
}

.royal-list-product-item {
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    background-color: #fff;
    position: relative;
}

.royal-list-product-item:hover {
    transform: translateY(-1rem);
    box-shadow: 0.3rem 0.6rem 1.5rem rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.2);
}

.royal-list-product-img { 
    overflow: hidden;
    padding-bottom: 75%;
}

.royal-list-product-img .royal-thumb-wrapper {
    padding-bottom: 100%;
}

.royal-list-product-info {
    padding: 2rem;
    overflow: hidden;
}

.royal-list-product-info h3 {
    font-size: 1.8rem;
    margin: 0 0 1.5rem 0;
    position: relative;
}

.royal-list-product-info p {
    color: #999;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.2rem;
}

/* 产品卡片 */
.royal-list-product-card {
    overflow: hidden;
    border-radius: 0.5rem;
    border: 0.1rem solid #f3f3f3;
    background-color: #fff;
    position: relative;
    box-shadow: 0.3rem 0.6rem 1.5rem rgba(0, 0, 0, 0.02);
    transition: all ease-in-out 0.5s;
    padding: 2rem;
}

.royal-list-product-card:hover {
    transform: translateY(-1rem);
    box-shadow: 0.3rem 0.6rem 1.5rem rgba(0, 0, 0, 0.06);
}

.royal-list-product-card .royal-list-product-info h3 {
    font-size: 1.6rem;
    position: relative;
    height: 4.8rem;
    overflow: hidden;
}

/* 商品详情页 */
.royal-product-detail-section {
    overflow: hidden;
    background: #F0FFFD;
    padding: 11rem 0 4rem;
}

.royal-product-detil-content {
    border: 0.1rem solid #e6e6e6;
    border-radius: 1rem;
    overflow: hidden;
    padding: 4rem;
}

.royal-product-detail-intro {
    overflow: hidden;
}

.royal-product-detail-info {
    overflow: hidden;
    padding-left: 4rem;
}

.royal-product-detail-gallery {
    overflow: hidden;
}

.royal-product-detail-info-title {
    font-size: 2rem;
    text-transform: uppercase;
    color: #73D7DC;
}

.royal-product-detail-desc {
    padding: 4rem;
    background: #fff;
    border-radius: 2rem;
    border-left: 0.4rem solid #73D7DC;
    line-height: 1.8;
    font-size: 1.6rem;
    overflow: hidden;
    margin: 2rem 0 4rem;
}

/* 放大镜 */
.royal-zoomdiv {
    z-index: 9;
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 20rem;
    height: 20rem;
    background: #ffffff;
    border: 0.1rem solid #e6e6e6;
    display: none;
    text-align: center;
    overflow: hidden;
    border-radius: 0.5rem;
}

.royal-zoomdiv img {
    max-width: none !important;
}

.royal-zoomMask {
    position: absolute;
    background: url("/uploads/images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

/* 主图轮播区域 */
.royal-product-detail-swiper-main {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 0.1rem solid #e6e6e6;
    background: #fff;
    margin-bottom: 1rem;
    border-radius: 1rem;
}

.royal-product-detail-image-wrapper {
    padding-bottom: 100%;
    border-radius: 1rem;
}

.royal-product-detail-swiper-button-prev,
.royal-product-detail-swiper-button-next {
    width: 4rem;
    height: 4rem;
}

/* 缩略图轮播 */
.royal-product-detail-swiper-thumbs {
    overflow: hidden;
}

.royal-product-detail-thumb-wrapper .royal-thumb-wrapper {
    border: 0.1rem solid #e6e6e6;
    border-radius: 0.5rem;
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 100%;
}

/* 当前激活缩略图 */
.swiper-slide-active .royal-thumb-wrapper {
    border-color: #73D7DC;
    border-width: 0.2rem;
    overflow: hidden;
}

.royal-product-detail-thumb {
    max-width: 100%;
    max-height: 8rem;
    object-fit: contain;
}

/* 详情内容区域 */
.royal-product-detail-content {
    overflow: hidden;
    margin: 4rem 0;
}

.royal-product-detail-content-title {
    padding-bottom: 2rem;
    margin-bottom: 4rem;
    border-bottom: 0.1rem solid #e6e6e6;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #73D7DC;
}

.royal-product-detail-content-title span {
    position: relative;
    padding-bottom: 2.6rem;
}

.royal-product-detail-content-title span::after {
    width: 100%;
    height: 0.5rem;
    background: #73D7DC;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    border-radius: 0.5rem;
}

.royal-product-detail-content h3 {
    font-size: 2rem;
    margin: 2rem 0;
    color: #73D7DC;
}

.royal-product-detail-content-info {
    line-height: 1.8;
    overflow-x: auto;
    font-size: 1.6rem;
}

.royal-product-detail-content-info table {
    width: 100%;
    border-collapse: collapse;
}

.royal-product-detail-content-info table tr {
    border: 0.1rem solid #e6e6e6;
}

.royal-product-detail-content-info table td,
.royal-product-detail-content-info table th {
    padding: 0.5em 1em;
    border: 0.1rem solid #e6e6e6;
}

/* 平板适配 */
@media (max-width: 992px) {
    .royal-list-product-content {
        overflow: hidden;
        background: #f6f6f6;
        padding: 2rem 0;
    }

    .royal-product-search {
        margin:0 -1rem ;
    }

 
    .royal-list-product li{ 
        padding:0 0 2rem
    }
 
  
}