﻿* {
	box-sizing: border-box;
}

body {
	font-family: 'Microsoft YaHei UI','Arial','PMingLiU', 'Helvetica', 'sans-serif';
	font-size: 12px;
	margin: 0px;
	word-break: break-all;
	width: 100%;
	line-height: 18px;
	background-color: #F5F5F5;
}

a {
	display: inline-block;
	text-decoration: none;
	outline: none;
	color: black;
}


input, button, select, textarea {
	outline: none;
	margin: 0px;
	padding: 0 6px;
	background-color: white;
	border-radius: 2px;
	box-sizing: border-box;
	line-height: 28px;
	border: 1px solid #979797;
	font-size: 12px;
}

	input[type=text] {
		line-height: 26px;
	}

	input[type=password] {
		line-height: 26px;
	}

	input[type=number] {
		line-height: 26px;
	}

	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
	}

	input[type="number"] {
		-moz-appearance: textfield;
	}

textarea {
	line-height: 18px !important;
}

select {
	padding: 4px 4px !important;
	line-height: 28px !important;
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
}

	select option {
		line-height: 20px;
	}

.noSelect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
