body{
    background: #efefef;
    /*background: #fff;*/
}
.container{
    width: 100%;
    padding: 0 10px;
    position: relative;
}

.head img{
    width: 100%;
}

.vote-list{
    padding: 0 10px;
}
.vote-item{
    margin: 30px 0;
    position: relative;
    box-shadow: 0  0 5px 3px #f1f1f1;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.vote-item img{
    width: 100%;
   /* height: 225px;
    object-fit: cover;*/
}
.vote-item .thumb{
    background:url('../images/thumb-up.png') 8px center no-repeat #4b4cf6;
    opacity: 0.85;
    background-size:20px auto;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px 15px 5px 30px;
    border-radius: 0 20px 20px 0;
    color: #fff;
}
.btn-vote{
    background: #4b4cf6;
    border-radius: 20px;
    padding: 5px 10px;
    color: #fff;
    margin: 10px 10px 15px 0;
    display:inline-block;
    min-width: 100px;
    text-align: center;
}
.btn-vote[disabled]{
    background: #ccc;
    color: #000;

}
.vote-item .info {
    color: #999;
    line-height: 28px;
    margin: 10px;

}
.vote-item .info span{
    color: #333;
}
.title-new{
    background: url('../images/title.png') center 0 no-repeat;
    font-size: 24px;
    font-weight: bold;
    background-size:auto 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}
