body {
    background: #C62421;
    overflow-x: hidden;
}

.bg-pic {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
}

header .header-main .vote-info {
    background: none;
}

header .header-main .vote-info {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: .8rem 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    header .header-main .vote-info .info {
        display: flex;
        flex-direction: column;
        text-align: center;
        border-right: none;
        width: 110px;
        height: 110px;
        background-image: url(../Images/themes/NewYearsDay2/vote-info-bg@2x.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        justify-content: center;
    }

    header .header-main .vote-info .info-num {
        font-size: 1.6rem;
        color: #A21631;
        font-size: 18px;
        margin-top: 5px;
    }

    header .header-main .vote-info .info-label {
        font-size: 1.1rem;
        color: #A21631;
        font-family: '微软雅黑';
        margin-bottom: 0px;
        font-size: 15px;
    }

header .header-main .do-apply {
    background-color: rgba(0,0,0,0);
    background-image: url(../Images/themes/NewYearsDay2/do-apply-bg@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 170px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 10px auto 0 auto;
    color: #fff;
    border-radius: 0px;
}

    header .header-main .do-apply a {
        font-size: 15px;
        font-family: '微软雅黑';
        color: #FFF9ED;
        display: block;
        text-align: center;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
    }

        header .header-main .do-apply a em {
            display: inline-block;
            background: url(/Content/front/images/icn.png) center center no-repeat;
            background-size: 100% 100%;
            width: 22px;
            height: 22px;
            margin-right: 10px;
        }

.status-line {
    width: 90%;
    background: rgba(254, 254, 254, .8);
    padding: .5rem 0;
    border-radius: .5rem;
    font-size: .85rem;
    color: #6A7780;
    text-align: center;
    margin: 1rem auto
}

    .status-line span {
        background: none;
        border-radius: .3rem;
        padding: .1rem .2rem;
        color: #FE8282
    }

    .status-line .fontcolor {
        color: #FF6A6A;
    }

.search-user {
    background: #fefefe;
    width: 90%;
    margin: 0 auto;
    height: 2.4rem;
    line-height: 2.4rem;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .search-user input {
        border: none;
        padding-left: .5rem;
        outline: none;
    }

        .search-user input::-webkit-input-placeholder {
            color: #999;
        }

    .search-user .search-btn {
        background: #8E0017;
        height: 100%;
        width: 28%;
        border: none;
        color: #FFFFFF;
        font-size: 15px;
        font-family: '微软雅黑';
    }

.user-list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 0;
}

    .user-list .user {
        width: 46%;
        background-color: #B7001C;
        border: 4px solid #fff;
        border-image: url(/Content/Images/themes/NewYearsDay2/user-list-bg-border@3x.png) 8 round round;
        border-radius: 4px;
        box-shadow: 0 0 0 6px #8E0017, 0 2px 8px 2px rgba(37,1,1,0.35) inset;
        margin-bottom: 20px;
    }

        .user-list .user .img {
            display: block;
            text-align: center;
        }

        .user-list .user .lazy {
            border-radius: 4px 4px 0px 0px;
            padding: 0px;
        }

        .user-list .user img {
            max-width: 100%;
        }

.aequilate-user-list .user {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
}

    .aequilate-user-list .user .img {
        height: 11rem;
        overflow: hidden;
        display: inline-block !important;
        text-align: center;
        display: box !important;
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-align-items: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        padding: 22px 22px 0px 22px;
        border-radius: 6px;
    }

    .aequilate-user-list .user .info {
        flex: 1;
    }

.user-list .user .info {
    padding: .2rem 8px 1rem 9px;
    background-color: transparent;
    color: #fff;
}

    .user-list .user .info .username {
        color: #fff;
        font-size: 1rem;
        word-break: break-all;
    }

    .user-list .user .info .coupons {
        color: #fff;
        font-size: .8rem;
    }

.user-list .user .vote-btn {
    background-image: url(../Images/themes/NewYearsDay2/btn-bg@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0);
    color: #fff;
    width: 108px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border: none;
    position: static;
    padding-bottom: 38px;
    margin: 0 auto 10px auto;
}

.user-list .user .number {
    background: #8E0017;
    text-align: center;
    color: #fff;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 0 .2rem;
    height: 1.2rem;
    width: 2.6rem;
    line-height: 1.2rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
    opacity: 10;
}

.user-list .user .user-pic {
    height: 10.6rem;
    overflow: hidden;
    display: inline-block !important;
    text-align: center;
    display: box !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-align-items: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.load-more-btn {
    background-image: url(../Images/themes/NewYearsDay2/btn-bg@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0);
    color: #fff;
    width: 108px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border: none;
    position: static;
    padding-bottom: 38px;
    margin: 0 auto 10px auto;
}

.fenye {
    text-align: center;
    margin-top: 10px;
}

    .fenye ul li {
        float: left;
        background: none;
        margin-left: 5px;
        padding: 4px 6px;
        border: none;
        font-weight: normal;
        cursor: pointer;
        color: #fff;
    }

        .fenye ul li a {
            color: #fff;
        }

        .fenye ul li.xifenye {
            text-align: center;
            float: left;
            position: relative;
            cursor: pointer;
        }

        .fenye ul li .xab {
            float: left;
            position: absolute;
            width: 39px;
            border: 1px solid #ccc;
            height: 123px;
            overflow-y: auto;
            overflow-x: hidden;
            top: -125px;
            background-color: #fff;
            display: inline;
            left: -1px;
            width: 50px;
        }

            .fenye ul li .xab ul {
                margin-left: 0;
                padding-bottom: 0;
            }

                .fenye ul li .xab ul li {
                    border: 0;
                    padding: 4px 0px;
                    color: #333;
                    width: 34px;
                    margin-left: 0px;
                    text-align: center;
                }

.rule {
    width: 92%;
    margin: 20px auto;
    padding: 8px 16px 20px 16px;
    background-color: #B7001C;
    border: 4px solid #fff;
    border-image: url(/Content/Images/themes/NewYearsDay2/user-list-bg-border@3x.png) 8 round round;
    border-radius: 4px;
    box-shadow: 0 0 0 6px #8E0017, 0 2px 8px 2px rgba(37,1,1,0.35) inset;
}

    .rule h4 {
        height: 2rem;
        line-height: 2rem;
        font-size: 1.2rem;
        color: #fff;
        margin-bottom: .5rem;
        border-bottom: 0;
        text-align: left;
    }

    .rule .fr {
        font-size: 13px;
        color: #fff !important;
        padding-right: 10px;
    }

    .rule .content {
        color: #fff;
        word-break: break-all;
        font-size: 13px;
    }

    .rule table {
        max-width: 100% !important;
    }

    .rule p {
        text-indent: 2em !important;
        line-height: 1.4rem;
    }

    .rule * {
        max-width: 100% !important;
    }

    .rule .ql-editor {
        padding-left: 20px;
    }

footer {
    position: fixed;
    bottom: 0;
    width: 100%
}

    footer .footer-nav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        height: 3rem;
        line-height: 3rem
    }

        footer .footer-nav a {
            text-align: center;
            border-right: 0rem solid #fff;
            width: 100%;
            color: #8E0017;
            background: #fff;
            font-family: '微软雅黑';
            font-size: 15px;
        }

        footer .footer-nav .active {
            background: #8E0017;
            color: #fff;
        }

.apply-btn {
    width: 170px !important;
    height: 40px;
    line-height: 40px;
    background: url(/Content/Images/themes/NewYearsDay2/do-apply-bg@2x.png) no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    margin: 20px auto;
}


.apply-form {
    width: 90%;
    background-color: #fff;
    border: 4px solid #fff;
    border-image: url(/Content/Images/themes/NewYearsDay2/user-list-bg-border@3x.png) 8 round round;
    border-radius: 4px;
    box-shadow: 0 0 0 6px #8E0017, 0 2px 8px 2px rgba(37,1,1,0.35) inset;
}

.profile-container {
    width: 90%;
    margin: 20px auto 24px auto;
    background-color: #B7001C;
    border: 4px solid #fff;
    border-image: url(/Content/Images/themes/NewYearsDay2/user-list-bg-border@3x.png) 8 round round;
    border-radius: 4px;
    box-shadow: 0 0 0 6px #8E0017, 0 2px 8px 2px rgba(37,1,1,0.35) inset;
}

.profile {
    width: 100%;
    border-radius: 2px;
    box-shadow: none;
    padding: 1px;
    background-color: transparent;
}

.user-desc {
    width: 90%;
    background-color: #B7001C;
    border: 4px solid #fff;
    border-image: url(/Content/Images/themes/NewYearsDay2/user-list-bg-border@3x.png) 8 round round;
    border-radius: 4px;
    box-shadow: 0 0 0 6px #8E0017, 0 2px 8px 2px rgba(37,1,1,0.35) inset;
}


.content .desc {
    background-color: transparent;
}

.content .username {
    color: #fff;
}

.coupons {
    font-size: 15px;
    color: #fff !important;
}

.detail-votebtn .vote-btn {
    width: 170px !important;
    height: 40px;
    line-height: 40px;
    background: url(/Content/Images/themes/NewYearsDay2/do-apply-bg@2x.png) no-repeat;
    background-size: 100% 100%;
}

.rank-list-container {
    padding: 5% 5% 0 5%;
    width: 90%;
    margin: 20px auto;
    background-color: #B7001C;
    border: 4px solid #fff;
    border-image: url(/Content/Images/themes/NewYearsDay2/user-list-bg-border@3x.png) 8 round round;
    border-radius: 4px;
    box-shadow: 0 0 0 6px #8E0017, 0 2px 8px 2px rgba(37,1,1,0.35) inset;
}

.rank-list {
    width: 100%;
    color: #fff;
}

    .rank-list .user {
        padding: .7rem 0;
        border-bottom: .01rem solid #DDD;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        .rank-list .user .username {
            flex: 1;
        }

            .rank-list .user .username a {
                color: #fff;
            }

        .rank-list .user:last-child {
            border-bottom: 0;
        }

        .rank-list .user .rank {
            width: 2rem;
            height: 2.5rem;
            line-height: 2.5rem;
            text-align: center;
            margin-right: .5rem;
            color: #fff;
        }

    .rank-list .first .rank {
        background: url(/Content/images/first.png) no-repeat;
    }

    .rank-list .second .rank {
        background: url(/Content/images/second.png) no-repeat;
    }

    .rank-list .third .rank {
        background: url(/Content/images/third.png) no-repeat;
    }

    .rank-list .first .rank, .rank-list .second .rank, .rank-list .third .rank {
        line-height: 2rem;
        background-size: 100%;
        color: #fff;
    }

    .rank-list .user .coupons {
        color: #fff;
    }

    .rank-list .first .coupons, .rank-list .second .coupons, .rank-list .third .coupons {
        color: #fff;
    }

.searchIcon {
    font-size: 18px;
    color: #FFFFFF;
    padding-right: 5px;
}

.border-pattern-left-top {
    position: absolute;
    left: -5px;
    top: -6px;
    width: 30px;
    height: 30px;
}

.border-pattern-right-top {
    position: absolute;
    right: -5px;
    top: -6px;
    width: 30px;
    height: 30px;
    transform: rotate(90deg)
}

.border-pattern-left-bottom {
    position: absolute;
    left: -5px;
    bottom: -6px;
    width: 30px;
    height: 30px;
    transform: rotate(-90deg)
}

.border-pattern-right-bottom {
    position: absolute;
    right: -5px;
    bottom: -6px;
    width: 30px;
    height: 30px;
    transform: rotate(180deg)
}

.add-img-btn-theme {
    background: #FE4671 !important;
}

.giftLog {
    width: 90%;
    margin: 20px auto 30px auto;
    background-color: #B7001C;
    border: 4px solid #fff;
    border-image: url(/Content/Images/themes/NewYearsDay2/user-list-bg-border@3x.png) 8 round round;
    border-radius: 4px;
    box-shadow: 0 0 0 6px #8E0017, 0 2px 8px 2px rgba(37,1,1,0.35) inset;
}

    .giftLog .vote-btn {
        width: 90%;
        background-color: #f55840;
    }

    .giftLog .gift-contribution-list {
        width: 92px;
        height: 20px;
        margin-top: 20px;
    }

.vote_rank {
    width: 90%;
    margin: 20px auto;
    background-color: #B7001C;
    border: 4px solid #fff;
    border-image: url(/Content/Images/themes/NewYearsDay2/user-list-bg-border@3x.png) 8 round round;
    border-radius: 4px;
    box-shadow: 0 0 0 6px #8E0017, 0 2px 8px 2px rgba(37,1,1,0.35) inset;
}


.vote-list-theme {
    width: 100%;
    padding: .7rem 0;
    border-bottom: .01rem solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .vote-list-theme .coupons {
        color: #000;
    }

.gift-header {
    background: none;
    border-bottom: 0;
}

    .gift-header .gifthd-js {
        justify-content: space-around;
        padding: 0.8rem 4px;
    }

        .gift-header .gifthd-js .col33 {
            display: flex;
            flex-direction: column;
            text-align: center;
            border-right: none;
            width: 110px;
            height: 110px;
            background-image: url(../Images/themes/NewYearsDay2/vote-info-bg@2x.png);
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center;
            justify-content: center;
        }

        .gift-header .gifthd-js .gift-num {
            font-size: 1.6rem;
            color: #A21631;
            font-size: 18px;
            margin-top: 5px;
        }

        .gift-header .gifthd-js .gift-label {
            font-size: 1.1rem;
            color: #A21631;
            font-family: '微软雅黑';
            margin-bottom: 0px;
            font-size: 15px;
        }

.share_btn i {
    color: #f97451;
}

.voting-list {
    width: 73px;
    height: 20px;
}

.image-num-info {
    color: #666;
}
