#mb_msg{
	font-size: 18px;
	    padding-top: 25px;
}

#gif{
	position: absolute;
}



/*正文*/
.zhengwen{
	margin-top: 25px;
}
input[type='checkbox'],input[type='radio'] {
	width:18px;
	height:18px;
	position:relative;
	background:transparent;
	border:0;
	outline:none;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}
input[type='checkbox']:before{
	content:"";
	position:absolute;
	width:16px;
	height:16px;
	border:1px solid #999;
}
input[type='radio']:before {
	content:"";
	position:absolute;
	width:16px;
	height:16px;
	border:1px solid #999;
	border-radius:100%;
}
input[type='checkbox']:checked:before{
		border:1px solid #ff6c00;
	background:#f3f5f7;
}
input[type='radio']:checked:before {
	border:1px solid transparent;
	background:#ff6c00;
}
input[type='radio']:checked:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    border: 3px solid #fff;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    background: #ff6c00;
}
input[type='checkbox']:checked:after {
	content:"";
	position:absolute;
	top:3px;
	left:6px;
	border-right:2px solid transparent;
	border-bottom:2px solid transparent;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	width:4px;
	height:8px;
	border-color:#ff6c00;
}
/*内容*/
.neirong{
	width: 1200px;
	background: #f3f5f7;
	border: 1px solid #e5e5e5;
	line-height: 50px;
	margin-bottom: 30px;
	overflow: hidden;
}
.neirong li{
	padding-left: 40px;
	border-bottom: 1px dashed #cac9c9;
}
.neirong table{
	width: 1180px;
}
.neirong td{
	float: left;
	padding-left: 20px;
}

.neirong td span{
	color: #cac9c9;
}
.neirong .timu{
	width: 200px;
}

.search{
        background-image:url(../images/queding.jpg);
        position:absolute;
        width:50px;
        height:23px;
        margin-top:15px;
        margin-left:-50px;
        z-index:99;
}

.anniu{
	width: 210px;
	height: 50px;
	background: #ff6c00;
	color:white;
	/* color: yellow; */
	font-size: 18px;
	text-align: center;
/* 	margin-left: 39%; */
	border-radius: 5px;
	border: none;
	margin-bottom: 65px;
}


