﻿/**
 * <p>Title: mteafuiÑùÊ½±í</p>
 * <p>Description:mteafui</p>
 * <p>Copyright: Copyright (c) 2015-09-17</p>
 * <p>Company: witnsoft </p>
 * @author  
 * @version 1.0
 */

.viewFramework-topbar {
	position: fixed;
	width: 100%;
	height: 50px;
	background: #09C;
	z-index: 101;
}
.console-topbar {
	position: relative;
	z-index: 100;
	clear: both;
	height: 50px;
	background: #000;
	font-size: 12px;
	min-width: 990px;
}
.console-topbar .topbar-clearfix:before, .console-topbar .topbar-clearfix:after {
	display: table;
	content: " ";
}
.console-topbar a {
	text-decoration: none;
}
.console-topbar .topbar-wrap, .console-topbar .topbar-logo, .console-topbar .topbar-home, .console-topbar .topbar-home-link, .console-topbar .topbar-nav, .console-topbar .topbar-info {
	height: 100%;
}
.console-topbar .topbar-head {
	background: #000;
	height: 50px;
	position: relative;
	z-index: 3;
}
.console-topbar .topbar-left {
	float: left;
}
.console-topbar .topbar-btn {
	color: #fff;
	font-size: 14px;
	line-height: 50px;
}
.console-topbar .topbar-border {
	border-bottom: 2px solid #F00;
}
.console-topbar .topbar-btn1 {
	color: #fff;
	font-size: 28px;
	line-height: 50px;
}
.console-topbar .topbar-home-link {
	padding: 0 20px;
	margin-right: 1px;
	background: #000;
}
.console-topbar .topbar-info {
	background: #000;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.console-topbar .topbar-right {
	float: right;
}
.console-topbar .topbar-info .topbar-btn {
	padding: 0 10px;
	height: 50px;
	display: block;
	z-index: 2;
	background: #000;
}
.console-topbar .topbar-notice {
	position: relative;
	font-size: 12px;
	margin-left: 1px;
	padding: 0 12px 0 8px !important;
}
.console-topbar1 {
	position: relative;
	z-index: 100;
	clear: both;
	height: 70px;
	background: #000;
	font-size: 12px;
	min-width: 990px;
}
.console-topbar1 .topbar-clearfix:before, .console-topbar .topbar-clearfix:after {
	display: table;
	content: " ";
}
.console-topbar1 a {
	text-decoration: none;
}
.console-topbar1 .topbar-wrap, .console-topbar .topbar-logo, .console-topbar .topbar-home, .console-topbar1 .topbar-home-link, .console-topbar .topbar-nav, .console-topbar .topbar-info {
	height: 100%;
}
.console-topbar1 .topbar-head {
	background: #000;
	height: 70px;
	position: relative;
	z-index: 3;
}
.console-topbar1 .topbar-left {
	float: left;
}
.console-topbar1 .topbar-btn {
	color: #fff;
	font-size: 14px;
	line-height: 70px;
}
.console-topbar1 .topbar-border {
	border-bottom: 2px solid #F00;
}
.console-topbar1 .topbar-btn1 {
	color: #fff;
	font-size: 40px;
	line-height: 70px;
}
.console-topbar1 .topbar-home-link {
	padding: 0 20px;
	margin-right: 1px;
	background: #000;
}
.console-topbar1 .topbar-info {
	background: #000;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.console-topbar1 .topbar-right {
	float: right;
}
.console-topbar1 .topbar-info .topbar-btn {
	padding: 0 10px;
	height: 70px;
	display: block;
	z-index: 2;
	background: #000;
}
.console-topbar1 .topbar-notice {
	position: relative;
	font-size: 12px;
	margin-left: 1px;
	padding: 0 12px 0 8px !important;
}
.viewFramework-body {
	position: absolute;
	width: 100%;
	top: 50px;
	bottom: 0px;
	background-color: #000;
	z-index: 100;
}
.viewFramework-body-b {
	width: 100%;
	top: 50px;
	bottom: 0px;
	background-color: #000;
	z-index: 100;
}
.viewFramework-sidebar {
	width: 0px;
	display: none;
	position: fixed;
	top: 50px;
	bottom: 0px;
	background-color: #fff;
	z-index: 102;
	overflow-x: hidden;
	border-right: 1px solid #e1e2e2;
}
.viewFramework-sidebar .sidebar-content {
	width: 220px;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}
