/*重置*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/24px "微软雅黑";
	color: #222;
	background: #f8fafd;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	color: #222;
	text-decoration: none;
	cursor: pointer;
}

img {
	border: none;
	display: inline-block;
	vertical-align: middle;
}

em,
i {
	font-style: normal;
}

table,
td,
input,
textarea {
	font-size: 14px;
	font-family: "微软雅黑";
}

input,
button,
select {
	outline: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #757575;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #757575;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #757575;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #757575;
}

.sfsd_fl {
	float: left;
}

.sfsd_fr {
	float: right;
}

.sfsd_hide {
	display: none;
}

.sfsd_clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0
}

.sfsd_tc {
	text-align: center;
}

.sfsd_tr {
	text-align: right;
}

.sfsd_f12 {
	font-size: 12px;
}
.sfsd_f16 {
	font-size: 16px;
}
.sfsd_f18 {
	font-size: 18px;
}
.sfsd_f28{
	font-size: 28px;
}
.sfsd_red{
	color: #b5001e;
}
.sfsd_gray{
	color: #444444;
}
.sfsd_bold {
	font-weight: bold;
}

.sfsd_body {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.sfsd_mr20{
	margin-right: 20px;
}
.sfsd_mb20 {
	margin-bottom: 20px;
}
.sfsd_mb40 {
	margin-bottom: 40px;
}
.sfsd_ellipsis{
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.sfsd_indent{
	text-indent: 28px;
}
/*input*/
.sfsd_input{
	display: inline-block;
	width: auto;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-indent: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
}
/*select样式*/

.inputSel {
	display: none;
}

.select_box {
	position: relative;
	background: url(../images/select1.png) no-repeat center right;
}

.select_box.active {
	/*background-image: url(../images/select2.png);*/
}

.select_showbox {
	display: inline-block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-indent: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
	word-break: break-all;
	overflow: hidden;
	cursor: pointer;
	padding-right: 12px;
}

.select_option {
	z-index: 2;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	display: none;
	overflow: auto;
	box-sizing: border-box;
}

.select_option li {
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	text-indent: 10px;
	overflow: hidden;
}

.select_option li.hover {
	background-color: #eee;
	color: #9a2a2b;
}

.select_option li.selected {
	background-color: #eee;
	color: #9a2a2b;
}

.select_option li.hover {
	background-color: #3b8cff;
	color: #fff;
}

.sfsd_fullwidth {
	width: 100%;
}
.select_input{
	display: inline-block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-indent: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
	border: 0;
	background: none;
	cursor: text;
	padding-right: 12px;
}