html,body,div,h1,h2,h3,h4,h5,h6,p,img,ul,li,input,span,a,i{ padding: 0;margin: 0; }
html{ font-family: "microsoft yahei", "HanHei SC","PingHei","PingFang SC","STHeitiSC-Light","Helvetica Neue","Helvetica","Arial",sans-serif; }
img{ border: none; vertical-align: top;}
a{ text-decoration: none; }
textarea,button{ outline: none;-webkit-appearance: none; }
textarea{ resize: none; overflow: hidden; }
li{ list-style: none; }
.header img{
    width: 100%;
}
.main{
    position: relative;
    margin: 0 15px;
}
.titles{
    margin: 20px 0;
    text-align: center;
}
.titles img{
    width: 100%;
}
.informationBox{
    background-color: #FFF5F4;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    color: #1c1c1c;
    margin: 20px 0;
    line-height: 24px;
}
.informationBox p{
    text-indent: 2rem;
}



.ruleItem{
    display: flex;
    margin-bottom: 10px;
}
.ruleItem:nth-last-of-type(1){
    margin: 0;
}
.ruleItem img{
    height: 12px;
    margin-right: 5px;
    padding-top: 10px;
}
.ruleItem div{
    font-size: 14px;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 30px;
    color: #C42E22;
}
.line1{
    font-size: 12px;
    color: #C42E22;
    line-height: 50px;
}
.line1 text{
    display: inline-block;
    color: #C42E22;
    font-size: 15px;
    font-weight: bold;
}
/*投票用户*/
.peopleBox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;

}
.peopleItem{
    width: 48%;
    margin-bottom: 20px;
    background-color: #FFF5F4;
}

.peopleImg{
    width: 100%;
    max-height: 185px;
    background-color: #104FF4;
}
.peopleName,.peopleChecks{
    text-align: center;
    line-height: 35px;
}

.peopleName{
    text-align: center;
    font-size: 16px;
}
.peopleChecks{
    border-bottom: 1px solid #DFDFDF;
}
.peopleChecks text{
    color: #C42E22;
    font-size: 18px;
}
.peopleChecks input{
    margin-left: 5px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-bottom: 3px;
}
.peopleIntro{
    font-size: 14px;
    padding: 0 8px;
    line-height: 22px;
}
/**/
.informationTitle{
    padding: 30px 0;
    text-align: center;
    font-size: 24px;
    color: #C42E22;
}
.inputBox{
    margin: 45px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inputBox .ipt{
    margin-right: 5%;
}
.inputBox input{
    height: 45px;
    width: 290px;
    border: 1px solid #DBD9D9;
    border-radius: 6px;
    padding-left: 10px;

}
.
.btns{
    width: 165px;
    line-height: 50px;
    background-image: url("../images/btnBg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 auto;
}
footer{
    text-align: center;
    line-height: 25px;
    background-color: #FFF5F4;
    color: #808080;
    padding: 35px 0;

}