/*富文本图片和视频*/
.max-width-box {
    max-width: 100% !important;
}

.red-border {
    border-color: red !important;
}

/*首页轮播图样�?*/
.tm-swipe-img {
    height: 350px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .tm-swipe-img {
        height: 480px;
    }
}

/*没有找到内容的盒�?*/
.nothing-found {
    padding: 20px 10px;
    box-sizing: border-box;
}

.nothing-found > img {
    display: block;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}

.nothing-found > div {
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

em.form-required {
    color: #FF5722;
    font-weight: 700;
}

/*SKU*/
#skuId {
    font-size: 1rem;
}

#skuId > .sku-box {
    list-style: none;
    display: block;
    margin-bottom: 0.625rem;
}

#skuId .sku-title {
    display: block;
    font-weight: 700;
    margin-bottom: 0.375rem;
}

#skuId > .sku-box > ul > .sku-item {
    display: inline-block;
    border: 2px solid #eaeaea;
    padding: 0.375rem 1.25rem;
    cursor: pointer;
    transition: 0.5s;
}

#skuId > .sku-box > ul > .sku-item:hover {
    border-color: #F02640;
}

#skuId > .sku-box > ul > .sku-item:first-child, #skuId > .sku-box > ul > .sku-item + .sku-item {
    margin-right: 10px;
    margin-bottom: 10px;
}

#skuId > .sku-box > ul > .sku-item.selected {
    border-color: #F02640;
}

#skuId > .sku-box > ul > .sku-item.disabled {
    border-color: #eee !important;
    background-color: #fbfbfb !important;
    color: #d2d2d2 !important;
    cursor: not-allowed !important;
}

#skuId > .sku-qty > .qty-button-dec {
}

#skuId > .sku-qty > .qty-button-inc {
}

#skuId > .sku-qty > .qty-button-dec.disabled {
    border-color: #eee !important;
    background-color: #fbfbfb !important;
    color: #d2d2d2 !important;
    cursor: not-allowed !important;
}

#skuId > .sku-qty > .qty-button-inc.disabled {
    border-color: #eee !important;
    background-color: #fbfbfb !important;
    color: #d2d2d2 !important;
    cursor: not-allowed !important;
}

#skuId > .sku-qty > input {
    display: inline-block;
    width: 100px;
    text-align: center;
}

/*发表评论*/
#comment_form {
    background-color: #f8f9fa;
    padding: 20px 10px 10px;
}

#comment_form h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 700;
}

#comment_form #hotRate .layui-inline {
    display: inline-block !important;
}

#comment_form #btnComment {
    width: 100px;
    margin-top: 20px;
}

#comment_form .layui-form-item:last-child {
    text-align: center;
}

/*下单成功*/
#order_success {
    margin: 20px auto;
}

#order_success .order-success-panel {
    padding: 20px 10px;
    text-align: center;
}

#order_success .order-success-panel > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 120px;
}

#order_success .order-success-panel > h2 {
    margin: 10px auto 5px;
    padding: 0;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #000;
}

#order_success .order-success-panel > .order-success-desc {
    font-size: 16px;
    color: #000;
    margin: 20px 0;
}

#order_success .order-success-panel .order-no-title {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

#order_success .order-success-panel .order-no {
    font-weight: 700;
    font-size: 16px;
    color: #009688;
}

#order_success .order-success-panel .order-success-button a {
    margin: auto 5px;
}

/*右侧插件�?*/
#shop-right-plug {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    list-style: none;
}

#shop-right-plug li a {
    text-decoration: none;
    background-color: #ffffff;
    width: 38px;
    height: 38px;
    overflow: hidden;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 3px;
    border-radius: 6px;
    border: 1px #606f7b solid;
}

#shop-right-plug li a:hover {
    background-color: #f4f4f4;
}

#shop-right-plug li a img {
    height: 100%;
    width: 100%;
}

#shop-right-plug li a.return-top {
    display: none;
}

/*商品页轮播图*/
#swiper_box {
    background: #000;
    padding: 3px;
}

#swiper_box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#swiper_thumbs {
    margin-top: 3px;
}

#swiper_thumbs .swiper-slide {
    opacity: 0.5;
    width: 100px;
    height: 100px;
}

#swiper_thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
