@charset "utf-8";
/*!
 * EASFR3 BASE CSS LK 2020.07.03
 */

/*>>> component >>>*/

html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0 auto;
	font-family: 微软雅黑, Helvetica, Arial;
	font-size: 14px;
	color: #000;
	background-color: #fff;
}

a:visited, a:hover, a:active, a:focus { text-decoration:none; }

li, ul { list-style:none; }

li, ul, h1, h2, h3, h4, h5, hr { margin:0; padding:0; }

textarea.form-control {
	resize: none;
	height: 90px;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 1px;
}

select.form-control {
	padding: 6px 8px;
}

.input-group {
	width: 100%;
}

.input-group span:first-child {
	text-align: right;
}

.input-group .unit {
	position: absolute;
    right: 58px;
    top: 10px;
    z-index: 30;
    height: 32px;
    line-height: 32px;
}

.web-query {
	padding: 9px 4px 0 9px;
}

.web-query > div {
	padding: 0 5px 5px 0;
}

.web-query .input-group {
	width: 100%;
}

.easfr-region {
	padding: 5px 5px 0 5px;
}

.web-query .input-group-addon {
	width: 100px;
	background-color: #fff;
	border-right: none;
	padding-right: 0;
}

.web-query .input-group > .form-control {
	border-left: none;
	padding: 5px 18px 5px 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.web-query .input-group > input.form-control {
	padding: 5px 18px 5px 4px;
}

.web-query .input-group > div.form-control {
	padding-left: 5px;
	line-height: 1.635;
}

.web-query .input-group > .form-control:focus {
	border-color: #ccc;
}

.query-range {
	width: 41%;
	border: none;
	text-align: center;
}

.handle-btn {
	padding: 5px 9px 0 9px;
}

.handle-btn > a {
	margin-bottom: 5px;
}

.web-form {
	position: relative;
	padding: 30px;
	overflow: auto;
}

.box-control {
	width: 100%;
	border: 1px solid #ddd;
	border-top: none;
	padding: 9px;
	overflow: auto;
	outline: none;
	resize: none;
	display: none;
}

textarea.form-control,
.control-show,
.box-control,
.article-control,
.article-control p {
	line-height: 1.8;
	word-break: break-word;
	word-wrap: break-word;
}

.article-control {
	position: relative;
	overflow: hidden;
}

.article-img {
    margin-top: 15px;
}

.show-title {
	font-weight: bold;
}

.show-title span {
	border-left: 2px solid #4db6f8;
	margin-right: 3px;
	font-size: 12px;
}

.show-text {
	padding: 5px;
}

.form-btn {
	padding-top: 9px;
	text-align: center;
	display: none;
}

.form-btn > a {
	margin-right: 9px;
}

.form-btn > a:last-child {
	margin-right: 0;
}

.web-form .input-group > span:first-child {
	width: 120px;
}

.web-form .input-group {
	padding: 9px 5px;
}

.red_star {
	color: red;
	margin-right: 5px;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	font-weight: bold;
}

.web-list {
	padding: 0 9px;
}

.web-box {
	padding: 9px;
}

.easfr-list,
.list-head,
.list-body-width,
.list-body,
.easfr-list table {
	width: 100%;
}

.easfr-list tbody {
	background-color: #fff;
}

.table-hover > tbody > tr:hover {
  background-color: #d9dbea;
}

.list-head-title th,
.list-body tbody td {
	background: url("../css/images/list_space.png") repeat-y right top;
}

.last-cell {
	background: url("../css/images/img-null-5x5.png") !important;
}

.list-head {
	color: #fff;
	background-color: #495284;
	border: 1px solid #2f3555;
	border-bottom: none;
}

.easfr-list th {
	padding: 5px;
}

.easfr-list td {
	padding: 3px 8px;
	border-bottom: 1px solid #ccc;
}

.easfr-list,
.list-head,
.list-head-title,
.list-body-width,
.list-body th > div {
	position: relative;
	overflow: hidden;
}

.list-body {
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #ccc;
	border-top: none;
}
@media screen and (max-width: 767px) {
	.list-body {
		overflow-x: auto;
	}
}

.easfr-list th {
	text-align: center;
	white-space: nowrap;
}

.easfr-list td {
	white-space: inherit;
}
@media screen and (max-width: 767px) {
	.easfr-list td {
		white-space: nowrap;
	}
}

.easfr-list .space {
	background-color: #e8f1f9;
}

.list-one,
.list-check {
	cursor: pointer;
}

.list-one {
	text-align: right;
}

.list-table {
	border: 1px solid #ccc;
	position: relative;
	overflow-y: auto;
}

.thumb-border {
	width: 170px;
	margin-top: 15px;
	border: 1px solid #dcdcdc;
	text-align: center;
	background-color: #eee;
	overflow: hidden;
}

.list-table > div:last-child {
	margin-bottom: 15px;
}

.thumb-img {
	margin: 5px 0;
	height: 120px;
}

.thumb-info {
	padding: 3px;
	background-color: #ddd;
}

.post-wait {
	display: none;
	position: absolute;
	top: 39%;
	left: 50%;
	margin-left: -50px;	
	z-index: 99999;
	cursor: pointer;
}

.easfr-page {
	width: 100%;
	height: 30px;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
}

.page-btn {
	cursor: pointer;
	background-color: #495284;
	color: #fff;
}
.page-btn:hover {
	background-color: #7881b4;
}

.page-label {
	padding: .26em .8em;
	line-height: 1.7;
	margin-right: 2px;
	border: 1px solid #dcdcdc;
}

.label-only {
	background-color: #fff;
	color: #111;
}

.label-only .glyphicon {
	color: #555;
}

.page-total,
.page-horse,
.page-jump {
	font-size: 12px;
	text-align: center;
	position: absolute;
}

.easfr-page > div > div {
	display: inline-block;
}

.page-jump {
	right: 0;
}

.page-jump > div:last-child {
	margin-right: 0px;
}

.page-horse {
	padding: 0 9px;
	height: 28px;
}

.page-total-num,
.page-go-num {
	background-color: transparent;
	border: none;
	outline: none;
	color: #333;
	
}

.page-total-num {
	height: 18px;
	line-height: 18px;
	margin: 0 -3px;
}

.page-go-num {
	width: 30px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0 -5px;
}

.easfr-dialog,
.easfr-region {
	display: none;
}

.easfr-dialog iframe {
	width: 100%; height: 100%;
}

.easfr-region {
	position: absolute;
	border: 1px solid #dcdcdc;
	background-color: #e1e1e1;
	z-index: 99999;
	overflow: auto;
	outline: none;
}

.region-btn {
	text-align: center;
	margin-bottom: 5px;
}

.easfr-region select {
	margin-bottom: 5px;
}

/*字段提示*/
.easfr-tip {
	cursor: help;	
}

.ellipsis {
	white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden;
}

.phcolor {
	color: #999;
}

.ui-dialog-content {
	padding: 0 !important;
	overflow: hidden !important;
}

.ui-menu {
	overflow-y: auto;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: 0px !important;
}

.ui-timepicker-div dl {margin-left: auto; margin-right: auto; width: 95%; text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.section-group {
	padding: 1px;
}

.top-slot,
.bottom-slot,
.move-slot,
.web-piece {
	position: relative;
	min-height: 30px;
}

.move-slot {
	clear: both;
}

.left-slot {
	float: left;
}

.right-slot {
	float: right;
}

/*<<< component <<<*/

/*>>> fileupload >>>*/

.img-box {
	margin: 9px;
	position: relative;
	overflow: hidden;
	border: 1px solid #999;
	background-image: url("../css/images/img-box.jpg");
}

.img-btn {
	width: 100%;
	text-align: center;
}

.img-size {
	position: absolute;
	right: 9px;
	top: 11px;
	color: #555;
}

.img-box > img,
.shade-left-top,
.shade-top-center,
.shade-right-top,
.shade-left-center,
.shade-right-center,
.shade-left-bottom,
.shade-bottom-center,
.shade-right-bottom,
.shade-move {
	width: 0;
	height: 0;
	position: absolute;
}

.draggable-left-top,
.draggable-top-center,
.draggable-right-top,
.draggable-left-center,
.draggable-right-center,
.draggable-left-bottom,
.draggable-bottom-center,
.draggable-right-bottom {
	width: 0;
	height: 0;
	position: absolute;
	background-color: #00ff00;
	z-index: 5;
}

.draggable-left-top {
	cursor: nw-resize;
}

.draggable-top-center {
	cursor: n-resize;
}

.draggable-right-top {
	cursor: ne-resize;
}

.draggable-left-center {
	cursor: e-resize;
}

.draggable-right-center {
	cursor: e-resize;
}

.draggable-left-bottom {
	cursor: sw-resize;
}

.draggable-bottom-center {
	cursor: s-resize;
}

.draggable-right-bottom {
	cursor: se-resize;
}

.shade-left-top,
.shade-top-center,
.shade-right-top,
.shade-left-center,
.shade-right-center,
.shade-left-bottom,
.shade-bottom-center,
.shade-right-bottom {
	z-index: 1;
	background-image: url("../css/images/img_shade.png");
}

.shade-top-center {
	border-bottom: 1px solid #0000FF;
}

.shade-left-center {
	border-right: 1px solid #0000FF;
}

.shade-right-center {
	border-left: 1px solid #0000FF;
}

.shade-bottom-center {
	border-top: 1px solid #0000FF;
}

.shade-move {
	z-index: 3;
	background-image: url("../css/images/img-null-5x5.png");
	cursor: move;
}

.fileupload-btn {
	position: relative;
	overflow: hidden;
}

.fileupload-btn input {
	opacity: 0; filter: alpha(opacity=0);
	font-size: 100px; position: absolute; top: 0; right: 0;
	cursor: pointer; z-index: 1;
}

.fileupload-progressbar {
	display: none;
	width: 530px;
	height: 80px;
	position: absolute;
	top: 39%;
	left: 50%;
	margin-left: -265px;
	z-index: 99999;
}

.fileupload-progresstit {
	display:inline-block;
	font-size: 12px;
	margin-bottom: 3px;
}


.imgs-thumb {
	border: 1px solid #ccc;
	border-radius: 4px;
}

.imgs-box > div:first-child,
.imgs-box > div:last-child > .input-group {
	padding: 3px 0;
}

.imgs-box > div:last-child {
	padding: 0 0 0 9px;
}

.imgs-add,
.imgs-look,
.imgs-up,
.imgs-down,
.imgs-delete,
.imgs-edit,
.img-look,
.img-edit,
.img-delete {
	line-height: 1;
	padding: 5px 6px;
	position: absolute;
	z-index: 9;
}

.imgs-up,
.imgs-down,
.imgs-look,
.imgs-edit {
	top: 8px;
}

.imgs-delete,
.imgs-add {
	bottom: 8px;
}

.imgs-add {
	left: 5px;
}

.imgs-delete {
	right: 5px;
}

.imgs-up {
	right: 95px;
}

.imgs-down {
	right: 65px;
}

.imgs-look {
	right: 35px;
}

.imgs-edit {
	right: 5px;
}

.img-look {
	right: 35px;
}

.img-edit, .img-delete {
	right: 5px;
}

.img-delete {
	bottom: 5px;
}

.tab-content .img-edit {
	top: 55px;
	right: 10px;
}

/*<<< fileupload <<<*/

/*>>> bootstrap >>>*/

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: left;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.nav-tabs > li > a {
	color: #888;
}

.tab-pane .handle-btn,
.tab-pane .web-list {
	padding-left: 0;
	padding-right: 0;
}

.tab-pane .input-group {
	padding-left: 0;
	padding-right: 18px;
}

/*<<< bootstrap <<<*/

/*>>> sharing >>>*/

.c_p {
	cursor: pointer;
}

.d_n {
	display: none;
}

.ta_l {
	text-align: left;	
}

.ta_c {
	text-align: center;	
}

.ta_r {
	text-align: right;	
}

.m_5 {
	margin: 5px;
}

.mt_5 {
	margin-top: 5px;
}

.mt_15 {
	margin-top: 15px;
}

.mb_5 {
	margin-bottom: 5px;
}

.mb_0 {
	margin-bottom: 0;
}

.mr_1 {
	margin-right: 1px;
}

.m_0a {
	margin: 0 auto;
}

.o_h {
	overflow: hidden;
}

.oy_s {
	overflow-y: scroll;
}

.p_r {
	position: relative;	
}

.fc_888 {
	color: #888;
}

.bc_eee {
	background-color: #eee;
}

.float-clear {
	clear: both;
}
