.section-vote {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0px 20px;
}

.vote-title {
    font-family: Microsoft Yahei;
}



.vote-title h2 {
    height: 42px;
    line-height: 40px;
    margin-bottom: 23px;
    padding-left: 41px;
    background: url(http://p0.ifengimg.com/fe/guoxue/images/g_01_0912e3a1.jpg) no-repeat;
}

.vote-title h2 a {
    font-size: 28px;
    color: #967655;
    font-weight: bold;
}

.vote-title h2 a:hover {
    color: #967655;
    text-decoration: none;
}
#vote2 .vote-title h2 {
    display: none;
}
#vote3 .vote-title h2{background: url(http://p0.ifengimg.com/fe/guoxue/images/g_03_a5b91864.jpg) no-repeat}
#vote4 .vote-title h2{background: url(http://p0.ifengimg.com/fe/guoxue/images/g_04_b2e46faf.jpg) no-repeat}
#vote3 .vote-title p,#vote4 .vote-title p{display: none;}

.vote-title p {
    font-size: 18px;
    line-height: 31px;
    color: #725221;
    height: 31px;
    background: url(http://p0.ifengimg.com/fe/guoxue/images/g_02_85af07f4.jpg) no-repeat right center #cdbcaa;
    width: 82px;
    padding-left: 20px;
}

.section-vote ul {
    width: 100%;
    margin-top: 38px;
    overflow: hidden;
}

.section-vote li {
    float: left;
    width: 200px;
    height: 145px;
    margin-right: 0;
}

#vote3 li,#vote4 li {
    padding-bottom: 60px;
}

.section-vote .nomar {
    margin-right: 0;
}

.vote-option {
    width: 200px;
    height: 145px;
    position: relative;
}

.vote-option img {
    width: 98px;
    height: 98px;
    border: 2px solid #dedede;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.vote-op-cont {
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 145px;
    _width: 200px;
    _height: 145px;
    left: 0;
}

.op-vote {
    position: absolute;
    top: 38px;
    left: 43px;
}

.vote-op-cont p {
    width: 167px;
    height: 34px;
    color: #2b2b2b;
    font-size: 14px;
    font-family: "微软雅黑";
    text-align: left;
    line-height: 18px;
    position: absolute;
    font-weight: bold;
    bottom: 0;
    left: 0;
}

.js-num {
    font-weight: normal;
    line-height: 28px;
    text-align: left;
    width: 85px;
    color: #967655;
    font-size: 14px;
    font-family: "微软雅黑";
    display: block;
    position: absolute;
    left: 68px;
    top: -5px;
}

.vote-op-btn {
    width: 96px;
    height: 36px;
    border-radius: 5px;
    background: #967655;
    text-align: right;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    font-family: "微软雅黑";
    cursor: pointer;
    margin: 28px auto 0;
    padding-right: 27px;
}

.vote-op-btn:hover {
    background: #f54343;
}

.mask {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    position: fixed;
    font-family: "微软雅黑";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.tipcard {
    width: 400px;
    height: 238px;
    background: url(http://p0.ifengimg.com/fe/fashion_ssxs/images/tc_bb_c335e049.jpg) no-repeat;
    border-top: solid 4px #eec54e;
    position: absolute;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left: -200px;
}

.tipcard .close {
    width: 14px;
    height: 14px;
    background: url(http://p0.ifengimg.com/fe/fashion_ssxs/images/close_e3fc9334.png) no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/images/close.png");
    _width: 14px;
    _height: 14px;
    margin-right: 10px;
    margin-top: 10px;
    float: right;
    cursor: pointer;
}

.tipcard .cont {
    display: none;
    width: 400px;
    text-align: center;
    height: 100px;
    margin-top: 19px;
}

.tipcard .cont p {
    line-height: 50px;
    color: #a4a4a4;
    font-family: "微软雅黑";
    font-size: 14px;
}

.tipcard .surebtn {
    width: 80px;
    height: 30px;
    margin: 30px auto 0px;
    text-align: center;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background: #ff183e;
    cursor: pointer;
}


