/* ==================
        初始化
 ==================== */
@font-face {
	font-family: DFPYuan;
	src: url('../fonts/DFPYuan/DFPYuanW9.TTF');
}

@font-face {
	font-family: DINOT;
	src: url('../fonts/DINOT/DINOT-CondRegular.ttf'),
		url('../fonts/DINOT/DINOT-CondRegular.eot');
	/* IE9 */
}

@font-face {
	font-family: SourceHanSansCN;
	src: url('../fonts/SourceHanSansCN/SourceHanSansCN-Normal.ttf'),
		url('../fonts/SourceHanSansCN/SourceHanSansCN-Normal.eot');
	/* IE9 */
}

* {
	box-sizing: border-box;
}

html {
	font-size: 18px;
	padding: 0;
	margin: 0;
	min-width: 1920px;
	min-height: 900px;
	color: white;
	line-height: 0;
	font-family: SourceHanSansCN;
}

body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 18px !important;
	color: white !important;
}

p {
	margin: 0;
	line-height: 1;
}

input::-webkit-input-placeholder {
	/* placeholder颜色  */
	color: #798ca8;
	/* placeholder位置  */
	text-align: left;
	/* font-size: 1.8rem; */
}

.weather {
	font-family: DINOT;
	font-size: 2.111111rem;
}

.weather_sep {
	margin-left: 1.111111rem;
}

.weather_chn {
	font-family: SourceHanSansCN;
	font-size: 1.9rem;
}

input,
input:focus {
	border: none;
	outline: none;
}

button {
	cursor: pointer;
	border: 0;
	outline: none;
	background-color: transparent;
	color: white;
}

.button {
	cursor: pointer;
}

.DFPYuan {
	font-family: DFPYuan;
}

