*{margin:0px;padding:0px;}
body{font-family: "Microsoft YaHei","微软雅黑","simsun","sans-serif","Hiragino Sans GB","STHeiti",Arial;background-color:#fff;font-size:85%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;position: relative;}
h1,h2,h3,h4,h5,h6,em{font-weight:normal;font-style:normal;}
table,td,tr{border:none;border-collapse:collapse;}
ul,li,ol{list-style:none;}
img,fieldset{border:medium none;display:block;}
img{vertical-align:left;}
a{outline:none;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;cursor: pointer;}
a:link,a:visited{color:#333;text-decoration:none;}
a:hover,a:active{color:#b30000;text-decoration:underline;}
a.ani{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
.clear{clear:both;width:1px;overflow:hidden;height:0;}
.clearfix{*zoom: 1;}
.clearfix:after{clear: both;display: block;overflow: hidden;height: 0;visibility: hidden;content: ".";}
.hidden{display:none;}
.pull-left,.fl{float: left;}
.pull-right,.fr{float: right;}
.fdn{font-size: 0;text-indent: -999em;line-height: 0;}
.text-overflow{overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
h1{display: block;font-size: 0;line-height: 0px;text-indent: -999em;}
/*
    省略号css：
    panA:
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    panB:
    height:px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
*************************************************    
    半透黑色背景（且兼容ie）
    background: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
*/
/*margin*/
.mt10{margin-top: 10px;} .mt20{margin-top: 20px;}

.wrap{background: url(../images/bg.jpg) no-repeat center top #ffffff;padding-bottom: 0;}
.banner,.banner img,.col{width: 1200px;margin:0 auto;overflow: hidden;}
.flex_SpaceBetween{
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 768px){}

.col .img {
    display: block;
    overflow: hidden;
}
/* 导语 */
.header{
    overflow: inherit;
    background-image: linear-gradient(
        #fffad3, 
        #fffad3), 
    linear-gradient(
        #97b8f9, 
        #97b8f9);
    background-blend-mode: normal, 
        normal;
    box-shadow: 3px 4px 14px 2px 
        rgba(120, 11, 16, 0.54);
    border-radius: 30px;
    position: relative;
    height: 215px;
    box-sizing: border-box;
    padding: 38px 55px;
    top: -72px;
}
.header img{
    width: 333px;
    height: auto;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.header .container{
    width: 100%;
    height: auto;
    border-radius: 24px;
    /* border: solid 2px #eb4519; */
    box-sizing: border-box;
    /* padding: 53px 42px 38px; */
}
.header p{
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    text-indent: 2em;
    color: #262626;
}

/* 投票-段 */
.voteBg{
    width: 100%;
    height: auto;
    background: url(../images/bg3.jpg) repeat top #f25d0c;
    background-size: 100%;
    /* margin-top: 40px; */
    display: inline-block;
    /* overflow: hidden; */
    padding-bottom: .5rem;
}
/*  */
.col3 .content{
    position: relative;
    top: -26px;
}
.col3 .rule{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0px 80px 58px;
}
.col3 .rule p{
    font-size: 33px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 2px;
    color: #fff;
}


.col3 .voteBox{
    box-sizing: border-box;
}


.article-vote .list-item p i {
    font-style: inherit
}

.article-vote .list-item .highlight {
    line-height: inherit;
    color: #000
}
/* seach - end */

/* vote */
.article-vote::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}

.article-vote::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #b93a32;
    -webkit-box-shadow: inset 0 0 5px #00000033;
}

.article-vote::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ededed;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}

.article-vote {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    /* padding-bottom: 85px; */
}
.article-vote form{

}

.article-vote .list-item {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    box-sizing: border-box;
}
.article-vote .list-item:nth-child(4n+4){
    margin-right: 0;
}

.article-vote .link {
    display: block;
    overflow: hidden;
    width: 100%;
    color: #333;
    text-align: left;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 400;
    font-stretch: normal;
    font-size: .24rem;
    line-height: .35rem;
}

.article-vote .voteTitle {
    display: -webkit-box;
    overflow: hidden;
    /* margin-bottom: 5px; */
    height: auto;
    color: #5b5b5b;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-vote .author {
    color: #5b5b5b;
    text-align: center;
    letter-spacing: 0;
    font-weight: bold;
    font-stretch: normal;
    font-size: 31px;
}

.article-vote .imgBox {
    position: relative;
    /* border-radius: 100%; */
    display: block;
    overflow: hidden;
}

.article-vote .itemImg {
    width: 100%;
    height: 254px;
}

.article-vote .imgBox .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,.5);
}

.article-vote .imgBox .txt p {
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-stretch: normal;
    font-size: .24rem;
    line-height: .7rem;
}

.article-vote .name {
    overflow: hidden;
    margin: 9px 30px 0px;
    height: auto;
}

.article-vote .index {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    /* font-weight: bold; */
    font-stretch: normal;
    font-size: 30px;
    line-height: 38px;
    /* z-index: 2; */
    background-color: #ad3831;
}

.article-vote .listBox {
    background-color: #fbfbfb;
}

.article-vote .main-right {
    position: relative;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: .63rem;
    background: red;
    background-size: 100%;
    color: #fff;
    font-size: .3rem;
    line-height: .63rem;
}

.article-vote .main-bottom {
    /* border-top: 1px dashed #707070; */
    /* padding-top: 11px; */
    /* background-image: linear-gradient(0deg, 
  #c45846 0%, 
  #b5302d 92%), 
 linear-gradient(
  #8f2a2a, 
  #8f2a2a); */
    /* background-blend-mode: normal, 
  normal; */
    /* box-sizing: border-box; */
    border-radius: 100px;
    padding: 0px 14px;
    margin-top: 25px;
}

.article-vote .vote-count {
    /* display: inline-block;
    width: 100%; */
    color: #ea431b;
    text-align: center;
    letter-spacing: 0;
    font-weight: inherit;
    font-stretch: normal;
    font-size: 28px;
    line-height: 32px;
    /* background: url(../images/icon2.png) no-repeat left center; */
    /* background-size: 22px 18px; */
    /* padding-left: 27px; */
    margin-bottom: 20px;
    display: block;
}

.checkbox+label {
    float: right;
    display: block;
    box-sizing: border-box;
    margin-top: .14rem;
    width: .32rem;
    height: .32rem;
    border-radius: .05rem;
    background: #fff;
    cursor: pointer;
}

.checkbox:checked+label::before {
    display: block;
    background: 0 0;
    color: #ff6c39;
    content: "\2714";
    text-align: center;
    font-weight: bolder;
    font-size: 34px;
    line-height: 1;
}

input.checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.vote-box {
    /* width: auto;
    height: auto;
    background: url(../images/icon6.png) no-repeat;
    background-size: 100% 100%; */
    cursor: pointer;
}

.vote-box button {
    width: 255px;
    height: 52px;
    border: none;
    color: #fff;
    font-size: 0;
    text-align: center;
    background: url(../images/btn1.png) no-repeat;
    background-size: 100% 100%;
}

.article-vote.active {
    display: block;
}

/* .article-vote form::after {
    width: 273px;
    content: '';
} */

.fade-in-right {
    -webkit-animation: fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;
    animation: fade-in-right .6s cubic-bezier(.39,.575,.565,1) both;
}

@-webkit-keyframes fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fade-in-left {
    -webkit-animation: fade-in-left .6s cubic-bezier(.39,.575,.565,1) both;
    animation: fade-in-left .6s cubic-bezier(.39,.575,.565,1) both;
}

@-webkit-keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.article-vote .name div {
    position: relative;
    width: 100%;
    height: 66px;
    margin-bottom: 0;
}
.article-vote .name div:nth-child(2){
    margin-top: 18px;
}

.article-vote .author,.article-vote .voteTitle {
    /* position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%); */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.article-vote .name {
    overflow: inherit;
}

.popup-PhoneLogin .close,.popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #f2636d;
    color: #fff;
    text-align: center;
    font-style: inherit;
    font-size: 15px;
    line-height: 30px;
}
.wrap .black_bg .popup-PhoneLogin h2 {
    background-image: -webkit-linear-gradient(left,#feca84,#f47872,#f2636d);
}
.wrap .black_bg .popup-PhoneLogin .btn,.wrap .black_bg .popup-PhoneLogin .getNum {
    background: #f2636d;
}
/* 登录弹窗 */
.black_bg{position:fixed;top:0;left:0;display:none;width:100%;height:100%;background:rgba(0,0,0,.5);}/*no*/
.black_bg .popup-PhoneLogin{position:absolute;top:50%;right:0;left:0;box-sizing:border-box;margin:0 auto;padding:73px 60px;width:379px;height:auto;border-radius:10px;background:#fff;transform:translateY(-50%);}/*no*/
.black_bg .popup-PhoneLogin h2{margin-bottom:24px;background-image:-webkit-linear-gradient(left,#a40303,#be2903,#cd4605);text-align:center;letter-spacing:1px;font-weight:700;font-size:30px;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}/* no*/
.black_bg .popup-PhoneLogin .number,.black_bg .popup-PhoneLogin .phone{box-sizing:border-box;margin-bottom:12px;padding:0 8px;width:100%;height:40px;border:1px solid #d9d9d9;border-radius:5px;}/*no*/
.black_bg .popup-PhoneLogin .number{width:120px;height:40px;}/* no*/
.black_bg .popup-PhoneLogin .btn,.black_bg .popup-PhoneLogin .getNum{width:102px;height:40px;border:none;border-radius:5px;background:#a40303;color:#fff;}/* no*/
.black_bg .popup-PhoneLogin .getNum{width: auto;padding: 0 10px;}/* no*/
.black_bg .popup-PhoneLogin .btn{display:block;overflow:hidden;margin:43px auto 0;}/* no*/
#verify-modal,.black_bg{z-index:10;}/* no*/
@media screen and (max-width:768px){.black_bg .popup-PhoneLogin{padding:.8rem .5rem;width:89%;}/* no*/}

.pc-banner{
    display: block;
}
.ph-banner{
    display: none;
}
/* vote-end */
/* popup */
.popupBg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.26);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.popupBg .popup{
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 60px 0;
    border: 5px solid #fcd60d;
    box-shadow: inset 2px 4px 9px 1px rgb(110 36 36 / 68%);
    border-radius: 30px;
    background-clip: padding-box,
    border-box;
    background-origin: padding-box,
    border-box;
    background-image: linear-gradient(to right, #f38b1b, #f38b1b);
}
.popupBg .popup img{
    width: 55%;
    margin: 0 auto;
}
.popupBg .popup h2{
    font-size: 26px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.popup .close{
    background: #fff;
    color: #a5493a;
    font-weight: bold;
}
/* popup-end */

  
/* 当前页面配置样式 */
.article-vote{
    margin-top: 125px;
}
.article-vote:nth-child(2){
    margin-top: 139px;
}
.article-vote:first-child{
    margin-top: 0;
}
.item-title{
    margin-bottom: 57px;
}
.col3 .swiper-container{
    width: 1063px;
    margin: 0 auto;
    /* padding: 0px 13px 19px 0; */
    box-sizing: border-box;
}
.col3  .swiper-container .swiper-slide{
    width: 482px;
    height: 518px;
    background-color: #fffad3;
    border-radius: 24px;
    /* border: solid 8px #f38b1b; */
    box-sizing: border-box;
    padding: 23px 16px 0;
    /* box-shadow: -7px 0 0 #f38b1b; */
    position: relative;
    margin-bottom: .5rem;
}
.col3  .swiper-container .swiper-slide::before{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 19px;
    left: 13px;
    background-color: #eb4a1e;
    content: "";
    z-index: -1;
    /* padding-bottom: 30px; */
    border-radius: 24px;
}
.col3 .swiper-pagination-progressbar{
    width: 1063px;
    height: 22px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 100px;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 1;
}
.col3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: #535353;
    border-radius: 100px;
}
.col3 .swiper-button-next,.col3 .swiper-button-prev{
    width: 30px;
    height: 83px;
}
.col3 .swiper-button-prev,.col3  .swiper-container-rtl .swiper-button-next{
    background: url(../images/jt1-left.png) no-repeat;
    background-size: 100%;
    left: 0;
}
.col3 .swiper-button-next,.col3  .swiper-container-rtl .swiper-button-prev{
    background: url(../images/jt1-right.png) no-repeat;
    background-size: 100%;
    right: 0;
}
.vote-box1 .swiper-button-prev,.vote-box1  .swiper-container-rtl .swiper-button-next{
    background: url(../images/jt1-left.png) no-repeat;
    background-size: 100%;
}
.vote-box1 .swiper-button-next,.vote-box1  .swiper-container-rtl .swiper-button-prev{
    background: url(../images/jt1-right.png) no-repeat;
    background-size: 100%;
}
.vote-box1 .swiper-pagination-progressbar{
    background-color: #fff;
}
.vote-box1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: #535353;
}

@media screen and (max-width: 768px){
    /* .pc-banner{
        display: none;
    }
    .ph-banner{
        display: block;
    } */
    .wrap{
        /* background: #f9f8d8; */
        width: 100%;
    }
    .popupBg .popup{width:6.5rem;height:6.5rem;}
    .popupBg .popup h2{font-weight:700;font-size:18px;}
    .banner, .banner img{
        width: 100%;
        height: auto;
    }
    .col{
        width: 96%;
    }
    .header{
        /* margin-top: -.8rem; */
        padding: .26rem .5rem;
        height: auto;
        top: 0;
    }
    .header .container{
        height: auto;
        padding: 0;
    }
    .header img{
        width: 48%;
        top: -.4rem;
    }
    /* fontsize */
    .header p{
        font-size: 16px;
    }
    .article-vote .voteTitle{
        font-size: 17px;
    }
    .col3 .rule p{
        font-size: 18px;
    }
    .article-vote .author,.article-vote .vote-count{
        font-size: 20px;
    }
    /* fontsize_end */
    .voteBg{
        /* margin-top: .5rem; */
        height: auto;
        padding-bottom: 2rem;
        /* background-position-y: 1.6rem; */
        /* background-size: 100% 100%; */
    }
    .col3 .content{
        top: 0;
        margin-top: .5rem;
    }
    .col3 .rule{
        padding: 0 .5rem .5rem;
    }
    .col3 .rule p{
        line-height: .5rem;
    }
    .item-title{
        width: 150%;
        margin-left: -26%;
        margin-bottom: .5rem;
    }
    .col3 .swiper-container{
        width: 82%;
        /* padding: 0 .2rem .3rem 0; */
    }
    .col3 .swiper-container .swiper-slide{
        width: 100%;
        height: auto;
        padding: .4rem;
        /* border: 4px solid #f38b1b; */
    }
    .col3 .swiper-container .swiper-slide::before{
        display: block;
        left: .1rem;
        top: .2rem;
    }
    .article-vote .itemImg{
        height: 3rem;
    }
    .col3 .swiper-pagination-progressbar{
        width: 100%;
        height: .25rem;
    }
    .col3 .swiper-button-next, .col3 .swiper-button-prev{
        width: .4rem;
        height: .9rem;
        background-size: 100% 100%;
    }
    .article-vote .vote-count{
        margin-bottom: .5rem;
    }
    .article-vote .main-bottom{
        margin-top: .3rem;
    }
    .vote-box button{
        width: 64%;
        height: .68rem;
    }
    .article-vote{
        padding-bottom: 1rem;
        margin-top: .8rem;
    }
    .article-vote:nth-child(2){
        margin-top: .8rem;
    }
    .article-vote .voteTitle{
        position: inherit;
        top: inherit;
        left: inherit;
        transform: none;
    }
    .article-vote .name div{
        height: auto;
    }
    .voteBg{
        position: relative;
        overflow: hidden;
    }
    .voteBg::before{
        display: none;
        width: 100%;
        height: 3rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        content: "";
        background: #fff;
    }
}