/*初始化*/
html {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

li, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h2, h3, h4, p, body, button, dl, dt, dd {
    margin: 0;
    padding: 0;
}

h2, h3, h4 {
    font-weight: normal;
}

button, button:hover {
    border: none;
    outline: none;
    background: transparent;
}

/*swiper样式*/
.blackBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#fff;
    margin: 0;
    padding: 0;
    z-index: 9999;
    display: none;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    overflow: hidden;
}


/*样式*/
.vote-wrap{
    padding:0.4rem 0.24rem;
    text-decoration: none;
    font-size: 0.3rem;
    line-height: 0.46rem;
    background-size: 100% 100%;
}
.synopsis{
    color: #716d80;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
.topic{
    font-size: 0.32rem;
    font-weight: bold;
    color:#fff;
}
.option{
    padding: 0.20rem 0.24rem;
    height: 1.8rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    color:#fff;
    position: relative;
}
.option:before{
    content:'';
    display: block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    position: absolute;
    background: #1b1b2c;
    opacity: .5;
    border-radius: .08rem;
}
.option>div{
    position: relative;
}
.option>div:nth-of-type(1){
    width:1.4rem;
    height:1.4rem;
    min-width: 1.4rem;
    min-height:1.4rem;
}
.option>div:nth-of-type(2){
    padding: 0 .8rem 0 .2rem;
    width:100%;
    position: relative;
}
.option img{
    width: 100%;
    height: 100%;
}
.option .opTxt{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.option .progressPer{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.option.pic .progressPer{
    display: block;
    position: relative;
}
.option.pic .progressBarT{
    width:100%;
}
.option.pic>div:nth-of-type(2){
    padding:0 0 0 .2rem;
}
.option.noPic>div:nth-of-type(2){
    padding:0 .8rem 0 0;
}
.radioS{
    width: 0.37rem;
    height: 0.37rem;
    min-width: .37rem;
    min-height: .37rem;
    background-image: url(../images/vote/radio1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.selected .radioS{
    background-image: url(../images/vote/radio2.png?v=1.0);
}
.timer{
    margin-top: 0.2rem;
    height: .96rem;
    margin-bottom: 0.26rem;
    font-size: 0.26rem;
    color: #716d80;
    line-height: 0.5rem;
    text-align: center;
    vertical-align: middle;
}
.timedown{
    color: #f5015c;
}
.voteBtn{
    width: 6.73rem;
    height: .96rem;
    background-image: url("../images/vote/voteBtn1.png?v=1.2");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.voteBtn.voted{
    background-image: url("../images/vote/voteBtn2.png?v=1.2");
}
.voteBtn.ended{
    display: none;
}
.progressNum{
    width: 0.37rem;
    height: 0.37rem;
    float: left;
    margin-top: 0.265rem;
}
.progressPer{
    color: #ff5267;
}
.progressBar{
    width: 100%;
    height: 0.08rem;
    border-radius: 0.04rem;
    background: #f0f0f0;
    float: left;
}
.progressBarT{
    width: calc(100% + .8rem);
    height: 0.08rem;
    border-radius: 0.04rem;
    background: #f0f0f0;
    float: left;
}
.progressBarT p{
    width: 0%;
    height: 0.08rem;
    border-radius: 0.04rem;
    background: #ff5267;
    transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
}
.progressBar p{
    width: 50%;
    height: 0.08rem;
    border-radius: 0.04rem;
    background: #ff5267;
}