.viewFramework-sidebar .sidebar-fold {
	height: 30px;
	width: 220px;
	background: #f2f3f4;
	color: #aeb9c2;
	text-align: center;
	line-height: 30px !important;
	font-size: 12px;
	border-bottom: 1px solid #e1e2e2;
	user-select: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.viewFramework-sidebar .sidebar-nav {
	width: 200px;
}
.viewFramework-sidebar .sidebar-nav .sidebar-title {
	height: 40px;
	background: #fff;
	color: #fff;
	line-height: 40px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
}
/*鼠标悬停颜色*/
.viewFramework-sidebar .sidebar-nav .sidebar-trans:hover {
	background: #f2f3f4;
}
.viewFramework-sidebar .sidebar-nav .sidebar-title-icon {
	display: inline-block;
	margin: 0 8px 0 20px;
	vertical-align: middle;
	transition: transform 0.12s;
	-o-transition: -o-transform 0.12s;
	-ms-transition: -ms-transform 0.12s;
	-moz-transition: -moz-transform 0.12s;
	-webkit-transition: -webkit-transform 0.12s;
}
.viewFramework-sidebar .sidebar-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}
.viewFramework-sidebar .sidebar-nav .nav-item {
	position: relative;
}
.viewFramework-sidebar .sidebar-nav li a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.viewFramework-sidebar .sidebar-nav li.active a {
	float: left;
	background: #FFB5B5;
}
.viewFramework-sidebar .sidebar-nav li.active a .nav-icon {
	color: #fff;
}
.viewFramework-sidebar .sidebar-nav li.active a i {
	min-width: 16px;
	width: auto;
	height: 16px;
	background-color: #E4393C;
	color: white;
	text-align: center;
	border-radius: 8px;
	/*-webkit-border-radius: 100px;*/
	-moz-border-radius: 8px;
	line-height: 15px;
	float: left;
	font-size: 9px;
	font-weight: bold;
}
.viewFramework-sidebar .sidebar-nav li.active1 a {
	float: left;
	background: #fff;
}
.viewFramework-sidebar .sidebar-nav li.active1 a .nav-icon {
	color: #000;
}
.viewFramework-sidebar .sidebar-nav li.active1 a i {
	min-width: 16px;
	width: auto;
	height: 16px;
	background-color: #E4393C;
	color: white;
	text-align: center;
	border-radius: 8px;
	/*-webkit-border-radius: 100px;*/
	-moz-border-radius: 8px;
	line-height: 15px;
	float: left;
	font-size: 9px;
	font-weight: bold;
}
.viewFramework-sidebar .sidebar-nav .nav-title {
	float: left;
	overflow: hidden;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	width: 130px;
}
.viewFramework-sidebar .sidebar-nav .nav-title1 {
	float: left;
	overflow: hidden;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	width: auto;
	font-size: 14px;
	color: black;
}
.viewFramework-sidebar .sidebar-nav .nav-icon {
	width: 50px;
	text-align: center;
	font-size: 16px;
	float: left;
	color: #aeb9c2;
}
.viewFramework-sidebar .sidebar-trans {
	-o-transition: all 0.12s ease, 0.12s ease;
	-ms-transition: all 0.12s ease, 0.12s ease;
	-moz-transition: all 0.12s ease, 0.12s ease;
	-webkit-transition: all 0.12s ease, 0.12s ease;
}
.viewFramework-sidebar .sidebar-manage {
	vertical-align: middle;
	position: absolute;
	height: 40px;
	width: 40px;
	right: 0;
}
.viewFramework-sidebar .sidebar-manage a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #a0abb3;
	text-decoration: none;
}
.viewFramework-sidebar-full .viewFramework-product {
	left: 200px;
}
.viewFramework-sidebar-full .viewFramework-sidebar, .viewFramework-sidebar.sidebar-full {
	width: 200px;
	display: block;
}
.viewFramework-sidebar-full .viewFramework-sidebar .sidebar-nav .nav-icon, .viewFramework-sidebar.sidebar-full .sidebar-nav .nav-icon {
	width: 50px;
}
.viewFramework-product {
	width: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	background: #ececec;
}
.viewFramework-product-body {
	position: absolute;
	width: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	overflow-y: auto;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.console-container {
	padding: 0 15px;
}
.content-header {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);/*border-bottom: 1px solid #d2d3d4;*/
}
.content-main {
	margin: 15px 0;
	border-left: 1px solid #e1e3e4;
	border-right: 1px solid #e1e3e4;
	border-bottom: 1px solid #e1e3e4;
	/*border-right: 1px solid #e1e3e4;*/
	background-color: #fff;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.console-title-border {
	border-bottom: 1px solid #DDD;
}
.console-title {
	padding: 13px 0px;
	min-height: 40px;
}
.console-title h5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.console-title h1, .console-title h2, .console-title h3, .console-title h4, .console-title h5, .console-title h6 {
	display: inline-block;
	text-indent: 8px;
	border-left: 2px solid #88B7E0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 8px;
}
.margin-top, .margin-top-1 {
	margin-top: 8px !important;
}
.form-inline .simple-form-field {
	margin: 4px 8px 4px 0px;
	display: inline-block;
	vertical-align: middle;
}
.form-inline .form-group {
	margin: 4px 8px 4px 0px;
}
label.control-label {
	font-weight: normal;
	font-size: 12px;
	color: #666;
}
.form-inline .form-control-wrap {
	display: inline-block;
}
.form-control {
	height: 32px;
	border-radius: 0px;
	padding: 6px;
	-webkit-transition: none;
	transition: none;
	font-size: 12px;
}
.data-box2 {
	width: 100%;
	cursor: pointer;
	float: left;
}
.data-box {
	width: 100%;
	margin-bottom: 15px;
	padding-top: 15px;
	cursor: pointer;
	float: left;
	border-top: 1px solid #e1e3e4;
	border-right: 1px solid #e1e3e4;
}
.data-box .data-line {
	width: 100%;
	border: 1px solid #e1e6eb;
	height: 80px;
	margin-bottom: 8px;
	background: #FFF;
}
.data-box .data-cond {
	width: 100%;
	margin-bottom: 15px;
}
.data-box .data-line-fj {
	width: 800px;
	border: 1px solid #e1e6eb;
	margin-bottom: 8px;
	background: #FFF;
	padding: 10px;
	text-align: left;
	min-height: 250px;
}
.data-box .data-line-top {
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	margin-top: 10px;
	margin-left: 20px;
}
.data-box .data-line-msg {
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	margin-top: 10px;
	margin-left: 20px;
}
.data-box .data-line-top-pass {
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #ccc;
	margin-top: 10px;
	margin-left: 20px;
}
.data-box .data-line-msg-pass {
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #ccc;
	margin-top: 10px;
	margin-left: 20px;
}
.module-detail-slide {
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	-webkit-transform: translateX(1000px) translateY(0px);
	-moz-transform: translateX(1000px) translateY(0px);
	-ms-transform: translateX(1000px) translateY(0px);
	-o-transform: translateX(1000px) translateY(0px);
	transform: translateX(1000px) translateY(0px);
	top: 50px;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background: #f8f8f8;
	border-left: 1px solid #ddd;
	width: 1000px;
	-webkit-box-shadow: -3px 0 4px rgba(0,0,0,0.1);
	-o-box-shadow: -3px 0 4px rgba(0,0,0,0.1);
	box-shadow: -3px 0 4px rgba(0,0,0,0.1);
}
.module-detail-slide-1740 {
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	-webkit-transform: translateX(1000px) translateY(0px);
	-moz-transform: translateX(1000px) translateY(0px);
	-ms-transform: translateX(1000px) translateY(0px);
	-o-transform: translateX(1000px) translateY(0px);
	transform: translateX(1740px) translateY(0px);
	top: 50px;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background: #f8f8f8;
	border-left: 1px solid #ddd;
	/*width: 100%;*/
	-webkit-box-shadow: -3px 0 4px rgba(0,0,0,0.1);
	-o-box-shadow: -3px 0 4px rgba(0,0,0,0.1);
	box-shadow: -3px 0 4px rgba(0,0,0,0.1);
}
.module-detail-slide-1740.in {
	-webkit-transform: translateX(0px) translateY(0px);
	-moz-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}

.module-detail-slide-3000 {
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	-webkit-transform: translateX(1000px) translateY(0px);
	-moz-transform: translateX(1000px) translateY(0px);
	-ms-transform: translateX(1000px) translateY(0px);
	-o-transform: translateX(1000px) translateY(0px);
	transform: translateX(3000px) translateY(0px);
	top: 50px;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background: #f8f8f8;
	border-left: 1px solid #ddd;
	/*width: 100%;*/
	-webkit-box-shadow: -3px 0 4px rgba(0,0,0,0.1);
	-o-box-shadow: -3px 0 4px rgba(0,0,0,0.1);
	box-shadow: -3px 0 4px rgba(0,0,0,0.1);
}
.module-detail-slide-3000.in {
	-webkit-transform: translateX(0px) translateY(0px);
	-moz-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}

.module-detail-slide.in {
	-webkit-transform: translateX(0px) translateY(0px);
	-moz-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}
