/* 新风格的css文件 */
*{
	padding:0;
    margin:0;
    font-size:15px;
    box-sizing: border-box;
}
body{
	padding:10px 10px 20px 10px;
    background-color:#ffffff;
}
.hide{
	display:none;
}
.clear{
	clear:both;
}
/* 特殊段落 */
.sucess{
	background-color:#67C23A;
    color:#fff;
    border:none;
    border-radius:3px;
    padding:3px 5px;
    line-height:30px;
    margin-bottom:5px;
    text-indent:0.5em;
}
.error{
    background-color:#E6A23C;
    color:#fff;
    border:none;
    border-radius:3px;
    padding:3px 5px;
    line-height:30px;
    margin-bottom:5px;
    text-indent:0.5em;
}
.warning{
    background-color:#F56C6C;
    color:#fff;
    border:none;
    border-radius:3px;
    padding:3px 5px;
    line-height:30px;
    margin-bottom:5px;
    text-indent:0.5em;
}
.info{
	font-size:13px;
    color:#f00;
    line-height:20px;
    margin-bottom:5px;
}
/* 表格相关内容 */
.normal{
	background-color:#409EFF;
    color:#fff;
    border:none;
    border-radius:3px;
    padding:3px 5px;
    line-height:30px;
    margin-bottom:5px;
    text-indent:0.5em;
}
/* 表格相关内容 */
table{
    margin:10px 0px;
	width:100%;
    border-collapse:collapse;
    border-spacing:0px;
}
th{
	border:1px solid #D8D8D8;
    color:#262626;
    font-weight:530;
    height:30px;
    background-color:#ECF5FF;
    font-size:15px;
    padding:10px;
}
td{
    text-align:center;
    height:40px;
    font-size:14px;
    border:1px solid #D8D8D8;
    padding:3px;
    line-height:30px;
}
/* 表格中的控件 */
.tinput{
	margin:0px;
    border:none;
    text-indent:1em;
    height:40px;
    width:100%;
    background-color:#fff;
}
.tselect{
	margin:0px;
    border:none;
    height:40px;
    width:100%;
    background-color:#fff;
}
.ttextarea{
	width:100%;
    height:100%;
    min-height:90px;
    resize: none;
    margin:0px;
    padding:10px 10px 0px 10px;
    margin:0px;
    border:none;
    background-color:#fff;
}
.tbtn{
	height:20px;
    min-width:40px;
    font-size:13px;
    margin:0px;
    border-radius:5px;
    background:#FF9045;
    box-shadow:0 4px 20px 0 rgba(189, 76, 0, 0.4);
}
/* 段落样式 */
h1{
    line-height:30px;
    color:#FF9045;
    font-weight:bold;
    font-size:15px;
    margin:5px 0px;
}
h2{
    line-height:30px;
    color:#303133;
    font-weight:bold;
    font-size:15px;
    margin:5px 0px;
}
h3{
    line-height:30px;
    font-size:15px;
    color:#606266;
    font-weight:bold;
    margin:5px 0px;
}
p{
	line-height:30px;
    color:#303133;
}
p > span{
	color:#F56C6C;
}
/* 横线 */
hr{
	border:none;
    border-top:1px solid #C0C4CC;
    margin:5px 0px;
}
.dashed{
	border:none;
    border-top:1px dashed #fff;
    margin:5px 0px;
}
.thr{
	border:none;
    border-top:5px solid #409EFF;
}
/* 框架表格 */
.frame{
	border:none;
}
.frame th{
	border:none;
}
.frame td{
	border:none;
    padding:0px;
}
/* 输入框 */
input{
    height:30px;
    border:1px solid #C0C4CC;
    text-indent:1em;
    border-radius:3px;
    margin:10px 0px;
    width:100%;
    background-color:#ECF5FF;
}
label{
	line-height:30px;
}
label input{
	width:15px;
    height:15px;
    vertical-align:middle; 
    margin:-2px 5px 1px 5px;
}
select{
	height:30px;
    border:1px solid #C0C4CC;
    border-radius:3px;
    background-color:#ECF5FF;
    margin:10px 0px;
    padding:0px 5px;
    width:100%;
}
textarea{
	width:100%;
    border-radius:3px;
    border:1px solid #C0C4CC;
    height:90px;
    resize: none;
    margin:10px 0px;
    padding:10px;
    font-family:微软雅黑;
}
button{
	background:#409EFF;
    min-width:80px;
    height:30px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    border:none;
    margin-top:5px;
}
.btn_p{
	background-color:#fff;
    border:1px solid #409EFF;
    color:#409EFF;
    padding:5px;
    border-radius:5px;
    margin-bottom:5px;
}
.btn_orange{
	background-color:#FF9045;
    box-shadow:0 4px 10px 0 #FF9045;
}
.btn_grey{
	background-color:#909399;
    color:#fff;
    box-shadow:0 4px 10px 0 #909399;
}
.btn_green{
	background-color:#67C23A;
    box-shadow:0 4px 10px 0 #67C23A;
}
.btn_red{
	background-color:#FF4390;
    box-shadow:0 4px 10px 0 #FF4390;
}
.btn_blue{
	background-color:#409EFF;
    box-shadow:0 4px 10px 0 #409EFF;
}
/* 图片 */
.code{
	width:80px;
    border-radius:3px;
    border:1px solid #C0C4CC;
    margin:10px;
}
#ad{
	width:100%;
    border-radius:3px;
    margin:10px 0px;
}
.ico{
	width:30px;
    height:30px;
    margin:5px;
}
.banner_ico{
	width:40px;
    height:40px;
    margin:10px 5px 5px 5px;
}
/* 其他内容 */
.board{
	background-color:#ECF5FF;
	border-radius:3px;
    padding:10px;
    margin-bottom:5px;
}
.board p{
	line-height:30px;
    color:#303133;
}
.box{
    width:90%;
	background-color:#F2F6FC;
	border-radius:3px;
    padding:20px;
}
a{
	text-decoration:none;
    margin:5px;
    color:#409EFF;
}