#movie_v {
    height: 624px !important;
}

/*已购买弹窗*/
.shopsuccess {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.shopsuccess.seheight{
    height:263px;
}
.shopsuccess.autoHeight {
    height: auto;
}
    .shopsuccess .li {
        width: 50%;
        float: left;
        padding-right: 20px;
        margin-bottom: 10px;
    }
    .shopsuccess .li img {
        width: 60px;
        border-radius: 50%;
        height: 60px;
    }
    .shopsuccess .li text {
        font-size: 18px;
        color: #333;
        margin-left: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 400px;
        display: inline-block;
        vertical-align: middle;
    }
    .shopsuccess .li label {
        float: right;
        padding: 6px 15px;
        background: red;
        border-radius: 5px;
        color: white;
        letter-spacing: 1px;
        margin-top: 13px;
    }
    .shopsuccess .BtnOpen {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        height: 60px;
        background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #999;
        border-radius: 15px;
        z-index: 998;
        color: #333;
        font-weight: bold;
        cursor:pointer;
        display:none;
    }
    .cfShoppz {
        position: absolute;
        top: 20px;
        left: 20px;
        display: block;
        transition: all 0.04s;
        -ms-transition: all 0.04s;
        -webkit-transition: all 0.04s;
        -o-transition: all 0.04s;
        z-index: 9;
    }
    .cfShoppz.showcfShoppz {
        display: none;
    }
    .cfShoppz .cfShoppzCot {
        background: rgba(0,0,0,0.5);
        padding: 5px;
        border-radius: 6px;
    }
        .cfShoppz .cfShoppzCot .li img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }
        .cfShoppz .cfShoppzCot .li {
            display: none;
        }
        .cfShoppz .cfShoppzCot .li.active {
            display:block;
        }
        .cfShoppz .cfShoppzCot .li text {
            color: white;
            max-width: 170px;
            display: inline-block;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            vertical-align: middle;
        }
/*已购买弹窗结束*/
        .Colt_detail_content pre {
            white-space: pre-wrap !important;
            word-wrap: break-word !important;
            *white-space: normal !important;
        }

.Colt_detail_content img {
    margin-top: -16px;
}

.fenxer {
    text-align: center;
}

    .fenxer p {
        font-weight: bold;
        font-size: 18px;
        color: black;
    }

    .fenxer .zysx {
        margin: auto;
        display: inline-block;
    }

        .fenxer .zysx p {
            text-align: left;
        }

.tuijrCont {
    max-width: 1200px;
    padding-top: 3px;
    margin: auto;
}

.tuijr {
    box-shadow: 1px 1px 8px 2px #efeded;
    border-radius: 5px;
    padding: 5px;
    /*display: inline-block;*/
    width: 98%;
    border: 1px solid #ccc;
    margin: 0 auto;
}

    .tuijr span {
        letter-spacing: 3px;
    }

    .tuijr img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        color: black;
    }

.fxHaib {
    background: #fe2828;
    font-family: "Hind", sans-serif;
    border: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
    position: relative;
    outline: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    width: 100%;
}


/* 海报弹框 */
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    display: none;
    z-index: 9;
}

.zan-dialog {
    display: none;
}

    .zan-dialog image {
        width: 100%;
        height: 750px;
    }

.zan-dialog__container {
    position: fixed;
    top: 79px;
    width: 400px;
    margin-left: -200px;
    transform: translateY(300%);
    transition: all 0.4s ease;
    z-index: 12;
    border-radius: 10px;
    left: 50%;
    font-size: 0;
}

    .zan-dialog__container img {
        width: 100%;
    }

.zan-dialog-show .zan-dialog__container {
    transform: translateY(0);
}

.closeSumbit {
    width: 10px;
    height: 10px;
    position: absolute;
    right: -20px;
    z-index: 13;
    top: -20px;
    padding: 20px;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 44px;
    color: white;
    cursor: pointer;
}

.zan-text1, .zan-text2 {
    margin-top: 20px;
}

.zan-text1 {
    text-align: center;
    background: red;
    font-size: 16px;
    color: white;
    border-radius: 50px;
    padding: 16px 0;
    display: block;
    cursor: pointer;
}

.zan-text2 {
    text-align: center;
    background: orange;
    font-size: 16px;
    color: white;
    border-radius: 50px;
    padding: 16px 0;
    display: inline-block;
    margin-right: 4%;
    width: 48%;
    cursor: pointer;
}

    .zan-text2:nth-child(2) {
        margin-right: 0;
    }

    .zan-text2 span {
        font-size: 12px;
    }


.fxHaib:hover {
    color: white;
    background: #de0707;
}

.showimag {
    display: block;
}

.zan-dialogCont {
    padding: 15px 15px 6px;
    background: #b9b8b8;
    border-radius: 5px;
    display: none;
}

    .zan-dialogCont textarea {
        width: 100%;
        outline: none;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 5px;
        height: 300px;
        padding: 10px;
    }

    .zan-dialogCont.showtextarea {
        display: block;
    }