.live{
    margin: 20px 0;
}
.flex-bwn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.vote-title{
    color: #4b4cf6;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.vote-item2 {
    position: relative;
    display: block;
}
.vote-item2 img{
    width: 100%;

}
.vote-item2 .vote-temp{
    display: block;
    background: rgba(67,177,74,0.9);
    border-radius:0 20px 20px 0;
    width: 80px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
.vote-item2  .icons-thumb2{
    background: url('../images/thumb-up.png') 0 0 no-repeat;
    background-size:100% auto;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
    margin:0 5px 0 10px;
}
.news-item2  .eye:hover, .news-item2  .time:hover{
    color: #f3982d;
}
.video{
    margin: 20px 0;
}

.vote-detail h3{
    font-weight: bold;
    color: #333;
    line-height: 32px;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    font-family: "Microsoft YaHei", "微软雅黑";
}
.vote-detail p{
    font-weight: normal;
    color: #999;
    line-height: 32px;
    text-align: center;

}
.vote-detail p.temp{

    text-align: left;
    text-indent: 2em;
}


.footer-box{
    border-bottom: solid 1px #4b4cf6;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    margin-bottom:10px;
}
.footer-box a{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    position: relative;
}
.footer-box a.cur:before{
    content: '';
    background: url('../images/footer-tran.jpg') center bottom no-repeat;
    background-size:17px auto;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -1px;
    left: 30%;
}
.footer{
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #fff;
    background: url("../images/footer.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
    padding:10px;
    margin-top: 10px;
}
.footer .j-center, .j-center{
    justify-content: center;
    display: flex;
    display: -webkit-flex;
    margin-top: 10px;
}
.footer .j-center p{
    text-align: center;
}

.form-box{
    padding: 10px;
    background: #fff;
}
.form-box select, .form-box input{
    width: 100%;
    margin-bottom: 25px;
    line-height: 50px;
    height: 50px;
    border: solid 1px #ddd;
    padding: 0 10px;
    background: #fff;
}
.form-box select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url("../images/i-tip.png") no-repeat right center /auto 50px;
}

.form-box .btn-1{
    background: #4b4cf6;
    border-radius:20px;
    color: #fff;
    line-height: 35px;
    padding: 0 30px;
    margin: -5px auto 10px auto;
    display: block;
    width: 210px;
    font-size: 15px;
}


.bread2{
    background: #fff;
    line-height: 40px;
    text-align: center;
    position: relative;
    padding: 10px 10px;
}
.bread2 span{
    color: #4b4cf6;
    font-weight: bold;
}
.bread2 img{
    width: 200px;
}
.bread2 .icon-return{
    background: url('../images/turn-left.png') 0 center no-repeat;
    background-size:16px auto;
    display: block;
    position: absolute;
    left: 10px;
    top: 0px;
    padding-left: 16px;
    color: #4b4cf6;
}
.time2{
    color: #000;
    line-height: 40px;
    text-align: center;
}
.vote a.db.img{
    height: 100px;
    width: 100px;
    border: 3px solid #e1e0e0;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    overflow: hidden;
    margin: 0px auto;
}
.vote .icon-ok-circle,.vote .icon-ban-circle{
    color: #0f75bd;
    font-size: 18px;
    margin-right: 5px;
}
.vote .yc .icon-thumbs-up,.vote .yc .icon-thumbs-down{
    color: #0f75db;
    font-size: 18px;
    margin-right: 5px;
}
.vote a:hover .icon-thumbs-up{
    bottom: 0px;
}
.vote a img{
    height: 100px;
    width: 100px;
}

.vote .yc{
    color: #666;
    margin-top: 10px;
}
.vote .yc .number{
    color: #f40707;
}
.vote .guzh.icon-plus{
    color: #ffffff;
    display: block;
    background: #0f75bd;
    width: 80%;
    height: 20px;
    line-height: 20px;
    margin: 10px auto;
}


.vote .top{
    font-size: 15px;
    text-align: center;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #e6ebf1;
    color:#4b4cf6;
    position: relative;
}
.vote .title{
    font-size: 17px;
    font-weight: bold;
    color:#4b4cf6;
    text-align: center;
    margin:25px 0 20px 0;
}
.vote .text{
    width: 100%;
    padding:10px 15px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ddd;
    margin-bottom: 25px;
}
.vote .text .item{
    display: flex;
    font-size: 15px;
    color:#666;
    line-height: 2em;
}
.vote .text .item span{
    flex-shrink: 0;
    font-weight: bold;
    color:#333;
    padding-left:22px;
}
.icon-tower{
    background: url("../images/icon-tower.png") no-repeat left top 8px /17px auto;
}
.icon-flag{
    background: url("../images/icon-flag.png") no-repeat left top 8px /14px auto;
}
.icon-tag{
    background: url("../images/icon-tag.png") no-repeat left top 8px /19px auto;
}
.vote .text p{
    font-size: 15px;
    color:#666;
    line-height: 1.6em;
    text-indent: 2em;
    text-align: justify;
    padding-left:22px;
}
.vote .category{
    padding:10px;
}
.vote .category .item{
    display: block;
    position:relative;
    margin-bottom: 25px;
}
.vote .category .item img{
    width: 100%;
}
.vote .category .item span{
    position: absolute;
    left:0;
    top:15px;
    min-width: 70px;
    height: 30px;
    line-height: 31px;
    color:#fff;
    font-size: 14px;
    padding:0 10px 0 30px;
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;
}
.icon-thumb{
    background: rgba(67,177,74,.9) url("../images/icon-thumb.png") no-repeat left 10px center /15px auto;
}
.vote .category>img{
    width: 100%;
}

.vote .top a{
    position: absolute;
    color: #43b14a;
    font-size: 15px;
    left:15px;
    top: 0px;
}
.article{
    padding:10px;
    background: #fff;
}
.article .top-title{
    font-size: 15px;
    color:#4b4cf6;
    height: 32px;
    line-height: 32px;
    border:1px solid #4b4cf6;
    border-radius: 30px;
    text-align: center;
    margin:25px 0 15px 0;
}
.article .title{
    font-size: 18px;
    color: #4b4cf6;
    font-weight: bold;
    margin: 30px 0 10px 0;
    text-align: left;
}
.article video{
    margin:10px 0 15px 0;
    width: 100%;
    height: 255px;
    object-fit: contain;
    background: #000;
}
.article .info .share{
    text-align: center;
}
.article .info .share span{
    display: inline-block;
    padding:0 20px;
    color:#999;
    font-size: 14px;
}
.icon-eye{
    background: url("../images/icon-eye.png") no-repeat left center /20px auto;
}
.icon-thumb1{
    background: url("../images/icon-thumb1.png") no-repeat left center /15px auto;
}
.icon-share1{
    background: url("../images/icon-share1.png") no-repeat left center /20px auto;
}
.article .info .btn{
    display:block;
    min-width: 220px;
    width: fit-content;
    height: 34px;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
    padding:0 10px;
    font-size: 15px;
    background: #4b4cf6;
    color:#fff;
    margin:20px auto 30px auto;
    border-radius: 34px;
}
.article .info p{
    font-size: 15px;
    color: #999999;
    line-height: 1.6em;
    margin-bottom: 15px;
}
.article .info p span{
    color: #333333;
}
.article .cot{
    margin-bottom: 20px;
}
.article .cot .text-title{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.article .cot .text-title i{
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url("../images/ic-8.png") no-repeat center center /80% auto;
    vertical-align: middle;

}
.article .cot p{
    color: #333333;
    line-height: 2em;
    text-indent: 2em;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: justify;
}
.article .cot img{
    max-width: 100%;
}
.vote-detail{
    background: #fff;
    border-radius:10px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
    padding: 10px 10px 20px;
    margin: 15px 0;
}
.vote-detail .i-01, .vote-detail .i-02,.vote-detail .i-03,.vote-detail .i-04{
    background: url("../images/i-01.png") 0 0 no-repeat;
    background-size: 30px auto;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
.vote-detail .i-02{
    background: url("../images/i-02.png") 0 0 no-repeat;
    background-size: 30px auto;
}
.vote-detail .i-03 {
    background: url("../images/i-03.png") 0 0 no-repeat;
    background-size: 30px auto;
}
.vote-detail .i-04{
    background: url("../images/i-04.png") 0 0 no-repeat;
    background-size: 30px auto;
}

.text-title{
    text-align: center;
    padding: 10px 0;

}










