
.main-benchmark .nav-type {
	margin-bottom: 20px;
  font-size: 0;
}
.main-benchmark .nav-type li {
  margin-right: 6px;
  display: inline-block;
  width: 120px;
  line-height: 36px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  background: #EBEBEB;
}
.main-benchmark .nav-type li:hover {
  color: #0074B9;
}
.main-benchmark .nav-type li.active {
  background: #0074B9;
  color: #fff;
}
.main-item {
	display: none;
}
.main-item.active {
	display: block;
}

.mark-form {
	margin-bottom: 15px;
}
.mark-form:after {
	content: '';
	display: block;
	clear: both;
}
.mark-form .form-label {
	float: left;
	font-size: 14px;
    color: #333;
    line-height: 36px;
}
.mark-form .label-check {
	float: left;
	position: relative;
	padding-left: 20px;
	font-size: 14px;
    color: #333;
    line-height: 36px;
    cursor: pointer;
}
.mark-form .label-unit {
	float: right;
	color: red;
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
}
.mark-form .label-check:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 12px;
    height: 12px;
    border: 1px solid #999;
    border-radius: 2px;
}
.mark-form .label-check.active:after {
    border-color: #0074B9;
    background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
    background-size: 14px 14px;
}
.mark-form .form-select {
	float: left;
	margin-right: 14px;
	width: 300px;
	position: relative;
}
.mark-form .form-select.short {
	width: 140px;
}
.mark-form .form-select .select-text {
	position: relative;
    z-index: 10;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 40px 0 14px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}