.detail-header {
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
	height: 51px;
}
.detail-brand {
	margin: 7px 0 0 10px;
	font-weight: bold;
	color: #454545;
	float: left;
	font-size: 14px;
}
.detail-brand .graph-flow {
	background-position: -180px -120px;
}
.detail-brand .graph {
	margin-right: 12px;
	border-radius: 50%;
	height: 36px;
	width: 36px;
}
.detail-actions {
	float: right;
}
.detail-actions>ul>li {
	float: left;
}
.module-detail-view .detail-slide-close {
	font-size: 28px;
	border-left: 1px solid #ddd;
}
.detail-actions>ul>li>a {
	height: 50px;
	line-height: 50px;
	padding: 0 12px;
	color: #454545;
	display: block;
	text-decoration: none;
}
.detail-actions>ul>li>a:hover {
	background-color: #eee;
}
.detail-block {
	/*border-radius: 3px;*/
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
	margin: 0 18px 13px;
}
.detail-block.first {
	margin-top: 10px;
}
.detail-infos {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #ccc;
}
.detail-infos .info-item {
	display: table-cell;
	vertical-align: top;
	width: 33.3333%;
	padding: 6px 17px;
	line-height: 35px;
	border-right: 1px solid #ccc;
}
.detail-infos .info-item-sm {
	display: table-cell;
	vertical-align: top;
	width: 33.3333%;
	padding: 6px 17px;
	line-height: 16px;
	border-right: 1px solid #ececec;
}
.detail-infos .info-item-sm dt {
	color: #666;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.detail-infos .info-item dt {
	color: #999;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.detail-infos .info-item dd {
	margin-left: 75px;
	position: relative;
}
.typeahead-wrapper {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #a3adba;
}
.typeahead-wrapper_no {
	border: 0;
	line-height: 20px;
	height: 24px;
}
input.typeahead {
	width: 120px;
	height: 28px;
	margin: 0;
	line-height: 20px;
	padding: 4px 10px;
	float: left;
	border: 0;
	border: 1px solid #a3adba;
}
.s3 {
	max-width: 100%;
	word-wrap: break-word !important;
	box-sizing: border-box !important;
	font-family: Î¢ÈíÑÅºÚ;
	font-size: 14px;
}
.button-group {
	margin: 0 18px 13px;
}
.scrollwrapper {
	overflow-y: auto;
}
.icon-yuming:before {
	content: "\e6e0";
}
.icon-unfold:before {
	content: "\e707";
}
.icon-arrow-down:before {
	content: "\e608";
}
.icon-setup:before {
	content: "\e662";
}
.icon-oss:before {
	content: "\e64f";
}
.icon-account-2:before {
	content: "\e6ef";
}
.el-mask {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
	filter: alpha(opacity=20);
	-ms-filter: 'alpha(opacity=20)';
	display: none;
}
.mtedit-xbox {
	position: fixed;
	z-index: 9999;
	border: 6px solid #767576;
	background: #fff;
	-moz-box-shadow: 3px 2px 6px #333;
	-webkit-box-shadow: #333 2px 2px 6px;
	display: none;
	min-width: 500px;
	max-width: 1000px;
}
.mtedit-xbox {
	padding: 10px;
}
.mtedit-xbox.confirm {
	border: 3px solid #767576;
	padding: 15px;
	min-width: 300px;
}
.mtedit-title {
	position: relative;
	padding-bottom: 3px;
	margin-bottom: 0px;
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
	zoom: 1;
}
.mtedit-title h2 {
	float: left;
	font-weight: bold;
	border: 0px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.mtedit-xbox.confirm .mtedit-title {
	border-bottom: none;
	padding-bottom: 0px;
}
.mtedit-title a {
	position: absolute;
	top: 2px;
	right: 2px;
}
.mtedit-title s {
	background: url(../skin/images/g_bg.png) -243px -86px no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}
.mtedit-title em {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	color: #424243;
}
.mtedit-title a:hover {
	text-decoration: none;
}
.mtedit-title a:hover em {
	text-decoration: none;
}
.mtedit-title a:hover s {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mtedit-title .link {
	float: left;
	padding: 5px 0 0 8px;
}
.mtedit-tips {
	min-width: 500px;
	min-height: 295px
}
.mtedit-xbox.confirm .mtedit-tips {
	min-width: 300px;
	min-height: 85px
}
.mtedit-loading {
	min-height: 280px;
	margin-bottom: 15px;
	background: url("../skin/images/loading.gif") no-repeat center;
	display: none;
}
.mtedit-content {
	padding: 10px 0px;
	text-align: center
}
.mtedit-content-temp {
	padding: 10px 0px;
	text-align: center
}
.mtedit-xbox.confirm .mtedit-content {
	padding: 20px 0px;
	text-align: left;
	max-width: 400px;
}
.mtedit-btns {
	display: none;
	margin-top: 15px;
}
.popwin-box .item {
	padding-top: 9px;
	height: 55px;
	line-height: 34px;
}
.popwin-box .label {
	width: 190px;
	text-align: right;
	font-size: 14px;
	line-height: 38px;
	color: #999;
	padding-right: 10px;
	float: left;
}
.popwin-box .label b {
	margin-right: 5px;
	font-weight: normal;
	color: #F00;
}
.popwin-box .item .item-ifo {
	position: relative;
	width: 270px;
	text-align: left;
}
.popwin-box .focus, .popwin-box .error, .popwin-box .cue {
	color: #e4393c;
	line-height: 36px;
	height: 36px;
	position: absolute;
	top: 0px;
	right: -275px;
	width: 260px;
	padding: 0 5px;
	background: #FFEBEB;
	border: 1px solid #ffbdbe;
	text-align: left;
}
.popwin-box select {
	width: 228px;
	height: 38px;
	border-radius: 0px;
	outline: 0;
}
.popwin-box select {
	width: 228px;
	height: 38px;
	border-radius: 0px;
	outline: 0;
	margin-right: 5px;
}
.popwin-box .text {
	width: 238px;
	height: 16px;
	padding: 10px 25px 10px 5px;
	border: 1px solid #cccccc;
	float: none;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	border-radius: 0px;
	outline: 0;
	margin-right: 5px;
}
.popwin-box .highlight1 {
	border: 1px solid #7ABD54;
	color: #333;
}
.popwin-box .highlight2 {
	border: 1px solid #FF0000;
	color: #f00;
}
.popwin-box .highlight3 {
	border: 1px solid #fc0;
	color: #333;
}
.popwin-box .null {
	background: none;
	border: none;
	background: none;
}
.popwin-box .null, .popwin-box .error {
	color: #f00;
}
.popwin-box .cue {
	width: 260px;
	line-height: 36px;
	background: #fffdee;
	border: 1px solid #edd28b;
	color: #f7c600;
}
.popwin-box .focus {
	color: #666;
	width: 260px;
	line-height: 36px;
	background: #f7f7f7;
	border: 1px solid #dddddd;
}
.popwin-box .checkbox {
	float: left;
	margin-top: 10px;
}
/*
table
*/
input.checkbox {
	border: none;
	width: 20px;
}
.td_date {
	text-align: center;
	font-size: 12px;
}
.td_char {
	text-align: left;
	padding-left: 5px;
	font-size: 12px;
}
.td_char A {
	color : #454545;
}
.td_number {
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
}
.tr-listbody {
	background-color: #fff;
}
.tr-listbody-high {
	background-color: #FAFAFF;
}
.tr-listbody-on {
	background-color: #ECF2FC;
}
.tr-listbody-gray {
	background-color: #F8F8FF;
}
.td_title {
	background: #eee;
	font-size: 12px;
	text-align: center;
}
.color_green {
	color: #00DF00;
}
.fj-content {
	background: #FFF;
	font-size: 15px;
	text-align: center;
	padding: 10px;
	margin: 5px;
	cursor: pointer;
	min-width: 200px;
	line-height: 30px;
}
.fj-content-cl {
	background: #ECF2FC;
	font-size: 15px;
	text-align: center;
	padding: 10px;
	margin: 5px;
	cursor: pointer;
	min-width: 200px;
	line-height: 30px;
}
.data-box .data-line-order {
	width: 100%;
	border: 1px solid #e1e6eb;
	margin-bottom: 8px;
	background: #FFF;
	font-size: 13px;
}
.order-table {
	border-collapse: collapse;
	width: 100%;
	font-size: 13px;
}
.order-table .number-col {
	width: 570px;
}
.order-table .consignee-col {
	width: 110px;
}
.order-table .amount-col {
	width: 100px;
}
.order-table .status-col {
	width: 100px;
}
.order-table .operate-col {
}
.order-table thead th {
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #f5f5f5;
	color: #666;
	font-weight: 400;
}
.order-table .tr-th td {
	border-bottom-color: #f5f5f5;
}
.order-table tbody td {
	border-right: 1px solid #ccc;
}
.order-table .sep-row {
	height: 20px;
}
.order-table .sep-row td {
	border: 0;
}
.order-table .tr-th {
	background: #f5f5f5;
	height: 31px;
	line-height: 31px;
	color: #aaa;
	overflow: hidden;
}
.order-table .tr-th-yg {
	background: #FFF;
	height: 31px;
	line-height: 31px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
}
.order-table .tr-th .gap {
	width: 14px;
}
.order-table .tr-th-yg .gap {
	width: 14px;
}
.order-table .tr-th-yg span {
	float: left;
	height: 18px;
	line-height: 18px;
	padding: 2px 0 0;
	_display: inline;
}
.order-table .tr-th-yg .dealtime {
	margin-right: 30px;
	_margin-right: 15px;
	font-family: verdana;
}
.order-table .tr-th span {
	float: left;
	height: 18px;
	line-height: 18px;
	padding: 2px 0 0;
	_display: inline;
}
.order-table .tr-th .dealtime {
	margin-right: 30px;
	_margin-right: 15px;
	font-family: verdana;
}
.order-table .tr-th a {
	color: #333;
}
.order-table .tr-th .tr-operate {
	float: right;
	position: relative;
	margin-right: 15px;
	width: 405px;
	height: 23px;
	overflow: hidden;
}
.order-table .tr-th .tr-operate .order-del {
	position: absolute;
	right: 0;
	top: 6px;
	display: none;
	width: 13px;
	height: 13px;
	font-size: 0;
	overflow: hidden;
	vertical-align: middle;
	background: url(images/order-icon.png) -25px -132px no-repeat;
}
.order-table .tr-th .tr-operate .order-del:hover {
	background-position: -2px -132px;
}
.order-table .tr-bd {
	text-align: center;
	vertical-align: top;
}
.order-table .tr-bd td {
	padding: 14px 0;
}
.order-table .order-item {
	display: inline-block;
	display: block;
	float: left;
	margin-right: 10px;
}
.order-table .order-item .p-img {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 14px;
	_display: inline;
}
.order-table .order-item .p-msg {
	float: left;
	width: 400px;
	overflow: hidden;
}
.order-table .order-item .p-name {
	line-height: 18px;
	overflow: hidden;
	color: #333;
	text-align: left;
	padding: 8px 0px;
}
.order-table .order-item .p-org {
	line-height: 18px;
	overflow: hidden;
	color: #333;
	text-align: left;
}
.order-table .p-msg-r {
	float: left;
	text-align: left;
	color: #aaa;
	font-family: verdana;
	margin-left: 30px;
}
.order-table .order-item .p-name-r {
	line-height: 18px;
	overflow: hidden;
	color: #333;
	text-align: left;
	padding: 8px 0px;
}
.order-table .order-item .p-org-r {
	line-height: 18px;
	overflow: hidden;
	color: #aaa;
	text-align: left;
}
.order-table .item-number {
	float: left;
	width: 40px;
	text-align: left;
	color: #aaa;
	font-family: verdana;
	padding: 8px 0px;
	margin-left: 30px;
}
.order-table .consignee b {
	display: inline-block;
	width: 14px;
	height: 16px;
	background: url(images/order-icon.png) 0 -24px;
	vertical-align: middle;
	margin: 0 0 0 5px;
}
.order-table .amount strong {
	font-family: verdana;
	color: #333;
}
.order-table .ftx-13 {
	color: #aaa;
}
.order-table .status {
	position: relative;
}
.order-table .status a {
	color: #333;
}
.order-table .status a:hover {
	color: #00a2ca;
}
.order-table .operate {
	line-height: 22px;
}
.right-cond {
	padding: 10px 0 3;
}
.right-cond .cond-left {
	float: left;
}
.right-cond .cond-left li {
	float: left;
	padding-right: 20px;
	line-height: 38px;
	min-width: 60px;
	text-align: center;
}
.right-cond .cond-left li a {
	border-bottom: 1px solid #fff;
	display: block;
	color: #333;
	text-decoration: none;
}
.right-cond .cond-left li.ordernet-active a, .right-cond .cond-left li a:hover {
	color: #00a2ca;
	border-bottom: 1px solid #00a2ca;
	text-decoration: none
}
/**²¿·ÖÍ¨ÓÃcss**/
.message-common {
	color: #090;
	background-color: #F2FFEA;
	border-color: #C7DDB9;
	line-height: 18px;
	padding: 3px 12px;
	display: inline-block;
}
.item-gray {
	color: #999;
}
.item-666 {
	color: #090;
	border-left: 1px dashed #f2f2f2;
}
/********·ÖÒ³ÑùÊ½ ¿ªÊ¼*****************/
a.a_rowsperpage {
	border : 1px solid #bbbbbb;
	height: 10px;
	padding-left : 2px;
	padding-right : 2px;
}
a.a_rowsperpage:hover {
	border : 1px solid #FF9148;
	height: 10px;
	color : #FF6600;
	TEXT-DECORATION: none;
	padding-left : 2px;
	padding-right : 2px;
}
a.a_rowsperpage_light {
	border : 1px solid #FF9148;
	height: 10px;
	color : #FF6600;
	TEXT-DECORATION: none;
	padding-left : 2px;
	padding-right : 2px;
}
DIV.viciao {
	float: right;
}
.pagespan {
	float: right;
	margin-top: 13px;
	margin-bottom: 10px;
	margin-right: 10px;
}
DIV.viciao A {
	BORDER-BOTTOM: #dddddd 1px solid;
	BORDER-LEFT: #dddddd 1px solid;
	COLOR: #2a6496;
	BORDER-TOP: #dddddd 1px solid;
	MARGIN-RIGHT: 2px;
	BORDER-RIGHT: #dddddd 1px solid;
	TEXT-DECORATION: none;
	line-height: 27px;
	padding: 4px 8px;
}
DIV.viciao A:hover {
	BORDER-BOTTOM: #dddddd 1px solid;
	BORDER-LEFT: #dddddd 1px solid;
	line-height: 25px;
	BORDER-TOP: #dddddd 1px solid;
	MARGIN-RIGHT: 2px;
	background: #eee;
	BORDER-RIGHT: #dddddd 1px solid;
	padding: 4px 8px;
}
DIV.viciao A:active {
	BORDER-BOTTOM: #dddddd 1px solid;
	BORDER-LEFT: #dddddd 1px solid;
	padding: 4px 8px;
	BORDER-TOP: #dddddd 1px solid;
	MARGIN-RIGHT: 2px;
	BORDER-RIGHT: #dddddd 1px solid;
	line-height: 27px;
}
DIV.viciao a.current {
	BORDER-BOTTOM: #dddddd 1px solid;
	BORDER-LEFT: #dddddd 1px solid;
	BACKGROUND-COLOR: #16669e;
	padding: 4px 8px;
	COLOR: #FFF;
	BORDER-TOP: #dddddd 1px solid;
	FONT-WEIGHT: bold;
	MARGIN-RIGHT: 2px;
	BORDER-RIGHT: #dddddd 1px solid;
	line-height: 27px;
}
DIV.viciao a.disabled {
	BORDER-BOTTOM: #dddddd 1px solid;
	BORDER-LEFT: #dddddd 1px solid;
	padding: 4px 8px;
	COLOR: #ccc;
	BORDER-TOP: #dddddd 1px solid;
	MARGIN-RIGHT: 2px;
	BORDER-RIGHT: #dddddd 1px solid;
	line-height: 27px;
}
/**********·ÖÒ³½áÊø*********/
.highlight1 {
	border: 1px solid #7ABD54;
	color: #333;
}
.highlight2 {
	border: 1px solid #FF0000;
	color: #f00;
}
.highlight3 {
	border: 1px solid #fc0;
	color: #333;
}
.focus {
	color: #666;
	width: 260px;
	line-height: 36px;
	background: #f7f7f7;
	line-height: 30px;
}
.bjui-pageFooter {
	padding: 5px 5px;
	width: 100%;
	min-height: 28px;
}
.input200 {
	width: 200px;
}
.input180 {
	width: 180px;
}
.input160 {
	width: 160px;
}
.input140 {
	width: 140px;
}
.input120 {
	width: 120px;
}
.msg-warn-fj {
	position: relative;
	background: #fff6d2;
	color: #666;
	border: 1px solid #ffe57d;
	vertical-align: middle;
	line-height: 13px;
	padding-top: 10px;
	padding-left: 25px;
	width: 550px;
}
.leftMenu {
	min-width: 100px;
	width: 200px;
	margin: 0px auto 0 auto;
}
.menu {
	border: #0080c4 1px solid;
	margin-left: 0px;
}
.menu .ListTitle {
	border-bottom: 1px #98c9ee solid;
	display: block;
	text-align: center;
	/*position: relative;*/
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	/*+min-width:220px;*/

	+width:100%;
}
.ListTitlePanel {
	position: relative;
}
.menuList {
	display: block;
	height: auto;
	background: #fff;
}
.menuList div {
	height: 28px;
	line-height: 24px;
	border-bottom: 1px #98c9ee dotted;
	cursor: pointer;
}
.menuList div a {
	display: block;
	line-height: 28px;
	height: 28px;
	text-decoration: none;
}
.menuList div a:hover {
	background: #0080c4;
	color: #fff;
	margin-left: 10px;
}
.fjcheck {
	background: #0080c4;
	color: #FFF;
	margin-left: 10px;
}
.fjuncheck {
	color: #185697;
	background: #fff;
	margin-left: 10px;
}
.module-detail-openslide {
}
.module-detail-openslide.in {
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	-webkit-transform: translateX(900px) translateY(0px);
	-moz-transform: translateX(900px) translateY(0px);
	-ms-transform: translateX(900px) translateY(0px);
	-o-transform: translateX(900px) translateY(0px);
	transform: translateX(900px) translateY(0px);
	position: fixed;
	top: 50px;
	bottom: 0;
	right: 0;
	z-index: 2000;
	background: #f8f8f8;
	border-left: 1px solid #ddd;
	width: 100%;
	-webkit-box-shadow: -3px 0 4px rgba(0,0,0,0.1);
	-o-box-shadow: -3px 0 4px rgba(0,0,0,0.1);
	box-shadow: -3px 0 4px rgba(0,0,0,0.1);
	-webkit-transform: translateX(0px) translateY(0px);
	-moz-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}
.his-list {
	padding: 5px 10px 10px 10px;
}
.his-list li {
	height: auto;
	min-height: 30px;
}
.his-list .bodyli {
	border-top: 1px solid #efefef;
}
.his-list li span {
	margin-right: 10px;
	display: inline-block;
}
.his-list li span.oper {
	width: 150px;
}
.his-list li span.oper div {
	height: 20px;
	line-height: 20px;
	margin-bottom: -5px;
	width: 150px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.his-list li span.text {
	width: 100px;
}
.his-list li span.text1 {
	width: 100px;
	color: #F00;
}
.his-list li span.text0 {
	width: 100px;
	color: #00a2ca;
}
.his-list li span.text_msg {
	width: 400px;
	color: #F00;
}
.his-list li span.text_msg pre {
	height: 20px;
	margin-top: 10px;
	width: 400px;
	color: #F00;
	line-height: 15px;
	word-wrap: break-word;
	word-break: break-all;
}
.msg_send {
	width: 600px;
	padding: 20px 20px;
	margin-left: 100px;
	background: #beceeb;
	position: relative;
}
.msg_send span {
	width: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
	position: absolute;
}
.msg_send span.bot {
	border-width: 20px;
	border-style: solid;
	border-color: #F5F5EF #beceeb #beceeb #F5F5EF;
	left: -40px;
	top: 40px;
}
.msg_send span.top {
	border-width: 10px 20px;
	border-style: dashed solid solid dashed;
	border-color: transparent #F5F5EF #F5F5EF transparent;
	left: -40px;
	top: 60px;
}
.msg_send_text {
	padding: 10px 10px 10px 10px;
	font-size: 14px;
}
/* ============================================================================================================================
== BUBBLE WITH AN ISOCELES TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-isosceles {
	position: relative;
	padding: 15px;
	margin: 1em 0 3em;
	color: #000;
	background: #beceeb; /* default background for browsers without gradient support */
	/* css3 */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#beceeb), to(#beceeb));
	background: -moz-linear-gradient(#beceeb, #beceeb);
	background: -o-linear-gradient(#beceeb, #beceeb);
	background: linear-gradient(#beceeb, #beceeb);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* Variant : for top positioned triangle
------------------------------------------ */

.triangle-isosceles.top {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#beceeb), to(#beceeb));
	background: -moz-linear-gradient(#beceeb, #beceeb);
	background: -o-linear-gradient(#beceeb, #beceeb);
	background: linear-gradient(#beceeb, #beceeb);
}
/* Variant : for left/right positioned triangle
------------------------------------------ */

.triangle-isosceles.left {
	margin-left: 50px;
	background: #beceeb;
}
/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-isosceles.right {
	margin-right: 50px;
	background: #beceeb;
}
/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

/* creates triangle */
.triangle-isosceles:after {
	content: "";
	position: absolute;
	bottom: -15px; /* value = - border-top-width - border-bottom-width */
	left: 50px; /* controls horizontal position */
	border-width: 15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style: solid;
	border-color: #beceeb transparent;
	/* reduce the damage in FF3.0 */
	display: block;
	width: 0;
}
/* Variant : top
------------------------------------------ */

.triangle-isosceles.top:after {
	top: -15px; /* value = - border-top-width - border-bottom-width */
	right: 50px; /* controls horizontal position */
	bottom: auto;
	left: auto;
	border-width: 0 15px 15px; /* vary these values to change the angle of the vertex */
	border-color: #beceeb transparent;
}
/* Variant : left
------------------------------------------ */

.triangle-isosceles.left:after {
	top: 16px; /* controls vertical position */
	left: -50px; /* value = - border-left-width - border-right-width */
	bottom: auto;
	border-width: 10px 50px 10px 0;
	border-color: transparent #beceeb;
}
/* Variant : right
------------------------------------------ */

.triangle-isosceles.right:after {
	top: 16px; /* controls vertical position */
	right: -50px; /* value = - border-left-width - border-right-width */
	bottom: auto;
	left: auto;
	border-width: 10px 0 10px 50px;
	border-color: transparent #beceeb;
}
/**divÏÂÀ­ÁÐ±í**/
.drop-list-box {
	position: relative;
	width: 270px;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
}
.drop-list-box .drop-loading {
	color: #ccc;
	position: relative;
	height: 24px;
	line-height: 24px;
	text-align: left;
	padding: 0 10px;
	display: none;
}
.drop-list-box .drop-text {
	position: relative;
	height: 24px;
	line-height: 24px;
	text-align: left;
	padding: 0 10px;
	color: #333;
}
.drop-list-box .drop-text>div {
	display: inline-block;
	white-space: nowrap;
}
.drop-list-box .drop-text b, .drop-list-box .drop-loading b {
	position: absolute;
	width: 11px;
	height: 7px;
	right: 10px;
	top: 7px;
	overflow: hidden;
	vertical-align: middle;
	background: url(images/login-icons.png) no-repeat;
	background-position: 0px -162px;
}
.drop-list-box .drop-list {
	position: absolute;
	left: 0;
	top: 26px;
	display: none;
	width: 268px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	z-index: 99999;
}
.drop-list-box .drop-list.scrollbar {
	height: 270px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.drop-list-box .drop-list li {
	height: 24px;
	line-height: 24px;
	text-align: left;
	color: #666;
	padding-left: 10px;
}
.drop-list-box .drop-list li.curr {
	background: #f3f3f3;
	color: #333;
}
.drop-list-box .drop-list li:hover {
	background: #f3f3f3;
}
.or_desc {
	cursor: pointer;
}
.or_asc {
	cursor: pointer;
}
.or_desc1 {
	background: url(images/down_arrow.png) no-repeat;
	margin-left: 2px;
}
.or_asc1 {
	margin-left: 2px;
	background: url(images/up_arrow.png) no-repeat;
}
.ordText_input1 {
	display: inline;
	margin-left: 10px;
	height: 32px;
	border-radius: 0px;
	padding: 6px;
	-webkit-transition: none;
	transition: none;
	font-size: 12px;
	border: #ccc 1px solid;
	line-height: 20px;
	width: 130px;
	background: #fffffe;
	color: #333;
	outline: none;
}
.div1 {
	font-size: 12px;
	margin: 0 10px 0 10px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: center;
	line-height: 26px;
	color: #000;
	border-collapse: collapse;
	float: left;
	width: 22%;
	height: 90px;
}
.div1innertop {
	font-size: 14px;
	font-weight: 700;
	color: #999;
	height: 20px;
	margin-top: 6px;
}
.div1innerven {
	font-size: 24px;
	height: 20px;
	margin-top: 10px;
}
.div1innerbottom {
	height: 20px;
	margin-top: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #999;
}
.btn-disabled {
	border-color: #F8F8F8;
	color: #fff;
	background-color: #999;
}
.btn-disabled:link {
	border-color: #F8F8F8;
	color: #fff;
	background-color: #999;
	cursor: text;
}
.btn-disabled:hover {
	background-color: #999;
}
.btn-disabled:focus {
	background-color: #999;
}
.btn-disabled:active {
	background-color: #999;
}
.active.btn-disabled {
	background-color: #999;
}
.od-tao-no {
	color: #f5f5f5;
	background-color: #ccc;
	border-color: #C7DDB9;
	line-height: 18px;
	padding: 10px 12px;
	cursor: pointer;
}
.od-tao {
	color: #090;
	background-color: #F2FFEA;
	border-color: #C7DDB9;
	line-height: 18px;
	padding: 10px 12px;
	cursor: pointer;
}
.detail-block-blue {
	/*border-radius: 3px;
	border-bottom: 1px solid #3d9ee9;*/
	margin: 0 18px 13px;
}
.block-blue {
	/*border-radius: 3px;*/
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.l-tabs {
	border-bottom: #ccc 1px solid;
	height: 36px;
}
.l-tabs A {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 34px;
	background-color: #fff;
	padding: 0px 10px;
	display: inline-block;
	float: left;
	color: #ccc;
	font-size: 14px;
	margin-right: 5px;
	font-weight: bold;
}
.l-tabs a:hover {
	TEXT-DECORATION: none
}
.l-tabs a.current {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.data-rows tr:nth-of-type(odd) {
	background: #F8F8F8;
}
.data-rows tr:nth-of-type(even) {
	background: #fff;
}
.data-rows tr:hover {
	background: #ECF2FC;
}
.online {
	background: #9f9f9f !important;
}
.lov-search .td_char {
	user-select: none;
	height: 30px;
}
.lov-search .td_char a {
	color: #00a2ca
}
.icon-search {
	position: absolute;
	margin-left: 180px;
	margin-top: -22px;
	background-image: url(images/search.png); /*引入图片图片*/
	background-repeat: no-repeat; /*设置图片不重复*/
	background-position: 0px 0px; /*图片显示的位置*/
	background-size: 16px auto;
	width: 16px; /*设置图片显示的宽*/
	height: 16px; /*图片显示的高*/
}
.icon-delete {
	position: absolute;
	margin-top: -22px;
	margin-left: 181px;
	background-image: url(images/delete.png); /*引入图片图片*/
	background-repeat: no-repeat; /*设置图片不重复*/
	background-position: 0px 0px; /*图片显示的位置*/
	background-size: 12px auto;
	width: 12px; /*设置图片显示的宽*/
	height: 12px; /*图片显示的高*/
}
/*****标签开始******/
.title_tab a {
	color: #000;
}
.title_tab .title_ul .tab_nav {
	display: block;
	text-decoration: none;
	outline: 0;
	width: 120px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #DDD;
	color: #000;
}
.title_tab .title_ul .tab_nav_ry {
	display: block;
	text-decoration: none;
	outline: 0;
	width: 80px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #DDD;
	color: #000;
}

.title_tab .title_ul .tab_nav_ry_sm {
	display: block;
	text-decoration: none;
	outline: 0;
	width: 80px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #DDD;
	color: #000;
}
.title_tab .title_ul .tab_nav_zw {
	display: block;
	text-decoration: none;
	outline: 0;
	width: 80px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #DDD;
	color: #000;
}
.title_tab .title_ul .tab_nav_ryshow {
	display: block;
	text-decoration: none;
	outline: 0;
	width: 80px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #DDD;
	color: #000;
}
.title_tab .title_ul .tab_nav_pt {
	display: block;
	text-decoration: none;
	outline: 0;
	width: 80px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #DDD;
	color: #000;
	border-right: 1px solid #DDD;
}
.title_tab .title_ul .tab_nav:hover {
	background-color: #DDD;
	color: #00a2ca;
	cursor: pointer;
}
.title_tab .title_ul .tab_nav_zw:hover {
	background-color: #DDD;
	color: #00a2ca;
	cursor: pointer;
}
.title_tab .title_ul .tab_nav_ry:hover {
	background-color: #DDD;
	color: #00a2ca;
	cursor: pointer;
}
.title_tab .title_ul .tab_nav_ryshow:hover {
	background-color: #DDD;
	color: #00a2ca;
	cursor: pointer;
}
.title_tab .title_ul .tab_nav.selected {
	color: #00a2ca;
	border-bottom: 2px solid #00a2ca;
}
.title_tab .title_ul .tab_nav_ry.selected {
	color: #00a2ca;
	border-bottom: 2px solid #00a2ca;
}
.title_tab .title_ul .tab_nav_pt.selected {
	color: #00a2ca;
	border-bottom: 2px solid #00a2ca;
}
.title_tab .title_ul .tab_nav_zw.selected {
	color: #00a2ca;
	border-bottom: 2px solid #00a2ca;
}
.title_tab .title_ul .tab_nav_ryshow.selected {
	color: #00a2ca;
	border-bottom: 2px solid #00a2ca;
}
.order-table .order-item .p-msg_fp {
	float: left;
	width: 600px;
	overflow: hidden;
}
.detail-infos-fp {
	display: table;
	width: 100%;
	table-layout: fixed;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}
.detail-block-fp {
	background-color: #fff;
	margin: 0 18px 13px;
	margin-top: 20px;
}
.input_sel_fp {
	/*background-image: url('../images/u297.png');
	background-size: auto 18px;
	background-repeat: no-repeat;
	background-position: right center;*/
	height: 32px;
	padding-left: 10px;
}
.input_k_pf {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	width: 90px;
}
input.typeahead_fp {
	width: 60%;
	height: 30px;
	margin: 0;
	line-height: 20px;
	padding: 4px 10px;
	float: left;
	border: 0;
	border: 1px solid #a3adba;
}
.select_fp {
	width: 60%;
	height: 30px;
	margin: 0;
	line-height: 20px;
	padding: 4px 10px;
	float: left;
	border: 0;
	border: 1px solid #a3adba;
}
.select_fp_80 {
	width: 60%;
	height: 30px;
	margin: 0;
	line-height: 20px;
	padding: 4px 10px;
	float: left;
	border: 0;
	border: 1px solid #a3adba;
}
.fp_list_top {
	width: 25%;
	float: left;
	border-right: 1px solid #DDD;
}
.fp_list_top_16 {
	width: 16%;
	float: left;
	border-right: 1px solid #DDD;
	cursor: pointer;
}
.fp_list_up {
	font-size: 20px;
	color: #7ABDDE;
}
.fp_list_up_tj {
	font-size: 40px;
	color: #3399CC;
	font-weight: bold;
}
.fp_list_up_tj img {
	position: relative;
	bottom: 15px;
	left: -5px;
	cursor: pointer;
	display: inline-block;
}
.fp_list_up_tj .desc {
	width: 130px;
	height: 170px;
	background-color: #ffffff;
	padding: 10px;
	position: fixed;
	border: 1px solid #CCCCCC;
	color: #999;
	font-size: 12px;
	text-align: left;
	display: inline-block;
	margin-top: -10px;
	margin-left: 15px;
}
.fp_list_up_tj .desc em {
	display: block;
	border-width: 12px;
	position: absolute;
	top: 14px;
	right: 128px;
	border-style: dashed solid dashed dashed;
	border-color: transparent #CCC transparent transparent;
	font-size: 0;
	line-height: 0;
}
.fp_list_up_tj .desc span {
	display: block;
    border-width: 10px;
    position: absolute;
    top: 15px;
    right: 128px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #FFF transparent transparent;
    font-size: 0;
    line-height: 0;
}
.tittle_tj {
	width: 98%;
	line-height: 40px;
	background-color: #DADADA;
	font-size: 18px;
	margin-left: 18px;
	padding-left: 20px;
	font-weight: bold;
}
.order-table .order-item-tj {
	display: inline-block;
	display: block;
	float: left;
	margin-right: 10px;
	width: 98%;
	margin: 0 18px 13px;
	font-size: 24px;
	border: 1px solid #CCCCCC;
	padding: 20px;
	border-top: 0px;
}
.div-tj {
	margin-left: 18px;
	margin-top: 20px;
	width: 98%;
	line-height: 50px;
	background-color: #FFF;
}
.td_title_ry {
	line-height: 40px;
	padding-left: 10px;
	font-size: 14px;
}
.input_date_ry {
	border: 1px solid #DDD;
	width: 150px;
	margin-left: 10px;
	height: 32px;
}
.detail-infos-view {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 20px;
}
.detail-infos-view .info-item {
	display: table-cell;
	vertical-align: top;
	width: 33.3333%;
	padding: 6px 17px;
	line-height: 35px;
}
.input_k_pf_view {
	font-weight: bold;
	font-size: 18px;
	width: 100px;
	text-align: right;
	float: left;
}
.input_r_pf_view {
	font-size: 18px;
	text-align: left;
}
/*****标签结束******/

.zwxxViewBox {
	position: fixed;
	z-index: 9999;
	height: auto;
	min-height: 300px;
	width: 470px;
	background-color: #ECF2FC;
	top: 180px;
	right: 25px;
	-moz-box-shadow: 3px 2px 6px #888;
	-webkit-box-shadow: #888 2px 2px 6px;
	display: none;
}
.zwxxViewBox .body {
	margin: 10px;
}
.zwxxViewBox .body .rows {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0px 20px;
}
.zwxxViewBox .body .rows .inline {
	display: inline-block;
}
.zwxxViewBox .body .rows .relative {
	position: relative;
	top: -35px;
	left: 380px;
}
.w60 {
	width: 60px;
}
.w80 {
	width: 80px;
}
.w85 {
	width: 85px;
}
.w125 {
	width: 125px
}
.p-r-15 {
	padding-right: 15px;
}
.p-r-20 {
	padding-right: 20px;
}
.p-r-30 {
	padding-right: 30px;
}
.c999 {
	color: #999;
}
.cred {
	color: red;
}
.cblue {
	color: blue;
}
.zwxxViewBox .body .detail {
	background-color: #ffffff;
	height: auto;
	min-height: 150px;
}
.zwxxViewBox .body .detail .tt {
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin: 5px 20px 0px 20px;
	font-weight: bold;
}
.zwxxViewBox .body .detail .bd {
	width: 90%;
	height: auto;
	min-height: 80px;
	line-height: 25px;
	margin: 0px 20px;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.handle {
	cursor: pointer;
}
.tjselected {
	border-bottom: 2px solid #00a2ca;
}




.u-row {
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative; 
}
.u-row .item {
    display: inline-block;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    line-height: 30px;
    width: 800px;
}
.u-row .item span.label {
    height: 18px;
    width: 180px;
    line-height: 18px;
   /* text-align: right;*/
    font-size: 14px;
    color: #999;
    padding: 8px 0;
    display: inline-block;
}
.u-row .item span.content {
    padding: 8px 0 8px 5px;
    line-height: 18px;
    font-size: 14px;
}
.u-row .item p {
    padding-left: 50px;
}
.upload-btn {
    display: inline-block;
    width: 58px;
    height: 32px;
    position: relative;
    overflow: hidden;
}
.upload-btn input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    opacity: 0;
    cursor: pointer;
}

.picBox {
    position: relative;
    /*left: 160px;*/
    height: 130px;
    width: 110px;
    margin-top:5px;
}
.picBox .picBox_head {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}
.picBox .picBox_progress {
    width: 100%;
}
.picBox .picBox_head ._left {
    float: left;
    width: 90px;
    text-align: left;
    content:" ";
}
.picBox .picBox_head ._right {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.picBox .picBox_body {
    width: 100%;
    height: 110px;
}
.picBox .picBox_body canvas {
    width: 110px;
    height: 110px;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
}

.picBox .picBox_body img {
    width: 110px;
    height: 110px;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
}

 .post_filter_opr {
    /*margin-top: 20px;*/
    height:40px;
}
.title_tab .tab_navs {
    line-height: 40px;
    height:40px;
    border-bottom-color: #d9dadc;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.tab_navs {
    text-align: center;
    line-height: 30px;
    border-bottom: 1px solid #a0a3ab;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
}
ul, ol {
    padding-left: 0;
    list-style-type: none;
}
.title_tab .tab_nav {
    margin-bottom: -1px;
}

.tab_nav {
    float: left;
    font-size: 14px;
}
.title_tab .tab_nav a {
    margin-top: -2px;
    font-size: 16px;
    color: #9a9a9a;
}
.tab_nav a {
    display: block;
    text-decoration: none;
    color: #222;
    outline: 0;
    margin: 0 20px;
}
.title_tab .tab_nav.selected {
    background: 0;
}
.tab_nav.selected {
    background-color: #d4d5d5;
}
.title_tab .tab_nav.selected a {
    color: #353535;
    border-bottom: 2px solid #00a2ca;
}
.info-item .tip{
    position: absolute;
    right: -17px;
    top: -5px;
    border: 1px solid #ccc;
    /*border-radius: 3px 3px;*/
    background: #f5f5f5;
    width: 25px;
    text-align: center;
    line-height: 16px;
    color: #afafaf;
    font-size: 12px;
}



/*****标签top开始******/
.title_tab_top a {
	color: #000;
}
.title_tab_top .title_ul .tab_nav {
	display: block;
	text-decoration: none;
	outline: 0;
	width: 120px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #DDD;
	color: #000;
}
.title_tab_top .title_ul .tab_nav_ry {
	display: block;
	text-decoration: none;
	outline: 0;
	width: 80px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #DDD;
	color: #000;
}
.title_tab_top .title_ul .tab_nav_zw {
	display: block;
	text-decoration: none;
	outline: 0;
	width: 80px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #DDD;
	color: #000;
}
.title_tab_top .title_ul .tab_nav_ryshow {
	display: block;
	text-decoration: none;
	outline: 0;
	width: 80px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #DDD;
	color: #000;
}
.title_tab_top .title_ul .tab_nav:hover {
	background-color: #DDD;
	color: #00a2ca;
	cursor: pointer;
}
.title_tab_top .title_ul .tab_nav_zw:hover {
	background-color: #DDD;
	color: #00a2ca;
	cursor: pointer;
}
.title_tab_top .title_ul .tab_nav_ry:hover {
	background-color: #DDD;
	color: #00a2ca;
	cursor: pointer;
}
.title_tab_top .title_ul .tab_nav_ryshow:hover {
	background-color: #DDD;
	color: #00a2ca;
	cursor: pointer;
}
.title_tab_top .title_ul .tab_nav.selected {
	color: #00a2ca;
	border-bottom: 2px solid #00a2ca;
}
.title_tab_top .title_ul .tab_nav_ry.selected {
	color: #00a2ca;
	border-bottom: 2px solid #00a2ca;
}
.title_tab_top .title_ul .tab_nav_zw.selected {
	color: #00a2ca;
	border-bottom: 2px solid #00a2ca;
}
.title_tab_top .title_ul .tab_nav_ryshow.selected {
	color: #00a2ca;
	border-bottom: 2px solid #00a2ca;
}
.tldiv_w {
	padding:10px 10px 0px 10px;
	border-right: 1px solid #ccc;
}
.tldiv_n {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}