﻿
.tpp-ad-ball {
    background: #fff
}

.ad-ball-list-wrap {
    margin: 0 .9375rem;
    margin: 0 4vw;
    position: relative;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

.ad-ball-list-wrap:after {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 1px;
    background: #ededed;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .ad-ball-list-wrap:after {
        -webkit-transform: scaleY(.5);
        -ms-transform: scaleY(.5);
        transform: scaleY(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .ad-ball-list-wrap:after {
        -webkit-transform: scaleY(.6666);
        -ms-transform: scaleY(.6666);
        transform: scaleY(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .ad-ball-list-wrap:after {
        -webkit-transform: scaleY(.3333);
        -ms-transform: scaleY(.3333);
        transform: scaleY(.3333)
    }
}

.ad-ball-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .3125rem;
    padding: 0 1.33333333vw;
    -webkit-overflow-scrolling: touch
}

.ad-ball-list .ball-item {
    padding: 1.25rem 0 1.0625rem;
    padding: 5.33333333vw 0 4.53333333vw
}

.ad-ball-list .ad-ball {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.ad-ball-list .ball-img, .ad-ball-list .ball-img-wrap {
    width: 2.75rem;
    width: 11.73333333vw;
    height: 2.75rem;
    height: 11.73333333vw;
    border-radius: 50%
}

.ad-ball-list .ball-img-wrap {
    position: relative;
    background: #e2e2e2 no-repeat 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 62'%3E%3Cpath fill='%23FFF' d='M39.125 8.196c-5.077-1.346-6.64-8.05-16.13-8.05 3.435 3.947 1.85 7.41-.73 8.206C9.688 11.712.256 22.31.853 36.958 1.466 52.038 14.35 61.872 31 61.872s29.534-9.834 30.148-24.914c.607-14.884-9.14-25.586-22.023-28.762M56.89 28.984c-.005.073-.076.454-.453.55-.018.003-.034.013-.05.02-.488.22-1.228.833-1.49 2.566-.096.784-.254 1.602-.425 2.482l-.002.01c-.484 2.5-1.262 4.576-2.308 6.17-1.465 2.23-3.457 3.473-5.76 3.594-1.68.088-3.094.094-4.32.016-3.55-.223-5.586-1.144-7.026-3.178-1.94-2.736-2.826-7.71-3.977-7.71-1.152 0-2.038 4.974-3.977 7.71-1.44 2.033-3.476 2.954-7.027 3.178-1.226.077-2.64.072-4.32-.016-2.303-.12-4.294-1.363-5.76-3.593-1.047-1.594-1.824-3.67-2.31-6.17v-.01c-.17-.88-.33-1.7-.426-2.483-.262-1.734-1-2.348-1.488-2.565-.017-.008-.034-.018-.05-.022-.38-.095-.45-.477-.454-.55-.044-.7-.22-2.265-.28-3.24-.045-.728.554-.823.668-.83 4.19-.265 13.913-.787 18.334.367 1.32.345 5.097 1.062 7.09 1.062 1.992 0 5.77-.717 7.09-1.062 4.42-1.154 14.142-.632 18.333-.368.113.007.713.103.668.83-.06.976-.236 2.54-.28 3.242'/%3E%3Cpath fill='%23FFF' d='M22.92 28.696c-.097-.02-.202-.04-.315-.06-1.574-.295-4.783-.702-7.265-.545-1.094.07-2.046.248-2.656.592-1.51.856-1.634 2.2-1.38 4.006.075.524.18 1.088.293 1.69.604 3.22 2.032 6.65 5.004 6.82 1.335.08 2.43.083 3.338.027 2.79-.175 3.795-.935 4.487-1.965 3.965-5.888 2.398-9.756-1.506-10.564M39.24 28.696c.095-.02.2-.04.313-.06 1.574-.295 4.783-.702 7.265-.545 1.094.07 2.046.248 2.656.592 1.51.856 1.634 2.2 1.38 4.006-.075.524-.18 1.088-.293 1.69-.603 3.22-2.03 6.65-5.003 6.82-1.334.08-2.43.083-3.337.027-2.79-.175-3.795-.935-4.488-1.965-3.963-5.888-2.396-9.756 1.507-10.564'/%3E%3C/svg%3E");
    background-size: 20px
}

.ad-ball-list .ball-img-wrap .ball-img {
    background: no-repeat 50%;
    background-size: cover
}

.ad-ball-list .ball-img-wrap .ball-subtitle {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    padding: 0 3px 0 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: .5rem;
    color: #fff;
    white-space: nowrap;
    background: #ff2e62;
    border-radius: 8px 10px 10px 0
}

.ad-ball-list .ball-title {
    padding: .375rem 0 0;
    padding: 1.6vw 0 0;
    font-size: .6875rem;
    color: #333;
    text-align: center;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 3.125rem;
    width: 13.33333333vw
}

@media only screen and (max-device-width: 320px) {
    .ad-ball-list .ball-title {
        font-size: .625rem;
        width: 3.4375rem;
        width: 14.66666667vw
    }
}

.bread-banner {
    display: block;
    background: #fff no-repeat 50%;
    background-size: cover;
    position: relative
}

.bread-banner.hastag:after {
    content: "\5E7F\544A";
    font-size: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .29);
    color: hsla(0, 0%, 100%, .8)
}

.bread-banner div {
    height: 85px;
    background: transparent -webkit-linear-gradient(bottom, #ededed, #ededed 50%, transparent 0, transparent 0) 0 100% repeat-x;
    background: transparent linear-gradient(0deg, #ededed, #ededed 50%, transparent 0, transparent 0) 0 100% repeat-x;
    background-size: 100% 1px
}

.tpp-popup, .tpp-popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.tpp-popup-mask {
    background-color: rgba(0, 0, 0, .6);
    pointer-events: none
}

.fn-noscroll {
    overflow: hidden
}

.tpp-coupon-tip {
    position: fixed;
    right: 0;
    padding-right: .625rem;
    padding-right: 2.7vw;
    bottom: 3.375rem;
    bottom: 14.4vw
}

.tpp-tip {
    border-radius: 4px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    background-image: -webkit-linear-gradient(225deg, #faa800 6%, #ffc419 99%);
    background-image: linear-gradient(-135deg, #faa800 6%, #ffc419 99%);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2);
    height: 45px;
    padding: 0 12px;
    max-width: 12.5rem;
    max-width: 53.3vw
}

.tpp-tip, .tpp-tip .tpp-tip-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tpp-tip .tpp-tip-c {
    width: 100%
}

.tpp-tip .i-arrow-solid {
    position: absolute;
    bottom: -5px
}

.tpp-tip .i-arrow-solid:after {
    border-top: 6px solid #faa800
}

.tpp-tip .tip {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.tpp-tip .i-arrow {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: .78
}

.fn-has-native-nav .tpp-coupon-tip {
    bottom: .3125rem;
    bottom: 1.3vw
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-min-device-pixel-ratio: 2) {
    .tpp-coupon-tip {
        bottom: 88px
    }

    .fn-has-native-nav .tpp-coupon-tip {
        bottom: .3125rem;
        bottom: 1.3vw
    }
}

.ad-popup .ad-img {
    z-index: 99;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 6.5625rem;
    top: 28vw;
    left: 1.375rem;
    left: 5.9vw;
    right: 1.375rem;
    right: 5.9vw;
    bottom: 9.1875rem;
    bottom: 39.2vw
}

.ad-popup .ad-img img {
    max-width: 100%;
    display: block
}

.ad-popup .ad-click-area {
    display: block;
    z-index: 999;
    position: fixed;
    left: 1.875rem;
    left: 8vw;
    right: 1.875rem;
    right: 8vw;
    bottom: 9.1875rem;
    bottom: 39.2vw;
    height: 15.625rem;
    height: 66.7vw
}

.ad-popup .ad-close-btn {
    z-index: 999;
    display: block;
    position: fixed;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 32px;
    height: 32px;
    margin-left: -1rem;
    margin-left: -4.3vw;
    bottom: 3.75rem;
    bottom: 16vw
}

.i-circle-close {
    border: 1px solid #fff;
    border-radius: 50%
}

.i-circle-close:after, .i-circle-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 8px;
    margin: -1px auto auto -4px;
    background: #fff
}

.i-circle-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.i-circle-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.i-circle-close:after, .i-circle-close:before {
    width: 14px;
    margin-left: -7px
}

.fn-has-native-nav .ad-popup .ad-close-btn {
    bottom: .9375rem;
    bottom: 4vw
}

.tkt-c {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 4px;
    overflow: hidden;
    width: 19.375rem;
    width: 82.7vw
}

.tkt-c .pop-hdr {
    line-height: 1.25;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(//gw.alicdn.com/tfs/TB1TQK3fr_I8KJjy1XaXXbsxpXa-620-286.png) no-repeat top;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: .625rem .9375rem .9375rem;
    padding: 2.66666667vw 4vw 4vw;
    height: 8.9375rem;
    height: 38.1vw
}

.tkt-c .pop-hdr .cinema-addr, .tkt-c .pop-hdr .m-name, .tkt-c .pop-hdr .m-showtime {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.tkt-c .pop-hdr[member-level=v0] {
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), -webkit-linear-gradient(134deg, #fa465d, #fe7587);
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), linear-gradient(-44deg, #fa465d, #fe7587)
}

.tkt-c .pop-hdr[member-level=v1] {
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), -webkit-linear-gradient(43deg, #43bfb7, #25aba2);
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), linear-gradient(47deg, #43bfb7, #25aba2)
}

.tkt-c .pop-hdr[member-level=v2] {
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), -webkit-linear-gradient(44deg, #a9b5d6, #6f7a96);
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), linear-gradient(46deg, #a9b5d6, #6f7a96)
}

.tkt-c .pop-hdr[member-level=v3] {
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), -webkit-linear-gradient(225deg, #b48c40, #d3b580);
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), linear-gradient(225deg, #b48c40, #d3b580)
}

.tkt-c .pop-hdr[member-level=v4] {
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), -webkit-linear-gradient(199deg, #0f0f13, #31384a 56%);
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), linear-gradient(251deg, #0f0f13, #31384a 56%)
}

.tkt-c .m-name {
    font-size: 17px
}

.tkt-c .m-showtime {
    font-weight: 500;
    font-size: 29px
}

.tkt-c .cinema-addr {
    font-size: 13px
}

.tkt-c .golden-egg {
    font-size: 12px;
    font-weight: 300;
    border-radius: 34px;
    background-color: #ff9c1c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    margin-top: .3125rem;
    margin-top: 1.3vw;
    padding: 0 .375rem 0 1.125rem;
    padding: 0 1.6vw 0 4.8vw;
    height: 1.0625rem;
    height: 4.5vw;
    line-height: 1.0625rem;
    line-height: 4.5vw
}

.tkt-c .golden-egg .egg-icon {
    display: block;
    position: absolute;
    width: 1.0625rem;
    width: 4.5vw;
    height: 1.0625rem;
    height: 4.5vw;
    left: 0
}

.tkt-c .qr-c {
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: .9375rem;
    padding: 4vw;
    max-height: 23.4375rem;
    max-height: 100vw
}

.tkt-c .qr-c .qr-code svg {
    display: block;
    margin: 0 auto;
    width: 8.875rem;
    width: 37.9vw;
    height: 8.875rem;
    height: 37.9vw
}

.tkt-c .qr-c .qr-desc {
    padding-top: 5%;
    margin: 0 auto;
    color: #999;
    text-align: center;
    font-size: .8125rem
}

.tkt-c .qr-c .qr-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 4px;
    border: 1px solid #ededed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3rem;
    height: 12.8vw;
    padding: 0 .9375rem;
    padding: 0 4vw;
    margin: .625rem 0 0;
    margin: 2.66666667vw 0 0
}

.tkt-c .qr-c .qr-name .name {
    color: #999;
    font-size: 13px
}

.tkt-c .qr-c .qr-name .code {
    font-size: 1rem;
    padding-left: .4375rem;
    padding-left: 1.9vw
}

.tkt-c .qr-c .goods-tips {
    height: 40px;
    border-radius: 100px;
    background: #f5f5f5;
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 15px;
    white-space: nowrap;
    background-image: -webkit-linear-gradient(223deg, #f80 6%, #feb026);
    background-image: linear-gradient(-133deg, #f80 6%, #feb026)
}

.tkt-c .qr-c .goods-tips .tip {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tkt-c .qr-c .goods-tips img {
    display: block;
    width: 1.1875rem;
    width: 5.1vw;
    height: 1.1875rem;
    height: 5.1vw;
    margin: 0 7px 0 10px
}

.tkt-c .qr-c .goods-tips .lnk-buy, .tkt-c .qr-c .goods-tips img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.tkt-c .qr-c .goods-tips .lnk-buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 500
}

.tkt-c .qr-c .goods-tips .i-arrow {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.tkt-c .qr-c .goods-tips .i-arrow:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-top: 0 none;
    border-left: 0 none;
    margin: 5px auto auto 5px
}

.tkt-c .qr-c .goods-tips .i-arrow.right {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.tkt-c .pop-btm {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff -webkit-linear-gradient(top, #ededed, #ededed 50%, transparent 0, transparent 0) 0 0 repeat-x;
    background: #fff linear-gradient(180deg, #ededed, #ededed 50%, transparent 0, transparent 0) 0 0 repeat-x;
    background-size: 100% 1px
}

.tkt-c .popup-btn {
    height: 3.5rem;
    height: 14.9vw;
    line-height: 3.5rem;
    line-height: 14.9vw;
    width: 50%;
    display: inline-block
}

.tkt-c .popup-btn a {
    display: block;
    text-align: center
}

.tkt-c .popup-btn:first-child {
    background: transparent -webkit-linear-gradient(left, #ededed, #ededed 50%, transparent 0, transparent 0) 100% 0 no-repeat;
    background: transparent linear-gradient(90deg, #ededed, #ededed 50%, transparent 0, transparent 0) 100% 0 no-repeat;
    background-size: 1px 100%
}

@media screen and (max-height: 550px) {
    .tkt-c .qr-c {
        max-height: 18.75rem;
        max-height: 80vw
    }
}

.star-ranking .star .icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 67 62' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EStar 1%3C/title%3E%3Cpath d='M33.404 51.41L13.01 62l3.894-22.432-16.5-15.886 22.803-3.273L33.404 0l10.198 20.41 22.802 3.272-16.5 15.886L53.8 62' fill='%23C8C8C8' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.star-ranking.active .star .icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 66 62' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EStar 1%3C/title%3E%3Cpath d='M33 51.41L12.605 62 16.5 39.568 0 23.682l22.802-3.273L33 0l10.198 20.41L66 23.68 49.5 39.568 53.395 62' fill='%23FEA54C' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.star-ranking.active .star.odd .icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 67 63' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 3%3C/title%3E%3Cdefs%3E%3Cpath id='a' d='M33 51.41L12.605 62 16.5 39.568 0 23.682l22.802-3.273L33 0l10.198 20.41L66 23.68 49.5 39.568 53.395 62z'/%3E%3Cmask id='b' x='0' y='0' width='66' height='62' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse stroke='%23FEA54C' mask='url(%23b)' stroke-width='10' xlink:href='%23a'/%3E%3Cpath d='M33 52.07L12.908 62.607l3.895-22.654L.303 23.91l22.803-3.305L33 .607V52.07zm33-28.204l.303.044-.303.295v-.34z' fill='%23FEA54C'/%3E%3C/g%3E%3C/svg%3E")
}

.star-ranking.active .tap-on ~ .star .icon {
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 66 62' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EStar 1 Copy 4%3C/title%3E%3Cpath d='M456.931387,57.4556214 L459.963142,39.995896 L460.190253,38.6879742 L459.233957,37.7672474 L446.419731,25.4296356 L464.157616,22.8837769 L465.45361,22.6977672 L466.038814,21.5265553 L474,5.59324307 L481.961186,21.5265553 L482.54639,22.6977672 L483.842384,22.8837769 L501.580269,25.4296356 L488.766043,37.7672474 L487.809747,38.6879742 L488.036858,39.995896 L491.068613,57.4556214 L475.152132,49.1904439 L474,48.5921602 L472.847868,49.1904439 L456.931387,57.4556214 Z' transform='translate(-441)' stroke-width='5' stroke='%23FEA54C' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.cmt-guide-c {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    max-height: 36.25rem;
    max-height: 154.66666667vw;
    overflow: auto
}

.cmt-guide-c .star-scale-in-1 {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

.cmt-guide-c .star-scale-in-2 {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.cmt-guide-c .star-scale-in-3 {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.cmt-guide-c .star-scale-in-4 {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.cmt-guide-c .star-scale-in-5 {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.cmt-guide-c .m-info {
    padding: .9375rem 0;
    padding: 4vw 0
}

.cmt-guide-c .btn-close-guide {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    font-size: 26px;
    color: #999
}

.cmt-guide-c .guide-desc {
    text-align: center;
    position: relative;
    color: #999;
    font-size: .75rem
}

.cmt-guide-c .guide-desc .line {
    height: .8125rem;
    height: 3.5vw;
    width: .875rem;
    width: 3.7vw;
    line-height: .8125rem;
    line-height: 3.5vw;
    border-bottom: 1px solid #999;
    display: inline-block;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%)
}

.cmt-guide-c .poster-c {
    margin: 0 auto;
    background-size: 25px;
    width: 3.4375rem;
    width: 14.7vw;
    height: 4.75rem;
    height: 20.3vw;
    margin-top: .75rem;
    margin-top: 3.2vw
}

.cmt-guide-c .show-name {
    padding: .5rem .9375rem 0;
    padding: 2.13333333vw 4vw 0;
    font-weight: 600;
    font-size: 15px
}

.cmt-guide-c .star-c {
    overflow: hidden;
    padding-top: .25rem;
    padding-top: 1.1vw
}

.cmt-guide-c .star-c .lbl-feeling {
    font-size: 12px;
    color: #999;
    margin: 0 auto
}

.cmt-guide-c .star-c .show-rate {
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: #999
}

.cmt-guide-c .star-c .show-rate .guide-desc {
    display: inline-block
}

.cmt-guide-c .star-c .show-rate .rate {
    width: 0;
    vertical-align: baseline;
    white-space: nowrap;
    display: inline-block;
    opacity: .9;
    color: #ff9c1c
}

.cmt-guide-c .star-ranking {
    position: relative;
    padding: .625rem 0 .875rem;
    padding: 2.66666667vw 0 3.73333333vw
}

.cmt-guide-c .star-ranking .star {
    font-size: 12px;
    position: relative;
    line-height: 1;
    box-sizing: border-box;
    display: inline-block;
    color: #999;
    width: 3.4375rem;
    width: 14.7vw;
    height: 3.125rem;
    height: 13.3vw;
    padding-top: 2.375rem;
    padding-top: 10.1vw
}

.cmt-guide-c .star-ranking .star:last-child {
    margin-right: 0
}

.cmt-guide-c .star-ranking .star .icon {
    white-space: nowrap;
    font-size: 0;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-bottom: .4375rem;
    margin-bottom: 1.9vw;
    height: 1.9375rem;
    height: 8.3vw
}

.cmt-guide-c .star-ranking .inner-star {
    display: inline-block;
    width: 50%;
    height: 100%
}

.cmt-guide-c .star-ranking.active .tap-on {
    color: #ff9c1c
}

.cmt-guide-c .star-ranking.active .tap-on.anm-bounce .icon {
    -webkit-animation-name: bounceTop;
    animation-name: bounceTop;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.cmt-guide-c .cmt-entry {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #ededed;
    border-radius: 4px;
    font-size: 13px;
    width: 17.625rem;
    width: 75.2vw
}

.cmt-guide-c .cmt-entry a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #999;
    position: relative;
    overflow: scroll;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.3125rem;
    height: 9.9vw;
    padding-left: .75rem;
    padding-left: 3.2vw
}

.cmt-guide-c .cmt-btn-c {
    background: #fff;
    padding: 1rem 0;
    padding: 4.26666667vw 0
}

.cmt-guide-c .cmt-btn-c .tpp-btn {
    display: block;
    margin: 0 auto;
    font-size: 15px;
    border-radius: 100px;
    height: 2.125rem;
    height: 9.1vw;
    line-height: 2.125rem;
    line-height: 9.1vw;
    width: 10rem;
    width: 42.7vw
}

.cmt-guide-c .cmt-btn-c .tpp-btn.disabled, .cmt-guide-c .cmt-btn-c .tpp-btn:disabled {
    background-image: -webkit-linear-gradient(45deg, #ff47a8, #ff2e62);
    background-image: linear-gradient(45deg, #ff47a8, #ff2e62);
    opacity: .5
}

.cmt-guide-c .question-wrap {
    text-align: center;
    padding-top: .75rem;
    padding-top: 3.2vw;
    margin-top: .625rem;
    margin-top: 2.66666667vw
}

.cmt-guide-c .question-wrap .q-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 12px
}

.cmt-guide-c .question-wrap .q-title .line {
    background: transparent -webkit-linear-gradient(top, #999, #999 50%, transparent 0, transparent 0) 0 0 repeat-x;
    background: transparent linear-gradient(180deg, #999, #999 50%, transparent 0, transparent 0) 0 0 repeat-x;
    background-size: 100% 1px;
    height: 1px;
    width: 1rem;
    width: 4.26666667vw;
    margin: .375rem;
    margin: 1.6vw
}

.cmt-guide-c .question-wrap .q-title .q-title-text {
    max-width: 16.25rem;
    max-width: 69.33333333vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.cmt-guide-c .question-wrap .q-desc {
    font-size: 15px;
    color: #000;
    max-width: 14.375rem;
    max-width: 61.33333333vw;
    margin: 0 auto 20px;
    font-weight: 500
}

.cmt-guide-c .question-wrap .q-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1.25rem;
    margin: 0 5.33333333vw;
    padding-bottom: .875rem;
    padding-bottom: 3.73333333vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cmt-guide-c .question-wrap .q-option .tpp-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 .3125rem;
    margin: 0 1.33333333vw;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 6.25rem;
    max-width: 26.66666667vw;
    position: relative;
    border: none
}

.cmt-guide-c .question-wrap .q-option .tpp-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #999;
    border-radius: 0;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .cmt-guide-c .question-wrap .q-option .tpp-btn:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .cmt-guide-c .question-wrap .q-option .tpp-btn:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .cmt-guide-c .question-wrap .q-option .tpp-btn:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.cmt-guide-c .question-wrap .q-option .tpp-btn.tpp-btn-outline-primary {
    position: relative
}

.cmt-guide-c .question-wrap .q-option .tpp-btn.tpp-btn-outline-primary:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #ff2e62;
    border-radius: 0;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .cmt-guide-c .question-wrap .q-option .tpp-btn.tpp-btn-outline-primary:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .cmt-guide-c .question-wrap .q-option .tpp-btn.tpp-btn-outline-primary:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .cmt-guide-c .question-wrap .q-option .tpp-btn.tpp-btn-outline-primary:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.cmt-guide-c .question-wrap .q-option .tpp-btn.tpp-btn-outline-primary:after, .cmt-guide-c .question-wrap .q-option .tpp-btn:after {
    border-radius: 50px
}

.cmt-guide-c .mult-content {
    padding: 0 20px
}

.cmt-guide-c .mult-content .title {
    color: #999;
    font-size: .8125rem;
    padding: .3125rem 0 .625rem;
    padding: 1.33333333vw 0 2.66666667vw;
    max-width: 280px;
    margin: 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.cmt-guide-c .mult-dimension {
    padding-bottom: 3rem;
    padding-bottom: 12.8vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.cmt-guide-c .mult-dimension, .cmt-guide-c .mult-dimension .mult-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cmt-guide-c .mult-dimension .mult-item {
    position: relative;
    width: 45%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cmt-guide-c .mult-dimension .mult-item:first-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 40px
}

.cmt-guide-c .mult-dimension .mult-item img {
    width: 35px;
    height: 35px;
    z-index: 1;
    margin-right: -18px
}

.cmt-guide-c .mult-dimension .mult-item .mult-item-btn {
    box-sizing: content-box;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: .75rem;
    color: #999;
    letter-spacing: 0;
    line-height: 28px;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cmt-guide-c .mult-dimension .mult-item .mult-item-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #999;
    border-radius: 40px;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .cmt-guide-c .mult-dimension .mult-item .mult-item-btn:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .cmt-guide-c .mult-dimension .mult-item .mult-item-btn:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .cmt-guide-c .mult-dimension .mult-item .mult-item-btn:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.cmt-guide-c .mult-dimension .mult-item.active .mult-item-btn {
    position: relative;
    color: #fea54c;
    background: #fff6ed;
    border-radius: 40px
}

.cmt-guide-c .mult-dimension .mult-item.active .mult-item-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #ffd2a6;
    border-radius: 40px;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .cmt-guide-c .mult-dimension .mult-item.active .mult-item-btn:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .cmt-guide-c .mult-dimension .mult-item.active .mult-item-btn:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .cmt-guide-c .mult-dimension .mult-item.active .mult-item-btn:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.cmt-guide-c .mult-dimension .mult-item .mult-has-img {
    padding-left: 25px;
    border-radius: 0 40px 40px 0
}

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    70% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    70% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bounceTop {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-.87rem);
        transform: translateY(-.87rem)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceTop {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-.87rem);
        transform: translateY(-.87rem)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-min-device-pixel-ratio: 2) {
    .cmt-guide-c {
        padding-bottom: 34px
    }
}

@-webkit-keyframes scale-animation {
    0% {
        -webkit-transform: scale(1.8)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes scale-animation {
    0% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.infinite-rotate {
    -webkit-animation: LOADMORECIRCLE 1.2s linear infinite;
    animation: LOADMORECIRCLE 1.2s linear infinite
}

@-webkit-keyframes LOADMORECIRCLE {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes LOADMORECIRCLE {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounce-in {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.fade-out {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.ant-forest-popup {
    position: fixed;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    bottom: 3.4375rem;
    bottom: 14.7vw
}

.ant-forest-popup, .ant-forest-popup .ant-forest-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.375rem;
    height: 10.1vw
}

.ant-forest-popup .ant-forest-c {
    background-image: -webkit-linear-gradient(left, #2cc86e, #2bbe7b);
    background-image: linear-gradient(90deg, #2cc86e, #2bbe7b);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
    border-radius: 100px;
    margin: 0 auto;
    max-width: 85%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .9375rem;
    padding: 0 4vw
}

.ant-forest-popup .ant-forest-c i {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    margin-right: 6px;
    width: 20px;
    height: 20px
}

.ant-forest-popup .ant-forest-c .tip {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fn-has-native-nav .ant-forest-popup {
    bottom: .3125rem;
    bottom: 1.3vw
}

.i-ant-forest {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M61.9 107.8c1.1-.4 33-2.2 38.9 30h.7C107 105.6 138.9 107 140 107h1.1c0 1.1-4.1 30.7-33.7 33.3l.4 25.9v3.7c.4 3.3 1.5 6.3 3 7.8.4.4 1.1 1.1 3.3.7l2.2-.4c30.4-7 51.5-34.1 51.1-65.6 0-17.8-7-34.4-20-47C134.8 53 117.8 46.3 100 46.3c-36.7.4-66.3 30.4-66.3 67.4.4 26.7 16.3 50.7 40.7 61.1 3.3 1.5 4.4 5.2 3.3 8.1v.4c0 .7-.4 1.5-.4 2.2-1.5 3.3-5.2 4.8-8.5 3.7-30-13-49.6-42.6-50-75.2-.4-33.7 19.6-62.6 48.5-75.6-13.2-12.1-25.8-16.2-26.2-16.2-1.9-.7-3-1.9-3.7-3.3-1.9-1.9-3-4.8-1.9-7.4 1.1-3.3 4.8-5.2 8.1-4.4.7.4 20.4 6.7 38.1 26.7 5.9-1.5 11.9-2.2 18.1-2.2 6.7 0 13 .7 19.3 2.2 18.1-20 38.1-26.3 38.9-26.7 3.3-1.1 7 1.1 8.1 4.4.7 2.6 0 5.6-2.2 7-.7 1.5-2.2 3-3.7 3.3 0 0-13 4.4-26.3 16.3 8.9 4.1 17 9.3 24.1 16.3 15.6 15.6 24.1 35.9 24.4 57.8.4 38.5-25.6 71.5-63 80.4l-3 .7c-1.1.4-2.2.4-3.3.4-5.2 0-8.9-2.2-11.1-4.1-7.8-7-7.8-21.1-7.8-23.7l-.4-25.2c-28.9-2.2-33.3-31.5-33.7-32.6.6-.3 1-.3 1.8-.3z'/%3E%3C/svg%3E")
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-min-device-pixel-ratio: 2) {
    .ant-forest-popup {
        margin-bottom: 34px
    }
}

.member-popup {
    -webkit-font-smoothing: antialiased;
    top: 50%
}

.member-popup, .member-popup .member-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.member-popup .member-icon {
    top: 0;
    z-index: 90;
    display: block;
    width: 2.75rem;
    width: 11.7vw;
    height: 2.75rem;
    height: 11.7vw;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.member-popup .member-content {
    width: 17.8125rem;
    width: 76vw;
    overflow: hidden;
    border-radius: 4px
}

.member-popup .member-content .member-content-header {
    height: 7.125rem;
    height: 30.4vw;
    padding-top: 1.375rem;
    padding-top: 5.9vw;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.member-popup .member-content .member-content-header[member-level=v0] {
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), -webkit-linear-gradient(134deg, #fa465d, #fe7587);
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), linear-gradient(-44deg, #fa465d, #fe7587)
}

.member-popup .member-content .member-content-header[member-level=v1] {
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), -webkit-linear-gradient(43deg, #43bfb7, #25aba2);
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), linear-gradient(47deg, #43bfb7, #25aba2)
}

.member-popup .member-content .member-content-header[member-level=v2] {
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), -webkit-linear-gradient(44deg, #a9b5d6, #6f7a96);
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), linear-gradient(46deg, #a9b5d6, #6f7a96)
}

.member-popup .member-content .member-content-header[member-level=v3] {
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), -webkit-linear-gradient(225deg, #b48c40, #d3b580);
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), linear-gradient(225deg, #b48c40, #d3b580)
}

.member-popup .member-content .member-content-header[member-level=v4] {
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), -webkit-linear-gradient(199deg, #0f0f13, #31384a 56%);
    background-image: url("//gw.alicdn.com/tfs/TB1yzUmgpuWBuNjSszbXXcS7FXa-1125-540.png"), linear-gradient(251deg, #0f0f13, #31384a 56%)
}

.member-popup .member-content .member-content-body {
    background-color: #fff;
    position: relative;
    height: 16.625rem;
    height: 70.9vw;
    padding-top: 1.625rem;
    padding-top: 6.9vw;
    padding-bottom: 1.625rem;
    padding-bottom: 6.9vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.member-popup .member-content .member-content-body .member-tip {
    text-align: center;
    color: #4b4a50;
    font-size: 1.125rem
}

.member-popup .member-content .member-content-body .member-img {
    width: 100%;
    margin-top: 1.5rem;
    margin-top: 6.4vw;
    height: 7.1875rem;
    height: 30.7vw;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.member-popup .member-content .member-content-body .icon-arrow {
    display: inline-block;
    width: .6875rem;
    width: 2.9vw;
    height: .6875rem;
    height: 2.9vw;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23349CEC' d='M9.485.212a.7.7 0 0 0-1.003 0l-1 1.017a.728.728 0 0 0 0 1.02L21.01 16 7.482 29.754a.725.725 0 0 0 0 1.017l1 1.02c.278.28.726.28 1.003 0L24.52 16.508a.725.725 0 0 0 0-1.017L9.484.213z'/%3E%3C/svg%3E")
}

.member-popup .member-content .member-content-body .to-more-privilege {
    margin-top: 1.375rem;
    margin-top: 5.9vw;
    font-size: .9375rem;
    color: #349cec;
    text-align: center
}

.member-popup .member-content .member-content-body .to-more-privilege + .member-action-btn {
    margin-top: .875rem;
    margin-top: 3.7vw
}

.member-popup .member-content .member-content-body .member-action-btn {
    margin-top: 1.125rem;
    margin-top: 4.8vw;
    background-image: -webkit-linear-gradient(left, #ff2e62, #ff82a0);
    background-image: linear-gradient(90deg, #ff2e62, #ff82a0);
    border-radius: 40px;
    width: 12.0625rem;
    width: 51.5vw;
    height: 2.375rem;
    height: 10.1vw;
    line-height: 2.375rem;
    line-height: 10.1vw;
    border-radius: 50px;
    font-size: .9375rem;
    color: #fff;
    text-align: center
}

.member-popup .member-delete {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-top: 1.875rem;
    margin-top: 8vw;
    position: relative
}

.birthday-popup {
    -webkit-font-smoothing: antialiased;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.birthday-popup .birthday-content {
    width: 19.375rem;
    width: 82.7vw;
    height: 24.375rem;
    height: 104vw;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 20px;
    background-color: #ffe584
}

.birthday-popup .birthday-content .member-avatar {
    position: absolute;
    top: 6rem;
    top: 25.6vw;
    left: 8.1875rem;
    left: 34.9vw;
    width: 3.8125rem;
    width: 16.3vw;
    height: 3.8125rem;
    height: 16.3vw;
    border-radius: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.birthday-popup .birthday-content .birthday-info {
    padding-top: 10.875rem;
    padding-top: 46.4vw;
    color: #222;
    font-size: 1rem;
    text-align: center
}

.birthday-popup .birthday-content .birthday-info .member-desc {
    line-height: 1.2;
    margin-top: 1.5625rem;
    margin-top: 6.7vw;
    font-size: 2.75rem;
    font-weight: 700
}

.birthday-popup .birthday-content .birthday-info .member-extdesc {
    margin-top: .6875rem;
    margin-top: 2.9vw
}

.birthday-popup .birthday-delete {
    width: 40px;
    margin: 0 auto;
    margin-top: 2.1875rem;
    margin-top: 9.3vw;
    position: relative;
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    color: #fff
}

.ad-popup .ad-img {
    z-index: 99;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 6.5625rem;
    top: 28vw;
    left: 1.375rem;
    left: 5.9vw;
    right: 1.375rem;
    right: 5.9vw;
    bottom: 9.1875rem;
    bottom: 39.2vw
}

.ad-popup .ad-img img {
    max-width: 100%;
    display: block
}

.ad-popup .ad-click-area {
    display: block;
    z-index: 999;
    position: fixed;
    left: 1.875rem;
    left: 8vw;
    right: 1.875rem;
    right: 8vw;
    bottom: 9.1875rem;
    bottom: 39.2vw;
    height: 15.625rem;
    height: 66.7vw
}

.ad-popup .ad-close-btn {
    z-index: 999;
    display: block;
    position: fixed;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 32px;
    height: 32px;
    margin-left: -1rem;
    margin-left: -4.3vw;
    bottom: 3.75rem;
    bottom: 16vw
}

.i-circle-close {
    border: 1px solid #fff;
    border-radius: 50%
}

.i-circle-close:after, .i-circle-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 8px;
    margin: -1px auto auto -4px;
    background: #fff
}

.i-circle-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.i-circle-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.i-circle-close:after, .i-circle-close:before {
    width: 14px;
    margin-left: -7px
}

.red-packets-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.red-packets-popup .more {
    margin-top: -30%;
    -webkit-overflow-scrolling: touch
}

@media only screen and (max-device-width: 320px) {
    .red-packets-popup .more {
        margin-top: -20%
    }
}

.red-packets-popup .pupup-container {
    width: 100%;
    height: 25rem;
    height: 106.7vw
}

.red-packets-popup .pupup-container .packet-wrap {
    background-image: url("//gw.alicdn.com/tfs/TB1ecpqci6guuRjy1XdXXaAwpXa-1071-899.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 21.875rem;
    background-size: 93.33333333vw
}

.red-packets-popup .pupup-container .title-wrap {
    padding-top: 4.0625rem;
    padding-top: 17.3vw;
    text-align: center
}

.red-packets-popup .pupup-container .title-wrap .title {
    padding: 0 2.5rem;
    padding: 0 10.66666667vw;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 1.75rem;
    color: #fff;
    font-weight: 400
}

@media only screen and (max-device-width: 320px) {
    .red-packets-popup .pupup-container .title-wrap .title {
        font-size: 1.5rem
    }
}

.red-packets-popup .pupup-container .title-wrap .subtitle {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 2.5rem;
    padding: 0 10.66666667vw;
    margin-top: .4375rem;
    margin-top: 1.9vw;
    font-size: .8125rem;
    opacity: .9;
    color: #fff;
    font-weight: 400
}

@media only screen and (max-device-width: 320px) {
    .red-packets-popup .pupup-container .title-wrap .subtitle {
        font-size: .6875rem
    }
}

.red-packets-popup .pupup-container .scroll {
    overflow: scroll;
    max-height: 18.125rem;
    max-height: 77.3vw
}

@media only screen and (max-device-width: 320px) {
    .red-packets-popup .pupup-container .scroll {
        max-height: 16.875rem;
        max-height: 72vw
    }
}

.red-packets-popup .pupup-container .coupon-container {
    margin-top: 1.25rem;
    margin-top: 5.3vw;
    padding-bottom: .625rem;
    padding-bottom: 2.7vw;
    background-position: bottom;
    background-size: 21.875rem 9.375rem;
    background-size: 93.33333333vw 40vw;
    background-repeat: no-repeat
}

@media only screen and (max-device-width: 320px) {
    .red-packets-popup .pupup-container .coupon-container {
        margin-top: 1.125rem;
        margin-top: 4.8vw
    }
}

.red-packets-popup .pupup-container .coupon-container .coupon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: .625rem;
    margin-bottom: 2.7vw;
    width: 17.5rem;
    width: 74.7vw;
    border-radius: 4px;
    overflow: hidden
}

.red-packets-popup .pupup-container .coupon-container .coupon:last-child {
    margin-bottom: 0
}

.red-packets-popup .pupup-container .coupon-container .coupon .split-line {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.red-packets-popup .pupup-container .coupon-container .coupon .split-line .middle-line {
    position: absolute;
    top: 10%;
    width: 100%;
    height: 80%;
    background-color: #fff
}

@media only screen and (max-device-width: 320px) {
    .red-packets-popup .pupup-container .coupon-container .coupon .split-line .middle-line {
        height: 80%
    }
}

.red-packets-popup .pupup-container .coupon-container .coupon .split-line .middle-line:after {
    content: "";
    display: block;
    position: absolute;
    border-left: 1px dashed #e2e2e2;
    width: 1px;
    height: 75%;
    top: 15%;
    left: 46%
}

.red-packets-popup .pupup-container .coupon-container .coupon .split-line .cirle {
    position: absolute;
    left: 1px;
    width: 16px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 52'%3E%3Cpath fill='%23FFF' d='M0 10V0h32v52H0V42c8.8 0 16-7.2 16-16S8.8 10 0 10z'/%3E%3C/svg%3E")
}

.red-packets-popup .pupup-container .coupon-container .coupon .split-line .up {
    top: -1px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.red-packets-popup .pupup-container .coupon-container .coupon .split-line .down {
    bottom: -1px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.red-packets-popup .pupup-container .coupon-container .coupon .left {
    margin-right: -1px;
    width: 12.5rem;
    width: 53.3vw;
    padding: 1.25rem .625rem 1.125rem .9375rem;
    padding: 5.33333333vw 2.66666667vw 4.8vw 4vw;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

@media only screen and (max-device-width: 320px) {
    .red-packets-popup .pupup-container .coupon-container .coupon .left {
        padding: 1rem .5rem .625rem .75rem;
        padding: 4.26666667vw 2.13333333vw 2.66666667vw 3.2vw
    }
}

.red-packets-popup .pupup-container .coupon-container .coupon .left .coupon-title {
    text-align: left;
    font-size: 1rem;
    line-height: 1.3;
    color: #000;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

@media only screen and (max-device-width: 320px) {
    .red-packets-popup .pupup-container .coupon-container .coupon .left .coupon-title {
        font-size: .75rem
    }
}

.red-packets-popup .pupup-container .coupon-container .coupon .left .desc {
    margin-top: .625rem;
    margin-top: 2.7vw;
    text-align: left;
    line-height: 1.3;
    font-size: .75rem;
    color: #999;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

@media only screen and (max-device-width: 320px) {
    .red-packets-popup .pupup-container .coupon-container .coupon .left .desc {
        font-size: .625rem
    }
}

.red-packets-popup .pupup-container .coupon-container .coupon .left .desc.candraw-expire-tip, .red-packets-popup .pupup-container .coupon-container .coupon .left .desc.expire-tip {
    color: #ff2e62
}

.red-packets-popup .pupup-container .coupon-container .coupon .right {
    margin-left: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5rem;
    width: 21.3vw;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

.red-packets-popup .pupup-container .coupon-container .coupon .right .count-wrap {
    margin-left: -7%;
    z-index: 99
}

.red-packets-popup .pupup-container .coupon-container .coupon .right .count {
    text-align: center;
    line-height: .75rem;
    line-height: 3.2vw;
    font-size: .75rem;
    color: #ff2e62
}

.red-packets-popup .pupup-container .coupon-container .coupon .right .count span {
    margin-right: 1px;
    line-height: 1.5625rem;
    line-height: 6.7vw;
    font-size: 1.5625rem;
    color: #ff4b61
}

@media only screen and (max-device-width: 320px) {
    .red-packets-popup .pupup-container .coupon-container .coupon .right .count span {
        line-height: 1.25rem;
        line-height: 5.3vw;
        font-size: 1.25rem
    }
}

.red-packets-popup .pupup-container .coupon-container .coupon .right .btn-wrap {
    margin-top: .625rem;
    margin-top: 2.7vw;
    margin-left: -.3125rem;
    margin-left: -1.3vw;
    text-align: center
}

.red-packets-popup .pupup-container .coupon-container .coupon .right .draw-btn {
    display: inline-block;
    width: 3.4375rem;
    width: 14.7vw;
    height: 1.875rem;
    height: 8vw;
    font-size: .8125rem;
    line-height: 1.875rem;
    line-height: 8vw;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-image: -webkit-linear-gradient(136deg, #e93849, #ff755b);
    background-image: linear-gradient(-46deg, #e93849, #ff755b);
    border-radius: 100px
}

@media only screen and (max-device-width: 320px) {
    .red-packets-popup .pupup-container .coupon-container .coupon .right .draw-btn {
        font-size: .625rem
    }
}

.red-packets-popup .pupup-container .coupon-container .coupon .right .received-text {
    margin-top: .625rem;
    margin-top: 2.7vw;
    text-align: center;
    line-height: 1.875rem;
    line-height: 8vw;
    font-size: .8125rem;
    color: #999
}

@media only screen and (max-device-width: 320px) {
    .red-packets-popup .pupup-container .coupon-container .coupon .right .received-text {
        font-size: .625rem
    }
}

.red-packets-popup .pupup-container .popup-footer {
    margin-top: -1px;
    height: 3.625rem;
    height: 15.5vw;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 21.875rem;
    background-size: 93.33333333vw;
    background-image: url("//gw.alicdn.com/tfs/TB1GIlqci6guuRjy1XdXXaAwpXa-1071-75.png")
}

.red-packets-popup .pupup-container .close-btn {
    margin-top: -.9375rem;
    margin-top: -4vw;
    position: relative;
    display: block;
    width: 3.125rem;
    width: 13.3vw;
    height: 3.125rem;
    height: 13.3vw;
    margin: 0 auto;
    background: rgba(0, 0, 0, .5);
    border: none
}

.red-packets-popup .pupup-container .close-btn:after, .red-packets-popup .pupup-container .close-btn:before {
    width: 16px;
    height: 2px;
    border-radius: 20px;
    left: 49%
}

.red-packets-popup.vip88-popup .pupup-container {
    width: 19.375rem;
    width: 82.66666667vw
}

.red-packets-popup.vip88-popup .pupup-container .title-wrap {
    padding: 0
}

.red-packets-popup.vip88-popup .pupup-container .title-wrap .title {
    padding: 1.75rem .9375rem 0;
    padding: 7.46666667vw 4vw 0;
    font-weight: 700;
    background-image: -webkit-gradient(linear, left center, right center, from(#e0b68a), to(#c1865a));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.red-packets-popup.vip88-popup .pupup-container .title-wrap .subtitle {
    padding: 2.75rem 2.5rem 0;
    padding: 11.73333333vw 10.66666667vw 0;
    margin: 0;
    line-height: 1.15625rem;
    line-height: 4.93333333vw;
    color: #ebb67b;
    opacity: 1
}

.red-packets-popup.vip88-popup .pupup-container .draw-vip88 {
    display: inline-block;
    height: 2.5rem;
    height: 10.66666667vw;
    line-height: 2.5rem;
    line-height: 10.66666667vw;
    margin-top: 2.8125rem;
    margin-top: 12vw;
    padding: 0 1.5625rem;
    padding: 0 6.66666667vw;
    font-size: .9375rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-image: -webkit-linear-gradient(left, #f0c497 2%, #cb8f58);
    background-image: linear-gradient(90deg, #f0c497 2%, #cb8f58);
    border-radius: 55px
}

.red-packets-popup.vip88-popup .pupup-container .packet-wrap {
    min-height: 19.375rem;
    min-height: 82.66666667vw;
    background-size: cover;
    text-align: center
}

.red-packets-popup.vip88-popup .pupup-container .coupon-container, .red-packets-popup.vip88-popup .pupup-container .popup-footer {
    background: none !important
}

.red-packets-popup.vip88-popup .pupup-container .popup-footer {
    height: 1.75rem;
    height: 7.46666667vw
}

.red-packets-popup.vip88-draw-popup .pupup-container .title-wrap .title {
    padding-top: 1.4375rem;
    padding-top: 6.13333333vw
}

.red-packets-popup.vip88-draw-popup .pupup-container .coupon-container {
    padding: 0
}

.red-packets-popup.vip88-draw-popup .pupup-container .coupon-container .coupon .right .count, .red-packets-popup.vip88-draw-popup .pupup-container .coupon-container .coupon .right .count span, .red-packets-popup.vip88-draw-popup .pupup-container .coupon-container .coupon .right .received-text {
    color: #d19760
}

.red-packets-popup.vip88-draw-popup .pupup-container .coupon-container .coupon .right .received-text {
    padding: .4375rem .5rem;
    padding: 1.86666667vw 2.13333333vw;
    margin-top: .625rem;
    margin-top: 2.66666667vw;
    line-height: .8125rem;
    line-height: 3.5vw;
    position: relative
}

.red-packets-popup.vip88-draw-popup .pupup-container .coupon-container .coupon .right .received-text:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #d19760;
    border-radius: 50px;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .red-packets-popup.vip88-draw-popup .pupup-container .coupon-container .coupon .right .received-text:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .red-packets-popup.vip88-draw-popup .pupup-container .coupon-container .coupon .right .received-text:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .red-packets-popup.vip88-draw-popup .pupup-container .coupon-container .coupon .right .received-text:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.red-packets-popup.vip88-draw-popup .pupup-container .draw-vip88 {
    width: auto;
    height: 1.6875rem;
    height: 7.2vw;
    line-height: 1.6875rem;
    line-height: 7.2vw;
    padding: 0 .9375rem;
    padding: 0 4vw;
    margin-top: 3.125rem;
    margin-top: 13.33333333vw;
    font-size: .75rem;
    font-weight: 400;
    color: #d19760;
    position: relative;
    background: none
}

.red-packets-popup.vip88-draw-popup .pupup-container .draw-vip88:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #d19760;
    border-radius: 50px;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .red-packets-popup.vip88-draw-popup .pupup-container .draw-vip88:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .red-packets-popup.vip88-draw-popup .pupup-container .draw-vip88:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .red-packets-popup.vip88-draw-popup .pupup-container .draw-vip88:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.sidebar-ad-wrap {
    position: fixed;
    width: 71px;
    height: 40px;
    left: 0;
    bottom: 5.625rem;
    bottom: 24vw;
    z-index: 999
}

.sidebar-ad-wrap .sidebar-ad {
    position: absolute;
    left: 0
}

.sidebar-ad-wrap .sidebar-ad .sidebar-img {
    display: inline-block;
    width: 71px;
    height: 40px;
    background-size: 426px 40px
}

.sidebar-ad-wrap .sidebar-ad.playing .sidebar-img {
    -webkit-animation: play .8s steps(6) infinite;
    animation: play .8s steps(6) infinite
}

@-webkit-keyframes play {
    to {
        background-position: 426px, 0
    }
}

@keyframes play {
    to {
        background-position: 426px, 0
    }
}

*, :after, :before {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box
}

body, html {
    min-height: 100%
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f5f5f5
}

body, button, input, select, textarea {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-family: Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft Yahei, STXihei, SimHei, WenQuanYi Micro Hei, Droid Sans, sans-serif
}

button, input, select {
    -webkit-appearance: none;
    outline: none
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

input {
    line-height: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

li {
    list-style: none
}

caption, th {
    text-align: left
}

q:after, q:before {
    content: ""
}

input:password {
    ime-mode: disabled
}

:focus {
    outline: none
}

::-webkit-scrollbar {
    display: none
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        min-height: 100vh;
        padding-bottom: 34px !important
    }
}

.t-c {
    text-align: center
}

.t-l {
    text-align: left
}

.t-r {
    text-align: right
}

a {
    color: #349cec;
    text-decoration: none
}

.t-1, h1 {
    font-size: 1.0625rem
}

.t-2, h2 {
    font-size: 1rem
}

.t-3, h3 {
    font-size: .875rem
}

.t-4-1 {
    font-size: .75rem
}

.t-4-2 {
    font-size: .78125rem
}

.t-4-3 {
    font-size: .8125rem
}

.t-5-1 {
    font-size: .625rem
}

.t-5-2 {
    font-size: .65625rem
}

.t-5-3 {
    font-size: .6875rem
}

.bg-default {
    background-color: #f5f5f5
}

.bg-primary {
    background-color: #ff2e62
}

.bg-info {
    background-color: #349cec
}

.bg-success {
    background-color: #00bd67
}

.bg-warning {
    background-color: #ff9c1c
}

.bg-warning-light {
    background-color: #f8bf29
}

.fn-show {
    display: block !important
}

.fn-hide {
    display: none !important
}

.fn-visible {
    visibility: visible !important
}

.fn-hidden {
    visibility: hidden !important
}

.d-block {
    display: block !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.tpp-btn {
    border: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: transparent;
    box-sizing: border-box;
    height: 28px;
    line-height: 28px;
    padding: 0 13px;
    font-size: 12px;
    border-radius: 120px
}

.tpp-btn, .tpp-btn-primary {
    background-image: -webkit-linear-gradient(45deg, #ff47a8, #ff2e62);
    background-image: linear-gradient(45deg, #ff47a8, #ff2e62)
}

.tpp-btn-info {
    background-image: -webkit-linear-gradient(45deg, #1ab4ff, #1394f3);
    background-image: linear-gradient(45deg, #1ab4ff, #1394f3)
}

.tpp-btn-warning {
    background-image: -webkit-linear-gradient(45deg, #ffbd2d, #ff9c1c);
    background-image: linear-gradient(45deg, #ffbd2d, #ff9c1c)
}

.tpp-btn-outline, .tpp-btn-outline-info, .tpp-btn-outline-primary {
    background-image: none;
    padding: 0 12px
}

.tpp-btn-outline {
    color: #999;
    border: 1px solid #999
}

.tpp-btn-outline-primary {
    color: #ff2e62;
    border: 1px solid #ff2e62
}

.tpp-btn-outline-info {
    color: #349cec;
    border: 1px solid #349cec
}

.tpp-btn-block {
    width: 100%;
    border-radius: 0;
    display: block;
    font-size: 17px;
    height: 55px;
    line-height: 55px
}

.tpp-btn.disabled, .tpp-btn:disabled {
    background-image: none;
    background-color: #c8c8c8
}

.tpp-btn-outline-info.disabled, .tpp-btn-outline-info:disabled, .tpp-btn-outline-primary.disabled, .tpp-btn-outline-primary:disabled, .tpp-btn-outline.disabled, .tpp-btn-outline:disabled {
    color: #c8c8c8;
    background-color: transparent;
    background-image: none;
    border: 1px solid #c8c8c8
}

.tpp-lbl {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #999;
    position: relative;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    height: 15px;
    line-height: 15px;
    padding: 0 3px;
    border-radius: 2px
}

.tpp-lbl-primary {
    background-color: #ff2e62
}

.tpp-lbl-info {
    background-color: #349cec
}

.tpp-lbl-warning {
    background-color: #ff9c1c
}

.tpp-lbl-success {
    background-color: #00bd67
}

.tpp-lbl-outline {
    color: #999;
    background-color: transparent;
    position: relative
}

.tpp-lbl-outline:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid hsla(0, 0%, 60%, .4);
    border-radius: 4px;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .tpp-lbl-outline:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .tpp-lbl-outline:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .tpp-lbl-outline:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.tpp-lbl-outline-primary {
    color: #ff2e62;
    background-color: transparent;
    position: relative
}

.tpp-lbl-outline-primary:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 46, 98, .4);
    border-radius: 4px;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .tpp-lbl-outline-primary:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .tpp-lbl-outline-primary:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .tpp-lbl-outline-primary:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.tpp-lbl-outline-info {
    color: #349cec;
    background-color: transparent;
    position: relative
}

.tpp-lbl-outline-info:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(52, 156, 236, .4);
    border-radius: 4px;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .tpp-lbl-outline-info:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .tpp-lbl-outline-info:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .tpp-lbl-outline-info:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.tpp-lbl-outline-warning {
    color: #ff9c1c;
    background-color: transparent;
    position: relative
}

.tpp-lbl-outline-warning:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 156, 28, .4);
    border-radius: 4px;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .tpp-lbl-outline-warning:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .tpp-lbl-outline-warning:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .tpp-lbl-outline-warning:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.tpp-lbl-outline-success {
    color: #00bd67;
    background-color: transparent;
    position: relative
}

.tpp-lbl-outline-success:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 189, 103, .4);
    border-radius: 4px;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .tpp-lbl-outline-success:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .tpp-lbl-outline-success:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .tpp-lbl-outline-success:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.tpp-lbl-g {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #afafaf;
    background-color: transparent;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    height: 15px;
    line-height: 15px;
    padding: 0 3px;
    position: relative;
    font-weight: 700;
    padding: 0
}

.tpp-lbl-g:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid hsla(0, 0%, 69%, .4);
    border-radius: 4px;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .tpp-lbl-g:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .tpp-lbl-g:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .tpp-lbl-g:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.tpp-lbl-g-warning {
    background: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ff9c1c;
    background-color: transparent;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    height: 15px;
    line-height: 15px;
    padding: 0 3px;
    position: relative;
    padding: 0
}

.tpp-lbl-g-warning:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 156, 28, .4);
    border-radius: 4px;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .tpp-lbl-g-warning:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .tpp-lbl-g-warning:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .tpp-lbl-g-warning:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.tpp-lbl-g .lbl-i, .tpp-lbl-g i {
    font-style: normal;
    display: inline-block;
    padding: 0 3px
}

.tpp-lbl-g .left-radius {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.tpp-lbl-g .right-radius {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.tpp-lbl-g .lbl-hdr {
    color: #fff;
    background-color: #afafaf
}

.tpp-lbl-g .lbl-hdr-warning {
    background-color: #ff9c1c
}

.tpp-lbl-g .lbl {
    min-width: 38px
}

.tpp-i {
    position: relative;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1rem;
    width: 4.26666667vw;
    height: 1rem;
    height: 4.26666667vw
}

.tpp-i, .tpp-spinner {
    display: inline-block
}

.tpp-spinner {
    width: 20px;
    height: 20px;
    -webkit-animation: rotation .5s infinite linear;
    animation: rotation .5s infinite linear;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-top: 2px solid #ff2e62;
    border-radius: 100%
}

.a-cp-loading-indicator, .a-cp-loading-item {
    display: inline-block
}

.a-cp-loading-item {
    width: 10px;
    height: 10px;
    position: relative;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-animation: ACPAULoadingScaleColorBoth .766s ease-in-out infinite alternate;
    animation: ACPAULoadingScaleColorBoth .766s ease-in-out infinite alternate
}

.a-cp-loading-item:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6.38px;
    margin-top: -9.56px;
    width: 12.75px;
    height: 19.13px;
    -webkit-transform: skew(-.46rad) scale(.5);
    -ms-transform: skew(-.46rad) scale(.5);
    transform: skew(-.46rad) scale(.5);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    border-radius: 1px 2px 2px 3px;
    background-color: #108ee9
}

.a-cp-loading-item:first-child {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s
}

.a-cp-loading-item:nth-child(2) {
    -webkit-animation-delay: -1.966s;
    animation-delay: -1.966s
}

.a-cp-loading-item:nth-child(3) {
    -webkit-animation-delay: -1.666s;
    animation-delay: -1.666s
}

@-webkit-keyframes ACPAULoadingScaleColorBoth {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    35% {
        -webkit-transform: scale(.12);
        transform: scale(.12);
        opacity: .001
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes ACPAULoadingScaleColorBoth {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    35% {
        -webkit-transform: scale(.12);
        transform: scale(.12);
        opacity: .001
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.i-play {
    background: hsla(0, 0%, 100%, .9);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px
}

.i-play, .i-play:after {
    display: block;
    top: 50%;
    left: 50%;
    position: absolute
}

.i-play:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #000;
    border-bottom: 5px solid transparent;
    margin: -5px 0 0 -2px
}

.i-logo {
    background-image: url("//gw.alicdn.com/tfs/TB1mKkzl9zqK1RjSZFpXXakSXXa-50-50.svg")
}

.i-arrow:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-top: 0 none;
    border-left: 0 none;
    margin: 5px auto auto 5px
}

.i-arrow.right {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.i-arrow-solid:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #f7453e;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    display: block
}

body.show-sb .tpp-hdr {
    margin-top: 60px
}

.tpp-hdr {
    background: transparent -webkit-linear-gradient(bottom, #ededed, #ededed 50%, transparent 0, transparent 0) 0 100% repeat-x;
    background: transparent linear-gradient(0deg, #ededed, #ededed 50%, transparent 0, transparent 0) 0 100% repeat-x;
    background-size: 100% 1px;
    overflow: hidden;
    background-color: #fff;
    width: 100%
}

.tpp-hdr .city-c {
    width: 42%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    height: 3.125rem;
    height: 13.3vw;
    line-height: 3.125rem;
    line-height: 13.3vw
}

.tpp-hdr .current-city {
    padding-left: .9375rem;
    padding-left: 4vw;
    position: relative
}

.tpp-hdr .current-city.i-logo {
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 15px;
    padding-left: 50px
}

.tpp-hdr .city-name {
    color: #333;
    font-weight: 700;
    font-size: .9375rem;
    max-width: 4.375rem;
    max-width: 18.7vw;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tpp-hdr .arrow-down, .tpp-hdr .city-name {
    vertical-align: middle;
    display: inline-block
}

.tpp-hdr .arrow-down {
    margin-left: 3px;
    width: 8px;
    height: 4px;
    position: relative
}

.tpp-hdr .arrow-down:after {
    content: "";
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    display: block;
    position: absolute;
    margin: -1px 0 0 -4px
}

.tpp-hdr .m-tab-wrap {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0
}

.tpp-hdr .m-tab-wrap ul {
    position: relative;
    overflow: hidden
}

.tpp-hdr .m-tab-wrap ul .active .content {
    font-weight: 700;
    color: #ff2e62
}

.tpp-hdr .m-tab-wrap ul li {
    display: block;
    float: left;
    padding: 0 .9375rem;
    padding: 0 4vw
}

.tpp-hdr .m-tab-wrap ul li.tab-ink-bar {
    padding: 0;
    margin: 0;
    height: 2px;
    background: #ff2e62;
    position: absolute;
    bottom: 3px;
    left: 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.tpp-hdr .m-tab-wrap ul li .content {
    height: 3.125rem;
    height: 13.3vw;
    line-height: 3.125rem;
    line-height: 13.3vw;
    font-size: 1rem;
    color: #777;
    text-align: center
}

.tpp-hdr .movie-total {
    padding-left: .9375rem;
    padding-left: 4vw;
    font-size: .8125rem;
    color: #333;
    line-height: 2.8125rem;
    line-height: 12vw;
    font-weight: 600
}

.tpp-smart-banner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2
}

.tpp-smart-banner .sb-wrap {
    width: 100%;
    height: 60px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.tpp-smart-banner .sb-wrap:after {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 1px;
    background: #ededed;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .tpp-smart-banner .sb-wrap:after {
        -webkit-transform: scaleY(.5);
        -ms-transform: scaleY(.5);
        transform: scaleY(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .tpp-smart-banner .sb-wrap:after {
        -webkit-transform: scaleY(.6666);
        -ms-transform: scaleY(.6666);
        transform: scaleY(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .tpp-smart-banner .sb-wrap:after {
        -webkit-transform: scaleY(.3333);
        -ms-transform: scaleY(.3333);
        transform: scaleY(.3333)
    }
}

.tpp-smart-banner .sb-wrap .sb-jump {
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tpp-smart-banner .sb-wrap .sb-close, .tpp-smart-banner .sb-wrap .sb-jump {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 60px
}

.tpp-smart-banner .sb-wrap .sb-close {
    width: 2.34375rem;
    width: 10vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center
}

.tpp-smart-banner .sb-wrap .sb-close .icon {
    display: block;
    position: relative;
    width: 16px;
    height: 16px
}

.tpp-smart-banner .sb-wrap .sb-close .icon:after, .tpp-smart-banner .sb-wrap .sb-close .icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    background-color: #d8d8d8;
    height: 16px;
    width: 1.5px
}

.tpp-smart-banner .sb-wrap .sb-close .icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tpp-smart-banner .sb-wrap .sb-close .icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.tpp-smart-banner .sb-wrap .sb-logo {
    display: inline-block;
    width: 2.1875rem;
    width: 9.33333333vw;
    height: 2.1875rem;
    height: 9.33333333vw;
    margin-right: .625rem;
    margin-right: 2.66666667vw;
    background-size: cover
}

.tpp-smart-banner .sb-wrap .sb-title-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tpp-smart-banner .sb-wrap .sb-title-wrap .sb-title {
    line-height: .9375rem;
    line-height: 4vw;
    font-size: .9375rem;
    margin-bottom: .3125rem;
    margin-bottom: 1.33333333vw;
    color: #333
}

.tpp-smart-banner .sb-wrap .sb-title-wrap .sb-subtitle {
    line-height: .8125rem;
    line-height: 3.46666667vw;
    font-size: .75rem;
    color: gray
}

.tpp-smart-banner .sb-wrap a#action {
    margin-right: .9375rem;
    margin-right: 4vw
}

.tpp-banner .flex-slider {
    margin: 0 auto;
    position: relative;
    width: 100%
}

.tpp-banner .flex-slider, .tpp-banner .flex-slider > ul, .tpp-banner .flex-slider > ul > li {
    height: 8.4375rem;
    height: 36vw
}

.tpp-banner .flex-slider > ul > li > a {
    background-size: 32px 32px
}

.tpp-banner .flex-slider > ul > li .loaded {
    background-size: cover
}

.m-nowshowing .tpp-banner-content {
    width: 100%
}

.m-nowshowing .tpp-banner-content .m-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.m-nowshowing .tpp-banner-content .m-wrap li {
    display: inline-block;
    list-style: none;
    white-space: normal;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 4.6875rem;
    height: 20vw;
    width: 9.0625rem;
    width: 38.7vw;
    margin: .9375rem .3125rem .9375rem 0;
    margin: 4vw 1.33333333vw 4vw 0;
    border-radius: .1875rem;
    border-radius: .8vw
}

.m-nowshowing .tpp-banner-content .m-wrap li:last-child {
    margin-right: .9375rem;
    margin-right: 4vw
}

.m-nowshowing .tpp-banner-content .m-wrap li .tpp-banner-mask {
    border-radius: .1875rem;
    border-radius: .8vw;
    padding: .9375rem;
    padding: 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.m-nowshowing .tpp-banner-content .m-wrap li .mask-0 {
    background-color: rgba(36, 66, 124, .6)
}

.m-nowshowing .tpp-banner-content .m-wrap li .mask-1 {
    background-color: rgba(122, 18, 18, .6)
}

.m-nowshowing .tpp-banner-content .m-wrap li .mask-2 {
    background-color: rgba(38, 93, 104, .6)
}

.m-nowshowing .tpp-banner-content .m-wrap li p {
    font-size: .8125rem;
    line-height: 1.1875rem;
    line-height: 5.1vw;
    height: 2.375rem;
    height: 10.1vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    text-align: center;
    letter-spacing: 0
}

.poster-c {
    position: relative;
    background: #e2e2e2 no-repeat 50%;
    border-radius: 2px;
}

.poster {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.m-comingsoon .g-hdr {
    padding: .625rem 1.25rem;
    padding: 2.66666667vw 5.33333333vw;
    line-height: 1.25rem;
    line-height: 5.3vw;
    font-size: .8125rem
}

.m-item {
    position: relative;
    background: #fff;
    padding-left: .9375rem;
    padding-left: 4vw
}

.m-item .m-wrap {
    background: transparent -webkit-linear-gradient(bottom, #ededed, #ededed 50%, transparent 0, transparent 0) 0 100% repeat-x;
    background: transparent linear-gradient(0deg, #ededed, #ededed 50%, transparent 0, transparent 0) 0 100% repeat-x;
    background-size: 100% 1px
}

.m-item:last-child .m-wrap {
    background-image: none
}

.m-item .m-info {
    padding: .9375rem .9375rem .9375rem 0;
    padding: 4vw 4vw 4vw 0
}

.m-item .fantastic, .m-item .m-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.m-item .fantastic {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 16px;
    margin-top: .3125rem;
    margin-top: 1.3vw
}

.m-item .fantastic .tpp-lbl {
    margin: 0 4px 0 0;
    min-width: 56px
}

.m-item .fantastic .tpp-lbl-outline-film {
    color: #349cec;
    background-color: transparent;
    position: relative
}

.m-item .fantastic .tpp-lbl-outline-film:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #349cec;
    border-radius: 2px;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .m-item .fantastic .tpp-lbl-outline-film:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    .m-item .fantastic .tpp-lbl-outline-film:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio: 3) {
    .m-item .fantastic .tpp-lbl-outline-film:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.m-item .poster-c {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 4.0625rem;
    width: 17.3vw;
    height: 5.9375rem;
    height: 25.3vw;
    background-size: 1.875rem 1.875rem;
    background-size: 8vw 8vw
}

.m-item .m-item-content {
    padding-left: .625rem;
    padding-left: 2.7vw;
    padding-right: .625rem;
    padding-right: 2.7vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden
}

.m-item .m-item-content .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    max-width: 13.3125rem;
    max-width: 56.8vw
}

.m-item .m-item-content .title .show-name {
    color: #000;
    font-weight: 500;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 100%
}

.m-item .m-item-content .title .tpp-lbl, .m-item .m-item-content .title .tpp-lbl-g {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.m-item .m-item-content .brief {
    color: #666;
    font-size: 13px;
    margin-top: 3px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.m-item .m-item-content .brief .m-rank {
    margin-bottom: 4px
}

.m-item .m-item-content .brief .txt-warning {
    font-weight: 500
}

.m-item .m-act {
    padding-left: 4.6875rem;
    padding-left: 20vw
}

.m-item .m-act .content {
    display: block;
    background: transparent -webkit-linear-gradient(top, #ededed, #ededed 50%, transparent 0, transparent 0) 0 0 repeat-x;
    background: transparent linear-gradient(180deg, #ededed, #ededed 50%, transparent 0, transparent 0) 0 0 repeat-x;
    background-size: 100% 1px;
    padding-right: .9375rem;
    padding-right: 4vw;
    color: #666;
    font-size: .8125rem;
    line-height: 2.5rem;
    line-height: 10.7vw;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.m-item .m-act .coupon-c {
    font-size: 13px
}

.m-item .m-act .tpp-lbl {
    padding: 0;
    margin: 0 4px 0 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center
}

.m-item .gap {
    color: #ededed;
    margin: 0 .3125rem;
    margin: 0 1.33333333vw
}

.m-item .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-item .btn-wrap .tpp-btn {
    display: block
}

.m-item .btn-wrap .act-tag {
    color: #999;
    max-width: 3.125rem;
    max-width: 13.33333333vw;
    margin-top: .3125rem;
    margin-top: 1.33333333vw;
    font-size: .5625rem;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.m-item .txt-warning {
    color: #ff9c1c;
    font-size: 14px
}

.load-more {
    color: #666;
    text-align: center;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .625rem 0 3.75rem;
    padding: 2.66666667vw 0 16vw
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        padding-bottom: 34px
    }

    .city-wrap .city-list:before {
        display: block;
        content: ""
    }

    .city-wrap .city-list:after {
        display: block;
        content: "";
        padding-bottom: 34px
    }

    .city-wrap .city-index {
        background-clip: content-box;
        border: none
    }

    .city-wrap .city-index:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #ccc
    }
}

.tpp-btn.btn-fav.active {
    padding: 0;
    width: 3.125rem;
    width: 13.33333333vw
}

.am-dialog-mask {
    position: fixed
}

.city-wrap {
    z-index: 2000
}

.tpp-lbl, .tpp-lbl-g {
    margin-left: 4px
}

/*index_20221104*/
.header-box {
    background-image: linear-gradient(#c94245, #f1f1f1);
    clear: both;
    overflow: hidden;
}

.header-box .movie-header {
    margin: 10px 0;
}

.header-box .movie-city {
    color: #FFFFFF;
    padding-left: 20px;
}

.header-box .search {
    width: 60%;
    background-color: #f3f3f3;
    float: right;
    border-radius: 120px;
    /* margin: 2%; */
    height: 36px;
}

.header-box .search input {
    width: 72%;
    font-size: 15px;
    color: #999;
    height: 36px;
    line-height: 36px;
    border: none;
    padding-left: 4%;
    background: none;
}

.header-box .search_btn_inside {
    width: 20px;
    display: block;
    float: left;
    height: 20px;
    margin: 8px 0px 0 20px;
}

.header-box .search_btn_inside img {
    width: 100%;
}

.header-box .city-entry-arrow {
    width: 0;
    height: 0;
    border: 0.5rem solid transparent;
    border-top-color: #ffffff;
    display: inline-block;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    margin-top: 1.8rem;
}

.header-box .index-adv {
    padding: 0 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;

}

.hastag .index-adv .img {
    width: 100%;
    border-radius: 10px;
}

section.index-section {
    color: #333;
    padding-bottom: 57px
}

section.index-section .nav-box {
    background-color: #fff;
    padding: 0 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

section.index-section .nav-box > div {
    color: #000000;
    /* padding-right: 5px; */
}

section.index-section .nav-box .nav-part {
    width: 25%;
    float: left;
    text-align: center;
    color: #848484;
    font-size: 15px;
    padding: 20px 0;
}

section.index-section .nav-box .nav-info {
    line-height: 36px;
}

section.index-section .nav-box .nav-part img {
    width: 56px;
    margin: 0 auto 10px auto;
}

section.index-section .nav-box .nav-title-1 {
    color: #c83c3f;
    font-size: 18px;
    margin: 10px 0 6px 0;
}

section.index-section .nav-box .nav-more {
    line-height: 36px;
    margin: 10px 0 6px 0;
}

section.index-section .nav-box .nav-movie {
    width: 25%;
    float: right;
    color: #333333;
    font-size: 13px;
    margin: 6px 0 20px 0;
    /*第一步： 溢出隐藏 */
    overflow: hidden;
    /* 第二步：让文本不会换行， 在同一行继续 */
    white-space: nowrap;
    /* 第三步：用省略号来代表未显示完的文本 */

}

section.index-section .nav-box .nav-movie-img {
    position: relative;
}

section.index-section .nav-box .nav-movie-img img {
    width: 94%;
    /*margin: 0 auto;*/
    border-radius: 5px;
}

section.index-section .nav-box .nav-movie-img .nav-movie-lb {
    position: absolute;
    top: 6px;
    left: 8px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 6px;
    background: #000000;
    opacity: 60%;
}

section.index-section .nav-movie .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex: 0 0 auto;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

section.index-section .nav-movie .btn-wrap .tpp-btn {
    display: block;
}

section.index-section .nav-movie .btn-wrap .tpp-btn, .tpp-btn-primary {
    background-image: -webkit-linear-gradient(45deg, #d35255, #c83c3f);
    background-image: linear-gradient(45deg, #d35255, #c83c3f);
    box-shadow: 0 0 2px #c83c3f;
}

section.index-section .nav-movie .btn-wrap .tpp-btn {
    border: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: transparent;
    box-sizing: border-box;
    height: 28px;
    line-height: 28px;
    padding: 0 13px;
    font-size: 12px;
    border-radius: 120px;
}

section.index-section .nav-movie .btn-wrap .tpp-btn-1 {
    display: block;
}

section.index-section .nav-movie .btn-wrap .tpp-btn-1, .tpp-btn-primary-1 {
    background-image: -webkit-linear-gradient(45deg, #fdb362, #fdb362);
    background-image: linear-gradient(45deg, #fdb362, #fdb362);
    box-shadow: 0 0 2px #fdb362;
}

section.index-section .nav-movie .btn-wrap .tpp-btn-1 {
    border: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: transparent;
    box-sizing: border-box;
    height: 28px;
    line-height: 28px;
    padding: 0 13px;
    font-size: 12px;
    border-radius: 120px;
}


section.index-section .nav-movie .btn-wrap .tpp-btn-2 {
    display: block;
}

section.index-section .nav-movie .btn-wrap .tpp-btn-2, .tpp-btn-primary-2 {
    background-image: -webkit-linear-gradient(45deg, #1ab4ff, #1394f3);
    background-image: linear-gradient(45deg, #1ab4ff, #1394f3);
    box-shadow: 0 0 2px #1394f3;
}

section.index-section .nav-movie .btn-wrap .tpp-btn-2 {
    border: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: transparent;
    box-sizing: border-box;
    height: 28px;
    line-height: 28px;
    padding: 0 13px;
    font-size: 12px;
    border-radius: 120px;
}