﻿/*��¼ҳ*/
.login-mask {
	display:none;
	background:#4a4a4b;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=90);
	opacity: 0.90;
	z-index:98;
}

.capslock {
	position: absolute;
	z-index: 10;
	width: 112px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	background: url(images/capslock.png) no-repeat;
	top: 215px;
	left: 120px;
	padding: 3px 10px 3px 26px;
}
.capslock b{
	background: url(images/caplock-bulb.png) no-repeat;
	height: 18px;
	width: 18px;
	display: block;
	top: 7px;
	left: 5px;
	position: absolute;
}

.signgin {
	text-align:center;width:310px;margin:0 auto;
}

.login-dailog {
	display:none;
	background:#FFF;
	border-radius: 5px 5px 5px 5px;
	border:2px #898080 solid;
	width:400px;
	height:210px;
	position: absolute;
	left:50%;
	top: 50%;
	margin-left:-200px;
	margin-top:-105px;
	filter: alpha(opacity=90);
	opacity: 0.90;
	z-index:98;
}
.dailog-head {
	position:relative;
	background:#898080;
	font-size:14px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	height:35px;
	line-height:33px;
	padding-left:10px;
	font-weight:bold;
	color:#FFF;
}
.login-close {
	display:block;
	position:absolute;
	right:5px;
	top:8px;
	background: url('images/panel_tools.png') no-repeat -16px 0px;
	width:16px;
	height:16px;
	cursor:pointer;
}
.login-close:hover {
	background:url('images/panel_tools_close.png') no-repeat -16px 0px;
}
.dailog-body {
	padding:15px;
}
.dailog-body p {
	float:left;
	font-size:16px;
	line-height:25px;
	color: #383839;
}
.login-dailog .messager-icon {
	background:url('images/messager_icons.png') no-repeat -96px 0;
	margin:20px 0;
}
.messager-txt {
	margin:5px 15px;
}
.browser {
	float:left;
	width:350px;
	margin-top:25px;
	padding-left:10px;
}
.browser img {
	float:left;
}
.browser span {
	line-height:22px;
	float:left;
	margin-left:10px;
	color:#747272;
	font-weight:bold;
}
.browser a  {
	font-size:12px;
	margin-left:10px;
	font-weight:bold;
}
.browser a:visited {
	color:#1414eb;

}
.browser a:hover {
	color:#fc4a06;
}
.browser p {
	line-height:18px;
}
.login-bg {
	background:#fafafa url('images/login-bg.jpg') no-repeat center 0;
	overflow: hidden;
}
.midea-logo {
	background:#fafafa url('images/midea-logo.jpg') no-repeat 0 0;
	width:144px;
	height:40px;
	margin:15px;
}
.login-bg .panel-body {
	background:none;
}
.login-cont {
	position:absolute;
	left:49%;
	top:50%;
	width:443px;
	height:485px;
	margin:-160px 0 0 -221px;
}
.login-logo {
	background:url('images/cs.png') no-repeat;
	width:443px;
	height:85px;
	margin-bottom:15px;
}
.login-btn {
	display: inline-block;
	background:#ea5404;
	text-decoration:none;
	font-weight:700;
	width:310px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:3px;
	color:#FFF;
	font-size:18px;
}
.account {
	position:relative;
}
.login-cont .userName{
	padding-left:40px;
	width:268px;
	height:38px;
	line-height: 38px;
	border:1px #868686 solid;
	background:#fafafa url('images/userName.png') no-repeat 10px 8px;
	border-radius:3px;
}
.login-cont .password {
	float:left;
	padding-left:40px;
	width:268px;
	height:38px;
	line-height: 38px;
	border:1px #868686 solid;
	background:#fafafa url('images/password.png') no-repeat 10px 8px;
	border-radius:3px;
}
.login-cont .checkbox {
	margin-right: 5px;
	vertical-align: -1px;
}
.captchaDiv,.passwordDiv,.userNameDiv{
	float:left;
	margin-bottom:20px;
}
.captchaDiv .captcha {
	background:none;width:126px;height:43px;padding-left:30px;
}
.captchaImg {
	padding-left:15px; height:45px;cursor:pointer;
}
.login-cont label {
	font-size:14px;
}
.loginNav {
	background:#dfdede;
	height:30px;
	width:100%;
	position: absolute;
	bottom:0px;
	right:0px;
}
.loginNav .nav {                               
	float:right;
	margin-right:220px;
}
.loginNav .nav ul li{                              
	float:left;
	margin-left:10px;
}
.loginNav .nav ul li a{
	display: block;                              
	height:30px;
	line-height:30px;
	color:#252525;
	padding: 0 15px;
}
.loginNav .nav ul li a:hover{
	background: #ea5404;
	font-weight: bold;                           
	color:#fff;
}
.qrCode {
	position:absolute;
	background: url(images/erPic.png) no-repeat;
    width: 174px;
    height: 221px;
	margin-right:5px;
	right:20px;
	bottom:10px;	
}
.ani {
	-webkit-animation: s1-slideDown 1.2s .1s ease-out both;
    -moz-animation: s1-slideDown 1.2s .1s ease-out both;
    -o-animation: s1-slideDown 1.2s .1s ease-out both;
    animation: s1-slideDown 1.2s .1s ease-out both;
}
@-webkit-keyframes s1-slideDown {

    0% {
        opacity: 0;
        -webkit-transform: translateY(-15%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes s1-slideDown {

    0% {
        opacity: 0;
        -moz-transform: translateY(-15%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

@-o-keyframes s1-slideDown {

    0% {
        opacity: 0;
        -o-transform: translateY(-15%);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0%);
    }
}
.s5-info-animate { opacity: 0;opacity:1\9\0;}
@keyframes s1-slideDown {

    0% {
        opacity: 0;
        transform: translateY(-15%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

#west{
	background:#f5f5f5;
	overflow-x: hidden;

}
.logo {
	position:fixed;
	width: 230px;
	height:60px;
	background:#39332e;
	/*position:fixed;*/
	z-index:99;
}
.logo img {
	margin:15px 0;
}
.copyright  {
	color:#858585;
	text-align:center;
	padding-top:50px;
}
.panel {
	width:100%;
	overflow: hidden;
	text-align: left;
	margin: 0;
	border: 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.datagrid {
	border-bottom:1px #c4c4c4 solid;
}
.datagrid {
	border-bottom:1px #c4c4c4 solid;
}
.border-right .datagrid {
	border-right:1px #cfcfcf solid;
}
.border-no .datagrid-btable {
	border:none;
}

.panel-body {
	border-width: 1px;
	border-style: solid;
}
.panel-header {
	padding: 5px 0;
	position: relative;
}
.panel-title {
	background: url('images/blank.gif') no-repeat;
}
.panel-header-noborder {
	border-width: 0 0 1px 0;
}
.panel-body {
	overflow: auto;
	border-top-width: 0;
	padding: 0;
}
.panel-body-noheader {
	border-top-width: 1px;
}
.panel-body-noborder {
	border-width: 0px;
}
.panel-body-nobottom {
	border-bottom-width: 0;
}
.panel-with-icon {
	padding-left: 18px;
}
.panel-icon,
.panel-tool {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	height: 16px;
	overflow: hidden;
}
.panel-icon {
	left: 5px;
	width: 16px;
}
.panel-tool {
	right: 10px;
	width: auto;
}
.accordion-header .panel-tool {
	right: 25px;
}
.panel-tool a {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 0 2px;
	vertical-align: top;
}
.panel-tool a:hover {
	/*opacity: 1;
   filter: alpha(opacity=100);
   background-color: #eaf2ff;*/
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.panel-loading {
	padding: 11px 0px 10px 30px;
}
.panel-noscroll {
	overflow: hidden;
}
.panel-fit,
.panel-fit body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.panel-fit body {
	/*padding-left:15px;*/
}

.panel-loading {
	background: url('images/loading.gif') no-repeat 10px 10px;
}
.panel-tool-close {
	background: url('images/panel_tools.png') no-repeat -16px 0px;
}
.panel-tool .panel-tool-close {
	/*margin-right:5px;*/
}
.panel-tool-min {
	background: url('images/panel_tools.png') no-repeat 0px 0px;
}
.panel-tool-max {
	background: url('images/panel_tools.png') no-repeat 0px -16px;
}
.panel-tool-restore {
	background: url('images/panel_tools.png') no-repeat -16px -16px;
}

.panel-tool-collapse,.window .midea-accordion .panel-tool-collapse,.midea-collapse {
	float:right;
	margin-top:5px;
	background: url('images/dialog_accordion_arrows.png') no-repeat -16px -16px;
}
.panel-tool-expand,.window .midea-accordion .panel-tool-expand,.midea-expand {
	background: url('images/dialog_accordion_arrows.png') no-repeat -16px 0;
}
.window .panel-tool-collapse {
	background: url('images/panel_tools.png') no-repeat -32px 0;
}
.window .panel-tool-expand {
	background: url('images/panel_tools.png') no-repeat -32px -16px;
}
.panel-header {
	border-color: #433e39;
}
.panel-body {
	/*border-color: #95B8E7;*/
	border:none;
}
.datagrid-toolbar .l-btn:hover {
	background-color: #eb9d15;

}
.panel-body {
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
}
.panel-title {

	font-size: 14px;
	font-weight: bold;
	color:#504f4f;
	height: 29px;
	line-height: 29px;
	padding-left:32px;
}
.layout-panel-west>.panel-header {
	padding:0;
}
.easyui-fluid .panel-header {
	/*background-color: #E0ECFF;
    background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);*/
	border-bottom:2px #e94709 solid;
	height:24px;
	padding: 5px 0;
}
.window-body .layout-panel-west>.panel-header {
	padding:5px 0;
}

.layout-panel-west>.panel-header> .panel-title {
	background:#9e9c9c url('images/midea_sys_logo.png') no-repeat 0 0;
	height:35px;
	padding-top:10px;
}
.logo-href {
	position: fixed;
	left:0;
	top:0;
	width:190px;
	height:50px;
	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity:0; z-index:99;
}
.window-body .layout-panel-west>.panel-header> .panel-title,.easyui-fluid>.panel-header> .panel-title {
	background:#e94709;
	padding:0 15px;
	height:29px;
}

.layout-split-west >.panel-header {
	border-bottom: 2px #e94709 solid;
	padding:5px 0;
	height:24px;
}
#roleForm div {
	clear:both;
}
.layout-split-west >.panel-header> .panel-title {
	float:left;
	background:#e94709;
	color:#FFF;
	padding: 0 15px;
	height:29px;
}
.layout-panel-west .layout-button-left{
	float:right;
}
.window-header .panel-title {
	color:#FFF;
	padding-left: 10px;
	line-height: 29px;
}
.easyui-fluid .panel-title,.orange .panel-title{
	background-color: #e94709;
	float:left;
	padding:0 15px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	color:#FFF;
}
.easyui-fluid .no-title .panel-title,.no-title .easyui-fluid  .panel-title {
	padding:0;
	width:0;
}
.layout-expand .panel-title {
	background:none;
}
.easyui-fluid .window-header .panel-title {
	background: none;

	border:none;
	float:none;
}

.panel-footer {
	border: 1px solid #95B8E7;
	overflow: hidden;
	background: #F4F4F4;
}
.panel-footer-noborder {
	border-width: 1px 0 0 0;
}
.xinghao {
	float: left;
	color: #F00;
	width:5px;
	text-align:center;
	height:22px;
	line-height:22px;
}
.accordion {
	overflow: hidden;

}
.accordion .accordion-header {
	border-width: 0 0 1px;
	cursor: pointer;
}
.accordion .accordion-body {
	border-width: 0 0 1px;
	background:#fafafa;
	border-left:6px #e94709 solid;
}
.window-body .accordion .accordion-body {

	background:#fff;
	border-left:none;
}
.accordion-noborder {
	border-width: 0;
}
.accordion-noborder .accordion-header {
	border-width: 0 0 1px;
}
.accordion-noborder .accordion-body {
	border-width: 0 0 0 4px;
	border-bottom:1px #e5e5e5 solid;
}
.accordion-collapse {
	background: url('images/accordion_arrows.png') no-repeat 0 0;
}

.accordion-expand {
	background: url('images/accordion_arrows.png') no-repeat -16px 0;
}
.window .accordion-collapse {
	background: url('images/dialog_accordion_arrows.png') no-repeat -16px 0;
}
.window .accordion-expand {
	background: url('images/dialog_accordion_arrows.png') no-repeat -16px -16px;
}
.accordion {
	background: #ffffff;
	border-color: #95B8E7;
}
.accordion .accordion-header {
	background: #fafafa;
	filter: none;
	border-top:1px #fff solid;
	border-bottom:1px #e5e5e5 solid;
}

.basic-data .accordion-header {
	background: #fafafa url('images/nav-con1.png') no-repeat 5px 10px;
}
.goup-permissions .accordion-header {
	background: #fafafa url('images/nav-con2.png') no-repeat 5px 10px;
}
.technical .accordion-header {
	background: #fafafa url('images/nav-con4.png') no-repeat 5px 10px;
}
.spare-parts .accordion-header {
	background: #fafafa url('images/nav-con5.png') no-repeat 5px 10px;
}
.repair-order .accordion-header {
	background: #fafafa url('images/nav-con6.png') no-repeat 5px 10px;
}
.financial .accordion-header {
	background: #fafafa url('images/nav-con7.png') no-repeat 5px 10px;
}
.report-forms .accordion-header {
	background: #fafafa url('images/nav-con8.png') no-repeat 5px 10px;
}
.network .accordion-header {
	background: #fafafa url('images/nav-con9.png') no-repeat 5px 10px;
}
.workflow .accordion-header {
	background: #fafafa url('images/workflow.png') no-repeat 5px 10px;
}
.readMessage .accordion-header {
	background: #fafafa url('images/nav-con10.png') no-repeat 5px 10px;
}
.screen .accordion-header {
    background: #fafafa url('images/nav-con11.png') no-repeat 5px 8px;
}
.shield-alt .accordion-header {
    background: #fafafa url('images/nav-con12.png') no-repeat 5px 8px;
}
.marketing .accordion-header {
    background: #fafafa url('images/nav-con13.png') no-repeat 5px 8px;
}
.easyui-form .accordion .accordion-header {
	background: none;
}
.window  .accordion .accordion-header {
	border-bottom:2px #e94709 solid;
}
.accordion .accordion-header-selected {

}
.accordion .accordion-header-selected .panel-title {
}
.window .accordion .accordion-header-selected .panel-title {
	color: #fff;
}
.window {
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
}
.window .window-header {
	border:none;
	background-color: #898080;
	padding: 0px 0px 6px 0px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	height:26px;
}
.window .window-body-noheader {
	border-top-width: 1px;
}
.window .panel-body-nobottom {
	border-bottom-width: 0;
}
.window .window-header .panel-icon,
.window .window-header .panel-tool {
	top: 50%;
	margin-top: -11px;
}
.window .window-header .panel-tool{
	margin-top: -9px;
}
.window .window-header .panel-icon {
	left: 1px;
}
.window .window-header .panel-tool {
	right: 7px;
}
.window .window-header .panel-with-icon {
	padding-left: 15px;
}
.window-proxy {
	position: absolute;
	overflow: hidden;
}
.window-proxy-mask {
	position: absolute;
	filter: alpha(opacity=5);
	opacity: 0.05;
}
.window-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=20);
	opacity: 0.20;
	font-size: 1px;
	overflow: hidden;
}
.window,
.window-shadow {
	position: absolute;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.window-shadow {
	/*
     filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);*/
}
.window {
	border-color: #717371;
}
.window .window-body {
	padding:5px 0;
}
.window {
	background-color: #fff;
	-moz-box-shadow: 2px 3px 10px #333;
	-webkit-box-shadow: 2px 3px 10px #333;
	box-shadow: 2px 3px 10px #333;
}
.window .window-header:nth-child(2) {
	display:none;
}
.window-proxy {
	border: 1px dashed #95B8E7;
}
.window-proxy-mask,
.window-mask {
	background: #000;
}
.window .panel-footer {
	border: 1px solid #95B8E7;
	position: relative;
	top: -1px;
}
.dialog-content {
	overflow: auto;
}
.dialog-toolbar {
	padding: 2px 5px;
}
.dialog-tool-separator {
	float: left;
	height: 24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	margin: 2px 1px;
}
.dialog-button {
	background: #F4F4F4;
	padding: 5px;
	text-align: center;
	border:1px #F4F4F4 solid;
	border-top:1px #ccc solid;
	border-bottom:none;
}
.dialog-button .l-btn {
	margin-left: 5px;
}
.dialog-toolbar {
	background: #F4F4F4;
	border-width: 1px;
	border-style: solid;
}
.dialog-toolbar {
	border-color: #c4c4c4;
}

.l-btn {
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
}
.l-btn-plain {
	border-width: 0;
	padding: 1px;
}
.l-btn-left {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#userMsgP .l-btn-left,#userDemandForm .l-btn-left{

	display: inline;
}
.datagrid-toolbar .l-btn-left {
	/*background:#f6f6f6;
	font-size:14px;
    background: -webkit-linear-gradient(top,#fefefe 0,#f1f1f1 100%);
    background: -moz-linear-gradient(top,#fefefe 0,#f1f1f1 100%);
    background: -o-linear-gradient(top,#fefefe 0,#f1f1f1 100%);
    background: linear-gradient(to bottom,#fefefe 0,#f1f1f1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe,endColorstr=#f1f1f1,GradientType=0);*/
}
.l-btn-text {
	display: inline-block;
	vertical-align: top;
	width: auto;
	line-height: 24px;
	font-size: 12px;
	padding: 0;
	margin: 0 4px;
}
.l-btn-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	font-size: 1px;
}
.l-btn span span .l-btn-empty {
	display: inline-block;
	margin: 0;
	width: 16px;
	height: 24px;
	font-size: 1px;
	vertical-align: top;
}
.l-btn span .l-btn-icon-left {
	padding: 0 0 0 20px;
	background-position: left center;
}
.l-btn span .l-btn-icon-right {
	padding: 0 20px 0 0;
	background-position: right center;
}
/*.datagrid-pager .l-btn-icon-left .l-btn-text {
	margin-left:24px;
}*/
.datagrid-toolbar .l-btn-icon-left .l-btn-text {
	margin: 0;
	font-size: 14px;
	height:22px;
	line-height:22px;
}
.l-btn-icon-left .l-btn-icon {
	left: 4px;
}
.l-btn-icon-right .l-btn-text {
	margin: 0 24px 0 4px;
}
.l-btn-icon-right .l-btn-icon {
	right: 4px;
}
.l-btn-icon-top .l-btn-text {
	margin: 20px 4px 0 4px;
}
.l-btn-icon-top .l-btn-icon {
	top: 4px;
	left: 50%;
	margin: 0 0 0 -8px;
}
.l-btn-icon-bottom .l-btn-text {
	margin: 0 4px 20px 4px;
}
.l-btn-icon-bottom .l-btn-icon {
	top: auto;
	bottom: 4px;
	left: 50%;
	margin: 0 0 0 -8px;
}
.l-btn-left .l-btn-empty {
	margin: 0 4px;
	width: 16px;
}
.l-btn-plain:hover {

}
.l-btn-focus {
	outline: #0000FF dotted thin;
}
.l-btn-large .l-btn-text {
	line-height: 40px;
}
.l-btn-large .l-btn-icon {
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-top: -16px;
}
.l-btn-large .l-btn-icon-left .l-btn-text {
	margin-left: 40px;
}
.l-btn-large .l-btn-icon-right .l-btn-text {
	margin-right: 40px;
}
.l-btn-large .l-btn-icon-top .l-btn-text {
	margin-top: 36px;
	line-height: 24px;
	min-width: 32px;
}
.l-btn-large .l-btn-icon-top .l-btn-icon {
	margin: 0 0 0 -16px;
}
.l-btn-large .l-btn-icon-bottom .l-btn-text {
	margin-bottom: 36px;
	line-height: 24px;
	min-width: 32px;
}
.l-btn-large .l-btn-icon-bottom .l-btn-icon {
	margin: 0 0 0 -16px;
}
.l-btn-large .l-btn-left .l-btn-empty {
	margin: 0 4px;
	width: 32px;
}
.panel-header .l-btn {
	margin-right:10px;
}
.l-btn {
	padding:0 10px;
	color: #444;
	background: #fafafa;
	background-repeat: repeat-x;
	border: 1px solid #bbb;
	background: -webkit-linear-gradient(top,#ffffff 0,#eeeeee 100%);
	background: -moz-linear-gradient(top,#ffffff 0,#eeeeee 100%);
	background: -o-linear-gradient(top,#ffffff 0,#eeeeee 100%);
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
	border-radius: 2px;
}
.btnSave {
	background:#F00;
	padding:0 10px;
	color: #444;
	background: #fafafa;
	background-repeat: repeat-x;
	border: 1px solid #bbb;
	background: -webkit-linear-gradient(top,#ffffff 0,#eeeeee 100%);
	background: -moz-linear-gradient(top,#ffffff 0,#eeeeee 100%);
	background: -o-linear-gradient(top,#ffffff 0,#eeeeee 100%);
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
	border-radius: 2px;
	height:25px;
	display:inline-block;
	line-height:25px;
}
.datagrid-pager .l-btn {
	padding:0;
	border:none;
	background:#f4f4f4;
}
.datagrid-toolbar .l-btn:hover,.easyui-linkbutton:hover,.dialog-button .l-btn:hover,.impSettingForm  .l-btn:hover {
	background:#c98706;
	color:#FFF;
	background: -webkit-linear-gradient(top,#fbd43b 0,#eb9d15 100%);
	background: -moz-linear-gradient(top,#fbd43b 0,#eb9d15 100%);
	background: -o-linear-gradient(top,#fbd43b 0,#eb9d15 100%);
	background: linear-gradient(to bottom,#fbd43b 0,#eb9d15 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbd43b,endColorstr=#eb9d15,GradientType=0);
	font-weight:bold;
}

.l-btn-plain {
	/*
    filter: none;

     border-width: 0;
     background: transparent;*/

}
.impLog a {
	padding:0 5px;
}
#btn_po_OEM_main_searchItembox{
	background:none;
	border:none;
}
#btn_po_OEM_main_searchItembox:hover{
	color:#000;
}
.datagrid-toolbar .l-btn-plain {
	margin-right:5px;
}
.l-btn-outline {
	border-width: 1px;
	border-color: #b7d2ff;
	padding: 0;
}
.l-btn-plain:hover {

}
.l-btn-disabled,
.l-btn-disabled:hover {
	opacity: 0.5;
	cursor: default;
	background: #fafafa;
	color: #444;
	background: -webkit-linear-gradient(top,#ffffff 0,#eeeeee 100%);
	background: -moz-linear-gradient(top,#ffffff 0,#eeeeee 100%);
	background: -o-linear-gradient(top,#ffffff 0,#eeeeee 100%);
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
}
.l-btn-disabled .l-btn-text,
.l-btn-disabled .l-btn-icon {
	filter: alpha(opacity=50);
}
.l-btn-plain-disabled,
.l-btn-plain-disabled:hover {
	background: transparent;
	filter: alpha(opacity=50);
}
.l-btn-selected,
.l-btn-selected:hover {
	background: #ddd;
	filter: none;
}
.l-btn-plain-selected,
.l-btn-plain-selected:hover {
	background: #ddd;
}
.textbox {
	float:left;
	position: relative;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
.easyui-textbox {
	float:left;
	margin-right:5px;
	border: 1px solid #c4c4c4;
	height:20px;
	padding-left:3px;
}
.validatebox-text {
	margin-bottom:5px;
}
.m-fieldcontainer ul li .textbox:nth-of-type(2) {
	margin-right:0;
	margin-left:5px;
}
.treeTable {
	float:left;
}
.treeTable input {
	border: 1px solid #c4c4c4;
	margin-right:5px;
	height:20px;
	padding-left:3px;
}
.textbox .textbox-text {
	float:left;
	margin-left:5px;
	font-size: 12px;
	border: 0;
	margin: 0;
	padding:0 4px;
	white-space: normal;
	vertical-align: top;
	outline-style: none;
	resize: none;
	line-height: 20px;
	height: 20px;
}
.textbox-disabled .textbox-text {
	height:20px;
}
.textbox textarea.textbox-text {
	white-space: pre-wrap;
}
.textbox .textbox-prompt {
	height:20px;
	margin-left:5px;
	font-size: 12px;
	color: #aaa;
}
.textbox-disabled .textbox-prompt {
	opacity: 1;
	filter: alpha(opacity=100);
}
.filedName,.modelId {
	height:32px;
	text-align:right;
	padding-right:5px;
}
.textbox .textbox-button,
.textbox .textbox-button:hover {
	position: absolute;
	top: 0;
	padding: 0;
	vertical-align: top;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.textbox-button-right,
.textbox-button-right:hover {
	border-width: 0 0 0 1px;
}
.textbox-button-left,
.textbox-button-left:hover {
	border-width: 0 1px 0 0;
}
.textbox-addon {
	position: absolute;
	top: 0;
}
.textbox-icon {
	display: inline-block;
	width: 18px;
	height: 20px;
	overflow: hidden;
	vertical-align: top;
	background-position: center center;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-decoration: none;
	outline-style: none;
}
.textbox-icon-disabled,
.textbox-icon-readonly {
	cursor: default;
}
.textbox-icon:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.textbox-icon-disabled:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.textbox-focused {
	-moz-box-shadow: 0 0 3px 0 #95B8E7;
	-webkit-box-shadow: 0 0 3px 0 #95B8E7;
	box-shadow: 0 0 3px 0 #95B8E7;
}
.textbox-invalid {
	border-color: #ffa8a8;
	background-color: #fff3f3;
}
.filebox .textbox-value {
	vertical-align: top;
	position: absolute;
	top: 0;
	left: -5000px;
}
.filebox-label {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	left: 0;
	top: 0;
	z-index: 10;
	background: url('images/blank.gif') no-repeat;
}
.l-btn-disabled .filebox-label {
	cursor: default;
}
.combo {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	vertical-align: middle;
}
.combo .combo-text {
	font-size: 12px;
	border: 0px;
	margin: 0;
	padding: 0px 2px;
	vertical-align: baseline;
}
.combo-arrow {
	width: 18px;
	height: 20px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.combo-arrow-hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.combo-panel {
	border:1px #c4c4c4 solid;
	background-color: #ffffff;
	overflow: auto;
}
.combo-arrow {
	background: url('images/combo_arrow.png') no-repeat center center;
}
.combo {
	float:left;
	background-color: #fff;
}
.combo-arrow {
	/*  background-color: #E0ECFF;*/
}
.combo-arrow-hover {
	background-color: #eaf2ff;
}
.combo-arrow:hover {
	/*  background-color: #eaf2ff;*/
}
.textbox-icon-disabled {
	background:#e3e3e3;
	opacity: 1;
	filter: alpha(opacity=100);
}
.combo .textbox-icon-disabled:hover {
	cursor: default;
}
.textbox-invalid {
	border-color: #ffa8a8;
	background-color: #fff3f3;
}
.combobox-item,
.combobox-group {
	font-size: 12px;
	padding: 3px;
	padding-right: 0px;
}
.combobox-item-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.combobox-gitem {
	padding-left: 10px;
}
.combobox-group {
	font-weight: bold;
}
.combobox-item-hover {
	background-color: #f18d00;
	color: #fff;
}
.combobox-item-selected {
	background-color: #ffe48d;
	color: #000000;
}
.layout {
	position: relative;
	overflow: hidden;
	padding: 0;
	z-index: 0;
}
.layout-panel {
	position: absolute;
	overflow: hidden;
}
.layout-body {
	min-width: 1px;
	min-height: 1px;
}
.layout-panel-east,
.layout-panel-west {
	z-index: 2;
}
.layout-panel-north,
.layout-panel-south {
	z-index: 3;
}

.layout-expand {
	position: absolute;
	padding: 0px;
	font-size: 1px;
	cursor: pointer;
	z-index: 1;
}
.layout-expand .panel-header,
.layout-expand .panel-body {
	background: transparent;
	filter: none;
	overflow: hidden;
}
.layout-expand .panel-header {
	border-bottom-width: 0px;
}
.layout-expand .panel-body {
	position: relative;
}
.layout-expand .panel-body .panel-icon {
	margin-top: 0;
	top: 0;
	left: 50%;
	margin-left: -8px;
}
.layout-expand-west .panel-header .panel-icon,
.layout-expand-east .panel-header .panel-icon {
	display: none;
}
.layout-expand-title {
	position: absolute;
	top: 0;
	left: 21px;
	white-space: nowrap;
	word-wrap: normal;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform: rotate(90deg);
	-moz-transform-origin: 0 0;
	-o-transform: rotate(90deg);
	-o-transform-origin: 0 0;
	transform: rotate(90deg);
	transform-origin: 0 0;
}
.layout-expand-with-icon {
	top: 18px;
}
.layout-expand .panel-body-noheader .layout-expand-title,
.layout-expand .panel-body-noheader .panel-icon {
	top: 5px;
}
.layout-expand .panel-body-noheader .layout-expand-with-icon {
	top: 23px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
	position: absolute;
	font-size: 1px;
	display: none;
	z-index: 5;
}
.layout-split-proxy-h {
	width: 5px;
	cursor: e-resize;
}
.layout-split-proxy-v {
	height: 5px;
	cursor: n-resize;
}
.layout-mask {
	position: absolute;
	background: #fafafa;
	filter: alpha(opacity=10);
	opacity: 0.10;
	z-index: 4;
}
.layout-button-up {
	background: url('images/layout_arrows.png') no-repeat -16px -16px;
}
.layout-button-down {
	background: url('images/layout_arrows.png') no-repeat -16px 0;
}
.userInfoManage .layout-button-down {
	background: url('images/dialog_accordion_arrows.png') no-repeat -16px 0;
}
.layout-button-left {
	background: url('images/layout_arrows.png') no-repeat 0 0;
}
.layout-button-right {
	background: url('images/layout_arrows.png') no-repeat 0 -16px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
	background-color: #aac5e7;
}
.layout-split-north {
	border-bottom: 5px solid #E6EEF8;
}
.layout-split-south {
	border-top: 5px solid #E6EEF8;
}
.layout-split-east {
	border-left: 5px solid #f8f8f8;
}
.layout-split-west {
	/* border-right: 10px solid #f1f1f1;*/
}
#productTab2 .layout-split-west {
	 border-right: 10px solid #f1f1f1;
	 overflow: initial;
}
#productTab2 .layout-split-west .panel-noscroll{
	 overflow:initial;
}
.west-split {
	background: url('images/split.png') no-repeat;
	position:absolute;
	right:-14px;
	top:230px;
	z-index: 99999;
	width:16px;
	height:8px;
}
.layout-expand {
	background-color: #898080;
}
.layout-expand-over {
	background-color: #898080;
}
.tabs-container {
	overflow: hidden;
}
.tabs-header {
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 0;
	position: relative;
	padding: 0;
	/*  padding-top: 2px;*/
	padding-right:120px;
}
.tabs-scroller-left,
.tabs-scroller-right {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 18px;
	font-size: 1px;
	display: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
}
.tabs-scroller-left {
	left: 0;
}
.tabs-scroller-right {
	right: 0;
}
.tabs-tool {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
}
.tabs-header-plain .tabs-tool {
	padding: 0 1px;
}
.tabs-wrap {
	position: relative;
	/*   border-bottom:1px #ccc solid; */
	height:40px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
.tabs-container .tabs-wrap {
	overflow:hidden;
	height:35px;

}


.tabs-scrolling {
	margin-left: 18px;
	margin-right: 18px;
}
.tabs-disabled {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.tabs {
	list-style-type: none;
	height: 40px;
	margin: 0px;
	padding: 0px;
	/* padding-left: 4px;*/
	width: 50000px;
	border-style: solid;
	border-width: 0 0 0 0;
}
.tabs li {
	float: left;
	padding: 0 15px;
	background: #fff;
	display: inline-block;
	margin: 0 0 -1px -1px;
	position: relative;
	height:33px;
	border:1px #ccc solid;
	border-top:none;
}
.tabs  .tabs-selected {
	border-bottom:1px #fff solid;
}
.tabs li a.tabs-inner {
	display: inline-block;
	text-decoration: none;
	margin: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	border-top:none;
	/*  -moz-border-radius: 5px 5px 0 0;
     -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
}
.tabs li.tabs-selected a.tabs-inner {
	outline: none;
}
.tabs li.tabs-selected a:hover.tabs-inner {
	cursor: default;
	pointer: default;
}
.tabs li a.tabs-close,
.tabs-p-tool {
	position: absolute;
	font-size: 1px;
	display: block;
	height: 12px;
	padding: 0;
	top: 50%;
	margin-top: -6px;
	overflow: hidden;
}
.tabs li a.tabs-close {
	width: 12px;
	right: 5px;
	z-index:10;
}
.tabs-p-tool {
	right: 16px;
}
.tabs-p-tool a {
	display: inline-block;
	font-size: 1px;
	width: 12px;
	height: 12px;
	margin: 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.tabs-p-tool a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: hand;
	cursor: pointer;
}
.tabs-with-icon {
	padding-left: 18px;
}
.tabs-icon {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 10px;
	top: 50%;
	margin-top: -8px;
}
.tabs-title {
	font-size: 14px;
	height:31px;
	line-height:31px;
	border-top:none;
}
.tabs li.tabs-selected  {
	display:inline-block;
	background:#FFF;
	border-bottom: 1px solid #ffffff;
}
.tabs .tabs-first.tabs-selected  {
	background:#fff;
}
/*#mainPanle > .easyui-fluid > .tabs-header .tabs .tabs-first.tabs-selected  {
  background:#f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}*/

.tabs-closable {
	padding-right: 8px;
}
.tabs-panels {
	margin: 0px;
	padding: 0px;
	border-top-width: 0;
	overflow: hidden;
}
.tabs-panels {
	padding-top: 3px;
	background:#FFF;
}
.tabs-header-bottom {
	border-width: 0 1px 1px 1px;
	padding: 0 0 2px 0;
}
.tabs-header-bottom .tabs {
	border-width: 1px 0 0 0;
}
.tabs-header-bottom .tabs li {
	margin: -1px 4px 0 0;
}
.tabs-header-bottom .tabs li a.tabs-inner {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.tabs-header-bottom .tabs-tool {
	top: 0;
}
.tabs-header-bottom .tabs-scroller-left,
.tabs-header-bottom .tabs-scroller-right {
	top: 0;
	bottom: auto;
}
.tabs-panels-top {
	border-width: 1px 1px 0 1px;
}
.tabs-header-left {
	float: left;
	border-width: 1px 0 1px 1px;
	padding: 0;
}
.tabs-header-right {
	float: right;
	border-width: 1px 1px 1px 0;
	padding: 0;
}
.tabs-header-left .tabs-wrap,
.tabs-header-right .tabs-wrap {
	height: 100%;
}
.tabs-header-left .tabs {
	height: 100%;
	padding: 4px 0 0 2px;
	border-width: 0 1px 0 0;
}
.tabs-header-right .tabs {
	height: 100%;
	padding: 4px 2px 0 0;
	border-width: 0 0 0 1px;
}
.tabs-header-left .tabs li,
.tabs-header-right .tabs li {
	display: block;
	width: 100%;
	position: relative;
}
.tabs-header-left .tabs li {
	left: auto;
	right: 0;
	margin: 0 -1px 4px 0;
	float: right;
}
.tabs-header-right .tabs li {
	left: 0;
	right: auto;
	margin: 0 0 4px -1px;
	float: left;
}
.tabs-justified li a.tabs-inner {
	padding-left: 0;
	padding-right: 0;
}
.tabs-header-left .tabs li a.tabs-inner {
	display: block;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.tabs-header-right .tabs li a.tabs-inner {
	display: block;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.tabs-panels-right {
	float: right;
	border-width: 1px 1px 1px 0;
}
.tabs-panels-left {
	float: left;
	border-width: 1px 0 1px 1px;
}
.tabs-header-noborder,
.tabs-panels-noborder {
	border: 0px;
}
.tabs-header-plain {
	border: 0px;
	background: transparent;
}
.tabs-pill {
	padding-bottom: 3px;
}
.tabs-header-bottom .tabs-pill {
	padding-top: 3px;
	padding-bottom: 0;
}
.tabs-header-left .tabs-pill {
	padding-right: 3px;
}
.tabs-header-right .tabs-pill {
	padding-left: 3px;
}
.tabs-header .tabs-pill li a.tabs-inner {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.tabs-header-narrow,
.tabs-header-narrow .tabs-narrow {
	padding: 0;
}
.tabs-narrow li,
.tabs-header-bottom .tabs-narrow li {
	margin-left: 0;
	margin-right: -1px;
}
.tabs-narrow li.tabs-last,
.tabs-header-bottom .tabs-narrow li.tabs-last {
	margin-right: 0;
}
.tabs-header-left .tabs-narrow,
.tabs-header-right .tabs-narrow {
	padding-top: 0;
}
.tabs-header-left .tabs-narrow li {
	margin-bottom: -1px;
	margin-right: -1px;
}
.tabs-header-left .tabs-narrow li.tabs-last,
.tabs-header-right .tabs-narrow li.tabs-last {
	margin-bottom: 0;
}
.tabs-header-right .tabs-narrow li {
	margin-bottom: -1px;
	margin-left: -1px;
}
.tabs-scroller-left {
	background: #e94709 url('images/tabs_icons.png') no-repeat 1px center;
}
.tabs-scroller-right {
	right:120px;
	background: #e94709 url('images/tabs_icons.png') no-repeat -15px center;
	z-index:8;
}
.tabs li a.tabs-close {
	display:inline-block;
	background: url('images/tabs_icons.png') no-repeat -34px center;
}
.tabs li:hover {
	background: #e94709;
	color: #fff;
	filter: none;
}


.tabs li:hover .tabs-close {
	display:inline-block;
	background: url('images/close.png') no-repeat -4px center;
}
.tabs li:hover a span{
	color: #fff;
}
.tabs .tabs-first.tabs-selected:hover a span{
	color: #444;
}

.tabs li.tabs-selected a.tabs-inner {
	color: #434343;
	font-weight:bold;
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
	background: -webkit-linear-gradient(top,#ffffff 0,#EFF5FF 100%);
	background: -moz-linear-gradient(top,#ffffff 0,#EFF5FF 100%);
	background: -o-linear-gradient(top,#ffffff 0,#EFF5FF 100%);
	background: linear-gradient(to bottom,#ffffff 0,#EFF5FF 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#EFF5FF,GradientType=0);
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
	background: -webkit-linear-gradient(left,#EFF5FF 0,#ffffff 100%);
	background: -moz-linear-gradient(left,#EFF5FF 0,#ffffff 100%);
	background: -o-linear-gradient(left,#EFF5FF 0,#ffffff 100%);
	background: linear-gradient(to right,#EFF5FF 0,#ffffff 100%);
	background-repeat: repeat-y;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#ffffff,GradientType=1);
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
	background: -webkit-linear-gradient(left,#ffffff 0,#EFF5FF 100%);
	background: -moz-linear-gradient(left,#ffffff 0,#EFF5FF 100%);
	background: -o-linear-gradient(left,#ffffff 0,#EFF5FF 100%);
	background: linear-gradient(to right,#ffffff 0,#EFF5FF 100%);
	background-repeat: repeat-y;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#EFF5FF,GradientType=1);
}
.tabs li a.tabs-inner {
	color: #0E2D5F;

	/* background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
     background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
     background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
     background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
     background-repeat: repeat-x;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);*/
}
.tabs .tabs-first {
	color: #444;
	background-color: #fff;
}
#mainPanle>.tabs .tabs-first {
	color: #444;
	background-color: #f5f5f5;
}
.tabs-header {
	background-color:#f5f5f5;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	height:33px;
}

.tabs-tool {
	background-color: #f5f5f5;
	margin-right:15px;
	border:none;
}
.tabs-tool .l-btn {
	margin-left:5px;
}
.tabs-header-plain {

	background: transparent;
}
.tabs-header,
.tabs-scroller-left,
.tabs-scroller-right,
.tabs-tool,
.tabs,
.tabs li a.tabs-inner,
.tabs li.tabs-selected a.tabs-inner,
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
	border-color: #cccccc;
}
.tabs-header .tabs-tool {
	background:none;
}
.midea-tab .tabs-panels{
	padding:0;
}
.midea-tab .tabs-header {
	background:none;
	border-top:none;
	border-right:none;
	border-bottom:2px #e94709 solid;
	height:30px;
}
.midea-tab .tabs li {
	border: 1px #ccc solid;
	height:29px;
	margin-right:5px;
	border-bottom:none;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	background: -webkit-linear-gradient(top,#ffffff 0,#eeeeee 100%);
	background: -moz-linear-gradient(top,#ffffff 0,#eeeeee 100%);
	background: -o-linear-gradient(top,#ffffff 0,#eeeeee 100%);
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
	line-height:29px;
}

.midea-tab  .tabs .tabs-first.tabs-selected {
	background: #e94709;
	border:none;
	height:31px;
	line-height:35px;
}

.midea-tab .tabs li.tabs-selected a.tabs-inner {
	color: #fff;
}

.midea-tab .tabs-title {
	line-height:29px;
}
.midea-tab .tabs li:hover{
	background: #e94709;
	border:1px #e94709 solid;
}
.midea-tab .tabs li:hover a span{
	color: #fff;
	font-weight:bold;
}
.midea-tab .tabs li.tabs-selected {
	background: #e94709;
	border:1px #e94709 solid;
}
.midea-tab .tabs .tabs-first.tabs-selected:hover a span {
	color: #fff;
}
.tabs-p-tool a:hover,
.tabs li a:hover.tabs-close
.tabs-scroller-over {
	background-color: #eaf2ff;
}
.tabs li.tabs-selected a.tabs-inner {

}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
	border-top: 1px solid #ffffff;
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
	border-right: 1px solid #ffffff;
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
	border-left: 1px solid #ffffff;
}
.tabs-header .tabs-pill li.tabs-selected a.tabs-inner {
	background: #ffe48d;
	color: #000000;
	filter: none;
	border-color: #95B8E7;
}
.datagrid .panel-body {
	overflow: hidden;
	position: relative;
}
.datagrid-view {
	position: relative;
	border-left: 1px #cfcfcf solid;
}
.datagrid-view1,
.datagrid-view2 {
	position: absolute;
	overflow: hidden;
	top: 0;
}
.datagrid-view1 {
	left: 0;
	/*	border-left:1px #ddd solid;*/
}
.datagrid-view2 {
	right: 0;
	border-bottom: 1px #ddd solid;
}
.datagrid-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(opacity=30);
	display: none;
}
.datagrid-mask-msg {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	padding: 10px 5px 10px 30px;
	width: auto;
	height: 16px;
	border-width: 2px;
	border-style: solid;
	display: none;
}
.datagrid-sort-icon {
	padding: 0;
	display: none;
}
.datagrid-toolbar {
	height: auto;
}
.datagrid-btn-separator {
	float: left;
	height: 24px;
	margin: 2px 1px;
}
.treeName {
	float:left;
	line-height:22px;
	margin-right:3px;
}
.datagrid .datagrid-pager {
	display: block;
	margin: 0;
	border-width: 1px;
	border-style: solid;
}
.datagrid .datagrid-pager-top {
	border-width: 0 0 1px 0;
}
.datagrid-header {
	overflow: hidden;
	cursor: default;
	border-width: 1px 0 1px 0px;
	border-style: solid;
}
.datagrid-header-inner {
	float: left;
	width: 10000px;

}
.datagrid-header-row,
.datagrid-row {
	height: 25px;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
	border-width: 0 1px 1px 0;
	border-style: solid;
	margin: 0;
	padding: 0;
	height:30px;
}

.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
	margin: 0;
	padding: 0 4px;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
}
.datagrid-cell {
	margin: 0 auto;
}
.search-table .datagrid-cell {
	padding:0;
}
.datagrid-btable .datagrid-cell{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.datagrid-header .datagrid-cell {
	height: auto;
	text-align:center;
}
.datagrid-btable tr td {
	text-align:center;
}
.datagrid-header .datagrid-cell span {
	font-size: 12px;
}
.datagrid-cell-group {
	text-align: center;
	text-overflow: ellipsis;
}
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
	width: 30px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.finish-w a{
	color:#4ba634;
	background: url('images/finish-w.png') no-repeat   0 1px;;
    background-size: 20px 20px;
    padding-left: 13px;
    display: block;
    height: 23px;
    line-height: 23px;
}
.finish-z a{
	color:#4ba634;
	background: url('images/finish-z.png') no-repeat  0 1px;
	background-size: 20px 20px;
    padding-left: 13px;
    display: block;
    height: 23px;
    line-height: 23px;
}
.no-finish-w a{	
	background: url('images/no-finish-w.png') no-repeat 0 1px;
	background-size: 20px 20px;
    padding-left: 13px;
    display: block;
    color: #ee9f22;
	height: 23px;
    line-height: 23px;
}
.no-finish-z a{	
	background: url('images/no-finish-z.png') no-repeat;
	background-size: 20px 20px;
    padding-left: 13px;
    display: block;
     color: #ee9f22;

}
.delay-w a{
	background: url('images/delay-w.png') no-repeat 0 1px;
    background-size: 20px 20px;
    padding-left: 13px;
    display: block;
     color:#f00;

    height: 23px;
    line-height: 23px;
}
.delay-z a{
	background: url('images/delay-z.png') no-repeat 0 1px;;
    background-size: 20px 20px;
    padding-left: 13px;
    display: block; 
    height: 23px;
    line-height: 23px;
     color:#f00;
}

#engineer_schedule .l-btn .l-btn-text {
	display: none;
}
#engineer_schedule .l-btn:nth-child(1){
	width:26px;
	height: 26px;
	background: #fff url('images/delayNext.png') no-repeat -4px  -13px;
	border: none;
	padding: 0;
	margin: 0;
	opacity: 0.6;
}
#engineer_schedule .l-btn:nth-child(2){
	width:26px;
	height: 26px;
	background: #fff;
	border: none;
	background: url('images/delayNext.png') no-repeat  -42px -13px;
	padding: 0;
	margin: 0;
	opacity: 0.6;
}
#celltip a {
	color: #000;
}
#dgPanel .tr.datagrid-row-selected,#dgPanel .datagrid-row-over {
	background: none;
}
.datagrid-body {
	margin: 0;
	padding: 0;
	overflow: auto;
	zoom: 1;
}
.datagrid-view1 .datagrid-body-inner {
	padding-bottom: 20px;
}
.datagrid-view1 .datagrid-body {
	overflow: hidden;
}
.datagrid-footer {
	overflow: hidden;
}
.datagrid-footer-inner {
	border-width: 1px 0 0 0;
	border-style: solid;
	width: 10000px;
	float: left;
}
.datagrid-row-editing .datagrid-cell {
	height: auto;
}
.datagrid-header-check,
.datagrid-cell-check {
	padding: 0;
	width: 27px;
	height: 18px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
}

.datagrid-header-check input,
.datagrid-cell-check input {
	margin: 0;
	padding: 0;
	width: 15px;
	height: 18px;
}
.datagrid-resize-proxy {
	position: absolute;
	width: 1px;
	height: 10000px;
	top: 0;
	cursor: e-resize;
	display: none;
}
.datagrid-body .datagrid-editable {
	padding: 0;
}
.datagrid-body .datagrid-editable table {
	width: 100%;
	height: 100%;
}
.datagrid-body .datagrid-editable td {
	border: 0;
	margin: 0;
	padding: 0;
}
.datagrid-view .datagrid-editable-input {
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #c4c4c4;
	font-size: 12px;
	outline-style: none;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.datagrid-sort .datagrid-sort-icon {
	display: inline;
	padding: 0 13px 0 0;
	background: url('images/datagrid_icons.png') no-repeat -64px center;
}
.datagrid-sort-desc .datagrid-sort-icon {
	display: inline;
	padding: 0 13px 0 0;
	background: url('images/datagrid_icons.png') no-repeat -16px center;
}
.datagrid-sort-asc .datagrid-sort-icon {
	display: inline;
	padding: 0 13px 0 0;
	background: url('images/datagrid_icons.png') no-repeat 0px center;
}
.datagrid-row-collapse {
	background: url('images/datagrid_icons.png') no-repeat -48px center;
}
.datagrid-row-expand {
	background: url('images/datagrid_icons.png') no-repeat -32px center;
}
.datagrid-mask-msg {
	background: #ffffff url('images/loading.gif') no-repeat scroll 5px center;
}
.datagrid-header {
	background-color: #f0f0f0;
}
.datagrid-cell-rownumber {
	color: #000000;
}
.datagrid-resize-proxy {
	background: #aac5e7;
}
.datagrid-mask {
	background: #ccc;
}
/*加载样式*/
.datagrid-mask-msg {
	border-color: #c4c4c4;
}
.datagrid-pager {
	background: #F4F4F4;
}
.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
	border-color: #dddddd;
}
.datagrid-header-over .datagrid-cell {
	background:#fbd5c9;
	color:#000;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
	border-color: #cfcfcf;
}
.add-row .datagrid-header .datagrid-cell,.add-row .datagrid-body .datagrid-cell {
	margin:0 4px;
}
.datagrid-htable,
.datagrid-ftable {
	color: #000000;
	border-collapse: separate;
	border:1px #c4c4c4 solid;
}
.datagrid-htable {
	border:none;
}
/*.table-align .datagrid-view2 .datagrid-header-inner {
     width: 100%;
}
.table-align .datagrid-view2 .datagrid-htable {
    width: 100%;
}*/
/*.datagrid-body table {
	width:100%;
}
.datagrid-view2 .datagrid-header-inner {
     width: 100%;
}
.datagrid-view2 .datagrid-htable {
    width: 100%;
}*/
/*.datagrid-view2 .datagrid-htable tr td:last-child{
    padding-right:12px;
}*/
.scroll-cont .datagrid-view2 .datagrid-header-inner {
	width: 10000px;
}
.scroll-cont .datagrid-view2 .datagrid-htable,.scroll-cont .datagrid-body table {
	width: 0;
}
#newDialog .datagrid-view2 .datagrid-htable {
	width: 0;
}
.datagrid-btable {
	border-left:none;
	border-top:none;
	border-bottom:none;
}
.datagrid-btable tr:nth-child(even){background:#f0f0f0;}
.easyui-form table tr td {
	height:35px;
}
.datagrid-cell a {
	text-decoration:none;
}
.datagrid-row-alt {
	background: #f0f0f0;
}
.datagrid-row-over{
	background: #fef2ee;
	color: #000000;
	cursor: default;
}

.datagrid-header td .datagrid-cell{
	height:30px;
	line-height:30px;
	margin:0 auto;
}
.datagrid-btable tr.datagrid-row-selected {
	background: #fef2ee;
	color: #000000;
}
.datagrid-row-editing .textbox,
.datagrid-row-editing .textbox-text {
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.propertygrid .datagrid-view1 .datagrid-body td {
	padding-bottom: 1px;
	border-width: 0 1px 0 0;
}
.propertygrid .datagrid-group {
	height: 21px;
	overflow: hidden;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.propertygrid .datagrid-group span {
	font-weight: bold;
}
.propertygrid .datagrid-view1 .datagrid-body td {
	border-color: #dddddd;
}
.propertygrid .datagrid-view1 .datagrid-group {
	border-color: #E0ECFF;
}
.propertygrid .datagrid-view2 .datagrid-group {
	border-color: #dddddd;
}
.propertygrid .datagrid-group,
.propertygrid .datagrid-view1 .datagrid-body,
.propertygrid .datagrid-view1 .datagrid-row-over,
.propertygrid .datagrid-view1 .datagrid-row-selected {
	background: #E0ECFF;
}
.datalist .datagrid-header {
	border-width: 0;
}
.datalist .datagrid-group,
.m-list .m-list-group {
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	overflow: hidden;
	background-color: #efefef;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #ccc;
}
.datalist .datagrid-group-expander {
	display: none;
}
.datalist .datagrid-group-title {
	padding: 0 4px;
}
.datalist .datagrid-btable {
	width: 100%;
	table-layout: fixed;
}
.datalist .datagrid-row td {
	border-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-width: 0;
}
.datalist-lines .datagrid-row td {
	border-bottom-width: 1px;
}
.datalist .datagrid-cell,
.m-list li {
	width: auto;
	height: auto;
	padding: 2px 4px;
	line-height: 18px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.datalist-link,
.m-list li>a {
	display: block;
	position: relative;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
	margin: -2px -4px;
	padding: 2px 4px;
	padding-right: 16px;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.datalist-link::after,
.m-list li>a::after {
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	right: 6px;
	top: 50%;
	margin-top: -4px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.m-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.m-list li {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #ccc;
}
.m-list li>a:hover {
	background: #eaf2ff;
	color: #000000;
}
.m-list .m-list-group {
	padding: 0 4px;
}
.pagination {
	zoom: 1;
}
.pagination table {
	float: left;
	height: 30px;
}
.pagination td {
	border: 0;
}
.pagination-btn-separator {
	float: left;
	height: 24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	margin: 3px 1px;
}
.pagination .pagination-num {
	border-width: 1px;
	border-style: solid;
	margin: 0 2px;
	padding: 2px;
	width: 2em;
	height: auto;
}
.pagination-page-list {
	margin: 0px 6px;
	padding: 1px 2px;
	width: auto;
	height: auto;
	border-width: 1px;
	border-style: solid;
}
.pagination-info {
	float: right;
	margin: 0 6px 0 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.pagination span {
	font-size: 12px;
}
.pagination table tr td:last-child .l-btn-text {
	padding-left:20px;
}
.pagination-link .l-btn-text {
	width: 24px;
	text-align: center;
	margin: 0;
}
.pagination-first {
	background: url('images/pagination_icons.png') no-repeat 0 center;
}
.pagination-prev {
	background: url('images/pagination_icons.png') no-repeat -16px center;
}
.pagination-next {
	background: url('images/pagination_icons.png') no-repeat -32px center;
}
.pagination-last {
	background: url('images/pagination_icons.png') no-repeat -48px center;
}
.pagination-load {
	background: url('images/pagination_icons.png') no-repeat -64px center;
}
.pagination-loading {
	background: url('images/loading.gif') no-repeat center center;
}
.pagination-page-list,
.pagination .pagination-num {
	border-color: #c4c4c4;
}
.calendar {
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
.calendar table {
	table-layout: fixed;
	border-collapse: separate;
	font-size: 12px;
	width: 100%;
	height: 100%;
}
.calendar table td,
.calendar table th {
	font-size: 12px;
}
.calendar-noborder {
	border: 0;
}
.calendar-header {
	position: relative;
	height: 22px;
}
.calendar-title {
	text-align: center;
	height: 22px;
}
.calendar-title span {
	position: relative;
	display: inline-block;
	top: 2px;
	padding: 0 3px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	cursor: pointer;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color:#FFF;
}
.calendar-prevmonth,
.calendar-nextmonth,
.calendar-prevyear,
.calendar-nextyear {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	font-size: 1px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth {
	left: 20px;
	background: url('images/calendar_arrows.png') no-repeat -18px -2px;
}
.calendar-nextmonth {
	right: 20px;
	background: url('images/calendar_arrows.png') no-repeat -34px -2px;
}
.calendar-prevyear {
	left: 3px;
	background: url('images/calendar_arrows.png') no-repeat -1px -2px;
}
.calendar-nextyear {
	right: 3px;
	background: url('images/calendar_arrows.png') no-repeat -49px -2px;
}
.calendar-body {
	position: relative;
}
.calendar-body th,
.calendar-body td {
	text-align: center;
}
.calendar-day {
	border: 0;
	padding: 1px;
	cursor: pointer;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.calendar-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.calendar-disabled {
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: default;
}
.calendar-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 150px;
	padding: 5px;
	font-size: 12px;
	display: none;
	overflow: hidden;
}
.calendar-menu-year-inner {
	text-align: center;
	padding-bottom: 5px;
}
.calendar-menu-year {
	width: 40px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
}
.calendar-menu-prev,
.calendar-menu-next {
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: top;
	cursor: pointer;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.calendar-menu-prev {
	margin-right: 10px;
	background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}
.calendar-menu-next {
	margin-left: 10px;
	background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}
.calendar-menu-month {
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.calendar-body th,
.calendar-menu-month {
	color: #4d4d4d;
}
.calendar-day {
	color: #000000;
}
.calendar-sunday {
	color: #e94709;
}
.calendar-saturday {
	color: #00ee00;
}
.calendar-today {
	color: #0000ff;
}
.calendar-menu-year {
	border-color: #95B8E7;
}
.calendar {
	border-color: #95B8E7;
}
.calendar-header {
	background: #000;
}
.calendar-body,
.calendar-menu {
	background: #ffffff;
}
.calendar-body th {
	background: #F4F4F4;
	padding: 2px 0;
}
.combo-p {
	box-shadow:2px 1px 5px #c3c3c3;
}
.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
	background-color: #e94709;
	color: #fff;
}
.calendar-hover {
	border: 1px solid #b7d2ff;
	padding: 0;
}
.calendar-selected {
	background-color: #ffe48d;
	color: #000000;
	border: 1px solid #ffab3f;
	padding: 0;
}
.datebox-calendar-inner {
	height: 180px;
}
.datebox-button {
	height: 18px;
	padding: 2px 5px;
	text-align: center;
}
.datebox-button a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.datebox-button a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.datebox-current,
.datebox-close {
	float: left;
}
.datebox-close {
	float: right;
}
.datebox .combo-arrow {
	background-image: url('images/datebox_arrow.png');
	background-position: center center;
	margin-right: 1px;
}
.datebox-button {
	background-color: #F4F4F4;
}
.datebox-button a {
	color: #444;
}
.numberbox {
	float:left;
	border: 1px solid #c4c4c4;
	margin: 0;
	padding: 0 2px;
	vertical-align: middle;
}
.textbox {
	padding: 0;
}

.spinner {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	vertical-align: middle;
}
.spinner .spinner-text {
	font-size: 12px;
	border: 0px;
	margin: 0;
	padding: 0 2px;
	vertical-align: baseline;
}
.spinner-arrow {
	background-color: #E0ECFF;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin: 0;
	padding: 0;
	opacity: 1.0;
	filter: alpha(opacity=100);
	width: 18px;
}
.spinner-arrow-up,
.spinner-arrow-down {
	opacity: 0.6;
	filter: alpha(opacity=60);
	display: block;
	font-size: 1px;
	width: 18px;
	height: 10px;
	width: 100%;
	height: 50%;
	color: #444;
	outline-style: none;
}
.spinner-arrow-hover {
	background-color: #eaf2ff;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.spinner-arrow-up:hover,
.spinner-arrow-down:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	background-color: #eaf2ff;
}
.textbox-icon-disabled .spinner-arrow-up:hover,
.textbox-icon-disabled .spinner-arrow-down:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #E0ECFF;
	cursor: default;
}
.spinner .textbox-icon-disabled {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.spinner-arrow-up {
	background: url('images/spinner_arrows.png') no-repeat 1px center;
}
.spinner-arrow-down {
	background: url('images/spinner_arrows.png') no-repeat -15px center;
}
.spinner {
	border-color: #95B8E7;
}
.progressbar {
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	overflow: hidden;
	position: relative;
}
.progressbar-text {
	text-align: center;
	position: absolute;
}
.progressbar-value {
	position: relative;
	overflow: hidden;
	width: 0;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
/*加载样式*/
.progressbar {
	border-color: #c4c4c4;
}
.progressbar-text {
	color: #000000;
	font-size: 12px;
}
.progressbar-value .progressbar-text {
	background-color: #ffe48d;
	color: #000000;
}
.searchbox {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	vertical-align: middle;
}
.searchbox .searchbox-text {
	font-size: 12px;
	border: 0;
	margin: 0;
	padding: 0 2px;
	vertical-align: top;
}
.searchbox .searchbox-prompt {
	font-size: 12px;
	color: #ccc;
}
.searchbox-button {
	width: 18px;
	height: 20px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.searchbox-button-hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.searchbox .l-btn-plain {
	border: 0;
	padding: 0;
	vertical-align: top;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.searchbox .l-btn-plain:hover {
	border: 0;
	padding: 0;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.searchbox a.m-btn-plain-active {
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.searchbox .m-btn-active {
	border-width: 0 1px 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.searchbox .textbox-button-right {
	border-width: 0 0 0 1px;
}
.searchbox .textbox-button-left {
	border-width: 0 1px 0 0;
}
.searchbox-button {
	background: url('images/searchbox_button.png') no-repeat center center;
}
.searchbox {
	border-color: #c4c4c4;;
	background-color: #fff;
}
.searchbox .l-btn-plain {
	background: #E0ECFF;
}
.searchbox .l-btn-plain-disabled,
.searchbox .l-btn-plain-disabled:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.textbox-invalid {
	border-color: #ffa8a8;
	background-color: #ffe1b3;
}
.mandatory .textbox-invalid,.mandatory .validatebox-invalid {
	background-color: #ffe1b3;
}
.slider-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.slider-h {
	height: 22px;
}
.slider-v {
	width: 22px;
}
.slider-inner {
	position: relative;
	height: 6px;
	top: 7px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
}
.slider-handle {
	position: absolute;
	display: block;
	outline: none;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	margin-left: -10px;
}
.slider-tip {
	position: absolute;
	display: inline-block;
	line-height: 12px;
	font-size: 12px;
	white-space: nowrap;
	top: -22px;
}
.slider-rule {
	position: relative;
	top: 15px;
}
.slider-rule span {
	position: absolute;
	display: inline-block;
	font-size: 0;
	height: 5px;
	border-width: 0 0 0 1px;
	border-style: solid;
}
.slider-rulelabel {
	position: relative;
	top: 20px;
}
.slider-rulelabel span {
	position: absolute;
	display: inline-block;
	font-size: 12px;
}
.slider-v .slider-inner {
	width: 6px;
	left: 7px;
	top: 0;
	float: left;
}
.slider-v .slider-handle {
	left: 50%;
	margin-top: -10px;
}
.slider-v .slider-tip {
	left: -10px;
	margin-top: -6px;
}
.slider-v .slider-rule {
	float: left;
	top: 0;
	left: 16px;
}
.slider-v .slider-rule span {
	width: 5px;
	height: 'auto';
	border-left: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.slider-v .slider-rulelabel {
	float: left;
	top: 0;
	left: 23px;
}
.slider-handle {
	background: url('images/slider_handle.png') no-repeat;
}
.slider-inner {
	border-color: #95B8E7;
	background: #E0ECFF;
}
.slider-rule span {
	border-color: #95B8E7;
}
.slider-rulelabel span {
	color: #000000;
}
.menu {
	position: absolute;
	margin: 0;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
.menu-inline {
	position: relative;
}
.menu-item {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
}
.menu-text {
	height: 20px;
	line-height: 20px;
	float: left;
	padding-left: 28px;
}
.menu-icon {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 2px;
	top: 50%;
	margin-top: -8px;
}
.menu-rightarrow {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 0;
	top: 50%;
	margin-top: -8px;
}
.menu-line {
	position: absolute;
	left: 26px;
	top: 0;
	height: 2000px;
	font-size: 1px;
}
.menu-sep {
	margin: 3px 0px 3px 25px;
	font-size: 1px;
}
.menu-noline .menu-line {
	display: none;
}
.menu-noline .menu-sep {
	margin-left: 0;
	margin-right: 0;
}
.menu-active {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.menu-item-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}
.menu-text,
.menu-text span {
	font-size: 12px;
}
.menu-shadow {
	position: absolute;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: #ccc;
	-moz-box-shadow: 2px 2px 3px #cccccc;
	-webkit-box-shadow: 2px 2px 3px #cccccc;
	box-shadow: 2px 2px 3px #cccccc;
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-rightarrow {
	background: url('images/menu_arrows.png') no-repeat -32px center;
}
.menu-line {
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
}
.menu-sep {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
.menu {
	background-color: #fafafa;
	border-color: #ddd;
	color: #444;
}
.menu-content {
	background: #ffffff;
}
.menu-item {
	border-color: transparent;
	_border-color: #fafafa;
}
.menu-active {
	border-color: #e3e3e2;
	color: #fff;
	background: #eb9d15;
	font-weight:bold;
}
.menu-active-disabled {
	border-color: transparent;
	background: transparent;
	color: #444;
}
.m-btn-downarrow,
.s-btn-downarrow {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	font-size: 1px;
	right: 0;
	top: 50%;
	margin-top: -8px;
}
.m-btn-active,
.s-btn-active {
	background: #eaf2ff;
	color: #000000;
	border: 1px solid #b7d2ff;
	filter: none;
}
.m-btn-plain-active,
.s-btn-plain-active {
	background: transparent;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.m-btn .l-btn-left .l-btn-text {
	margin-right: 20px;
}
.m-btn .l-btn-icon-right .l-btn-text {
	margin-right: 40px;
}
.m-btn .l-btn-icon-right .l-btn-icon {
	right: 20px;
}
.m-btn .l-btn-icon-top .l-btn-text {
	margin-right: 4px;
	margin-bottom: 14px;
}
.m-btn .l-btn-icon-bottom .l-btn-text {
	margin-right: 4px;
	margin-bottom: 34px;
}
.m-btn .l-btn-icon-bottom .l-btn-icon {
	top: auto;
	bottom: 20px;
}
.m-btn .l-btn-icon-top .m-btn-downarrow,
.m-btn .l-btn-icon-bottom .m-btn-downarrow {
	top: auto;
	bottom: 0px;
	left: 50%;
	margin-left: -8px;
}
.m-btn-line {
	display: inline-block;
	position: absolute;
	font-size: 1px;
	display: none;
}
.m-btn .l-btn-left .m-btn-line {
	right: 0;
	width: 16px;
	height: 500px;
	border-style: solid;
	border-color: #aac5e7;
	border-width: 0 0 0 1px;
}
.m-btn .l-btn-icon-top .m-btn-line,
.m-btn .l-btn-icon-bottom .m-btn-line {
	left: 0;
	bottom: 0;
	width: 500px;
	height: 16px;
	border-width: 1px 0 0 0;
}
.m-btn-large .l-btn-icon-right .l-btn-text {
	margin-right: 56px;
}
.m-btn-large .l-btn-icon-bottom .l-btn-text {
	margin-bottom: 50px;
}
.m-btn-downarrow,
.s-btn-downarrow {
	background: url('images/menu_arrows.png') no-repeat 0 center;
}
.m-btn-plain-active,
.s-btn-plain-active {
	border-color: #b7d2ff;
	background-color: #eaf2ff;
	color: #000000;
}
.s-btn:hover .m-btn-line,
.s-btn-active .m-btn-line,
.s-btn-plain-active .m-btn-line {
	display: inline-block;
}
.l-btn:hover .s-btn-downarrow,
.s-btn-active .s-btn-downarrow,
.s-btn-plain-active .s-btn-downarrow {
	border-style: solid;
	border-color: #aac5e7;
	border-width: 0 0 0 1px;
}
.messager-body {
	padding: 10px;
	overflow: auto;
}
.messager-button {
	text-align: center;
	padding: 5px;
}
.messager-button .l-btn {
	width: 70px;
}
.messager-icon {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
}

.messager-error {
	background: url('images/messager_icons.png') no-repeat scroll -64px 0;

}
.window .messager-body  {
	padding: 15px 0px 0px 15px;
}
.window .messager-body  div{
	margin-right:10px;
}
.messager-info {
	background: url('images/messager_icons.png') no-repeat scroll 0 0;
}
.messager-question {
	background: url('images/messager_icons.png') no-repeat scroll -32px 0;
}
.messager-warning {
	background: url('images/messager_icons.png') no-repeat scroll -96px 0;
}
.messager-progress {
	padding: 10px;
}
.messager-p-msg {
	margin-bottom: 5px;
}
.messager-body .messager-input {
	width: 100%;
	padding: 1px 0;
	border: 1px solid #95B8E7;
}
.tree {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tree li {
	white-space: nowrap;
}
.tree li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tree-node {
	height: 18px;
	white-space: nowrap;
	cursor: pointer;
}
.tree-hit {
	cursor: pointer;
}
.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
	display: inline-block;
	width: 16px;
	height: 18px;
	vertical-align: top;
	overflow: hidden;
}
.tree-expanded {
	background: url('images/tree_icons.png') no-repeat -18px 0px;
}
.tree-expanded-hover {
	background: url('images/tree_icons.png') no-repeat -50px 0px;
}
.tree-collapsed {
	background: url('images/tree_icons.png') no-repeat 0px 0px;
}
.tree-collapsed-hover {
	background: url('images/tree_icons.png') no-repeat -32px 0px;
}
.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
	background: url('images/tree_icons.png') no-repeat -144px 0;
}
.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
	background: url('images/tree_icons.png') no-repeat -128px 0;
}
.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
	background: url('images/tree_icons.png') no-repeat -80px 0;
}
.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
	background: url('images/tree_icons.png') no-repeat -64px 0;
}
.tree-line {
	background: url('images/tree_icons.png') no-repeat -176px 0;
}
.tree-join {
	background: url('images/tree_icons.png') no-repeat -192px 0;
}
.tree-joinbottom {
	background: url('images/tree_icons.png') no-repeat -160px 0;
}
.tree-folder {
	background: url('images/tree_icons.png') no-repeat -208px 0;
}
.tree-folder-open {
	background: url('images/tree_icons.png') no-repeat -224px 0;
}
.tree-file {
	background: url('images/tree_icons.png') no-repeat -240px 0;
}
.tree-loading {
	background: url('images/loading.gif') no-repeat center center;
}
.tree-checkbox0 {
	background: url('images/tree_icons.png') no-repeat -208px -18px;
}
.tree-checkbox1 {
	background: url('images/tree_icons.png') no-repeat -224px -18px;
}
.tree-checkbox2 {
	background: url('images/tree_icons.png') no-repeat -240px -18px;
}
.tree-title {
	font-size: 12px;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	padding: 0 2px;
	height: 18px;
	line-height: 18px;
}
.tree-node-proxy {
	font-size: 12px;
	line-height: 20px;
	padding: 0 2px 0 20px;
	border-width: 1px;
	border-style: solid;
	z-index: 9900000;
}
.tree-dnd-icon {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 18px;
	left: 2px;
	top: 50%;
	margin-top: -9px;
}
.tree-dnd-yes {
	background: url('images/tree_icons.png') no-repeat -256px 0;
}
.tree-dnd-no {
	background: url('images/tree_icons.png') no-repeat -256px -18px;
}
.tree-node-top {
	border-top: 1px dotted red;
}
.tree-node-bottom {
	border-bottom: 1px dotted red;
}
.tree-node-append .tree-title {
	border: 1px dotted red;
}
.tree-editor {
	border: 1px solid #ccc;
	font-size: 12px;
	height: 14px !important;
	height: 18px;

	line-height: 14px;
	padding: 1px 2px;
	width: 80px;
	position: absolute;
	top: 0;
}
.tree-node-proxy {
	background-color: #ffffff;
	color: #000000;
	border-color: #95B8E7;
}
.tree-node-hover {
	background: #eb9d15;
	color: #fff;
}
.tree-node-selected {
	background: #ffe48d;
	color: #000000;
}
.tree-node-hidden {
	display: none;
}
.validatebox-invalid {
	border-color: #ffa8a8;
	background-color: #ffe1b3;
	color: #000;
}
.tooltip {
	position: absolute;
	display: none;
	z-index: 9900000;
	outline: none;
	opacity: 1;
	filter: alpha(opacity=100);
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.tooltip-content {
	font-size: 12px;
}
.tooltip-arrow-outer,
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border-style: solid;
	border-width: 6px;
	border-color: transparent;
	_border-color: tomato;
	_filter: chroma(color=tomato);
}
.tooltip-arrow {
	display: none \9;
}
.tooltip-right .tooltip-arrow-outer {
	left: 0;
	top: 50%;
	margin: -6px 0 0 -13px;
}
.tooltip-right .tooltip-arrow {
	left: 0;
	top: 50%;
	margin: -6px 0 0 -12px;
}
.tooltip-left .tooltip-arrow-outer {
	right: 0;
	top: 50%;
	margin: -6px -13px 0 0;
}
.tooltip-left .tooltip-arrow {
	right: 0;
	top: 50%;
	margin: -6px -12px 0 0;
}
.tooltip-top .tooltip-arrow-outer {
	bottom: 0;
	left: 50%;
	margin: 0 0 -13px -6px;
}
.tooltip-top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin: 0 0 -12px -6px;
}
.tooltip-bottom .tooltip-arrow-outer {
	top: 0;
	left: 50%;
	margin: -13px 0 0 -6px;
}
.tooltip-bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin: -12px 0 0 -6px;
}
.tooltip {
	background-color: #ffffff;
	border-color: #95B8E7;
	color: #000000;
}
.tooltip-right .tooltip-arrow-outer {
	border-right-color: #95B8E7;
}
.tooltip-right .tooltip-arrow {
	border-right-color: #ffffff;
}
.tooltip-left .tooltip-arrow-outer {
	border-left-color: #95B8E7;
}
.tooltip-left .tooltip-arrow {
	border-left-color: #ffffff;
}
.tooltip-top .tooltip-arrow-outer {
	border-top-color: #95B8E7;
}
.tooltip-top .tooltip-arrow {
	border-top-color: #ffffff;
}
.tooltip-bottom .tooltip-arrow-outer {
	border-bottom-color: #95B8E7;
}
.tooltip-bottom .tooltip-arrow {
	border-bottom-color: #ffffff;
}
.switchbutton {
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: #bbb;
	border: 1px solid #bbb;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.switchbutton-inner {
	display: inline-block;
	overflow: hidden;
	position: relative;
	top: -1px;
	left: -1px;
}
.switchbutton-on,
.switchbutton-off,
.switchbutton-handle {
	display: inline-block;
	text-align: center;
	height: 100%;
	float: left;
	font-size: 12px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.switchbutton-on {
	background: #ffe48d;
	color: #000000;
}
.switchbutton-off {
	background-color: #ffffff;
	color: #000000;
}
.switchbutton-on,
.switchbutton-reversed .switchbutton-off {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.switchbutton-off,
.switchbutton-reversed .switchbutton-on {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.switchbutton-handle {
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #bbb;
	-moz-box-shadow: 0 0 3px 0 #bbb;
	-webkit-box-shadow: 0 0 3px 0 #bbb;
	box-shadow: 0 0 3px 0 #bbb;
}
.switchbutton-value {
	position: absolute;
	top: 0;
	left: -5000px;
}
.switchbutton-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.switchbutton-disabled,
.switchbutton-readonly {
	cursor: default;
}

/*������ʽ*/
.user-list {
	position:absolute; right:0;
	top:0; z-index:9
}
.user-list ul li {
	cursor:pointer;
	position:relative;
	float:left;
	width:40px;
	text-align:center;
	border-right:1px #ccc solid;
	height:26px;
	padding-top:8px;
}
.nav-counter {
	position: absolute;
	top:5px;
	right:5px;
	min-width: 8px;
	line-height: 14px;
	padding: 0 3px;
	font-weight: normal;
	color: white;
	background: #e94709;
	border-radius: 11px;

}
#curLoginOrg {
	background: none;
	color: #404040;
}
#curLoginOrg:hover {
	font-weight: bold;
	color: #e94709;
}
.email {
	position:relative;

}
.todo {
	position:relative;
}
.robot {
	position:relative;
}
.autoFormButton {
	float:right;
	margin-bottom:10px;
}
.autoFormButton  .l-btn {
	margin-right:10px;
}
.divH30 {
	height:30px;
}
.divH30 .textbox,.divH30 .textbox-invalid,.divH30 .textbox .textbox-prompt {
	margin-right:25px;
}
#test_name,#test,#smaterial_id_name,#smaterial_id {
	border:1px solid #c4c4c4;
}

.qryBody table tr td input {
	height:20px;
}
.input-column-2 {
	width:285px;
}
.input-column-3 {
	width:398px;
}
.input-column-4 {
	width:408px;
}
.input-column-5 {
	width:665px;
}
.input-column-6 {

}
.user-menu {
	display:none;
	position:absolute;
	right:10px;
	top:40px;
	background:#fff;
	padding-top:20px;
	width:160px;
	box-shadow: 2px 1px 5px #e7e7e7;
	border:1px #f2f2f2 solid;
}
.user-info p {
	line-height:20px;
	padding:5px 5px 10px;
}
.user-menu dl dt,.user-menu dl dd{
	width:160px;
	text-align:center;
	height:35px;
	line-height:35px;
}
.user-menu .user-info {
	float:left;
	width:160px;
}
.user-menu dl {
	clear:both;
}
.user-menu dl dd{
	border-top:1px #eaeaea solid;
}
.user-menu dl dd:hover {
	background:#eb9d15;
	color:#FFF;
	font-weight:bold;
}
.userInfoTab tr td lable {
	float:left;
	width:60px;
	text-align:right;
}
.select-choose {
	border:1px solid #c4c4c4;
}
.userInfoTab tr td {
	padding-top:10px;
}
.userInfoTab tr td lable {
	float:left;
	width:150px;
	text-align:right;
	height:20px;
	line-height:20px;
}
.td-pdl15 {
	padding-left:15px;
}
.textarea-text {
	border:1px solid #c4c4c4;
}
.unread_additional_flag{
	background:url('images/unread_additional_flag.png') no-repeat;
	width:16px;
	height:16px;
	display: inline-block;
}
.read_additional_flag{
	background:url('images/read_additional_flag.png') no-repeat;
	width:16px;
	height:16px;
	display: inline-block;
}
.unread_reminder_flag{
	background:url('images/unread_reminder_flag.png') no-repeat;
	width:16px;
	height:16px;
	display: inline-block;
}
.read_reminder_flag{
	background:url('images/read_reminder_flag.png') no-repeat;
	width:16px;
	height:16px;
	display: inline-block;
}
.unread_complaint_flag{
	background:url('images/unread_complaint_flag.png') no-repeat;
	width:16px;
	height:16px;
	display: inline-block;
}
.read_complaint_flag{
	background:url('images/read_complaint_flag.png') no-repeat;
	width:16px;
	height:16px;
	display: inline-block;
}
.counterfeit_flag{
	background:url('images/counterfeit_flag.png') no-repeat;
	width:16px;
	height:16px;
	display: inline-block;
}
/*index*/
/*.index-cont {
	clear:both;
	float:left;

	margin-bottom:10px;
}
.index-cont .box {
	float:left;
	background:#fff;
	width:658px;
	height:340px;
	border:1px #e8e8e8 solid;
	box-shadow:1px 1px 3px #ccc;
}
.index-cont .box .box-title {
	border-bottom:1px #e8e8e8 solid;
	height:35px;
	line-height:35px;
	padding-left:10px;
	background:#fafafa;
	padding:0 10px;
  color: #444;
 
}
.index-cont .box-w318 {
	margin-left:10px;
	width:318px;
}
.index-cont .box .more {
	float:right;
	color:#444;
}
.news-list {
	margin-top:3px;
}
.news-list ul li:hover {
	background:#f7f7f7;
}
.news-list ul li:hover a{
	color:#e94709;
	font-weight:bold;
	background: url(../../../../../../images/news-icon2.png) no-repeat 0 8px;
}
.news-list ul li a{
	background: url(../../../../../../images/news-icon.png) no-repeat 0 8px;
	display:inline-block;
	padding-left:20px;
	height:29px;
	line-height:30px;
	margin-left:10px;
	color:#4b4b4b;
	width:450px;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.news-list ul li .news-time{
	float:right;
	height:30px;
	line-height:30px;
	margin-right:10px;
	
	color:#838383;
}*/



.index-cont {
	margin-bottom:5px;
	display:-moz-box;
	display:-webkit-box;
	display:box;
	width:100%;
}
.index-cont .box-l {
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;

}
.box-cont {
	background:#fff;
	border:1px #e8e8e8 solid;
	box-shadow:1px 1px 3px #ccc;
	margin-bottom:10px;
	height:340px;
}
.box-cont .box-title {
	border-bottom:1px #e8e8e8 solid;
	height:35px;
	line-height:35px;
	padding-left:10px;
	background:#fafafa;
	padding:0 10px;
	color: #444;

}
.notice_list ul li a{
	display:block;
	background:#f1f1f1;
	border-radius:3px;
	width:290px;
	height:45px;
	line-height:45px;
	margin:10px 10px 15px;
	padding-left:10px;
	color:#58595a;
}
.index-cont .box-r {
	margin-left:10px;
	width:318px;

}
.index-cont .box-l .more {
	float:right;
	color:#444;
}
.news-list {
	margin-top:3px;
}
.news-list ul li:hover {
	background:#f7f7f7;
}
.news-list ul li:hover a{
	color:#e94709;
	font-weight:bold;
	background: url(../../../../../../images/news-icon2.png) no-repeat 0 8px;
}
.news-list ul li a{
	background: url(../../../../../../images/news-icon.png) no-repeat 0 8px;
	display:inline-block;
	padding-left:20px;
	height:29px;
	line-height:30px;
	margin-left:15px;
	color:#4b4b4b;
	width:90%;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.news-list ul li .news-time{
	float:right;
	height:30px;
	line-height:30px;
	margin-right:15px;

	color:#838383;
}
.tips-menu {
	display:none;
	position:absolute;
	right:10px;
	top:40px;
	background:#fff;
	width:350px;
	height:250px;
	box-shadow: 2px 1px 5px #e7e7e7;
	border:1px #f2f2f2 solid;
}

.style-list {
	position: absolute;
	left: 190px;
	top: 5px;
}
.style-list ul li {
	float:left;
	margin-left: 5px;
}
.style-list ul li a{
	display: block;
	width:10px;
	height: 9px;
}
.li-easyui a {
	background: url(images/hua.gif) no-repeat;	
}
.li-easyui .active {
	background: url(images/hua2.gif) no-repeat;	
}

.li-blue a {
	background: url(images/blue.gif) no-repeat;	
}
.li-blue .active {
	background: url(images/blue2.gif) no-repeat;	
}

.remind-cont ul li img {
	background: #f85618;
	border-radius: 28px;
}
.remind-cont ul li .gray {
	background: #b6b6b6;
}
.remind-cont ul li div p b {
	float:right;
	font-size:12px;
	color:#FFF;
	background:#f85618;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius:10px;
	text-align: center;
}
.remind-cont ul li span {
	color:#f85618;
}

.branch-order {
	padding:15px;
}
.branch-order table {
	width:100%;
}
.order-head {
	padding:0 10px;
	background:#f0f0f0;
	border: 1px #c4c4c4 solid;
	border-bottom: none;
}
.order-head table tr td{
	height:35px;
	line-height:35px;
	color:#403f3f;
	font-weight: bold;
	border:none;
}
.order-bottom table tr td p {
	height:30px; line-height:30px;
}
.order-bottom table tr td {
	border:1px #c4c4c4 solid;
	height:60px;
	line-height:60px;
	text-align:left;
	padding:0 10px;
}
.order-bottom table tr td b {
	color:#e94709;
}
.order-bottom table tr .row-number {
	text-align:center;
}
.cd-cart-open {
	right:-320px;
}
.cart-tab{
  width:35px;
  height:100%;
  background-color:#898080;
  overflow:auto;
  position: absolute;
}

.cart-tab .cart-tab-item.active {
	background-color:#e94709; 

}

.warper footer .create-order .create-order-txt,.spread-warper footer .create-order .create-order-txt{
  width:250px;
  height:40px;
  margin:0 auto;
  background-color:#e94709;
  color:white;
  font-size:20px;
  border:none;
  border-radius:2px;
  cursor:pointer;
}
.quantityBtn1 {
	background:#ededed url('images/add.png') 1px 3px no-repeat;
    width: 10px;
    height: 18px;
	 border:1px #aeaaaa solid;
	 border-right:none
}
.quantityBtn2 {
	background:#ededed url('images/add.png') -13px 3px no-repeat;
    width: 10px;
    height: 18px;
	border:1px #aeaaaa solid;
	border-left:none
}
.warper footer .create-order .create-order-txt:hover{
  background:#d13c03;
}
.map-tool {
	float:right;
	margin-right:8px;
	margin-top:6px;
}
.map-tool ul li {
	float:left;
	margin-left:15px;
}
.map-tool ul li img {
	vertical-align:middle;
	width:22px;
}
.about {
	background: #f4f4f4;
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	right: 0;
	border-top:1px #d7d7d7 solid;
	text-align: right;
	padding-right: 15px;
}
.about a {
	display: inline-block;
	margin-right: 10px;
	line-height: 30px;
	padding: 0 15px;
	color:#767676;
}
.about a:hover {
	font-weight:bold;
	color:#f85618;
}

/* 本例子css */
		.txtMarquee-top{ width:40%; height:63px;  overflow:hidden; position:relative; margin-top:3px;    }
		.txtMarquee-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 -100px no-repeat;}
		.txtMarquee-top .hd .next{ background-position:0 -140px;  }
		.txtMarquee-top .hd .prevStop{ background-position:-60px -100px;  }
		.txtMarquee-top .hd .nextStop{ background-position:-60px -140px;  }
		.txtMarquee-top .bd{ padding:0 15px;  }
		.txtMarquee-top .infoList li{ padding-left:10px; height:22px; line-height:22px; background: url(images/notice-icon.gif) 0 5px no-repeat;	  }
		.txtMarquee-top .infoList li .date{ float:right; color:#999;  }
		.infoList li a {
			width:250px;
			font-size:12px;
			color:#606263;
			display: block;
			white-space:nowrap;
			overflow:hidden;
			text-overflow:ellipsis;
		}
		.infoList li a:hover {
			color:#f85618;
		}
		
	.index-box {
		float:left;
		background:#fff;
		border:1px #e5e5e5 solid;
		width:100%;
		border-radius:5px;
		box-shadow:1px 1px 10px #e2e1e1;
	}
	.index-box-head {
		height:30px;
		border-bottom:1px #e5e5e5 solid;
		background:#f5f4f4;
		background: -webkit-linear-gradient(top,#fff 0,#f5f4f4 100%);
		background: -moz-linear-gradient(top,#fff 0,#f5f4f4 100%);
		background: -o-linear-gradient(top,#fff 0,#f5f4f4 100%);
		background: linear-gradient(to bottom,#fff 0,#f5f4f4 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff,endColorstr=#f1f1f1,GradientType=0);
		border-top-left-radius:5px;
		border-top-right-radius:5px;
	}
	.index-box-head h3 {
		float:left;
		margin-left:10px;
		line-height:30px;
		color:#767677
		
	}
	.job-tab {
		float:left;
		margin-left:20px;
		margin-top:5px;
	}
	.job-tab ul li {
		float:left;
		height:25px;
		color:#6f6e6e;
		padding:0 15px;
		line-height:25px;
		cursor:pointer;	
		font-size:14px;
	}
	.job-tab ul li.active {
		font-weight:bold;
		border:1px #e3e0e0 solid;
		border-bottom:none;
		background:#f9f9f9;
		background: -webkit-linear-gradient(top,#f9f9f9 0,#fff 100%);
		background: -moz-linear-gradient(top,#f9f9f9 0,#fff 100%);
		background: -o-linear-gradient(top,#f9f9f9 0,#fff 100%);
		background: linear-gradient(to bottom,#f9f9f9 0,#fff 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9,endColorstr=#f1f1f1,GradientType=0);
		border-top-left-radius:3px;
		border-top-right-radius:3px;
		color:#f85618;
	}
	.tab-cont {
		display:none;
	}
	.tab-cont ul li {
		display:inline-block;
		float:left;
		margin-top:4px;
		width:calc(50% - 30px);
		height:45px;
		border-bottom:1px #ebebeb dashed;
		margin-left:15px;
		margin-right:15px;
	}
	.tab-cont ul li:first-child {
		float:left;
	}
	.tab-cont ul li:nth-last-child(1){
		border:none;
	}
	.tab-cont ul li h3 {
		width:80px;
		text-align:center;
		float:left;
		color:#8b8989;
		margin-top:10px;
	}
	.tab-cont .current h3 {
		color:#f85618
	}
	.tab-cont ul li ul{
		width:calc(100% - 80px);
		display:inline-block;
	}
	@media screen and (max-width: 1000px) { 
		.tab-cont ul li ul {width: 70%}
		.txtMarquee-top{
			width: 38%;
		}  
	} 
	.tab-cont ul li ul li{
		float:left;
		margin-top:0;
		width:28%;
		height:20px;
		line-height:20px;
		border:none;
		color:#8b8989;
		margin-left:0;
	}
	.tab-cont-ul li ul.ulSon li{
		margin-top: 10px;
	}
	.tab-cont ul li ul li a {
		color:#8b8989;
		font-weight:bold;
		margin:0 2px;
	}
	.tab-cont ul li ul li a,.tab-cont ul li ul li span,.tab-cont ul li ul li strong{
		float:left;
	}
	.tab-cont ul li.current ul li a {
		color:#F00;
	}
	.index-notice {
		position:relative;
		margin-top:1px;
		background:#FFF;
		border:1px #dedbdb solid;
		width:100%;
		border-radius:5px;
		box-shadow:1px 1px 10px #e2e1e1;
		height:70px;
	}
	.index-notice h3 {
		float:left;
		width:80px;
		text-align:center;
		height:70px;
		line-height:70px;
		background:#f5f4f4;
		background: -webkit-linear-gradient(top,#fff 0,#f5f4f4 100%);
		background: -moz-linear-gradient(top,#fff 0,#f5f4f4 100%);
		background: -o-linear-gradient(top,#fff 0,#f5f4f4 100%);
		background: linear-gradient(to bottom,#fff 0,#f5f4f4 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff,endColorstr=#f1f1f1,GradientType=0);
		border-top-left-radius:5px;
		border-bottom-left-radius:5px;
		color: #767677;
		border-right:1px #dedbdb solid;
	}
	.index-notice .list {
		float:left;
	}
	.chart-box {
		width: 100%;
		position: absolute;
		height: 100%;
		left: 0;
		top: 0;
		margin: 0;
		z-index: 1;
	}
	.more-notice {
		position: absolute;
		right: 15px;
		top: 45px;
		color:#767677;
	}
	.toopTip {
		padding-top:4px;
		background:#FFF;
		height:35px;
		border-radius:3px;
		border:1px #cecdcd solid
	}
	.toopTip ul li{
		margin-top: 5px;
		margin-left:8px;
	}
	.toopTip ul li img{
		vertical-align:middle;
		width: 25px;
		height: 25px;
		margin-right:5px;
	}