/* ===== ÉÌÆ·ÏêÇéÒ³ÐÎ×´ ===== */

.royal-product-detail-intro {
    overflow: hidden;
    margin-bottom: 30px;
    display: -webkit-box;
    /* Android 4.4- ä¯ÀÀÆ÷ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* ³ß¶ÈÓï·¨ */
    -ms-flex-wrap: wrap;
    /* IE 10  flex »»ÐÐ */
    flex-wrap: wrap;
}

/* ×ó²àÐÅÏ¢ÇøÓò - ÒÆ¶¯¶ËÓÅÏÈ */
.royal-product-detail-info {
    overflow: hidden;
    padding-right: 30px;
    width: 50%;
}

/* ÓÒ²àÍ¼¿âÇøÓò */
.royal-product-detail-gallery {
    overflow: hidden;
    width: 50%;
}

/* ±êÌâÇøÓò */
.royal-product-detail-header h1 {
    font-size: 36px;
    margin: 0 0 30px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    color: #f7b700;
}

/* Æ·ÅÆÐÅÏ¢ */
.royal-product-detail-brand {
    padding-bottom: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.royal-product-detail-brand h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.royal-product-detail-brand h2 {
    font-size: 24px;
    font-family: Georgia, 'Times New Roman', serif;
    /* ¼æÈÝ¶àÉè±¸³ÄÏß×ÖÌå */
    font-weight: 900;
    text-transform: uppercase;
    color: #f7b700;
}

/* ÉÌÆ·ÃèÊö */
.royal-product-detail-desc {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

/* ===== Ö÷Í¼ÂÖ²¥ÇøÓò ===== */
.royal-product-detail-swiper-main {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #e6e6e6;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 6px;
}

/* Í¼Æ¬ÈÝÆ÷ - ´¹Ö±¾ÓÖÐÏÔÊ¾ */
.royal-product-detail-image-wrapper {
    text-align: center;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Ö÷Í¼ÐÎ×´ */
.royal-product-detail-image {
    max-width: 100%;
    max-height: 400px;
    -o-object-fit: contain;
    /* Opera/IE ±ßÔµ */
    object-fit: contain;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

/* Í¼Æ¬·Å´ó³ÉÐ§ */
.zoomed {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

/* ÂÖ²¥µ¼º½°´Å¥ */
.royal-product-detail-swiper-button-prev,
.royal-product-detail-swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.royal-product-detail-swiper-button-prev:hover,
.royal-product-detail-swiper-button-next:hover {
    opacity: 1;
    background: #f7b700;
    color: #fff;
}

/* ½ûÓÃ×´Ì¬ */
.royal-product-detail-swiper-button-prev.swiper-button-disabled,
.royal-product-detail-swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.royal-product-detail-swiper-button-prev {
    left: 10px;
}

.royal-product-detail-swiper-button-next {
    right: 10px;
}

/* ===== ËõÂÔÍ¼ÂÖ²¥ ===== */
.royal-product-detail-swiper-thumbs {
    overflow: hidden;
    padding: 5px 0;
}

/* ËõÂÔÍ¼ÈÝÆ÷ */
.royal-product-detail-thumb-wrapper {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    cursor: pointer;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}

/* µ±Ç°¼¤»îµÄËõÂÔÍ¼ */
.swiper-slide-active .royal-product-detail-thumb-wrapper {
    border-color: #f7b700;
    border-width: 3px;
    overflow: hidden;
}

.royal-product-detail-thumb {
    max-width: 100%;
    max-height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

/* ===== ÏêÇéÄÚÈÝÇøÓò ===== */
.royal-product-detail-content {
    margin-top: 30px;
    clear: both;
}

.royal-product-detail-content h3 {
    font-size: 24px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #f7b700;
}

.royal-product-detail-content-info {
    line-height: 1.8;
    overflow-x: auto;
    /* Ó×ÆÁ±í¸ñºáÏò¹ö¶¯ */
}

/* ±í¸ñÐÎ×´ÓÅ»¯ */
.royal-product-detail-content-info table {
    width: 100%;
    border-collapse: collapse;
    /* ¹é²¢±ß¿ò */
}

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

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

/* ===== ÒÆ¶¯¶ËÊÊÅä ===== */
@media (max-width: 992px) {

    /* ¸ÄÎª¸ßµÍ²¼¾Ö */
    .royal-product-detail-intro {
        display: block;
        /* ½µ¼¶Îª¿é¼¶²¼¾Ö */
    }

    .royal-product-detail-info,
    .royal-product-detail-gallery {
        width: 100%;
        padding-right: 0;
        /* ÒÆ³ýÓÒ²àÁô°× */
        margin-top: 15px;
    }

    .royal-product-detail-gallery {
        margin-bottom: 30px;
    }

    /* ±êÌâ×ÖÌåËõÓ× */
    .royal-product-detail-header h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    /* Æ·ÅÆÃû³Æµ÷Õû */
    .royal-product-detail-brand h2 {
        font-size: 20px;
    }

    .royal-product-detail-brand h3 {
        font-size: 16px;
    }

    /* ÃèÊöÎÄ×Ö */
    .royal-product-detail-desc {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Ö÷Í¼ÈÝÆ÷¸ß¶ÈÊÊÓ¦ */
    .royal-product-detail-image-wrapper {
        min-height: 200px;
    }

    .royal-product-detail-image {
        max-height: 300px;
    }

    /* µ¼º½°´Å¥´¥Ãþ¶ØÄÀ */
    .royal-product-detail-swiper-button-prev,
    .royal-product-detail-swiper-button-next {

        opacity: 0.9;
        /* Ìá¸ß¿É¼û¶È */
    }

    /* ËõÂÔÍ¼³ß´çµ÷Õû */
    .royal-product-detail-thumb-wrapper {
        height: 60px;
    }

    /* ÏêÇé±êÌâ */
    .royal-product-detail-content h3 {
        font-size: 20px;
    }

    /* ±í¸ñ×ÖÌå */
    .royal-product-detail-content-info {
        font-size: 14px;
    }

    .royal-product-detail-content-info table td,
    .royal-product-detail-content-info table th {
        padding: 0.4em 0.8em;
    }
}<!--ºÄÊ±1784282106.6071Ãë-->