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 40px;
    -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: 77px;
        height: 77px;
        background-image: url(../Images/themes/AnnualSelection/vote-info-bg@3x.png);
        background-size: 77px 100%;
        background-repeat: no-repeat;
        background-position: center;
        justify-content: space-around;
    }

    header .header-main .vote-info .info-num {
        font-size: 1.6rem;
        color: #fff;
        font-size: 18px;
    }

    header .header-main .vote-info .info-label {
        font-size: 1.1rem;
        color: #fff;
        font-family: '微软雅黑';
        margin-bottom: 0px;
        font-size: 15px;
    }

header .header-main .do-apply {
    background-color: none;
    background-image: url(../Images/themes/AnnualSelection/do-apply-bg@3x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 75%;
    padding: 0.4rem 0;
    margin: 10px auto 0 auto;
    color: #fff;
}

    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: #FFEECA;
        height: 100%;
        width: 28%;
        border: none;
        color: #DC281D;
        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 {
        border: 10px solid #FFEECA;
        border-radius: 2px;
    }

        .user-list .user .img {
            display: block;
            text-align: center;
        }

        .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: 7rem;
        overflow: hidden;
        text-align: center;
        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-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
    }

    .aequilate-user-list .user .info {
        flex: 1;
    }

.user-list .user .info {
    padding: .5rem;
    padding-bottom: 3.2rem;
    background-color: #fff;
}

    .user-list .user .info .username {
        color: #6a7780;
        font-size: 1rem;
        word-break: break-all;
    }

    .user-list .user .info .coupons {
        color: #6a7780;
        font-size: .8rem;
    }

.user-list .user .vote-btn {
    background-image: url(../Images/themes/AnnualSelection/btn-bg@3x.png);
    background-size: 100% 100%;
    background-color: rgba(0,0,0,0);
    color: #fff;
    width: 74%;
    height: 33px;
    line-height: 30px;
    text-align: center;
    border: none;
    position: absolute;
    left: 14%;
    bottom: 10px;
    border-radius: 0px;
}

.user-list .user .vote-btn-single {
    width: 30%;
    left: 35%;
}

.user-list .user .number {
    background: #CC242A;
    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: 0;
    left: 0;
    opacity: 10;
}

.user-list .user .user-pic {
    height: 9rem;
    overflow: hidden;
    display: 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/AnnualSelection/btn-bg@3x.png);
    background-size: 100% 100%;
    border-radius: .5rem;
    border: none;
    margin: 1rem auto;
    color: #fff;
    height: 2.4rem;
    line-height: 2.4rem;
    width: 30%;
    display: block;
}

.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: #fff;
                        width: 34px;
                        margin-left: 0px;
                        text-align: center;
                    }

.rule {
    border-radius: 2px;
    padding: 2%;
    width: 92%;
    margin: 0 auto;
    border: 10px solid #FFEECA;
}

    .rule h4 {
        height: 2rem;
        line-height: 2rem;
        font-size: 1rem;
        color: #DA2B3F;
        margin-bottom: .5rem;
        text-align: center;
        border-bottom: 0;
    }

        .rule h4 span::before {
            content: "- "
        }

        .rule h4 span::after {
            content: " -"
        }

    .rule .fr {
        color: #333 !important;
        font-size: 13px;
        padding-right: 10px;
    }

    .rule .content {
        color: #333333;
        word-break: break-all;
        font-size: 13px;
    }

    .rule table {
        max-width: 100% !important;
    }

    .rule p {
        line-height: 1.4rem;
        text-indent: 2em !important;
        padding: 0px 5px 10px 10px;
    }

    .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: #C60F0A;
            background: #FAE1B2;
            font-family: '微软雅黑';
            font-size: 15px;
        }

        footer .footer-nav .active {
            background: #FEFEFE;
            color: #C60F0A;
        }

.apply-btn {
    background-color: none;
    background-image: url(../Images/themes/AnnualSelection/do-apply-bg@3x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 75%;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
}


.apply-form {
    width: 90%;
    border: 10px solid #FFEECA;
}

.profile {
    border: 10px solid #FFEECA;
}

.user-desc {
    border: 10px solid #FFEECA;
}

.coupons {
    font-size: 15px;
    color: #fff;
}

.detail-votebtn .vote-btn {
    width: 154px;
    height: 35px;
    line-height: 35px;
    background: url(/Content/Images/themes/AnnualSelection/btn-bg@3x.png) no-repeat;
    background-size: 100% 100%;
}

.rank-list {
    background: #fff;
    padding: 2.5%;
    width: 90%;
    margin: 0 auto;
    border-radius: .5rem;
    border: 10px solid #FFEECA;
    color: #333;
}

    .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: #000;
            }

        .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: #333;
        }

    .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: #333;
    }

    .rank-list .first .coupons, .rank-list .second .coupons, .rank-list .third .coupons {
        color: #333;
    }

.searchIcon {
    font-size: 18px;
    color: #DC281D;
    padding-right: 5px;
}

.add-img-btn-theme {
    background: #CC242A !important;
}

.giftLog {
    border: 10px solid #FFEECA;
    width: 94%;
    border-radius: .5rem;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.3);
    display: block;
    margin: 0 auto;
    background: #fff;
}
    .giftLog .vote-btn {
        width: 84%;
        background-image: url(../Images/themes/AnnualSelection/do-apply-bg@3x.png);
        background-size: 100% 100%;
    }

.vote_rank {
    border: 10px solid #FFEECA;
    width: 94%;
    border-radius: .5rem;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.3);
    display: block;
    margin: 20px auto;
    background: #fff;
}


.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 40px;
    }

        .gift-header .gifthd-js .col33 {
            display: flex;
            flex-direction: column;
            text-align: center;
            border-right: none;
            width: 77px;
            height: 77px;
            background-image: url(../Images/themes/AnnualSelection/vote-info-bg@3x.png);
            background-size: 77px 100%;
            background-repeat: no-repeat;
            background-position: center;
            justify-content: space-around;
        }

        .gift-header .gifthd-js .gift-num {
            font-size: 1.6rem;
            color: #fff;
            font-size: 18px;
        }

        .gift-header .gifthd-js .gift-label {
            font-size: 1.1rem;
            color: #fff;
            font-family: '微软雅黑';
            margin-bottom: 0px;
            font-size: 15px;
        }