html,
body {
	color: #333;
	margin: 0;
	height: 100%;
	font-family: "微软雅黑", "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	overflow: hidden;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #000;
}

a,
label,
button,
input,
select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	border: 0;
}

body {
	background: #f1f5fc;
	color: #666;
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #08acee;
}

button {
	outline: 0;
}

img {
	border: 0;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}

li {
	list-style: none;
}

a {
	color: #666;
}

.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.divHeight {
	width: 100%;
	height: 10px;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
}

.r-line {
	position: relative;
}

.r-line:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	height: 100%;
	border-right: 1px solid #D9D9D9;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.b-line {
	position: relative;
}

.b-line:after {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.aui-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
	position: relative;
}

.aui-flex-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333;
}

.aui-flex-box .aui-spantx {

	color: #fff;
	font-size: .9rem
}

.aui-flex-box .aui-spantx2 {
	margin-top: 0.1rem;
	color: #fff;
	font-size: .7rem
}

/* 必要布局样式css */
.aui-flexView {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.aui-scrollView {
	width: 100%;

	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: hidden;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.aui-navBar {
	height: 44px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 1002;
	background: #1c7bf3;
}

.aui-navBar-item {
	height: 44px;
	min-width: 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	padding: 0 0.9rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.7rem;
	white-space: nowrap;
	overflow: hidden;
	color: #808080;
	position: relative;
}

.aui-navBar-item:first-child {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: -25%;
	font-size: 0.9rem;
	font-weight: bold;
}

.aui-navBar-item:last-child {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.aui-center {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 44px;
	width: 50%;
	margin-left: 25%;
}

.aui-center-title {
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	font-size: 0.95rem;
	color: #fff;
}


.aui-health-head {
	width: 100%;
	height: 8rem;
	background-image: url("../images/member_head3.png");

	background-size: 100%;
}

.aui-member-head {
	width: 100%;
	height: 8rem;
	padding: .2rem;
	background-image: url("../images/member_head.png");

	background-size: 100%;
}

.aui-member-head {
	background-repeat: no-repeat;
}

.aui-member-head .aui-health-user img {
	width: 100%;
	height: auto;
	display: block;
	border: 2px solid #fff;
	border-radius: 100%;
}

.aui-member-head ul li {
	color: #fff
}

.aui-health-head {
	background-repeat: no-repeat;
}

.aui-health-user {
	width: 60px;
	height: 60px;
	margin-right: 0.8rem;
}

.aui-health-user img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
	border-radius: 100%;
}

.aui-flex-box h2 {
	color: #333333;
	font-size: 1rem;
	font-weight: normal;
}

.aui-arrow {
	text-align: right;
	color: #999999;
	padding-right: 12px;
	position: relative;
	font-size: 0.8rem;
}

.aui-arrow:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #999999;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 2px;
	border-radius: 1px;
}

.aui-health-box {
	background: #fff;
	border-radius: 6px;
	width: 96%;
	margin: 0 auto 10px;
	box-shadow: 0 5px 10px #dadada;
	border-bottom: solid 3px transparent;
	border-radius: 5px;

}

.linear {
	background-image: linear-gradient(#fff, #fff),
		linear-gradient(to right, #6acefd, #85adf6);
	background-origin: border-box;
	background-clip: content-box, border-box;
}

.aui-sp {
	background-image: none !important;
	z-index: 10;
	margin: 5px auto;
	width: 100%;
}

.aui-sp .aui-title img {
	width: 1.5rem;
}

.wf-from-ul {
	width: 100%;
	padding: 1rem 1rem .5rem 1rem;
}

.wf-from-ul li {
	background: #f3f7fc;
	border-radius: 3px;
	display: flex;
	padding: .6rem .5rem;
	justify-content: space-between;
	margin-bottom: .5rem;
}

.wf-from-ul li input {
	border: none;
	background: none;
	text-align: center;
	width: 100%;
	font-size: 1rem;
}

.wf-from-ul li textarea {
	border: none;
	background: none;
	text-align: center;
	width: 75%;
	font-size: .9rem;
}

.wf-from-ul li select {
	border: none;
	width: 100%;
	text-align: center;
	text-align-last: center;
	color: #00001c;
	font-size: 1rem;
	margin: 0;
	border: none;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../images/jt_icon.png") no-repeat right center transparent;
}

.wf-from-ul li select option {
	text-align: center;
	text-align-last: center;
	;
	background-color: #fff;
	color: #00001c;
}

.wf-from-ul button {
	background: none;
	border: none;
}

.wf-from-ul button img {
	width: 18px;
}

.aui-from-box {
	width: 100%;
	box-shadow: 0 5px 5px #e5edf9;
	margin-bottom: .8rem;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 10;
}

.mt-10 {
	margin-top: 8.4rem
}

.mt-20 {
	margin-top: 19.5rem
}

.aui-gcxm-box {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	background: rgb(0, 0, 0, 0.6);
	color: #fff;
	font-size: 1rem;

	padding: 10px;
	border-bottom: 3px solid #02b4ff;
	border-image: linear-gradient(to right, #07b0fd, #406cf0) 20 20;
	border-radius: 0 0 6px 6px;
}

.aui-video {
	padding: .6rem;
}

.flex-wrap {
	flex-wrap: wrap;
}

.aui-palace-grid-text h2 {
	font-size: 0.9rem;
	font-weight: normal;
	color: #212121;
	text-align: center;
	margin: .5rem 0;
}

.aui-palace-grid {
	position: relative;
	float: left;
	padding: 1px;
	width: 33.333%;
	box-sizing: border-box;
	margin: 0;
	margin-bottom: .2rem;
	cursor: pointer;
}

.aui-palace-grid-icon img {
	display: block;
	width: 55%;
	margin: 0 auto;
	border: none;
}

.aui-title {
	padding: .5rem;
	color: #000a2e;
	font-size: 1rem;
	font-weight: normal;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ecf0fe;
}

.aui-title img {
	width: 1rem;
	margin-right: .3rem;
	position: relative;
	top: .1rem;
}

.aui-xmimgbox .aui-label img {
	width: 20px;
	margin-right: .3rem;
}

.aui-xmimgbox .aui-label {
	display: flex;
	align-items: center;
	padding: 0.4rem 0.6rem;
	font-size: 0.9rem !important;
	line-height: 1;
	color: #777;
	background-color: #dddddd;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0.25em;
	position: absolute;
	right: .5rem;
	top: .5rem;
}

.aui-xmimgbox .aui-label-info {
	color: #ffffff;
	background: rgb(14, 32, 47, 0.6);
}

.aui-xmimgbox img {
	width: 100%;
	border-radius: 5px;
}

.aui-xmimgbox {
	width: 96%;
	margin: .8rem auto;
	overflow: hidden;
	border-radius: 5px;
}

.position {
	position: relative;
}

.xm-list-box li {
	display: flex;
	font-size: .95rem;
	position: relative;
	align-items: center;
	padding: .5rem;
	border-bottom: 1px solid #f6f4f5;
	color: #323243;
}

.xm-list-box li img {
	width: 4rem;
	margin-right: .3rem;
}

.xm-list-box li span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.xm-list-box li.aui-list-item-arrow:before {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	top: 50%;
	right: 0.75rem;
	margin-top: -0.2rem;
	background: transparent;
	border: 1px solid #000020;
	border-top: none;
	border-right: none;
	z-index: 2;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.aui-video {
	width: 100%;
}

.aui-video img {
	width: 100%;
	height: 100%;
}

li.no-lianjie {
	color: #666;
}

.aui-list-item-arrow:before {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	top: 50%;
	right: 0.75rem;
	margin-top: -0.2rem;
	background: transparent;
	border: 1px solid #000020;
	border-top: none;
	border-right: none;
	z-index: 2;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.sp-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sp-list li a {
	position: relative;
	display: inline-block;
}

.sp-list li a.left-arrow {
	width: 10%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sp-list li a.right-arrow {
	width: 10%;
}

.aui-spbox {
	height: 14rem;
	width: 100%;
}

.sp-list img {
	width: 1.3rem;
	margin: 0 .5rem;
	position: relative;
	top: .5rem
}

video {
	width: 100%;
	height: 100%;
	object-fit: fill
}

.aui-sp-icon {
	display: flex;
	align-items: center;
}

.spbtnbox {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem;
	align-items: center;
	flex: 1;
}

.spbtnbox li {
	width: 30%;
}

.spbtnbox li.with40 {
	width: 40%;
}

.spbtnbox li img {
	width: 100%;
}

/*dialog*/
.aui-dialog {
	width: 20rem;
	text-align: center;
	position: fixed;
	z-index: 999;
	left: 50%;
	margin-left: -10rem;
	margin-top: 0;
	top: 50%;
	border-radius: 0.3rem;
	opacity: 0;
	background: none;
	-webkit-transform: translate3d(0, 0, 0) scale(1.2);
	transform: translate3d(0, 0, 0) scale(1.2);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	/*display: none;*/
}

.aui-dialog-header {
	padding: 0.5rem 0.75rem 0 0.75rem;
	text-align: center;
	font-size: 1em;
	color: #212121;
}

.aui-dialog-body {
	overflow: hidden;
	font-size: 0.875em;
	color: #757575;
	box-shadow: 0 5px 10px #dadada;
	border-bottom: solid 3px transparent;
	border-radius: 5px;
	background-image: linear-gradient(rgb(52, 73, 95, 0.6), rgb(52, 73, 95, 0.6)), linear-gradient(to right, #6acefd, #85adf6);
	background-origin: border-box;
	background-clip: content-box, border-box;
}

.aui-dialog-body input {
	border: 1px solid #dddddd;
	height: 1.8rem;
	line-height: 1.8rem;
	min-height: 1.8rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.aui-dialog-footer {
	position: relative;
	font-size: 1em;
	border-top: 1px solid #dddddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.aui-dialog-btn {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 0.25rem;
	height: 2rem;
	margin-top: -14px;
	font-size: 0.8rem;
	line-height: 2rem;
	text-align: center;
	color: #0894ec;
	border-right: 1px solid #dddddd;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.aui-dialog-btn:last-child {
	border-right: none;
}

.aui-dialog.aui-dialog-in {
	opacity: 1;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

.aui-dialog.aui-dialog-out {
	opacity: 0;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transform: translate3d(0, 0, 0) scale(0.815);
	transform: translate3d(0, 0, 0) scale(0.815);
}

.aui-label-g {
	background: #abe9ab;
	border: 1px solid #abe9ab;
	font-size: 0.8rem;
	font-weight: 400;
	color: #385238;
	border-radius: 6px;
	margin-right: 1rem;
	text-align: center;
	padding: 0.2rem 0.3rem;
	width: 120px !important;
}

.project-content {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: calc(100vh - 22rem);
	padding-bottom: 40px;
}
.project-content2 {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: calc(100vh - 21rem);

}
.cameraList-main  dd{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;

	padding: 0 .5rem;

	overflow-x: auto;
}
.cameraList-main  dt{width: 100%; font-size: .9rem; color: #212121; font-weight: bold; margin: 5px 0 0 0; padding: 0 10px;}
  /*给弹性容器添加伪元素，隐藏滚动条*/
  .cameraList-main  dd::-webkit-scrollbar {
	display: none;
}
.cameraList-main  dt span{margin-right: 3px; font-size: 1rem;}
.cameraList-main .camera-item-main {

	height: 90px;
	margin: 0.4rem ;            flex: 0 0 130px;/*设置固定值*/

	
}

.camera-item-main {
	position: relative;
	background-color: #e0e0e0;border-radius:  5px 5px 0 0;
}

.camera-item-main .camera-item-content {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.camera-item-main .camera-item-content img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.camera-item-main section.bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	font-size: .8rem;
	line-height: 1.5rem;
	height: 1.5rem;
	padding: 0 0.5rem;
	color: #fff;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2), rgba(0, 0, 0, .8));
	background: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .8));
	border-radius: 0 0 5px 5px;
}

.camera-item-main .img-tip {
	padding: 0;
	background-color: hsla(0, 0%, 100%, .85);
}

.camera-item-main .offline_section img {
	width: 28%;
	display: block;
	margin: auto;
}

.camera-item-main .offline_section .offLine_text {
	text-align: center;
	width: 100%;
	color: #888;
	font-size: .14rem;
	margin: 0;
	line-height: .14rem;
}

.aui-tab {
	position: relative;
	background-color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-self: center;
	align-self: center;
}

.aui-tab-item {
	width: 100%;
	height: 2.4rem;
	line-height: 2.4rem;
	position: relative;
	font-size: 1rem;
	text-align: center;
	color: #212121;
	margin-left: -1px;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.aui-tab-item.aui-active {
	color: #1890ff;
	border-bottom: 2px solid #1890ff;
}

.aui-pull-right {
	float: right !important;
}

.aui-pull-left {
	float: left !important;
}

.aui-hide {
	opacity: 0;
	position: absolute;

	width: 100%;
	z-index: 0;
}


.aui-show {
	display: block !important;
}

.aui-invisible {
	visibility: hidden;
}

.aui-inline {
	display: inline-block;
	vertical-align: top;
}

.aui-border-b {
	border-bottom: 1px solid #ddd;
}

.h5-video-mainpad {

	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
	padding: 20px 0;

}

.h5-video-mainpad.no-auth i.auth {
	color: #606060;
	background: rgba(0, 0, 0, .2);
	pointer-events: none;
}

.h5-video-mainpad .col>i.btn {
	display: block;
	height: 58px;
}

.h5-video-mainpad .col>i.btn:not(:first-child) {
	margin-top: 2em;
}

.h5-video-mainpad .col>i.btn {
	display: block;
	height: 58px;
}

.h5-video-mainpad.no-auth .cloud-console {
	background: rgba(0, 0, 0, .2);
	-webkit-filter: grayscale(1) opacity(.5);
	filter: grayscale(1) opacity(.5);
}

.cloud-console {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 8rem;
	height: 8rem;
	background: #f1f5fc;
	border-radius: 50%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	top: 30px;
}


.cloud-console .up {
	position: absolute;
	top: 6px;
	width: 14px;
	opacity: .6;

}


.cloud-console .right {
	position: absolute;
	right: 6px;
	width: 9px;
	opacity: .6;
}


.cloud-console .down {
	position: absolute;
	bottom: 6px;
	width: 14px;
	opacity: .6;

}



.cloud-console .left {
	position: absolute;
	left: 6px;
	width: 9px;
	opacity: .6;

}

.cloud-console .round {
	margin: auto;
	background: #1890ff;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
}

.offline_section {
	padding-top: 2vh;
}

.h5-video-mainpad .btn {
	background: #f1f5fc;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	display: block;

}

.h5-video-mainpad .btn img {
	width: 22px;
	margin-top: 12px;
	margin-left: 12px;
}

.onLine_text {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(24, 144, 255, .8);
	font-size: .6rem;
	color: #fff;
	border-radius: 5px;
	padding: 1px 5px;
}

.offLine_text {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(0, 0, 0, .3);
	font-size: .6rem;
	color: #fff;
	border-radius: 5px;
	padding: 1px 5px;
}

.button-bf {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .2);
	width: 32px;
	height: 32px;
}

.button-bf img {
	width: 32px !important;
}

.camera-item-main.active .button-bf img {
	content: url(../images/bf_icon_ac.png);
}

.camera-item-main.active {
	border: 1px solid #45ca63; border-radius: 5px;
}

.camera-item-main.active .onLine_text {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(43, 200, 79, .8);
	font-size: .6rem;
	color: #fff;
	border-radius: 5px;
	padding: 1px 5px;
}

.vbox {
	margin-top: 28px;
	padding: 5px;
	position: relative;
}

.vbox .title {
	display: flex;
	font-size: .9rem;
	background: #f1f5fc;
	color: #000a2e;
	justify-content: space-between;
	padding: 5px 10px;
	border-bottom: 1px solid #ecf0fe;
}

.vbox .title img {
	width: 1.5rem;
	margin-right: 5px;
}

.vbox .title span {
	display: flex;
	align-items: center;
}

.demo_date {
	color: #1890ff;
	font-size: .9rem;
}

.demo_date img {
	width: 16px !important;
	margin-left: 5px;
}

.ruler-wrap {
	width: 100%;
	max-width: 600px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 5px;
}


.mbsc-comp {
	background: none;
	border: none;
	width: 100px;
}

.sp-tab-list {
	display: flex;
	position: absolute;
	top: 8px;
	left: 8px;
}

.sp-tab-list li {
	font-size: .8rem;
	margin: 0 3px;
	background: #f1f5fc;
	padding: 2px 5px;
	border-radius: 3px;
}

.sp-tab-list li.active {
	background: #1890ff;
	border-radius: 3px;
	color: #fff;
	padding: 2px 5px;
}

#tab1-con {
	padding-bottom: 30px;
	
	
}
#tab1-con1{}
.text-input {
	display: block;
	width: 60px;
	height: 20px;
	border-radius: 5px;
	background: #f6f6f6;
	border: none;
	text-align: center;
	font-size: 12px;
	color: #fff;
    background: #1890ff;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-top: 6px;
}

.text-input:focus {
	outline: none;
}

.text-s{color: #45ca63;}
.text-r{color: #f92630;}

