.page-container {
    width: 100%;
    background-color: #fff
}

    .page-container img {
        border: none;
        vertical-align: top
    }
     

.product-intro {
    width: 1200px;
    margin: 40px auto 0;
    padding-bottom: 60px
}

    .product-intro .preview-wrap {
        float: left;
        width: 540px
    }

        .product-intro .preview-wrap .preview {
            width: 540px;
            height: 540px
        }
            .product-intro .preview-wrap .preview img {
                width: 540px;
                height: 540px
            }

            .product-intro .preview-wrap .preview a {
                display: block;
                width: 540px;
                height: 540px
            }

                .product-intro .preview-wrap .preview a > img {
                    width: 540px;
                    height: 540px
                }

        .product-intro .preview-wrap .thumbs {
            position: relative;
            width: 540px;
            padding: 20px 0 30px;
            background-color: #f5f5f5
        }

            .product-intro .preview-wrap .thumbs .btn {
                display: block;
                position: absolute;
                top: 50%;
                width: 21px;
                height: 41px;
                margin-top: -21px;
                background-image: url(../imgs/icons/icon_arrow_preview.png);
                background-repeat: no-repeat
            }

            .product-intro .preview-wrap .thumbs .btn-prev {
                left: 5px;
                background-position: 0 0
            }

                .product-intro .preview-wrap .thumbs .btn-prev.disabled {
                    cursor: default;
                    background-position: 0 -41px
                }

            .product-intro .preview-wrap .thumbs .btn-next {
                right: 5px;
                background-position: -21px 0
            }

                .product-intro .preview-wrap .thumbs .btn-next.disabled {
                    cursor: default;
                    background-position: -21px -41px
                }

            .product-intro .preview-wrap .thumbs .thumblist-wrap {
                position: relative;
                width: 470px;
                height: 110px;
                margin: 0 auto;
                padding: 2px;
                overflow: hidden
            }

            .product-intro .preview-wrap .thumbs .thumblist {
                position: absolute
            }

                .product-intro .preview-wrap .thumbs .thumblist li {
                    float: left;
                    display: inline-block;
                    width: 110px;
                    height: 110px;
                    margin-right: 10px
                }

                    .product-intro .preview-wrap .thumbs .thumblist li.last-thumb, .product-intro .preview-wrap .thumbs .thumblist li:last-of-type {
                        margin-right: 0
                    }

                    .product-intro .preview-wrap .thumbs .thumblist li a {
                        display: block;
                        width: 108px;
                        height: 108px;
                        border: 1px solid #dcdcdc
                    }

                        .product-intro .preview-wrap .thumbs .thumblist li a.zoomThumbActive {
                            outline: 2px solid #e33325
                        }

                    .product-intro .preview-wrap .thumbs .thumblist li img {
                        width: 100%
                    }

    .product-intro .introinfo-wrap {
        position: relative;
        float: right;
        width: 580px
    }

        .product-intro .introinfo-wrap > .title {
            width: 100%;
            line-height: 40px;
            font-size: 24px;
            color: #45515e
        }

            .product-intro .introinfo-wrap > .title span {
                display: inline-block;
                float: left
            }

                .product-intro .introinfo-wrap > .title span.en {
                    margin-left: 26px;
                    font-size: 20px
                }

        .product-intro .introinfo-wrap > .desc {
            width: 100%;
            padding: 8px 0 24px;
            color: #b5b5b5;
            border-bottom: 1px dotted #b3a3a3
        }

            .product-intro .introinfo-wrap > .desc p {
                line-height: 24px
            }

                .product-intro .introinfo-wrap > .desc p.promotion-tip {
                    padding-top: 10px;
                    color: #e33325;
                    line-height: 20px
                }

                    .product-intro .introinfo-wrap > .desc p.promotion-tip.title {
                        font-weight: 700
                    }

            .product-intro .introinfo-wrap > .desc .express-tip {
                width: 500px;
                padding-left: 80px;
                margin-top: 10px;
                background-image: url(../imgs/detail/express_tip_bg.png);
                background-repeat: no-repeat;
                background-size: 72px 20px
            }

                .product-intro .introinfo-wrap > .desc .express-tip .content {
                    color: #fd2445
                }

                    .product-intro .introinfo-wrap > .desc .express-tip .content p {
                        font-size: 12px;
                        line-height: 20px
                    }

                .product-intro .introinfo-wrap > .desc .express-tip .link {
                    text-align: right;
                    font-size: 14px;
                    line-height: 30px;
                    color: #45515e
                }

                    .product-intro .introinfo-wrap > .desc .express-tip .link a {
                        color: #fd2445
                    }

                        .product-intro .introinfo-wrap > .desc .express-tip .link a:hover {
                            text-decoration: underline
                        }

        .product-intro .introinfo-wrap .specific-wrap {
            width: 100%;
            padding-top: 24px;
            border-bottom: 1px dotted #b3a3a3
        }

            .product-intro .introinfo-wrap .specific-wrap .section {
                width: 100%;
                margin-bottom: 20px
            }

                .product-intro .introinfo-wrap .specific-wrap .section .title {
                    float: left;
                    width: 50px;
                    line-height: 45px;
                    color: #505050
                }

                .product-intro .introinfo-wrap .specific-wrap .section .content {
                    float: right;
                    width: 520px
                }

            .product-intro .introinfo-wrap .specific-wrap .specifics .spec {
                position: relative;
                display: block;
                float: left;
                width: 250px;
                height: 45px;
                margin-bottom: 5px;
                line-height: 45px;
                text-align: center;
                border-left: 1px solid #fff;
                font-size: 16px;
                color: #45515e;
                white-space: nowrap;
                background-color: #f5f5f5;
                cursor: pointer
            }

                .product-intro .introinfo-wrap .specific-wrap .specifics .spec.active, .product-intro .introinfo-wrap .specific-wrap .specifics .spec:hover {
                    position: relative;
                    color: #e33325
                }

                    .product-intro .introinfo-wrap .specific-wrap .specifics .spec.active:after, .product-intro .introinfo-wrap .specific-wrap .specifics .spec:hover:after {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        height: 3px;
                        content: "";
                        background-color: #e33325
                    }

                .product-intro .introinfo-wrap .specific-wrap .specifics .spec.special:before {
                    display: block;
                    position: absolute;
                    top: -14px;
                    right: 2px;
                    width: 60px;
                    height: 20px;
                    content: "";
                    background-image: url(../imgs/detail/special.png);
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: 50%
                }

            .product-intro .introinfo-wrap .specific-wrap .types li {
                position: relative;
                width: 100%;
                height: 45px;
                color: #45515e;
                background-color: #f5f5f5;
                cursor: pointer;
                overflow: hidden
            }

                .product-intro .introinfo-wrap .specific-wrap .types li i, .product-intro .introinfo-wrap .specific-wrap .types li span {
                    display: inline-block;
                    line-height: 45px
                }

                .product-intro .introinfo-wrap .specific-wrap .types li .oldPrice {
                    float: left;
                    margin-top: 2px;
                    margin-left: 45px;
                    margin-right: -10px;
                    font-size: 16px;
                    text-decoration: line-through
                }

                    .product-intro .introinfo-wrap .specific-wrap .types li .oldPrice i {
                        font-size: 16px;
                        text-decoration: line-through
                    }

                .product-intro .introinfo-wrap .specific-wrap .types li .price {
                    float: left;
                    margin-left: 45px;
                    font-size: 18px
                }

                .product-intro .introinfo-wrap .specific-wrap .types li .name {
                    float: right;
                    margin-right: 66px;
                    font-size: 16px
                }

                .product-intro .introinfo-wrap .specific-wrap .types li .radio {
                    display: block;
                    position: absolute;
                    top: 11px;
                    right: 25px;
                    width: 24px;
                    height: 24px;
                    background-image: url(../imgs/icons/icon_radio_detail.png);
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: 50%
                }

                .product-intro .introinfo-wrap .specific-wrap .types li.checked {
                    color: #fff;
                    background-color: #e33325
                }

                    .product-intro .introinfo-wrap .specific-wrap .types li.checked i {
                        font-size: 28px
                    }

                    .product-intro .introinfo-wrap .specific-wrap .types li.checked .oldPrice {
                        float: left;
                        margin-top: 6px;
                        margin-left: 45px;
                        margin-right: -15px;
                        font-size: 18px;
                        text-decoration: line-through
                    }

                        .product-intro .introinfo-wrap .specific-wrap .types li.checked .oldPrice i {
                            font-size: 18px;
                            text-decoration: line-through
                        }

                    .product-intro .introinfo-wrap .specific-wrap .types li.checked .radio {
                        background-image: url(../imgs/icons/icon_radio_detail_checked.png)
                    }

                .product-intro .introinfo-wrap .specific-wrap .types li i {
                    font-style: normal
                }

        .product-intro .introinfo-wrap .tips {
            width: 100%;
            padding: 10px 0;
            border-bottom: 1px dotted #b3a3a3
        }

            .product-intro .introinfo-wrap .tips li {
                position: relative;
                float: left;
                width: 290px;
                line-height: 30px;
                color: #b3b3b3
            }

                .product-intro .introinfo-wrap .tips li:after {
                    display: block;
                    position: absolute;
                    top: 11px;
                    left: 11px;
                    width: 8px;
                    height: 8px;
                    content: "";
                    background-image: url(../imgs/icons/icon_circle_fill.png);
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: 50%
                }

            .product-intro .introinfo-wrap .tips p {
                padding-left: 40px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden
            }

        .product-intro .introinfo-wrap .addons {
            position: relative;
            width: 100%;
            margin-bottom: 55px
        }

            .product-intro .introinfo-wrap .addons ul {
                width: 100%
            }

            .product-intro .introinfo-wrap .addons li {
                position: relative;
                width: 100%;
                padding: 8px 0;
                border-bottom: 1px dotted #b3a3a3;
                cursor: pointer
            }

                .product-intro .introinfo-wrap .addons li .img {
                    float: left;
                    display: block;
                    width: 60px;
                    height: 60px;
                    margin-left: 54px;
                    border: 1px solid #dcdcdc
                }

                    .product-intro .introinfo-wrap .addons li .img img {
                        width: 100%
                    }

                .product-intro .introinfo-wrap .addons li .content {
                    float: right;
                    width: 448px;
                    height: 62px
                }

                    .product-intro .introinfo-wrap .addons li .content .title {
                        float: left;
                        width: 360px
                    }

                        .product-intro .introinfo-wrap .addons li .content .title p {
                            line-height: 24px;
                            text-align: left;
                            color: #787878
                        }

                    .product-intro .introinfo-wrap .addons li .content .price {
                        display: block;
                        float: right;
                        width: 78px;
                        line-height: 62px;
                        text-align: center;
                        color: #e33325
                    }

                .product-intro .introinfo-wrap .addons li:before {
                    display: block;
                    position: absolute;
                    top: 50%;
                    left: 20px;
                    width: 22px;
                    height: 22px;
                    margin-top: -11px;
                    content: "";
                    background-image: url(../imgs/icons/icon_radio_rect.png);
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: 50%
                }

                .product-intro .introinfo-wrap .addons li.checked {
                    outline: 1px solid #e33325;
                    outline-offset: -1px
                }

                    .product-intro .introinfo-wrap .addons li.checked:before {
                        background-image: url(../imgs/icons/icon_radio_rect_checked.png)
                    }

            .product-intro .introinfo-wrap .addons .switcher {
                position: absolute;
                left: 50%;
                bottom: -12px;
                width: 160px;
                height: 22px;
                margin-left: -80px;
                background-color: #fff
            }

                .product-intro .introinfo-wrap .addons .switcher .btn-switch {
                    display: block;
                    width: 150px;
                    height: 20px;
                    margin: 0 auto;
                    border: 1px solid #c8c8c8;
                    line-height: 20px;
                    color: #c8c8c8;
                    text-align: center;
                    border-radius: 11px
                }

                    .product-intro .introinfo-wrap .addons .switcher .btn-switch span {
                        display: inline-block;
                        width: 9px;
                        height: 12px;
                        margin-left: 10px;
                        background-image: url(../imgs/icons/icon_db_arrow_down.png);
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: 50%
                    }

                    .product-intro .introinfo-wrap .addons .switcher .btn-switch.expanded span {
                        background-image: url(../imgs/icons/icon_db_arrow_up.png)
                    }

        .product-intro .introinfo-wrap .amount {
            width: 100%;
            padding: 27px 0
        }

            .product-intro .introinfo-wrap .amount .title {
                float: left;
                width: 50px;
                height: 35px;
                line-height: 35px;
                color: #505050
            }

            .product-intro .introinfo-wrap .amount .content {
                position: relative;
                float: left;
                width: 230px;
                height: 35px
            }

                .product-intro .introinfo-wrap .amount .content .amount-wrap {
                    width: 138px;
                    height: 33px;
                    margin: 0 auto;
                    border: 1px solid #45515e
                }

                    .product-intro .introinfo-wrap .amount .content .amount-wrap .txt-amount {
                        border: none;
                        outline: none;
                        -webkit-appearance: none;
                        width: 138px;
                        height: 33px;
                        line-height: 33px;
                        text-align: center
                    }

                .product-intro .introinfo-wrap .amount .content .btn {
                    display: block;
                    position: absolute;
                    top: 5px;
                    width: 25px;
                    height: 25px;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: 50%;
                    border-radius: 50%
                }

                .product-intro .introinfo-wrap .amount .content .btn-sub {
                    left: 10px;
                    background-image: url(../imgs/icons/icon_sub_enabled.png)
                }

                    .product-intro .introinfo-wrap .amount .content .btn-sub.disabled {
                        background-image: url(../imgs/icons/icon_sub_disabled.png)
                    }

                .product-intro .introinfo-wrap .amount .content .btn-add {
                    right: 10px;
                    background-image: url(../imgs/icons/icon_add_enabled.png)
                }

                    .product-intro .introinfo-wrap .amount .content .btn-add.disabled {
                        background-image: url(../imgs/icons/icon_add_disabled.png)
                    }

        .product-intro .introinfo-wrap .operates {
            width: 100%
        }

            .product-intro .introinfo-wrap .operates .btn {
                display: block;
                float: left;
                width: 230px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                border-radius: 2px;
                font-size: 18px;
                color: #fff
            }

                .product-intro .introinfo-wrap .operates .btn:hover {
                    text-decoration: underline
                }

            .product-intro .introinfo-wrap .operates .favor {
                width: 40px;
                margin-left: 10px
            }

                .product-intro .introinfo-wrap .operates .favor .img {
                    display: block;
                    width: 40px;
                    height: 34px;
                    background-image: url(../imgs/icons/icon_detail_favor.png);
                    background-repeat: no-repeat;
                    background-size: 34px 31px;
                    background-position: 50%
                }

                .product-intro .introinfo-wrap .operates .favor .txt {
                    display: block;
                    width: 100%;
                    line-height: 16px;
                    color: #c8c8c8;
                    font-size: 14px
                }

                .product-intro .introinfo-wrap .operates .favor.selected .img {
                    background-image: url(../imgs/icons/icon_detail_favor_selected.png)
                }

                .product-intro .introinfo-wrap .operates .favor.selected .txt {
                    color: #e33325
                }

            .product-intro .introinfo-wrap .operates .add-basket {
                margin-left: 20px;
                background-color: #4e47eb
            }

            .product-intro .introinfo-wrap .operates .buy-immediate {
                margin-left: 20px;
                background-color: #e33325
            }

        .product-intro .introinfo-wrap .qrcode-scan {
            width: 100%;
            height: 100%;
            /*background:#069;*/
            margin:0 auto;
            margin-top:30px;
        }
            .product-intro .introinfo-wrap .qrcode-scan img {
                width: 250px;
                /*height: 250px;*/
                /*background: #069;*/
                display: block;
                margin: 0 auto;
            }

            /*.product-intro .introinfo-wrap .qrcode-scan:after {
                display: block;
                position: absolute;
                top: 50%;
                left: 14px;
                margin-top: -10px;
                content: "";
                background-image: url(../imgs/icons/icon_qrcode_scan.png);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: 50%
            }*/

            .product-intro .introinfo-wrap .qrcode-scan p {
                padding-left: 40px;
                line-height: 40px;
                color: #505050
            }

            /*.product-intro .introinfo-wrap .qrcode-scan:hover {
                background-color: #f0f0f0
            }*/

            .product-intro .introinfo-wrap .qrcode-scan .qrcode {
                /*display: none;*/
                /*position: absolute;*/
                /*bottom: -150px;*/
                /*left: 0;*/
                /*width: 148px;
                height: 148px;
                border: 1px solid #f0f0f0*/
            }

                /*.product-intro .introinfo-wrap .qrcode-scan .qrcode img {
                    width: 100%
                }*/

