/*层锁定*/
.lockpanel
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:Black;
	z-index: 65535;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	-khtml-opacity: 0.3;
}
.ajaxloader
{
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #074993;
	text-align: center;
	color: Orange;
	z-index: 65536;
}
.date
{
	width: 70px;
}
.shortTxt
{
	width: 70px;
}
.readonlycss
{
	background-color: #CCCCCC;
}
.mouseHand
{
	cursor: hand;
}
.requiredfield
{
	color: Red;
}

.divPOP
{
	position:absolute;
	z-index: 65536;
	cursor: default;
	top:-500px;
}
.divPOP table
{
	border: 1px solid #aec7e5;
	background-color: White;
	border-collapse: collapse;
}
.divPOP tr
{
	background-color: White;
	border: 0px solid #aec7e5 !important;
}
.divPOP td
{
	background-color: White;
	height: 30px;
	border: 1px solid #aec7e5;
}
/*在线客服*/
.sticky-nav {
    position: fixed;
    top: 40%;
    display: inline-block;
    z-index: 1030;
}
.service .service-item {
    height:50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    margin-left: auto;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}
.service .service-name {
    color:#fefb7e;position: absolute;top:60%;width:100%;height:20px; font-size:14px;line-height:20px;font-family: "Times New Roman",Georgia,serif;
}
.service-online{
    background: url(/images/s-online.png) no-repeat 100%;
    background-size:cover;
}
.service-qq{
    background: url(/images/s-icon-qq.png) no-repeat 100%;
     background-size:cover;
}
.service-cz {
    background: url(/images/s-icon-cz.png) no-repeat 100%;
    background-size: cover;
}
.service-wechat {
    background: url(/images/s-wechat.png) no-repeat 100%;
    background-size: cover;
}
.service .service-content {
    height: 44px;
    background: url(/images/s-item.png) no-repeat 0 top;
    width: 0;
    line-height: 44px;
    padding: 0;
    text-align: center;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    transition: .6s;
    display: none;
    color:white;
}
.service-online:hover .service-content, .service-qq:hover .service-content, .service-cz:hover .service-content, .service-wechat:hover .service-content {
    display: block;
    width: 165px;
}
.service .service-clear .service-content {
    width: 165px;
    height: 203px;
    padding: 0;
    text-align: center;
    background: url(/images/s-wechatbg.png) no-repeat 50%;
}
.service .service-clear .wechat-item img {
    margin: 55px auto 14px;
    width: 105px;
}
.r-box {
	position: relative;
	width: 18px;
	height: 18px;
}
.r-result {
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	color: white;
	text-align: center;
	float: left;
}
.r-result {
	border-radius: 50%;
	font-size: 12px;
	line-height: 18px;
}
.r-result span {
		width: 18px;
		height: 18px;
		display: block;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-image: url(/images/bull.png);
}
.r-result .san span {
		width: 18px;
		height: 18px;
		display: block;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-image: url(/images/san.png);
}

.r-gray{
	background-image:url(/images/gray.png);
}
.r-grayline {
	background-image: url(/images/grayline.png);
}
.r-red {
	background-image: url(/images/red.png);
}
.r-redp {
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
	display:block;
	background-size: 100% 100%;
	background-image: url(/images/redp.png);
	position:absolute;
	top:-2px;
	left:-2px;
}

.r-redline {
	background-image: url(/images/redline.png);
}
.r-blue {
	background-image: url(/images/blue.png);
}
.r-bluep {
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
	display: block;
	background-size: 100% 100%;
	background-image: url(/images/blue.png);
	position: absolute;
	right: -2px;
	bottom: -2px;
}

.r-red,
.r-blue,
.r-green,
.r-gray {
	background-position: center;
}

.r-red {
	background-color: #d02222;
}

.r-blue {
	background-color: #1f59d8;
}

.r-green {
	background-color: #1f9d45;
}

.r-gray {
	background-color: #9aa0a6;
}

.r-redp {
	background-color: #d02222;
	border-radius: 50%;
}

.r-bluep {
	background-color: #1f59d8;
	border-radius: 50%;
}

.r-blueline {
	background-image: url(/images/blueline.png);
}


.r-green {
	background-image: url(/images/green.png);
}
#eresult li{
	width:40px;
	float:left;
	height:30px;
	margin-left:5px;
}
.footer_user {
	height: 100%;
	width: 330px;
	display: block;
	box-sizing: border-box;
	text-align: right;
	padding-right: 30px;
}
.footer-marquee {
	overflow: hidden;
	white-space: nowrap;
	width: calc(100vw - 360px);
	font-size: 14px;
	height: 100%;
}

.footer-marquee__track {
	display: inline-block;
	padding-left: 100%;
	overflow: hidden;
	animation: footer-marquee 28s linear infinite;
}

.footer-marquee__track span {
	display: inline-block;
	padding-right: 60px;
}

.result-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1;
}

.result-dot--red {
	background: #d02222;
}

.result-dot--blue {
	background: #1f59d8;
}

.result-dot--green {
	background: #1f9d45;
}

.result-dot--gray {
	background: #9aa0a6;
}

@keyframes footer-marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

@media screen and (max-width: 767px) {
	#toper {
		overflow-y: auto !important;
	}
}

