@charset "utf-8";

/*重置*/
html,body{ 
	margin: 0px; 
	padding: 0px; 
	font-family:\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial; 
	width: 100%; 
	height: 100%;  }
body{ 
	background-color: #f7f7f7;}
ul,li,p,footer{ 
	margin: 0; 
	padding: 0; 
	list-style: none;}
input{ 
	border: none; 
	outline: none; 
	margin: 0; 
	padding: 0;}
*{  text-decoration: none;
	color: #323232;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;/*设置的边框和内边距的值是包含在width内的*/
}
textarea,input,select:focus{
	outline: 0;
}
input[type=button], input[type=submit], input[type=file], button ,a,label{
	cursor:pointer;
	outline:0px; 
	-webkit-appearance:none; 
} 
input,textarea,select{
	font-family:\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial;
}
/*web通用图标 start*/
.webui-inputIcon{
	position: absolute;
	left: 10px;
	top: 12px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	vertical-align: middle;
	color: #adadad;
}
.webui-inputClear{
	position: absolute;
	right: 10px;
	top: 12px;
	width: 16px;
	height: 16px; 
	line-height: 16px;
	font-size: 16px;
	vertical-align: middle;
	color: #adadad;
	cursor: pointer;
	display: none;
	
}
.webui-textIcon{
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	vertical-align: middle;
	color: #adadad;
}
.webui-checkIcon{
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	vertical-align: middle;
	color: #adadad;
}
.webui-checkText{
	font-size: 14px;
	color: #323232;
	vertical-align: middle;
}
.webui-checkIcon.Curr:before{
	content: "\e69a";
	color: #4e70f5;
}
.webui-check_labelOk .webui-checkIcon{
	background-color: blue;
}
/*web通用图标 end*/

/*web通用文本元素 start*/
.webui-TextTitle{/*单行标题 溢出隐藏*/
	font-size: 18px;
	color: #323232;
	font-weight: 400;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.webui-TextTitle{/*单行普通文本 溢出隐藏*/
	font-size: 14px;
	color: #323232;
	font-weight: normal;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.webui-TextMore{/*多行段落文本*/
	font-size: 14px;
	color: #4d4d4d;
    line-height: 1.6;
	word-break: break-all;
}
.webui-TextMore_Custom{/*可限制行数段落文本 溢出隐藏*/
	font-size: 14px;
	color: #999999;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.webui-TextNote{/*可限制行数备注*/
	color: #adadad;
    font-size: 13px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*web通用文本元素 end*/
/*web通用表单 start*/
.webui-inputText_Item{
	width: 100%;
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	overflow: hidden;
}
.webui-inputText{
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 30px 0 10px;
	font-size: 14px;
	color: #323232;
}
.webui-inputText_ic{
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 38px 0 38px;
	font-size: 14px;
	color: #323232;
}
.webui-inputText::-webkit-input-placeholder,.webui-inputText_ic::-webkit-input-placeholder {
     /* placeholder颜色  */
     color: #adadad;
     /* placeholder字体大小  */
     font-size: 14px;
     /* placeholder位置  */
     text-align: left;
}
.webui-form_msgerror{
	margin-bottom: 20px;
}
.webui-form_msgerror .webui-textIcon{
	margin-right: 6px;
	color: #f5594e;
}
.webui-form_msgerror .error_text{
	font-size: 14px;
	color: #f5594e;
	vertical-align: middle;
}
/*web通用表单 end*/