.num {
	font-family: DINOT;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-lg {
	font-size: 1.333333rem;
}

.text-xl {
	font-size: 2.888888rem;
}

.text-xxl {
	font-size: 3.3rem;
}

.text-blue {
	color: #3EEAF4;
}

.text-red {
	color: #FD0304;
}

.text-orange {
	color: #FEB73D;
}

.text-gray {
	color: #999999;
}

.bg-white {
	background-color: white;
}

.radius {
	border-radius: ;
}

.flex {
	display: flex;
}

.flex_bottom_align {
	align-items: flex-end;
}

.flex_sub {
	flex: 1;
}

.flex-twice {
	flex: 2;
}

.flex-treble {
	flex: 3;
}

.text-cut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.scroller-x {
	overflow-x: auto
}

.scroller-y {
	overflow-y: auto
}

/*chrome 和Safari*/
.scroller-x::-webkit-scrollbar {
	height: 0 !important
}

/*chrome 和Safari*/
.scroller-y::-webkit-scrollbar {
	width: 0 !important
}

/*IE 10+*/
.scroller-x,
.scroller-y {
	-ms-overflow-style: none;
}

/*Firefox*/
.scroller-x,
.scroller-y {
	overflow: -moz-scrollbars-none;
}

.inline-block {
	display: inline-block;
}

.no-margin {
	margin: 0;
}

.margin-bottom-sm {
	margin-bottom: 0.611111rem;
}

.margin-bottom {
	margin-bottom: 1rem;
}

.margin-top-xs {
	margin-top: 0.3rem;
}

.margin-top-sm {
	margin-top: 0.611111rem;
}

.margin-top {
	margin-top: 1rem;
}

.margin-top-lg {
	margin-top: 1.33333333rem;;
}

.margin-top-xl {
	margin-top: 2rem;
}

.margin-left-xs {
	margin-left: 0;
}

.margin-left-sm {
	margin-left: 0.611111rem;
}

.margin-left {
	margin-left: 1.333333rem;
}

.margin-left-lg {
	margin-left: 0;
}

.margin-left-xl {
	margin-left: 0;
}

.margin-tb-xs {
	margin-top: ;
	margin-bottom: ;
}

.margin-tb-sm {
	margin-top: ;
	margin-bottom: ;
}

.margin-tb {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.margin-tb-lg {
	margin-top: ;
	margin-bottom: ;
}

.margin-tb-xl {
	margin-top: ;
	margin-bottom: ;
}

.align-center {
	align-items: center;
}

.align-stretch {
	align-items: stretch;
}

.justify-space {
	justify-content: space-between;
}

.nowrap {
	white-space: nowrap;
}

.padding {
	padding: 1.333333rem;
}

.padding-tb {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
}

.padding-lr {
	padding-left: 1.3rem;
	padding-right: 1.3rem;
}

.border {
	border: 1px solid #3EEAF4;
}

/* 提示 */
.belong {
	background: url(../img/home_belong_bg.png) no-repeat left top;
	background-size: 100% 100%;
	font-size: 1.222222rem;
	padding: 0.777777rem 1rem;
	display: inline-block;
}

.orange-tip {
	background: url(../img/home_real_time_shop.png) no-repeat left top;
	background-size: 100% 100%;
	font-size: 1.222222rem;
	padding: 1.65rem 2rem 2rem;
	display: inline-block;
	text-align: center;
}

.simple-tip {
	display: inline-flex;
	align-items: center;
	padding: 0.333333rem 1.6rem 0.333333rem 0.5rem;
	border-left: 2px solid #3EEAF4;
	background-image: linear-gradient(90deg, #085495 0% 30%, rgb(8 84 149 / 0%));
}

/* grid布局 */

.grid {
	display: flex;
	flex-wrap: wrap;
}

.grid.col-1>div {
	width: 100%;
}

.grid.col-2>div {
	width: 50%;
	padding: 1rem 2.5rem;
}

.grid.col-4>div {
	width: 25%;
}

.grid.row-3>div {
	height: 33.333%;
}

/*四格等高*/
.grid.col-2.height-2 {
	background: url(../img/home_realtime_bg_icon.png) no-repeat center;
	background-size: 73%;
}

.grid.col-2.height-2 .title {
	margin-top: 0.277777rem;
}

/* 边框 */

.border {
	position: relative;
	border: 1px solid #3EEAF4;
}

.border::before {
	content: " ";
	width: 100%;
	height: 1.222222rem;
	background: url(../img/detail_bg_a.png) no-repeat top left;
	background-size: 100%;
	position: absolute;
	top: 0;
}

.gradient-border {
	position: relative;
	border-image: linear-gradient(135deg, rgba(255, 0, 0, 0) 60%, #3EEAF4) 1 1;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.gradient-border.long {
	border-image: linear-gradient(115deg, rgba(255, 0, 0, 0) 60%, #3EEAF4) 1 1;
}

.gradient-border::before {
	content: " ";
	width: 100%;
	height: 2.5rem;
	position: absolute;
	bottom: 0;
	box-shadow: 0px -1.5rem 1.5rem #082161 inset;
}

.border::after,
.gradient-border::after {
	content: " ";
	width: 100%;
	height: 1.222222rem;
	background: url(../img/detail_bg_b.png) no-repeat top left;
	background-size: 100%;
	position: absolute;
	bottom: 0;
}

/* 去除高德地图水印 */

.amap-logo {
	display: none !important;
	visibility: hidden !important;
}

.amap-copyright {
	display: none !important;
	visibility: hidden !important;
}

/* ==================
        登录
 ==================== */

.login_bg {
	background: url(../img/login_bg.png) no-repeat left top;
	background-size: cover;
	width: 100vw;
	height: 100vh;
}

.login_form {
	text-align: center;
	font-size: 1.8rem;
	width: 33.8rem;
	height: 100%;
	position: absolute;
	right: 11.4rem;
}

.login_form .logo {
	width: 10.8rem;
	margin-bottom: 2rem;
}

.login_form .form_group {
	margin-bottom: 2rem;
}

.login_form .login_input {
	display: flex;
	flex: 1;
	background-color: #227ec142;
	align-items: center;
	padding: 1.2rem 1.3rem;
	border-radius: 0.56rem;
}

.login_form .login_input .icon {
	width: 2.2rem;
	height: 2.2rem;
}

.login_form .login_input input {
	color: white;
	background: transparent;
	border: none;
	flex: 1;
	padding-left: 1.62rem;
	font-size: 1.8rem;
	width: 100%;
}

.login_form button {
	font-size: 1.777777rem;
}

.login_form .form_group.code {
	display: flex;
	justify-content: space-between;
}

.login_form .form_group.code .login_input {}

.login_form .form_group.code button {
	background-color: #227EC1;
	border-radius: 0.56rem;
	margin-left: 1.333333rem;
	padding: 0 2.5rem;
}

.login_form .login_btn {
	position: relative;
	width: 100%;
	height: 4.888888rem;
}

.login_form .login_btn::before {
	content: " ";
	width: 100%;
	height: 6.666666rem;
	background: url(../img/login_btn.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}


/* ==================
        大屏
 ==================== */
.screen_container {
	background-color: #06195B;
	height: 100%;
}

.screen_container #app {
	height: 100vh;
	display: flex;
	flex-direction: column;
	min-height: 900px;
}

.screen_container .map {
	height: 100%;
	width: 75%;
	min-width: 1440px;
	margin: 0 auto;
	padding: 1.333333rem 0;
	position: relative;
}

.map-mask {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	background: linear-gradient(90deg, #06195b, transparent 30% 70%, #06195b), linear-gradient(0deg, #06185b, transparent 30%);
	pointer-events: none;
}

.screen_container .control_container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.screen_container .top img {
	width: 100%;
}

.screen_container .top .control {
	position: absolute;
	width: 100%;
	top: 0;
}

.screen_container .top .control .login_out {
	width: 7.555555rem;
}

.screen_container .bottom {
	position: relative;
	height: 100%;
}

.screen_container .control_container .left,
.screen_container .control_container .right {
	display: flex;
	flex-direction: column;
	float: left;
	height: 100%;
	width: 25%;
}

.screen_container .control_container .left,
.screen_container .control_container .right {
	position: absolute;
	top: 0;
}

.screen_container .control_container .right {
	position: absolute;
	right: 0;
}

.screen_container .control_container .welcome {
	position: absolute;
	width: 50%;
	background-image: linear-gradient(90deg, rgb(8 84 149 / 0%) 0, #085495 50% 50%, rgb(8 84 149 / 0%));
	padding: 1.111111rem 0;
	text-align: center;
	font-size: 1.777777rem;
	top: 1.333333rem;
	left: 25%;
}

.screen_container .control_container .welcome .left-icon {
	transform: rotateY(180deg);
}

.screen_container .control_container .welcome .left-icon,
.screen_container .control_container .welcome .right-icon {
	margin: 0 1rem;
}

.screen_container .control_container .left .list-box {
	margin-bottom: 0.666666rem;
}

.screen_container .control_container .left .list-box+.list-box {
	margin-top: 0.666666rem;
	margin-bottom: 0;
}

.screen_container .control_container .list-box {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.screen_container .control_container .list-box .top_img {
	width: 100%;
}

.screen_container .control_container .list-box .title_img {
	position: absolute;
	top: 0.388888rem;
	right: 0;
}

.screen_container .control_container .list-box .list-bg {
	height: 100%;
	background-color: #08216199;
}

/* ==================
        商家列表
 ==================== */

.bg_list_box {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 1.333333rem 1.333333rem 0 1.333333rem;
}

.bg_list_box .bg_list {}

.bg_list_box .bg_list_item {
	width: 100%;
	padding: 0 0.888888rem 0.833333rem;
}

.bg_list_box .bg_list_item.normal_bg {
	width: 100%;
	background: url(../img/home_normal_bg.png) no-repeat left top;
	background-size: 100% 100%;
	padding: 0.8rem 0.888888rem;
	margin-bottom: 0.833333rem;
}

.bg_list_box .bg_list_item.abnormal_bg {
	background: url(../img/home_abnormal_bg_a.png) no-repeat left top;
	background-size: 100% 100%;
	padding: 0.8rem 0.888888rem;
	margin-bottom: 0.833333rem;
}

/* ==================
        视频监控
 ==================== */
.video-list-box.middle {
	overflow: hidden;
	position: absolute;
	bottom: 1.333333rem;
	width: 50%;
	left: 25%;
}

.video-list-box .flex-twice {
	width: 4.444444rem;
	flex: unset;
}

.video-list-box .video-list.horizontal {
	/* margin-left: -1rem; */
	/* margin-right: -1rem; */
	flex-wrap: nowrap;
}

.video-list-box .video-list.horizontal .video-list-item {
	width: 13rem;
	margin: 1.333333rem 0;
	/* padding-left: 1rem; */
	padding-right: 2rem;
}

.video-list-box .video-list.horizontal .video-list-item img {
	width: 100%;
	height: 7rem;
	background-color: #999;
	margin-bottom: 0.5rem;
}

.video-list-box .video-list.vertical {
	height: 100%;
}

.video-list-box .video-list.vertical .video-list-item {
	padding: 0 1rem 0.8rem;
	display: flex;
	flex-direction: column;
}

.video-list-box .video-list.vertical p {
	line-height: 1.5;
}

.video-list-box .video-list.vertical .video-list-item img {
	width: 100%;
	height: 100%;
	background-color: #999;
}

/* ==================
        商家信息
 ==================== */
.shop-info-list,
.shop-info-list2 {
	padding: 0.888888rem 1.388888rem;
}

.shop-info-list .shop-info-item {
	background: url(../img/detail_shop.png) no-repeat left top;
	background-size: 100% 100%;
	margin-bottom: 1.333333rem;
	padding: 0 1.111111rem;
}

.shop-info-list .shop-info-item .title,
.shop-info-list .shop-info-item .info {
	line-height: 1.555555rem;
}

/* ==================
        商家异常信息
 ==================== */
.shop-info-list2 .shop-info-item {
	background: url(../img/detail_abnormal_bg.png) no-repeat left top;
	background-size: 100% 100%;
	margin-bottom: 0.888888rem;
	padding: 0.4rem 1.111111rem;
}

.shop-info-list2 .shop-info-item .title,
.shop-info-list2 .shop-info-item .info {
	line-height: 1.6rem;
}

.shout_button{
	width: 100%;
	height: 2.311111rem;
	line-height: 2.311111rem;
	font-size: 1rem;
	background: #085495;
	margin-top: 10px;
}

.search_bar {
	width: 33.7777778rem;
	height: 2.6666667rem;
	line-height: 2.6666667rem;
	border: 1px solid #3eeaf4;
}

.search_bar input {
	width: calc(100% - 2.2222222rem);
	height: 100%;
	background: transparent;
	font-weight: 400;
	font-size: 1rem;
	color: #ffffff;
	padding: 0 1.1111111rem;
}

.search_bar input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	font-size: 1rem;
	font-weight: 400;
}

.search_bar input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 1rem;
	font-weight: 400;
}

.search_bar input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 1rem;
	font-weight: 400;
}

.search_bar input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 1rem;
	font-weight: 400;
}

.search_button {
	width: 8.66666667rem;
	height: 2.6666667rem;
	line-height: 2.6666667rem;
	background: #3eeaf4;
	font-size: 1.3333333rem;
}

.grid.col-5>div {
	width: 20%;
}

.padding-min {
	padding: 0 0.8333333rem;
}

.margin-min-l {
	margin-left: 0.8333333rem;
}

.justify-start {
	justify-content: flex-start;
}

.cell {
	padding: 0 0.5rem;
}

.cell img {
	width: 100%;
	height: 11.11111rem;
	background-color: #999;
	margin-bottom: 0.5rem;
}

.violation-cell {
	padding: 0 0.5rem;
}

.violation-cell-container {
	width: 100%;
	padding: 0 0 1rem 0;
	background-color: #12477D;
	position: relative;
}

.full-height {
	height: 100%;
}

.violation-times {
	position: absolute;
	top: 0;
	width: 8rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.9rem;
	background: linear-gradient(to right, #C7ACCC, #CFD0ED);
}

.violation-cell-container img {
	width: 100%;
	height: 11.11111rem;
	margin-bottom: 0.5rem;
}

.more-icon {
	width: 1.2rem !important;
	height: 1.2rem !important;
}

.violation-cell-container button {
	width: 6rem;
	height: 2rem;
	background-color: #3EEAF4;
	color: white;
	font-size: 1rem;
}

.screen_container::-webkit-scrollbar {
	width: 0 !important
}

.screen_container {
	-ms-overflow-style: none;
}

.screen_container {
	overflow: -moz-scrollbars-none;
}

.tab-container {
	position: relative;
	margin: 0 1.333333rem 1rem 1.333333rem;
}

.sep-line {
	width: 100%;
	height: 2px;
	background: #3eeaf4;
}

.tabs-container {
	position: absolute;
	top: -2.33333333rem;
	right: 0;
}

.tab {
	width: 9.44444444rem;
	height: 2.33333333rem;
	opacity: 1;
	background: #005492;
	font-size: 1.33333333rem;
	font-weight: 400;
	color: #3eeaf4;
}

.tab_selected {
	color: white;
}