@media (max-width: 765px) {
    .fenxer p {
        font-size: 14px;
    }


    .closeSumbit {
        width: 10px;
        height: 10px;
        right: -12px;
        z-index: 13;
        top: -13px;
        padding: 12px;
        font-size: 26px;
    }

    .zan-text1, .zan-text2 {
        margin-top: 10px;
    }

    .zan-text1 {
        font-size: 14px;
        padding: 6px 0;
    }

    .zan-text2 {
        font-size: 14px;
        padding: 6px 0;
    }

    .zan-dialog__container {
        top: 76px;
        width: 65%;
        left: 0;
        font-size: 0;
        margin: auto;
        right: 0;
    }
}

.container-fluid-mobile .draggable {
    height: unset !important;
    float: left;
    width: 100%;
}

.container-fluid-mobile .slick-track, .container-fluid-mobile .slick-slide {
    float: left;
    width: 100% !important;
}

.container-fluid-mobile .tt-product-single-info {
    padding-top: 20px;
}
/*优惠卷*/
.RemUserListBg {
    display: inline-block;
    width: 100%;
}

.CouponboxCont {
    float: left;
    width: 100%;
    background: white;
}

    .CouponboxCont .CouponboxList {
        float: left;
        width: 100%;
        padding: 0.2rem;
    }

    .CouponboxCont .CouponboxListLef {
        float: left;
        width: 68%;
        background: #fc0a51;
        height: 1.7rem;
        padding: 0.1rem;
        border-top-left-radius: 0.1rem;
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0.1rem;
        border-bottom-right-radius: 0.25rem;
        border-right: 1px dashed #ccc;
        display: flex;
        align-items: center;
        color: white;
    }

        .CouponboxCont .CouponboxListLef img {
            width: 20%;
            float: left;
        }

.boxListLefTitleBox {
    float: left;
    padding-left: 0.2rem;
}

    .boxListLefTitleBox text {
        font-size: 0.2rem;
        color: #f74a2e;
        background: #fbe4ba;
        display: inline-block;
        margin-left: 0.08rem;
    }

.CouponboxCont .CouponboxListRit {
    float: left;
    width: 32%;
    text-align: center;
    background: #fc0a51;
    height: 1.7rem;
    padding: 0.1rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.1rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.1rem;
    display: flex;
    align-items: center;
    color: white;
}

.CouponboxCont .CouponboxListLef .boxListLefTitle {
    font-size: 0.2rem;
    display: inline-block;
    width: 100%;
}

.CouponboxCont .CouponboxListLef label {
    color: #999;
    font-weight: unset;
    margin-top: 0.1rem;
    display: block;
    font-size: 0.15rem;
    color: white;
}

.CouponboxCont .CouponboxListRit .text {
    color: red;
    font-size: 0.3rem;
    color: white;
}

.CouponboxCont .CouponboxListRit label {
    color: red;
    font-weight: unset;
    font-size: 0.2rem;
    margin-top: 0.1rem;
    display: block;
    color: white;
}

.CouponboxCont .CouponboxListRit .NowUser {
    font-size: 0.2rem;
    padding: 0 0.2rem;
    background: #f5b33b;
    color: white;
    border-radius: 0.3rem;
    display: inline-block;
    margin-top: 0.05rem;
}

    .CouponboxCont .CouponboxListRit .NowUser:active {
        border: 1px solid #f5b33b;
        background: white;
        color: #f5b33b;
    }

@media (min-width:750px) {
    .CouponboxCont .CouponboxListRit .NowUser {
        padding: 0.05rem 0.2rem;
        margin-top: 0.1rem;
    }

    .boxListLefTitleBox text {
        margin-top: 0.1rem;
    }

    .CouponboxCont .CouponboxListLef {
        height: 1.5rem;
    }

    .CouponboxCont .CouponboxListRit {
        height: 1.5rem;
    }
}

@media (min-width:1100px) {
    .CouponboxCont .CouponboxList {
        width: 50%;
    }

    .CouponboxCont .CouponboxListRit .NowUser {
        padding: 0.04rem 0.2rem;
        margin-top: 0.1rem;
    }
}

/*优惠卷结束*/
@media (max-width:750px) {
    #movie_v {
        height: 300px !important;
    }
    /*已购买弹窗*/
    .shopsuccess .li {
        width: 100%;
        padding-right:0;
    }
        .shopsuccess .li img {
            width: 40px;
            height: 40px;
        }
        .shopsuccess .li text {
            font-size: 14px;
            width: 69%;
        }
        .shopsuccess .li label {
            margin-top: 6px;
        }
        .shopsuccess .li label {
            padding: 3px 10px;
        }
    /*已购买弹窗结束*/
}