.agent-tree-list {
	margin-top: 10px;
}

.agent-tree-row {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 6px 10px;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.agent-tree-main {
	display: flex;
	align-items: center;
}

.agent-tree-main .btn {
	margin-right: 8px;
}

.agent-tree-user {
	font-weight: bold;
	margin-right: 6px;
}

.agent-tree-name {
	color: #666666;
}

.agent-tree-meta {
	color: #666666;
	font-size: 12px;
}

.agent-tree-empty {
	display: inline-block;
	width: 40px;
	text-align: center;
	color: #999999;
	margin-right: 8px;
}

.analytics-scroll {
	height: calc(100vh - 300px);
	overflow-y: auto;
	padding-right: 6px;
	padding-bottom: 60px;
	-webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 765px) and (max-width: 1280px) {
	.dashboard-info {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px;
	}

	.dashboard-info .col-sm-4 {
		float: none;
		width: 31%;
	}

	.dashboard-info fieldset {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 767px) {
	.analytics-scroll {
		height: calc(100vh - 180px);
	}

	.dashboard-info {
		margin-left: 0;
		margin-right: 0;
	}

	.dashboard-info .col-sm-4 {
		float: none;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.dashboard-info fieldset {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}
}

.tl-modal-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2000;
}

.tl-modal-mask--obscure {
	background: rgba(3, 8, 16, 0.84);
	-webkit-backdrop-filter: blur(52px) saturate(0.5) brightness(0.18);
	backdrop-filter: blur(52px) saturate(0.5) brightness(0.18);
}

.tl-modal {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
	min-width: 320px;
}

.tl-modal-header {
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	background: #f2f2f2;
	border-bottom: 1px solid #d5d5d5;
	font-weight: bold;
	position: relative;
}

.tl-modal-close {
	position: absolute;
	right: 8px;
	top: 6px;
	width: 18px;
	height: 18px;
	line-height: 16px;
	border: 1px solid #cccccc;
	background: #ffffff;
	cursor: pointer;
	font-size: 12px;
}

.tl-modal-body {
	padding: 12px 16px;
}

.tl-modal-footer {
	padding: 10px 16px;
	border-top: 1px solid #dddddd;
	text-align: right;
	background: #f7f7f7;
}

.tl-modal-row {
	display: flex;
	align-items: center;
	margin: 6px 0;
}

.tl-modal-label {
	width: 90px;
	text-align: right;
	margin-right: 6px;
}

.tl-modal-control {
	flex: 1;
}

.tl-modal-inline {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-right: 12px;
}

.tl-modal-control .txt {
	width: 180px;
}

.tl-modal-control .wide {
	width: 260px;
}

.tl-modal-error {
	color: #f00;
	padding: 4px 0;
}

.runtime-config-page .super-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.runtime-config-page .super-toolbar .btn {
	margin-bottom: 0;
}

.runtime-config-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.runtime-config-table {
	min-width: 760px;
}

.runtime-config-value-cell {
	min-width: 300px;
}

.runtime-config-value-cell .txt,
.runtime-config-value-cell select {
	width: 100%;
	min-height: 42px;
	font-size: 14px;
	padding: 8px 10px;
	box-sizing: border-box;
}

.runtime-config-action-cell .btn {
	min-width: 60px;
}

.otp-config-page {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.otp-config-panel {
	min-width: 920px;
	max-height: calc(100vh - 380px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.otp-config-toolbar .btn {
	min-width: 160px;
}

.otp-secret-preview {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.otp-config-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.otp-config-table {
	min-width: 760px;
	table-layout: fixed;
}

.otp-config-table td:nth-child(1),
.otp-config-table td:nth-child(2) {
	white-space: normal;
	word-break: break-word;
}

.otp-config-value-cell {
	min-width: 260px;
}

.otp-config-value-cell .form-control {
	width: 100%;
}

.otp-config-action-cell .btn {
	min-width: 72px;
}

@media (max-width: 768px) {
	.runtime-config-page .super-toolbar,
	.otp-config-toolbar {
		align-items: stretch;
	}

	.runtime-config-page .super-toolbar .btn,
	.otp-config-toolbar .btn {
		width: 100%;
	}

	.runtime-config-action-cell .btn,
	.otp-config-action-cell .btn {
		display: block;
		width: 100%;
		margin-bottom: 6px;
	}

	.runtime-config-value-cell,
	.otp-config-value-cell {
		min-width: 220px;
	}

	.otp-config-panel {
		min-width: 320px;
	}

	.otp-config-panel {
		max-width: calc(100vw - 24px);
		max-height: none;
		overflow: auto;
	}
}

.frontend-notice-page .panel {
	margin-bottom: 16px;
}

.frontend-notice-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.frontend-notice-content {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.frontend-notice-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.frontend-notice-field label {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
}

.frontend-notice-field .form-control {
	width: 100%;
	min-height: 42px;
	font-size: 14px;
	padding: 8px 10px;
}

.frontend-notice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(220px, 1fr));
	gap: 16px;
}

.frontend-notice-table {
	min-width: 980px;
}

@media (min-width: 992px) {
	.frontend-notice-content {
		max-height: calc(100vh - 260px);
	}
}

@media (max-width: 991px) {
	.frontend-notice-grid {
		grid-template-columns: 1fr;
	}
}
