
/****************我要参选**************/
.inform{width: 630px;margin: 0 auto;}
.formcon{padding: 25px 0;}
.inputdiv{margin: 10px 0;width: 100%;}
.inputdiv>h3{font-size: 16px;font-weight: normal;}
.need{color: #D60B17;margin: 0 3px;}
.shuinput{position: relative;padding: 10px 0;}
.shuinput input[type="text"],.shuinput input[type="number"],.shuinput textarea{
	padding: 5px 10px;
	border: #dcdcdc 1px solid;
	font-size: 15px;width: 100%;
	height: 40px;
}
.shuinput input[type="button"]{
	background-color: #D60B17;
	color: #fff;width: 160px;
	border-radius:3px ;height: 35px;
}
.shuinput textarea{
	height: 100px;
	resize: none;

}
.shuinput .xianzhi{
	position: absolute;
	right: 10px;bottom: 23px;
	color: #999;font-size: 12px;
}
/*警示*/
p.hua{font-size: 16px;padding-bottom: 8px;}
p.hua.remind{color: #208eda;}
p.hua.xieyi{color: #999;}
p.hua.xieyi a{color: #999;}
p.hua.xieyi input[type="checkbox"]{
	width: 17px;
    height: 17px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}
/*多图上传*/
.morepic>img{
	display:inline-block;
	float:left;
	width: 110px;
	height:110px;
	margin-right:15px;
}
.singlepic{
	width: 110px;
	height:110px;
	margin-right: 8px;
	display: inline-block; 
	margin-bottom: 5px;
}
.singlepic img{width: 100%;}
.singlepic:nth-of-type(5n){margin-right: 0;}
/*下拉选项*/
.shuinput select{
	height: 40px;
	width: 184px;
	margin-right: 20px;
	border: #dcdcdc 1px solid;
	padding-left: 6px;
}
.shuinput select:nth-of-type(3){margin-right: 0;}
/*新增一条问题描述*/
.addques{
	width: 190px;
	line-height: 40px;
	color: #208eda;
	border: #dcdcdc 1px solid;
	text-align: center;
}
.addques img{
	width: 13px;display: inline-block;
	vertical-align: middle;
	margin-right: 5px;margin-bottom: 3px;
}
/*单选*/
.danxuan label{float: left;font-size: 14px;font-weight: normal;margin-right: 20px;}
.danxuan input[type="radio"]{
	float: left;
	margin-top: 4px;
    margin-right: 5px;
}


/**************表单************/
/*排行榜*/
.bangtitle{font-size: 22px;padding-top: 30px;font-weight: normal;}
.Tablemain{width: 100%;text-align: center;border:#cbcbcb 1px solid;border-collapse:collapse;margin: 30px 0;}
.Tablemain thead th{border-bottom:#cbcbcb 1px solid;font-size: 18px;color: #222;font-weight: normal;}
.Tablemain tbody tr:nth-child(odd){background-color: #f8f8f8;}
.Tablemain tbody tr:nth-child(even){background-color: #fff;}
.Tablemain tr,.Tablemain th,.Tablemain td{padding: 12px 0;}
.Tablemain tbody th{color: #3e3e3e;font-size: 14px;}