.surprised-intro {
    width: 1200px;
    height: 363px;
    margin: 0 auto 60px;
    background-image: url(../imgs/detail/surprised_intro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.product-detail {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px
}

    .product-detail .header {
        width: 100%;
        border-bottom: 1px solid #e33325
    }

        .product-detail .header > a {
            display: inline-block;
            float: left;
            width: 160px;
            height: 42px;
            line-height: 42px;
            border-bottom: 4px solid #fff;
            font-size: 16px;
            color: #45515e;
            text-align: center
        }

            .product-detail .header > a:hover {
                text-decoration: underline
            }

            .product-detail .header > a.active {
                color: #e33325;
                border-bottom-color: #e33325
            }

    .product-detail .container {
        width: 100%
    }

        .product-detail .container .c-wrap {
            width: 100%;
            display: none
        }

            .product-detail .container .c-wrap.active {
                display: block
            }

        .product-detail .container .description {
            width: 100%;
            padding: 50px 0 40px
        }

            .product-detail .container .description .attrs {
                float: left;
                width: 650px
            }

                .product-detail .container .description .attrs .img {
                    width: 650px;
                    height: 400px;
                    overflow: hidden
                }

                    .product-detail .container .description .attrs .img img {
                        width: 100%
                    }

                .product-detail .container .description .attrs .text {
                    width: 590px;
                    padding: 25px 30px;
                    background-color: #fafafa
                }

                    .product-detail .container .description .attrs .text li {
                        width: 100%;
                        line-height: 34px;
                        color: #505050
                    }

                    .product-detail .container .description .attrs .text .title {
                        float: left;
                        width: 80px;
                        text-align: right;
                        font-weight: 700
                    }

                    .product-detail .container .description .attrs .text .content {
                        float: right;
                        width: 490px
                    }

                    .product-detail .container .description .attrs .text .sweet span {
                        display: inline-block;
                        float: left;
                        position: relative;
                        top: 4px;
                        width: 18px;
                        height: 22px;
                        margin-right: 5px;
                        background-image: url(../imgs/icons/icon_sweet.png);
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: 50%
                    }

                        .product-detail .container .description .attrs .text .sweet span.active {
                            background-image: url(../imgs/icons/icon_sweet_active.png)
                        }

            .product-detail .container .description .materials {
                float: right;
                width: 450px
            }

                .product-detail .container .description .materials .img {
                    width: 450px;
                    height: 310px;
                    margin-bottom: 20px;
                    overflow: hidden
                }

                    .product-detail .container .description .materials .flags, .product-detail .container .description .materials .img img {
                        width: 100%
                    }

                        .product-detail .container .description .materials .flags li {
                            float: left;
                            width: 225px;
                            height: 30px;
                            margin-bottom: 20px
                        }

                        .product-detail .container .description .materials .flags .flag {
                            float: left;
                            width: 50px;
                            height: 30px;
                            overflow: hidden
                        }

                            .product-detail .container .description .materials .flags .flag img {
                                width: 100%
                            }

                        .product-detail .container .description .materials .flags p {
                            display: inline-block;
                            float: right;
                            width: 155px;
                            line-height: 30px;
                            color: #828282
                        }

                .product-detail .container .description .materials .brands {
                    width: 100%
                }

                    .product-detail .container .description .materials .brands li {
                        width: 100%;
                        margin-bottom: 30px
                    }

                        .product-detail .container .description .materials .brands li.last {
                            margin-bottom: 0
                        }

                        .product-detail .container .description .materials .brands li .brand {
                            float: left;
                            width: 138px;
                            height: 78px;
                            border: 1px solid #dcdcdc
                        }

                            .product-detail .container .description .materials .brands li .brand img {
                                width: 100%
                            }

                        .product-detail .container .description .materials .brands li .text {
                            float: right;
                            width: 290px;
                            height: 80px
                        }

                            .product-detail .container .description .materials .brands li .text p {
                                line-height: 24px;
                                text-align: left;
                                color: #828282
                            }

        .product-detail .container .groups {
            position: relative;
            margin-top: 60px;
            background-color: #fafafa
        }

            .product-detail .container .groups .title {
                position: absolute;
                top: -70px;
                left: 50%;
                width: 370px;
                height: 170px;
                margin-left: -175px
            }

                .product-detail .container .groups .title img {
                    width: 100%
                }

        .product-detail .container .hierarchy {
            width: 100%;
            height: 510px
        }

            .product-detail .container .hierarchy .content {
                position: absolute;
                bottom: 0;
                left: 50%;
                width: 750px;
                height: 410px;
                margin-left: -375px;
                overflow: hidden
            }

                .product-detail .container .hierarchy .content img {
                    width: 100%
                }

        .product-detail .container .descs {
            width: 100%;
            position:relative;
            padding: 50px 0 60px
        }

            .product-detail .container .descs li {
                width: 100%;
                display: block;
                text-align: center;
                /*margin-bottom: 40px*/
            }

                .product-detail .container .descs li.full {
                    margin-bottom: 0
                }

            .product-detail .container .descs .img {
            }
               
            .product-detail .container .descs .text {
                position: relative;
                width: 390px;
                height: 480px;
                font-size: 14px;
                color: #838383;
                background-color: #fafafa
            }

                .product-detail .container .descs .text p {
                    padding: 10px 30px;
                    line-height: 24px;
                    text-align: left
                }

            /*.product-detail .container .descs .fl .img {
                float: left
            }*/

            .product-detail .container .descs .fl .text, .product-detail .container .descs .fr .img {
                float: right
            }

            .product-detail .container .descs .fr .text {
                float: left
            }

            .product-detail .container .descs .fullimg {
                /*width: 1200px;*/
                /*height: 480px*/
                text-align: center;
            }

           .product-detail .container .descs .fullimg img {
               /*width: 100%;*/
              text-align: center;
          }
            .product-detail .container .descs .gif1:after {
                display: block;
                position: absolute;
                width: 380px;
                height: 580px;
                top: 1889px;
                left: 35%;
                content: "";
                background-image: url(https://img.joyincake.com/UpImages/xcx/13.gif);
                background-repeat: no-repeat;
                background-size: 380px 580px;
                background-position: 100% 100%;
            }
            /*.product-detail .container .descs .gif2:after {
                display: block;
                position: absolute;
                width: 300px;
                height: 500px;
                top: 6690px;
                left: 38%;
                content: "";
                background-image: url(https://img.joyincake.com/UpImages/xcx/12.gif);
                background-repeat: no-repeat;
                background-size: 300px 500px;
                background-position: 100% 100%;
            }*/
          

        .product-detail .container .specifications, .product-detail .container .specifications .content {
            width: 100%;
            height: 470px
        }

            .product-detail .container .specifications .content img {
                width: 100%
            }

        .product-detail .container .comments {
            position: relative;
            width: 880px;
            padding: 20px 0 50px
        }

            .product-detail .container .comments .cmtlist {
                width: 100%
            }

            .product-detail .container .comments .cmt {
                width: 860px;
                padding: 30px 0 30px 20px;
                border-bottom: 1px solid #f0f0f0
            }

            .product-detail .container .comments .cmt-header {
                width: 100%;
                line-height: 24px;
                margin-bottom: 14px;
                color: #45515e
            }

                .product-detail .container .comments .cmt-header p {
                    display: inline-block;
                    float: left
                }

                .product-detail .container .comments .cmt-header .info {
                    padding-left: 36px;
                    background-image: url(../imgs/icons/icon_user.png);
                    background-repeat: no-repeat;
                    background-size: 22px 24px;
                    background-position: 0
                }
                .product-detail .container .comments .cmt-header .time {
                    margin-left: 50px;
                    font-size:10px;
                    color:#b3a3a3
  
                }
                .product-detail .container .comments .cmt-header .level {
                    margin-left: 50px
                }

                    .product-detail .container .comments .cmt-header .level span {
                        display: inline-block;
                        float: left;
                        position: relative;
                        top: 4px;
                        width: 17px;
                        height: 17px;
                        margin-right: 3px;
                        background-image: url(../imgs/icons/icon_comment_star.png);
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: 50%
                    }

                        .product-detail .container .comments .cmt-header .level span.active {
                            background-image: url(../imgs/icons/icon_comment_star_active.png)
                        }

            .product-detail .container .comments .cmt-body {
                line-height: 24px;
                color: #323232
            }

            .product-detail .container .comments .navigator {
                position: absolute;
                right: 0;
                bottom: 0;
                width: auto
            }

                .product-detail .container .comments .navigator a, .product-detail .container .comments .navigator span {
                    float: left;
                    display: inline-block;
                    line-height: 28px;
                    margin-left: 10px;
                    font-size: 14px;
                    color: #4f4f4f
                }

                .product-detail .container .comments .navigator a {
                    width: 28px;
                    height: 28px;
                    text-align: center;
                    border: 1px solid #e6e6e6
                }

                    .product-detail .container .comments .navigator a:hover {
                        text-decoration: underline
                    }

                    .product-detail .container .comments .navigator a.next, .product-detail .container .comments .navigator a.prev {
                        background-color: #f5f5f5;
                        border-color: #c8c8c8
                    }

                    .product-detail .container .comments .navigator a.active, .product-detail .container .comments .navigator a:hover {
                        border-color: #e33325
                    }
.xcollect1 {
    display: block;
    width: 90px;
    height: 30px;
    position: absolute;
    top: -2px;
    background: url(../imgs/index/free1.png) no-repeat;
    background-size: cover;
    left: 41.4%;
    z-index: 9999;
}

.xcollect2 {
    display: block;
    width: 90px;
    height: 30px;
    position: absolute;
    top: -2px; 
    background: url(../imgs/index/free2.png) no-repeat;
    background-size: cover;
    left: 42.2%;
    z-index: 9999;
}

.xcollect3 {
    display: block;
    width: 90px;
    height: 30px;
    position: absolute;
    top: -2px;
    background: url(../imgs/index/free3.png) no-repeat;
    background-size: cover;
    left: 41.4%;
    z-index: 9999;
}
video {
    width: 100%;
    height: 100%;
    /*padding-top: 2.05rem;
    display: none;*/
}
