
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}


a img {
    border: 0 none;
    text-decoration: none
}

em {
    font-style: initial
}

a {
    text-decoration: none;
}

input {
    outline: 0;
    border: none;
}

ul {
    float: left;
    width: 100%;
    list-style: none;
}

ul li {
    float: left;
    width: 50vw;
    text-align: center;
    position: relative;
}

.icon.iconfont {
    font-family: "iconfont" !important;
}

.bar-tab {
    height: 3rem;
}

.bar-tab .tab-item {
    height: 3rem;
}

.content {
    background: #ebebeb;
    color: #200000;
}

.swiper-slide img {
    width: 100%;
}

.swiper-container {
    padding-bottom: 0;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-bullet {
    background: #ddd;
}

.mDisplay {
    width: 100%;
    display: block;
}

.main {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 14px;
}

.main ul {
    background: url(http://hbrb.abcvote.cn/uploads/vote/2022hjzf/img/main_bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 8px 0px;
}


.time {
    float: left;
    width: 100%;
    height: 12vw;
    padding-left: 17vw;
    background: url(http://hbrb.abcvote.cn/uploads/vote/2022hjzf/img/timer_bg.png) top center no-repeat;
    background-size: 100% 100%;
    margin: 20px 0;
}


.time .cont {
    color: #ffe2bc;
    width:100%;
    display:inline-block !important;
    height: 12vw;
    line-height: 12vw;
    font-size: 16px;
}


.hide {
    display: none;
}

.tab_tit {
    width: 100%;
    height: 18.4vw;
    text-align: center;
}

.tab_tit_bg1{
    background: url(http://hbrb.abcvote.cn/uploads/vote/2022hjzf/img/tab_title1.jpg) top center no-repeat;
    background-size: 100% 100%;
}
.tab_tit_bg2{
    background: url(http://hbrb.abcvote.cn/uploads/vote/2022hjzf/img/tab_title2.jpg) top center no-repeat;
    background-size: 100% 100%;
}
.tab_tit_bg3{
    background: url(http://hbrb.abcvote.cn/uploads/vote/2022hjzf/img/tab_title3.jpg) top center no-repeat;
    background-size: 100% 100%;
}

.tab_tit i {
    display: block;
    float: left;
    width: 26vw;
    height: 15vw;
    line-height: 15vw;
    font-style: normal;
    font-size: .65rem;
    font-weight: bold;
    margin-left: 6vw;
    margin-top: 1.7vw;
}

.tab_tit i.cur {
    color: #ac2b33;
    background-color: #e4cba4;
}

.search {
    float: left;
    width: 90vw;
    margin: 5vw 5vw 8vw 5vw;
}

.search .box {
    display: box; /* OLD - Android 4.4- */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
}

.search .box input {
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 1px solid #e4cba4;
    border-left: 1px solid #e4cba4;
    border-bottom: 1px solid #e4cba4;
    padding: 0 15px;
    width: 60vw;
    background-color:#ffffff;
}

.search .box span {
    color: #a61011;
    font-weight: bolder;
    background-color: #f2c182;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 40px;
    line-height: 40px;
    width: 30vw;
    text-align: center;
}

.list-block {
    float: left;
    width: 100%;
    margin: 1rem 0 0 0;
    padding-top: 10px;
}

.list-block .col-6 {
    width: 50%;
}

.list-block .col-12 {
    width: 100%;
}

.list-block .vote-num {
    font-weight: 500;
    color: #fff;
    font-size: .7rem;
    position: absolute;
    right:3vw;
    bottom:2.5vw;
}

.list-block .vote-btn {
    background: transparent;
    border-radius: 5px;
    color: #fff;
    width:100%;
}

.list-block .card-code {
    position: absolute;
    top: -4px;
    left: 5px;
}

.list-block .card-code:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #cc0e22;
}

.list-block .card-code span {
    position: relative;
    display: inline-block;
    text-align: center;
    background: #cc0e22;
    color:#fff;
    font-size: 18px;
    line-height: 1;
    padding: 12px 8px 5px;
    border-top-right-radius: 3px;
    width: 40px;
}

.list-block .card-code span:after {
    height: 0;
    width: 0;
    left: -4px;
    top: 0;
    border-left: 4px solid transparent;
    border-bottom: 4px solid #942929;
}

.list-block .card-code span:before {
    height: 0;
    width: 0;
    left: -4px;
    top: 0;
    border-left: 4px solid transparent;
    border-bottom: 4px solid #942929;
}

.list-block .card-code span:before, .list-block .card-code span:after {
    position: absolute;
    content: "";
    display: block;
}

.list-block .card-info {
    height: 70px;
    padding: 5px;
    text-align: center;
}

.list-block .card-info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    font-size: .9em;
    color: black;
}

.list-block .card-info2 {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 30px;
    background: rgba(0, 0, 0, .6);
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.list-block .card-info2 p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
    font-size: .9em;
    color: #f7f7f7
}

.card-header .card-cover {
    height: 32vw;
}

.list-block {
    overflow: hidden;
}

.list-block .list-container:after {
    content: '';
    display: block;
    clear: both;
}

.list-block .list-container .vt_item {
    margin: 0;
}

.list-block .list-container {
}

.list-block .list-container #item_1 .col {
    float: left;
    background-color: #a61011;
    margin: .5rem 4vw;
    padding: 10px;
    width: 92vw;
    height: 44vw;
    position: relative;
}

.con_cover{
    display: block;
    width: 40vw;
    height: 40vw;
    padding: 2vw;
    border-radius: 50%;
}

.right_info{
    position: relative;
}

#item_1 .con_title{
    display:block;
    font-size: .8rem;
    color: #ffe2bc;
    font-weight:bolder;
    margin:0;
    padding-top: 2vw;
}
#item_1 .con_intro{
    display:block;
    font-size: .7rem;
    color: #ffe2bc;
    margin:0;
}

.list-block .list-container #item_2 .col {
    float: left;
    background-color: #a61011;
    margin: .5rem 4vw;
    padding: 10px;
    width: 92vw;
    height: 41vw;
    position: relative;
}

