div,p,h1,h2,h3,h4,h5,h6,span,i,a,li,ul,body{font-family: "Microsoft YaHei"; padding:0; margin:0; font-size: 16px; line-height: 24px; color: #333;}
ul,ol,li{list-style: none;}
a{text-decoration: none;}
a:hover,a:link{text-decoration: none; }
.no-padding{padding: 0;}
.img_block{display: block; width: 100%;}
.of{overflow: hidden;}
body{background: #fff;}

.content{width: 96%; margin:0 auto; max-width: 840px; margin-top: 20px; padding-bottom: 30px;}
.log{margin-bottom: 15px;}
.log img{display: block;}
.log .l{float: left;}
.log .r{float: right;}
.title{text-align: center; color: #333; font-size: 24px; line-height: 36px; font-weight: bold; }
.notice{text-align: center; color: #666; font-size: 14px; line-height: 20px; padding: 10px 0 20px 0;}

.core-top{color: #fff; font-size: 18px; line-height: 27px; padding: 5px 0 5px 5px; background: #3176c0; border: 1px solid #666;}
/*.xinxi{border-top: 1px solid #333;}*/
.xinxi-box input{border: 0; outline: none; width: 100%; height: 30px; padding:0; display: block;}
.xinxi-l{width: 30%; float: left; border-left: 1px solid #333; border-right: 1px solid #333; -webkit-box-sizing:border-box; box-sizing:border-box;}
.introduce{padding-left: 5px; font-size: 16px; line-height: 30px; height: 30px;}
.xinxi-r{width: 70%; float: left; border-right: 1px solid #333; -webkit-box-sizing:border-box; box-sizing:border-box;}
.br{border-bottom: 1px solid #333;}

.lists{margin-bottom: 10px;}
.lists span{display: block;margin-bottom: 4px;}
.lists input{display: inline-block; width: 100%; height: 32px; outline: none; padding: 3px; 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.rfm input{display: inline-block; width: 100px; height: 23px; outline: none; padding: 3px; 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#butt, .butt{
	margin: 20px auto 0;
    width: 200px;
    text-align: center;
	display: block; /*inline-block*/
    white-space: nowrap;
    line-height: 1;
    cursor: pointer;
    background: #3176c0; /*FE7700*/
    border: 0px solid #CECECF;
    color: #FFFFFF;
	font-size:16px;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 10px 8px;
    border-radius: 2px;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}