body,div,p,ol,ul,li,a,h1,h2,h3,h4,h5,h6,a:visited{
	margin: 0;
	padding: 0;
	color:#666;
	outline: none;
}

ul,ol{
	list-style: none;
}

a{
	text-decoration: none;
}

input,button{
	display: block;
	outline: none;
	border:none; 
    resize: none;
}
input[type=button],input[type=submit],button{-webkit-appearance:none;}
button{
	cursor: pointer;
}
/**审核样式*/
.MultiLine {
    border: 1px solid #E3E3E3;
    width: 100%;
    height: 100px;
}
.CheckDiv {
    padding-top:10px;
}
.CheckBut {
        color: #fff;
        background-color: #5cb85c;
        cursor: pointer;
        font-weight: normal;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        height: 32px;
    }
/*运动类型字体*/
.font_color {
    color:#0091FF;
    font-weight:bold;
}

