@charset "utf-8";
.header {
    background-image: url(../images/07.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 24.84vw;
    padding-top: .35rem;
}

.votecontainer {
    max-width: none !important;
}

header.header img {
    width: 95%;
    margin: auto;
}

main.maxW.flexbox.webmain {
    padding-top: .95rem;
    padding-bottom: .6rem;
}

li.yljkitem {
    float: left;
    width: calc(92% / 5);
    margin-left: 2%;
    margin-bottom: .3rem;
}

li.yljkitem:nth-child(5n+1) {
    margin-left: 0;
}

.yljkitemtit {
    font-size: .24rem;
    font-family: Lantinghei SC;
    font-weight: 200;
    color: rgba(46, 47, 47, 1);
}

.isselect {
    font-size: .24rem;
    font-family: Lantinghei SC;
    font-weight: 200;
    color: rgba(46, 47, 47, 1);
    text-align: center;
    margin-top: .15rem;
    background-image: url(../images/icon07.png);
    background-repeat: no-repeat;
    background-size: .27rem;
    background-position: left 17% center;
}

.isselect.isselected {
    background-image: url(../images/icon08.png);
}

ul.yljklist {
    background-image: url(../images/14.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    background-color: #e5f3fa;
    padding-top: .5rem;
}

main.maxW.webmain {
    padding-top: .95rem;
    padding-bottom: .6rem;
}

.webmain>section.section.yljk+section {
    margin-top: .97rem;
}

img.votebtn {
    width: 1.61rem;
    display: inline-block;
    margin-top: 1.2rem;
    cursor: pointer;
}

.tec.votewrap {
    position: relative;
}

.diog {
    position: absolute;
    left: 26%;
    top: -1.2rem;
}

.vote-wrap {
    /* width: 80vw; */
    width: 1000px;
    max-width: 1200px;
    margin: auto;
}

h1.vote-title {
    display: none;
}

ul.subject-items:after {
    display: table;
    content: "";
    clear: both;
}

.item:nth-child(5n+1) {
    /* margin-left: 0; */
}

.item {
    margin-left: 0;
    margin-bottom: .3rem;
    width: 240px;
    float: left;
    margin: 0 5px 60px;
}

.votecontainer img {
    /* _width: expression(Math.min(120, this.width)); */
    border: 0;
    height: 177px !important;
}

.votecontainer .subject-items {
    list-style: none;
    background-image: url(../images/14.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    background-color: #d5e2e9;
    width: 1000px;
    /* padding-top: .5rem; */
}

label {
    max-width: 100%;
    margin-bottom: 5px;
    font-size: .24rem;
    font-family: Lantinghei SC;
    font-weight: 200;
    color: rgba(46, 47, 47, 1);
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 48px;
    overflow-y: hidden;
    position: relative;
    padding-left: 20px;
}

ul.subject-items:before {
    display: block;
    content: "";
    width: 100%;
    background-image: url(../images/15.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding-top: 1rem;
    /* height: .5rem; */
    margin-bottom: .35rem;
}

.vote-subject:nth-of-type(2) ul.subject-items:before {
    background-image: url(../images/12.png);
}

.vote-subject:nth-of-type(3) ul.subject-items:before {
    background-image: url(../images/13.png);
}

ul.subject-items {
    background-image: url(../images/14.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    background-color: #e5f3fa;
    padding-bottom: .5rem;
}

.vote_btnrow {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    margin-top: .4rem;
    margin-bottom: .6rem;
}

input#tijiao {
    width: 1.61rem;
    height: .81rem;
    color: #fff;
    font-size: .34rem;
    background-color: #0087cc;
    border-color: #0087cc;
}

.vote-subject {
    padding: 3px;
    margin-top: .7rem;
}

.subject-title {
    display: none;
}

header {
    background-color: #fff !important;
}

input[type=checkbox] {
    background-image: url(../images/icon07.png);
    background-size: 14px;
    width: 20px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/icon07.png);
    position: absolute;
    left: 0px;
}

input[type=checkbox]:checked {
    background-image: url(../images/icon08.png);
}

span.vote-submit {
    display: block;
    margin-top: .3rem;
}

span.vote-authcode>img {
    width: 2rem;
    display: inline-block;
    height: auto !important;
}

.votecontainer {
    font-size: 20px;
}

.inputText {
    width: 125px !important;
    height: 50px;
}

a.tosy {
    position: fixed;
    width: auto;
    display: inline-block;
    bottom: 20%;
    left: 3%;
}

a.tosy>img {
    width: 50%;
}

a.totp>img {
    width: 50%;
}

a.totp {
    left: 3%;
    position: fixed;
    bottom: 13%;
}


/* 适配移动端 */

@media screen and (max-width: 768px) {
    .mhead {
        /* margin-bottom: .5rem; */
    }
    .vote-subject:nth-of-type(1) {
        margin-top: 0;
    }
    li.yljkitem,
    .item {
        float: left;
        margin-bottom: .3rem;
        width: 45%;
        margin: 0 2% 10%;
    }
    .vote-wrap {
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding: 0 15px;
    }
    .votecontainer {
        padding: 0;
    }
    .votecontainer .subject-items {
        width: 100%;
    }
    .votecontainer img {
        border: 0;
        height: 120px !important;
    }
    ul.subject-items:before {
        background-image: url(../images/15m.png);
        margin-bottom: 0;
    }
    .vote-subject:nth-of-type(2) ul.subject-items:before {
        background-image: url(../images/12m.png);
    }
    .vote-subject:nth-of-type(3) ul.subject-items:before {
        background-image: url(../images/13m.png);
    }
    label {
        height: 44px;
        width: 100%;
        position: relative;
        padding-left: 20px;
    }
}