.mark-form .form-select .select-text:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 13px;
    border: 7px solid transparent;
    border-top: 8px solid #acacac;
}
.mark-form .form-select .select-lists {
	display: none;
    position: absolute;
    z-index: 110;
    left: 0;
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding: 10px 0;
    max-height: 300px;
    overflow: auto;
}
.mark-form .form-select .select-lists li {
	padding: 0 14px;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    cursor: pointer;
}
.mark-form .form-select .select-lists li:hover {
    background: #EFF8FF;
}
.mark-form .form-search {
	float: left;
	position: relative;
	margin-right: 14px;
	width: 300px;
}
.mark-form .form-search-ctl {
	width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    padding: 0 50px 0 14px;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
    background: #fff url(../images/search-icon-common.png) no-repeat 96% center;
    background-size: 18px 18px;
}
.mark-form .form-search-ctl.clear {
	background: #fff;
}
.mark-form .form-search-clear {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	width: 40px;
	height: 36px;
	cursor: pointer;
	background: url(../images/data-search-fact-close.png) no-repeat center center;
	background-size: auto 42%;
}
.base-table {
	margin-top: 0;
	overflow: visible;
}
.search-menu .base-nav li input{
	margin-right: 5px;
}
.dialog-enterprise {
    transform: translateY(36px);
    position: absolute;
    z-index: 10000;
    width: 660px;
    padding: 0 20px 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    background: #fff;
    border: 1px solid #E8E8E8;
    font-size: 14px;
}
.dialog-enterprise .dialog-type {
  padding: 12px 5px 0;
  border-bottom: 1px solid #E4E4E4;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.dialog-enterprise .dialog-type:after {
  content: '';
  display: block;
  clear: both;
}
.dialog-enterprise .dialog-type li {
  float: left;
  margin-right: 8px;
  min-width: 16px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.dialog-enterprise .dialog-type li:hover,
.dialog-enterprise .dialog-type li.active {
  color: #387FB4;
  font-weight: bold;
}
.dialog-enterprise .dialog-type li.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 2px;
  background: #387FB4;
}
.dialog-enterprise .enter-lists {
	margin-top: 15px;
	max-height: 240px;
	overflow: auto;
}
.base-table .w-30 {
	width: 30%;
	text-align: left;
}
.base-table table,.base-table td,.base-table th {
	table-layout: fixed;
}
.base-table thead.white {
    background-color: #fff;
}
.enter-item {}
.enter-item .item-head {
	position: relative;
	margin-bottom: 10px;
	height: 60px;
	background: url(../images/logo-gray.png) no-repeat center center;
	background-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.enter-item .item-head.active {
	background: #fff;
}
.enter-item .head-title {
	font-size: 16px;
	color: #0074B9;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
.enter-item .head-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: url(../images/dialog-close-icon-gray.png) no-repeat center center;
	background-size: 24px;
}
.enter-item .item-cont {}
.enter-item .table-search {
	width: 100%;
    height: 30px;
    border: 1px solid #0074B9;
    background: #f5f5f5;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    color: #333;
    border-radius: 2px;
}
.multiple-checkbox{
	display: block;
	position: relative;
	text-align: left;
	padding-left: 20px;
	font-size: 14px;
	color: #0074B9;
	font-weight: normal;
	line-height: 28px;
	cursor: pointer;
}
.sp-2 {
	padding-left: 1em;
}
.sp-3 {
	padding-left: 2em;
}
.sp-4 {
	padding-left: 3em;
}
.base-table tbody tr:first-child td {
	border-top: 1px solid #E8E8E8;
}
.base-table tbody td {
	padding: 8px 15px;
}
.base-table tbody td a.disabled {
	pointer-events: none;
	opacity: .7;
}
.table-none {
	line-height: 40px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.td-red {
	color: red;
}
.search-menu .base-nav li:hover, .search-menu .base-nav li.active {
    color: #0074B9;
    font-weight: bold;
    background: #f5f5f5;
}
.table-none .none-icon {
	height: 100px;
	width: 100%;
	background: url(../images/table-none-icon-anvance.png) no-repeat center center;
	background-size: auto 100%;
}
#markTable_single + .layui-form .layui-table-header thead th:first-child {
	color: #0074B9;
	font-weight: bold;
}
.multiple-checkbox:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 12px;
    height: 12px;
    border: 1px solid #999;
    border-radius: 2px;
}
.multiple-checkbox.active:after {
    border-color: #0074B9;
    background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
    background-size: 14px 14px;
}
.multiple-checkbox input{
	margin-right: 5px;
}
.enter-item .table-search::-webkit-input-placeholder{color:#999;font-size:12px;}
.enter-item .table-search::-moz-placeholder{color:#999;font-size:12px;}
.enter-item .table-search:-moz-placeholder{color:#999;font-size:12px;}
.enter-item .table-search:-ms-input-placeholder{color:#999;font-size:12px;}
.dialog-enterprise .enter-lists::-webkit-scrollbar {width: 6px;height: 6px;background-color: #f5f5f5;}
.dialog-enterprise .enter-lists::-webkit-scrollbar-thumb {border-radius: 3px;background-color: #0074B9;}
.dialog-enterprise .enter-lists li {
	float: left;
	width: 20%;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	cursor: pointer;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.dialog-enterprise .enter-lists li:hover,
.dialog-enterprise .enter-lists li.active {
	color: #0074B9;
}
.td-select {
	width: 100%;
	position: relative;
	text-align: left;
}
.td-select.disabled {
	pointer-events: none;
}
.td-select .select-text {
	position: relative;
    z-index: 10;
    height: 28px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 40px 0 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 12px;
    color: #333;
}
.base-table thead th, .base-table thead td{
	font-weight: normal;
}
.base-table.table-report thead th, .base-table.table-report thead td{
	padding: 9px 10px;
}
.table-blue {
	color: #0074B9;
}
.td-select .select-text:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 10px;
    border: 5px solid transparent;
    border-top: 5px solid #acacac;
}
.td-select .select-lists {
	display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding: 10px 0;
    max-height: 200px;
    overflow: auto;
}
.td-select .select-lists li {
	padding: 0 14px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    cursor: pointer;
}
.td-select .select-lists li:hover {
    background: #EFF8FF;
}
.mark-loading {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.1) url(../images/loading.gif) no-repeat center center;
	background-size: 40px;
	z-index: 10000;
}
.mark-table-title {
	margin: 15px 0;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	color: #333;
}
.mark-table-title .title-unit {
	position: absolute;
	right: 0;
	color: red;
	font-size: 14px;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	.main-benchmark .nav-type li{
		margin-right: 2%;
		width: 32%;
	}
	.main-benchmark .nav-type li:last-child {
		margin: 0;
	}
	.mark-form .form-search,.mark-form .form-select {
		margin: 0 0 6px;
		width: 100%;
	}
	.mark-form .form-select.short {
		margin-right: 15px;
	}
	.dialog-enterprise {
		left: 4% !important;
		right: 4% !important;
		width: 92%;
	}
	.dialog-enterprise .enter-lists li {
		width: 50%;
	}
	.base-table {
		overflow: auto;
	}
	.base-table.mobile-lang table {
		width: 340%;
	}
	.base-table.mobile-lang .w-30 {
		width: 25%;
	}
	.base-table.mobile-lang .w-14 {
		width: 15%;
	}
	.mark-table-title .title-unit {
		position: relative;
		float: right;
	}
	
}