@import url(../../css/rail1/reset.css);
body{
    min-width: 1002px;
    font-family: "Microsoft YaHei", "微软雅黑","宋体";
}
html{
    background-color: #fef7ea;
}
a{
    text-decoration: none; color: #000000;
}
.clear{
    zoom: 1;
}
.clear:after{
    content: ""; display: block; clear: both;
}
.content{
    width: 1002px;
    margin: 0 auto;
}
.abPos{
    position: absolute;
}
.rePos{
    position: relative;
}

/* top部分 */
.top{
    background-color: #282828;
    height: 35px;
    color: #9f9d9d;
    font-size: 12px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.top a{
    display: inline-block;
    color: #9f9d9d;
}
.topleft{
    float: left;
    padding-top: 3px;
}
.topright{
    float: right;
    padding-top: 3px;
}
.top .login{
    color: #ffc800;
}
/* banner */
.banner{
    height: 323px;
    background: url("../../images/chunyungushi2016/banner.jpg") no-repeat center top;
    background-color: #e0273c;
}
/* 投票说明 */
.shuoming{
    height: 322px;
}
.shuomingTit{
    width: 206px;
    height: 82px;
    left: 0;
    top: 25px;
    font-size: 0;
    background: url("../../images/chunyungushi2016/shuomingtit.png") no-repeat;
}
.shuomingCon{
    padding: 19px 40px;
    width: 839px;
    left: 83px;
    top: 79px;
    background-color: #fff;
    box-shadow: 2px 3px 3px 0 rgba(201,170,113,0.75);
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
}

/* 评选区域 */
.voteArea{
    height: 1020px;
    overflow: hidden;
}
.voteTit{
    height: 52px;
    font-size: 0;
}
.videosTit{
    background: url("../../images/chunyungushi2016/videostit.png") no-repeat center top;
}
.picsTit{
    background: url("../../images/chunyungushi2016/picstit.png") no-repeat center top;
}
.voteIf{
    height: 976px;
}
/* 评论区域 */
.commentArea{
    border-bottom: 4px solid #c4191f;
}
.commentIf{
    padding-top: 40px;
}
.commentTit{
    background: url("../../images/chunyungushi2016/commenttit.png") no-repeat center top;
}
/* bottom */
.footer{
    padding-top: 10px;
}
.tc{
    font-size: 14px;
    padding-bottom: 14px;
    text-align: center;
}
.b{
    font-weight: bold;
}


/* 子页面样式 */
.bodyC{
    overflow: hidden;
}
.voteUl{
    width: 1030px;
    padding-top: 50px;
}
.voteLi{
    width: 234px;
    height: 187px;
    margin: 0 22px 87px 0;
    float: left;
}
.voteLi .voteLiCon{
    display: block;
    width: 100%;
    height: 100%;
}
.imgWrap{
    width: 100%;
    height: 130px;
}
.imgWrap img{
    width: 100%;
    height: 100%;
}
.imgMask{
    width: 100%;
    height: 100%;
    display: none;
    left: 0;
    top: 0;
    z-index: 1;
    background: url("../../images/chunyungushi2016/maskbg.png") no-repeat;
    opacity: 0.7;
}
.liDes{
    display: block;
    height: 25px;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    text-indent: 6px;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
}
.liTit{
    width: 226px;
    height: 51px;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 4px;
}
/* 激活状态 */
.voteVideo .voteLi .voteLiCon:hover .imgMask{
    display: block;
}
.voteVideo .voteLi .voteLiCon:hover .liDes{
    background-color: rgba(0,0,0,0);
}
.voteVideo .voteLi .voteLiCon:hover .liTit{
    background: #eb2c5b;
    color: #fff;
}
.votePic .voteLi .voteLiCon:hover .liTit{
    background: #f58c0d;
    color: #fff;
}


.wx_QR{
    background: url("../../images/chunyungushi2016/wx_qrbg.png") no-repeat;
    width: 165px;
    height: 206px;
    display: none;
    z-index: 4;
    left: -4px;
    bottom: 42px;

}
.wx_imgWrap{
    width: 139px;
    height: 139px;
    padding: 14px 0 0 12px;
}
.wx_imgWrap img{
    width: 100%;
    height: 100%;
}

.wx_hover{
    bottom: 0;
    height: 38px;
    background: url("../../images/chunyungushi2016/wx_hover.png") no-repeat;
    margin-bottom: -52px;
    display: block;
    width: 135px;
    margin-left: 40px;
}
.wx_hover:hover .wx_QR{
    display: block;
}
.wx_p{
    font-size: 14px;
    text-align: center;
    padding-top: 8px;
}
.wx_p2{
    display: block;
    font-size: 16px;
    line-height: 100%;
    text-indent: 47px;
    padding-top: 12px;
}
.tabPage{
    width: 1002px;
    height: 90px;
    text-align: center;
}
.tabPage span{
    display: inline-block;
    margin-left: 3px;
    padding: 0 3px;
}
.tabPage a{
    display: inline-block;
    margin-left: 4px;
    background: #fff;
    border: 1px solid #e1d2b9;
    padding: 0 3px;
}
.tabPage a:nth-child(1){
    background: none;
    border: none;
}