@charset "utf-8";

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    font-family:"微软雅黑";
}
.voteMain {
    width: calc(100% - 40px);
    background: rgba(255,255,255,1);    
    box-shadow: 0 0 4px 0 rgba(173,173,173,1);
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    padding: 10px 15px;    
}
.voteMain .title{
	text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;    
}
.voteMain .introduce{
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;   
    margin-bottom: 20px; 
}

.voteMain .introduce img{
	width: 100% !important;
}

.voteMain .ActiveAddress{   
    font-size: 16px;    
}

.voteMain .enrollTime{
	margin-top: 20px;
    font-size: 16px;    
}

.voteMain .ActiveTimeExplain{   
	margin-top: 15px;
    font-size: 14px;  
    color: #999999;  
}

.voteMain .enrollNumber{   
	margin-top: 15px;
    font-size: 16px;  
}

.voteMain .enrollNumber span{   
	color: #F4342F;
}

.voteMain .interval_div{   
	height: 20px;  
}
.voteMain .mainManagingParty,.voteMain .BearManagingParty{   
	color:#999999;
	font-size:12px;
	text-align: right; 
	 
}

#voteMain_information .voteMain {
    padding: 10px 0px;    
}
.voteMain .Head {
	height: 40px;
    font-size: 18px;
    line-height: 40px;
    padding-left: 10px;
}

.voteMain .Head img {
	width: 25px;
    float: right;
    margin-right: 20px;
    margin-top: 8px;
}

.voteMain .liItem {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
    color: #050505;
    background-color: white;
    border-bottom: 1px solid rgba(241,240,240,1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.02);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.voteMain .liItem span{
    width: 70px;
    height: 40px;
 }
.voteMain .liItem > .liItem_right {
    height: 100%;
    border: none;
    top: 0;
    font-size: 14px;
    color: #959595;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60%;
}

.voteMain .liItem > #msmBtn {
    color: #F4342F;
    font-size: 13px;
    width: 77px;
    background-color: white;
    border: none;
    border-left: 1px solid #F4342F;
    float: right;
    line-height: 38px;
}

.voteMain .liItem .iradio_square-green {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../../images/enroll/SingleNO.png) no-repeat;
    border: none;
    cursor: pointer;
    background-size: 100%;
}
.voteMain .liItem .checked {
	background: url(../../images/enroll/Single.png) no-repeat;
	background-size: 100%;
}


.voteMain .liItem_rows {
    /*position: relative;*/
    font-size: 16px;
    color: #050505;
    background-color: white;
    border-bottom: 1px solid rgba(241,240,240,1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.02);
    /*float: left;*/
    width: 100%;
}

.voteMain .liItem_rows > .liItem_right {
    /*position: absolute;
    left: 90px;*/
    height: 100%;
    border: none;
    top: 0;
    font-size: 14px;
    color: #959595;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #F0F0F0;
    padding: 5px 10px;
}
.voteMain .liItem_rows ul{
	margin: 20px 10px;
}
.voteMain .liItem_rows ul li{
	display: inline-block;
	margin: 5px;
	position: relative;
}

.voteMain .liItem_rows ul li img{
	width: 80px;
    height: 80px;
}
.voteMain .liItem_rows ul li.upimgli img.del{
	width: 20px;
    height: 20px;
	position: absolute;
    right: -8px;
    top: -8px;
}

#voteMain_information .interval_div{   
	height: 3px; 
	background-color: #eaeaea; 
}

.MustFill{
	color: #FF450A;
	width: 15px !important;
    text-align: center;
}


.btn {
    margin-top: 30px;
    margin-left: 25px;
    width: calc(100% - 50px);
    height: 47px;
    border: none;
    background-color: #F4342F;
    box-shadow: 1px 3px 7px 0 rgba(244,52,47,0.3);
    border-radius: 23px;
    color: white;
    font-size: 18px;
    margin-bottom: 30px;
}