.list-block .list-container #item_3{
    margin-left: 1vw;
}
.list-block .list-container #item_3 .col {
    float: left;
    background-color: #a61011;
    margin-left: 4vw;
    margin-bottom: 4vw;
    width: 43vw;
    padding: 10px;
    height: 61vw;
    border-top-left-radius: 8vw;
    position: relative;
}

.item_code{
    position: absolute;
    right: 5vw;
    top: -3px;
    width: 10vw;
    height: 11.5vw;
    line-height: 11.5vw;
    background: url(http://hbrb.abcvote.cn/uploads/vote/2022hjzf/img/code_bg.png) left top no-repeat;
    background-size: 100%;
    text-align: center;
}

#item_2 .con_title{
    display:block;
    font-size: .8rem;
    color: #ffe2bc;
    font-weight:bolder;
    margin:0;
    padding-top: 2vw;
    padding-right: 15vw;
}

#item_3 .con_title{
    display:block;
    font-size: .8rem;
    color: #ffe2bc;
    font-weight:bolder;
    margin:0;
    padding-top: 8vw;
}

.detail_btn{
    background-color: #cf2b2c;
    padding: 4px 10px;
    border-radius: 15px;
    color:#ffe2bc;
}

#item_1 .item_vote{
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 45vw;
    height: 14vw;
    background: url(http://hbrb.abcvote.cn/uploads/vote/2022hjzf/img/vote_btn.png) left top no-repeat;
    background-size: 100%;
}
#item_2 .item_vote{
    position: absolute;
    right: 3vw;
    bottom: -3px;
    width: 45vw;
    height: 14vw;
    background: url(http://hbrb.abcvote.cn/uploads/vote/2022hjzf/img/vote_btn.png) left top no-repeat;
    background-size: 100%;
}

#item_3 .item_vote{
    position: absolute;
    background: url(http://hbrb.abcvote.cn/uploads/vote/2022hjzf/img/vote_btn2.png) left top no-repeat;
    background-size: 100%;
    left: 3vw;
    bottom: 3vw;
    width: 37vw;
    height: 12.5vw;
}

.item_zan{
    color: #8b181c;
    font-size: .7rem;
    line-height: .7rem;
    display: block;
    position: absolute;
    bottom: 5vw;
    right: 3vw;
}

#item_3 .item_zan{
    bottom: 2vw;
    left: 3vw;
}

.infinite-scroll-preloader {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 1rem;
}

/*兼容iphonex全面屏*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .bar-tab {
        height: 4rem;
    }
}

.bar-tab .tab-item.active, .bar-tab .tab-item:active {
    color: #9f0000;
}

.list-block .card-zan {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 40px;
    height:40px;
    border-radius: 50%;
    border: 2px solid #fde1bf;
    background:#ea250e
}
.list-block .card-num {
    height: 25px;
    line-height: 25px;
    border-radius: 12px;
    background:#ea250e;
    text-align: right;
    margin-left: 20px
}
.zan-footer {
    min-height: 1rem;
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main {
    float: left;
    width: 100%;
}
