@charset "utf-8";
/* 默认值 */
*{box-sizing: content-box;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;}
.header *,.footer *,.floating *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; word-wrap:break-word; word-break: break-all; font-family:"OpenSans-Regular",Arial,"Microsoft YaHei","微软雅黑",sans-serif}
html {background:#fff; color: #333; font-size:14px}
html, body, div, span, p, applet, object, iframe, h1, h2, h3, h4, h5, h6, img, small, strong, ul, li, ol, dd, dl, dt, form, label, table, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0; border: 0}
h1, h2, h3, h4, h5, h6 {font-weight:normal;font-size:inherit}
ul,ol,li,dl,dt,dd { list-style-type:none}
img{vertical-align:middle;max-width:100%}
pre{white-space: pre-wrap}
a {text-decoration: none; color:inherit}
a:focus, a:hover {text-decoration: none;}
input,select{outline: none;}
input, textarea, select {margin: 0;padding: 0;border: 0;}
/* 公共基础样式 */
/*字体粗细*/
.fwb{font-weight:bold}
.fwn{font-weight:normal}
/*文字居左居中居右默认*/
.tal{text-align: left}
.tac{text-align: center}
.tar{text-align: right}
.tai{text-align: initial}
.border-none{border: 0;outline: none;}
.dn{display: none;}
.db{display: block;}
.dib{display: inline-block;}
.poi{cursor:pointer}
.def{cursor:default}
.wai{cursor:wait}
/* 边框 */
.bn{border:none;}
/* position */
.relative{position:relative}
.absolute{position:absolute}
.fixed {position: fixed;}
.fl{float:left;}
.fr{float:right;}
.clear-both{clear:both;}
/* 圆角 */
.radius{-moz-border-radius:3px; -webkit-border-radius:3px;border-radius:3px}
.radius5{-moz-border-radius:5px; -webkit-border-radius:5px;border-radius:5px}
/* 公共模块样式 */
/* 字体样式 */
.state-color-green{color:#0fc2ba;font-size: 12px;}
.state-color-gray{color:#999999;font-size: 12px;}
.state-color-pink{color:#fc7d92;font-size: 12px;}
.option-color-blue,.option-color-blue:hover,.option-color-blue:focus{color:#5389f4;font-size: 12px;}
.option-color-pink,.option-color-pink:hover,.option-color-pink:focus{color:#fc7d92;font-size: 12px;}
.option-color-green,.option-color-green:hover,.option-color-green:focus{color:#0fc2ba;font-size: 12px;}
/* 选择勾选 */
.checkbox-i{width: 14px;height: 14px;background: url("../images/checkbox_no.png") no-repeat;vertical-align: sub;}
.checkbox-i input{opacity: 0;}
.checkbox-i.on{background: url("../images/checkbox_yes.png") no-repeat;}
/* 遮罩层 */
.cover-layer{width:100%;height: 100%;left:0;top:0;z-index:998;background-color:#cccccc;filter:alpha(opacity=50);opacity:.50}
/* 模块阴影 */
.module_shadow{box-shadow:0px 0px 4px 2px #ecf1fd;}
/* 组件样式 */
.input-inset-shadow{box-shadow:0px 0px 3px #cccccc inset;-moz-box-shadow:0px 0px 3px #cccccc inset;background: #f9f9f9;}
.select-inset-shadow{/*min-width:140px;*/border:none;box-shadow:0px 0px 3px #cccccc inset;-moz-box-shadow:0px 0px 3px #cccccc inset;background: #f9f9f9;}
.dropdown-menu{z-index:99;}
/* 图标 */
.search-small-icon{background: url("../images/search_small.png") no-repeat;}
.arrow-left-icon{background: url("../images/arrow_left.png") no-repeat;}
.editor-icon{background: url("../images/editor.png") no-repeat;}
.editor2-icon{background: url("../images/editor2.png") no-repeat;}
.notice-icon{background: url("../images/notice_icon.png") no-repeat;}
.add-icon{background: url("../images/add.png") no-repeat;}
.add-round-icon{background: url("../images/add_icon.png") no-repeat;}
.binding-icon{background: url("../images/binding.png") no-repeat;}
.unbinding-icon{background: url("../images/unbinding.png") no-repeat;}
.control-label i{color:#d44950;padding-right:5px;}
.delete-icon{background: url("../images/delete_icon.png") no-repeat;}


