@charset "utf-8";
body {margin: 0;padding: 0;background-color: #f2f5fa;min-width: 1360px;overflow-x:hidden; }
@media all and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18),
  (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18),
  (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
  :root {
    font-size: 14px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28),
  (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28),
  (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
  :root {
    font-size: 13px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4),
  (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4),
  (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
  :root {
    font-size: 12px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
  (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
  (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
  :root {
    font-size: 10px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8),
  (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8),
  (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
  :root {
    font-size: 9px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1),
  (-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1),
  (min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
  :root {
    font-size: 8px;
  }
}
ul,h3,h2,h1,li,p {padding: 0;margin: 0;list-style: none;}
a:focus,a{text-decoration: none;color: #333333;}
a:hover{text-decoration: none;color: #333333;}
a,img{display: block;}
img{width: 100%;height: 100%;}
.btn:focus,.btn:active,.btn:focus:active{outline: 0;}
/*滚动条*/
::-webkit-scrollbar-corner { background-color:#ffffff;}
::-webkit-scrollbar{width: 3px; height:6px; border-radius:3px; }
::-webkit-scrollbar-track{ background:none; }
::-webkit-scrollbar-thumb{ background-color:rgba(0,0,0,0.4); border-radius:3px; }
/* 清除浮动 */
.clearfix:after,.clearfix:before{display: table; content: " ";clear: both;}
/* 盒子 */
.flex{display: flex;}
/* 充满父元素 */
.flex-bd{flex: 1;}
/* 水平居中 */
.flex-center{display: flex; align-items: center;}
/* 水平两端对齐 */ 
.flex-zBetween{-webkit-box-pack: justify;-moz-justify-content: space-between;-webkit-justify-content: space-between;justify-content: space-between}
/* 垂直居中 */
.flex-hc {-webkit-box-pack: center;	-moz-justify-content: center;-webkit-justify-content: center;justify-content: center;}
.flex_zEnd{justify-content: flex-end;}
.flex-zCenter{align-items: flex-end;}
/* 超出隐藏 */
.line-1{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.line-2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
/* 文本域 */
textarea,input{resize: none; outline: none;border: 0;}
/* 图片滑过放大 */
.whole-img{overflow: hidden;}
.whole-img img{transition: .6s all;}
.whole-img img:hover{transform: scale(1.1);}
/* 背景图不重复 */
.whole-bgt{	background-position: center;background-repeat: no-repeat;background-size: cover;}
.flex-r{	flex-direction: row}
.flex-l{	flex-direction: column;}

.warp {
	position: absolute;
	width: 100%;
	height: 100%;
}


/* 通用 */
nav{
	background-color: #1e91fd;
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 9;
}
.logo{
	width: 430px;
	height: 60px;
	background-image: url(../images/logo-bj.png);
	padding: 0 16px;
}
.logo > img{
	width: auto;
	height: 40px;
	margin-right: 10px;
}
.logo > span{
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}
.btn{
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
}
.nav-right .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	height: 60px;
	color: #ffffff;
	font-size: 16px;
	background-color: #1e91fd;
}

.nav-right .btn:not(:last-child)::after{
    content: '';
    height: 40%;
    display: block;
	margin: 0 12px;
    border-left: 1px solid #c5cdda;
}

.nav-right .btn:last-child::after{
    content: '';
    height: 40%;
    display: block;
	margin: 0 12px;
}

.nav-right .btn a{
	color: #ffffff;
}
.nav-right .btn .icon-data3{
	font-size: 20px;
}
.nav-user,
.nav-user img{
	width: 36px;
	height: 36px;
	border-radius: 100%;
}
.nav-right .btn p{
	margin: 0 12px;
}
.nav-right .btn p.ml{
	margin: 0 0 0 12px;
}
.nav-right .btn p.mr{
	margin: 0 12px 0 0;
}
.warp-navbar{
	background-color: #ffffff;
	width: 236px;
	height: calc(100vh - 60px);
	position: fixed;
	top: 60px;
	left: 0;
	overflow-y: auto;
	z-index: 9;
}
.warp-navbar::-webkit-scrollbar-corner { background-color:#ffffff;}
.warp-navbar::-webkit-scrollbar{width: 0px; height:6px; border-radius:3px; }
.warp-navbar::-webkit-scrollbar-track{ background:none; }
.warp-navbar::-webkit-scrollbar-thumb{ background-color:rgba(0,0,0,0.4); border-radius:3px; }
.warp-navbar > ul > li > .nav-item{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #5b616a;
	padding: 22px 24px;
	cursor: pointer;
}
.warp-navbar > ul > li.active{
	background-color: #f2f5fa;
}
.warp-navbar > ul > li.active > .nav-item{
	color: #1e91fd;
}
.warp-navbar > ul > li.active > .nav-item p{
	font-weight: bold;
}
.warp-navbar > ul > li.active > .nav-item .icon-down{
	transform: rotateX(180deg);
	color: #5b616a;
}
.warp-navbar > ul > li.active > .nav-meun{
	display: block;
}
.warp-navbar > ul > li > .nav-item > p{
	margin: 0 10px -4px;
	flex: 1;
}
.warp-navbar > ul > li > .nav-item > .icon-down{
	font-size: 14px;
}
.warp-navbar > ul > li > .nav-meun{
	display: none;
}
.warp-navbar > ul > li > .nav-meun > li > a{
	color: #81868d;
	padding: 10px 15px 10px 56px;
	font-size: 16px;
}
.warp-navbar > ul > li.active > .nav-meun > li.active > a,
.warp-navbar > ul > li > .nav-meun > li > a:hover{
	background-color: #1e91fd;
	color: #ffffff;
}
.nav_tr > .icon-order{
	transform: rotateY(180deg);
}
.warp-box .post{
	width: 100%;
	position: fixed;
	top: 60px;
	left: 237px;
	background-color: #ffffff;
	height: 40px;
	padding: 0 20px;
	z-index: 9;
}
.warp-box .post a{
	font-size: 14px;
	color: #5b616a;
	margin: 0 3px;
}
.warp-box .post a:hover,
.warp-box .post a.active{
	color: #1e91fd;
}
.warp_pane{
	padding: 20px;
	margin: 106px 0 0 236px;
}
.shop-item,
.shop-box{
	background-color: #ffffff;
	border-radius: 6px;
	box-shadow: 0 3px 10px 0 rgba(172,182,199,0.1);
}
.shop-box{
	padding:15px 20px;
}
.shop-item-hd{
	padding: 20px;
	border-bottom: 1px solid #e3e9ee;
}
.shop-item-tit{
	font-size: 16px;
}
.shop-item-num{
	font-size: 26px;
	font-weight: bold;cursor: pointer;
}
.shop-item-icon{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}
.shop-item-icon i{
	font-size: 30px;
}
.shop-item-ft{
	padding: 10px 20px;
	font-size: 14px;
}
.shop-item-text{
	color: #7f93a6;
}
.shop-item-data{
	color: #1e91fd;    cursor: pointer;
}
.shop_blue{
	background-color: #1e91fd;
}
.shop_green{
	background-color: #78cc93;
}
.shop_or{
	background-color: #ee9f25;
}
.shop_red{
	background-color: #f26a55;
}
.shop_gr{
	background-color: #51c5d7;
}
.shop_bl{
	background-color: #7f89d5;
}
.warp_pane .row{
	margin: 0 -10px;
}
.data-in{
	margin: 20px 0;
}
.shop-head {
	
}
.shop-head > i{
	color: #1e91fd;
	margin-right: 5px;
}
.shop-head > p{
	font-size: 16px;
	font-weight: bold;
}
.data_box{
	flex-wrap: wrap;
}
.data_box .data_cell{
	width: 33.3%;
	text-align: center;
	border-bottom: 1px solid #e6eaf0;
	padding: 43px 0;
	position: relative;
}
.data_box .data_cell:before{
	content: '';
	width: 1px;
	height: 56px;
	background-color: #e6eaf0;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	right: 0;
}
.data_box .data_cell:nth-child(3n):before{
	display: none;
}
.data_box .data_cell:nth-child(n+4){
	border: 0;
}
.data_cell_num{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 6px;
}
.data_cell_tit{
	font-size: 14px;
	color: #7f93a6;
}
.data-ft .col-xs-7,
.data-ft .col-sm-7,
.data-ft .col-md-7,
.data-ft .col-lg-7{
	width: 53.33333333%;
}
.data-ft .col-xs-1,
.data-ft .col-sm-1,
.data-ft .col-md-1,
.data-ft .col-lg-1{
	width: 13.33333333%;
}
.noti-col{
	margin-top: 40px;
}
.noti-col-hd{
	margin-bottom: 20px;
}
.noti-col-hd > i{
	color: #f61010;
	font-size: 20px;
}
.noti-col-hd > p{
	font-size: 16px;
	margin: 0 0 -3px 5px;
}
.noti-tell{
	margin-bottom: 14px;;
}
.noti-tell-tit{
	font-size: 14px;
	color: #8f95b2;
}
.noti-tell-num{
	font-size: 16px;
	color: #f61010;
	font-weight: bold;
	margin: 0 8px;
}
.noti-tell-btn{
	padding: 3px 16px;
	font-size: 14px;
	color: #1e91fd;
	border-radius: 50px;
	background-color: rgba(30,145,253,0.1);
}
.shop-sel{
	padding: 0 20px;
}
.shop-sel .select2 {
	width: 156px !important;
	height: 30px !important;
}
.shop-sel .select2-container .select2-selection--single{
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
	border: 1px solid #e6eaf0;
}
.shop-sel .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 30px;
	font-size: 13px;
	color: #8f95b2;
}
.shop-sel .select2-container--default .select2-selection--single .select2-selection__arrow .iconfont{
	color: #8f95b2;
}
.shop-unit{
	font-size: 14px;
	color: #8f95b2;
}
.shop-sel .nav-tabs{
	margin-bottom: 0;
	border: 0;
	width: 186px;
	border-radius: 4px;
	overflow: hidden;
}
.shop-sel .nav-tabs > li{
	margin-bottom: 0;
	width: 33.3%;
	text-align: center;
	background-color:#f2f5fa;
	
}
.shop-sel .nav-tabs > li > a{
	/* background-color: #f2f5fa; */
	margin-right: 0;
	font-size: 14px;
	color: #8f95b2;
	padding: 3px 0;
	border: 0;
	border-radius: 0;
	width: auto;
	text-align: center;
	position: relative;
}

.shop-sel .nav-tabs > li > a:before,
.shop-sel .nav-tabs > li > a:after{
	content: '';
	width: 10px;
	height: 26px;
	background-image: url(../images/jiao.png);
	position: absolute;
	top: 0;
	right: -10px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 9;
	display: none;
}
.shop-sel .nav-tabs > li > a::after{
	top: 0;
	right: auto;
	left: -9.8px;
	transform: rotateZ(180deg);
}
.shop-sel .nav-tabs > li.active > a,
.shop-sel .nav-tabs > li.active > a:hover,
.shop-sel .nav-tabs > li.active > a:focus,
.shop-sel .nav-tabs > li > a:hover,
.shop-sel .nav-tabs > li > a:focus,
.shop-sel .nav-tabs > li > a:active{
	background-color: #1e91fd;
	color: #FFFFFF;
	border: 0;
}

.shop-sel .nav-tabs > li.active > a{
	position: relative;
}
.shop-sel .nav-tabs > li > a:hover:before,
.shop-sel .nav-tabs > li > a:hover:after{
	display: block;
}
.shop-sel .nav-tabs > li.active > a:before,
.shop-sel .nav-tabs > li.active > a:after{
	content: '';
	width: 10px;
	height: 26px;
	background-image: url(../images/jiao.png);
	position: absolute;
	top: 0;
	right: -10px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 9;
	display: block;
}
.shop-sel .nav-tabs > li.active > a::after{
	top: 0;
	right: auto;
	left: -9.6px;
	transform: rotateZ(180deg);
}
#echarts,
#echarts1,
#echarts2,
#echart1,
#echart2,
#echart3{
	width: 1040px;
	height: 281px;
}
#echarts4,
#echart4{
	width: 100%;
	height: 362px;
}
#echarts5,
#echarts6,
#echarts7{
	width: 840px;
	height: 362px;
}
.shop_noti{
	min-height: 422px;
}
#echart5{
	width: 100%;
	height: 370px;
}




/* 商户首页 */
.info_cell{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}
.info_cell_tt{
	font-size: 20px;
	font-weight: bold;
}
.info_cell_tt span{
	width: 30px;
	height: 30px;
	background-color: #78cc93;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #ffffff;
	margin-left: 20px;
}
.info_cell_tit{
	font-size: 14px;
}
.info_cell_time{
	color: #666666;
}
.info_cell_btn,
.info_cell_btn:hover,
.info_cell_btn:focus{
	width: 80px;
	padding: 5px 0;
	background-color: rgba(30,145,253,0.1);
	font-size: 14px;
	color: #1e91fd;
	border-radius: 50px;
}
.info_red,
.info_red:hover,
.info_red:focus{
	background-color: rgba(242,106,85,0.1);
	color: #f26a55;
}
.info_bd > img{
	width: 78px;
	height: 58px;
}
.info_bd > span{
	font-size: 14px;
	color: #666666;
	margin-left: 20px;
}
.info_hd{
	border-bottom: 1px solid #eaeef9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.info_foot{
	/* margin-top: 40px; */
}
.info_box{
	margin-top: 20px;
}
.message_title {
	margin-top: 8px;
	font-size: 16px;
	font-weight: bold;
	height: 22px;   
	word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.message_sub {
	font-size: 14px;
	color: #b9b9b9;
	margin-top: 8px;
	height: 20px;
	word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.work_sel{
	padding: 0;
}
.work_table {
	margin-bottom: 0;
}
.work_table > tbody > tr > th,
.work_table > tbody > tr > td{
	width: 33.3%;
	border: 0;
	font-size: 14px;
}
.work_table > tbody > tr > th{
	color: #b1b5ba;
	font-weight: 500;
}
.work_table > tbody > tr > td{
	padding: 8px 8px 21.5px;
}
.work_table > tbody > tr:last-child > td{
	padding: 8px 8px 0px;
}
.work_table > tbody > tr > th:nth-child(2),
.work_table > tbody > tr > td:nth-child(2){
	text-align: center;
}
.work_table > tbody > tr > th:nth-child(3),
.work_table > tbody > tr > td:nth-child(3){
	text-align: right;
}

.work_pane{
	position: relative;
	z-index: 2;
}
/* .shop-huan{
	width: 210px;
	height: 210px;
	border: 26px solid #f2f5fa;
	border-radius: 100%;
	position: absolute;
	top: 98px;
	left: 26px;
	z-index: -1;
} */




/* 登录 */
.login-hd{
	background-color: #ffffff;
	height: 120px;
}
.login-logo{
	width: 86px;
	height: 80px;
	margin-right: 20px;
}
.login-hd > p{
	font-size: 46px;
	font-weight: bold;
}
.login_box{
	background-image: url(../images/login-bj.jpg);
	background-repeat: no-repeat; 
	background-size: cover;
	width: 100%;
	height: 100%;
	/* height: calc(100vh - 200px); */
	position: relative;
	display: flex;
}
.login-pic{
	background-image: url(../images/login-pic.png);
	background-repeat: no-repeat;
    background-size: cover;
	width: 830px;
	height: 520px;
}
.titles{
	position: absolute;
	top: 140px;
	width: 905px;
}
.login-title{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
	position: absolute;
	top: 50px;
	left: 100px;
}

.login-subtitle{
	font-size: 26px;
	color: #fff;
	letter-spacing: 1px;
	margin-left: 360px;
}

.login_box form{
	position: relative;
	/* top: 150px;
	right: 276px; */
	margin:auto;
	margin-right: 276px;
	background-color: #ffffff;
	border-radius: 28px;
	width: 570px;
	padding: 56px;
	height: 540px;
}
.form-name{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}
.form-group{
	border: 1px solid #e6eaf0;
	border-radius: 6px;
	padding: 0 20px;
	margin-bottom: 22px;
}
.form-icon i{
	font-size: 24px;
	color: #999999;
}
.form-input .input{
	width: 100%;
	height: 60px;
	background-color: transparent;
	padding-left: 10px;
	font-size: 18px;
}
.form-input .input::-webkit-input-placeholder{
	font-size: 16px;
	color: #666666;
}

.form-more,
.form-more:hover,
.form-more:focus{
	font-size: 18px;
	color: #1e91fd;
}
.form-reg{
	font-size: 18px;
}
.form-reg > a,
.form-reg > a:hover,
.form-reg > a:focus{
	color: #1e91fd;
}
.login_btn,
.login_btn:hover,
.login_btn:focus{
	width: 100%;
	height: 74px;
	background-color: #1e91fd;
	border-radius: 14px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 30px 0;
}
.form-ft{
	margin-top: 10px;
}
.form-ft-l{
	display: flex;
	align-items: center;
}
.test-radio{
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right: 10px;
	outline: none;
}
.test-radio span{
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
	color: #8f95b2;
	font-weight: 500;
}
.test-radio input{
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	text-decoration: none;
	outline: none !important;
	margin: -2px 0 0 0;
}
.test-radio input[type="checkbox"]::before{
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	content: "";
	text-decoration: none;
	border-radius: 0px;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/wei.png);
}
.test-radio input[type=checkbox]:checked:before{
	background-image: url(../images/xuan.png);
}

.footer {
	position: absolute;
    width: 100%;
    height: 80px;
    line-height: 80px;
    bottom: 0px;
    text-align: center;
    color: #9d9d9d;
    font-size: 16px;
}

.footer a {
   display: inline-block;
}



@media(max-width:1600px){
	.warp-navbar{
		width: 200px;
	}
	.warp-box .post{
		left: 201px;
	}
	.shop-item-tit {
	    font-size: 14px;
	}
	.shop-item-num {
	    font-size: 22px;
	}
	.shop-item-icon{
		width: 46px;
		height: 46px;
	}
	#echarts, #echarts1, #echarts2, #echart1, #echart2, #echart3{
		width: 950px;
	}
	.warp_pane {
	    padding: 15px;
	    margin: 106px 0 0 200px;
	}
	.shop-head > p{
		font-size: 14px;
	}
	.shop-sel .select2{
		width: 120px !important;
	}
	#echarts5, #echarts6, #echarts7{
		width: 700px;
	}
	.warp_pane .row{
		margin: 0 -7.5px;
	}
	.data-hd .col-sm-2,
	.data-in .col-sm-4,
	.data-in .col-sm-8{
		padding: 0 7.5px;
	}
	.warp-navbar > ul > li > .nav-meun > li > a{
		font-size: 14px
	}
	.data-in{
		margin: 15px 0;
	}
	.data-ft .col-xs-7, .data-ft .col-sm-7, .data-ft .col-md-7, .data-ft .col-lg-7{
		padding: 0 7.5px;
	}
	.noti-col-hd > p{
		font-size: 14px;
	}
	.shop-box{
		padding: 15px;
	}
	.shop-item-hd{
		padding: 15px;
	}
	.warp-navbar > ul > li > .nav-item > p{
		margin: 0 10px 0px;
	}
	.data-ft .col-xs-7, .data-ft .col-sm-7, .data-ft .col-md-7, .data-ft .col-lg-7{
		width: 51.33333333%;
	}
	.data-ft .col-xs-1, .data-ft .col-sm-1, .data-ft .col-md-1, .data-ft .col-lg-1{
		width: 15.33333333%;
	}
	.shop-item-icon i{
		font-size: 24px;
	}
	.info_cell_tt{
		font-size: 18px;
	}
	.info_cell_tt span {
	    width: 24px;
	    height: 24px;
	    margin-left: 14px;
	}
	/* .shop-huan {
	    width: 160px;
	    height: 160px;
	    border: 18px solid #f2f5fa;
	    top: 123px;
	    left: 20px;
	} */
	.login-pic{
		background-image: url(../images/login-pic.png);
		width: 697px;
		height: 437px;
	}
	.titles{
		width: 697px;
	}
	.login-title{
	}
	
	.login-subtitle{
		margin-left: 168px;
	}
	.login_box form{
		margin-right: 150px;
		padding: 40px;
		width: 480px;
		height: 440px;
	}
	.form-name {
	    font-size: 26px;
	    margin-bottom: 20px;
	}
	.form-input .input{
		height: 50px;
	}
	.login_btn, .login_btn:hover, .login_btn:focus {
	    width: 100%;
	    height: 60px;
	    border-radius: 10px;
	    font-size: 20px;
	    margin: 20px 0;
	}
	.warp-navbar > ul > li > .nav-meun > li > a,
	.warp-navbar > ul > li > .nav-item{
		font-size: 14px;
	}
	
	
	
	
}


@media(max-width:1550px){
	#echarts, #echarts1, #echarts2, #echart1, #echart2, #echart3{
		width: 950px;
	}
}
@media(max-width:1500px){
	#echarts, #echarts1, #echarts2, #echart1, #echart2, #echart3{
		width: 930px;
	}
}
@media(max-width:1440px){
	.shop-item-hd{
		padding: 15px;
	}
	#echarts, #echarts1, #echarts2, #echart1, #echart2, #echart3{
		width: 810px;
	}
	#echarts5, #echarts6, #echarts7{
		width: 610px;
	}
	.shop-sel .select2{
		width: 100px !important;
	}
	.data-ft .col-xs-7, .data-ft .col-sm-7, .data-ft .col-md-7, .data-ft .col-lg-7{
		width: 50.33333333%;
	}
	.col-lg-8{
		width: 66.66666667%!important;float: left;
	}
	.col-lg-4{
		width: 33%!important;float: left;
	}
	.data-ft .col-xs-1, .data-ft .col-sm-1, .data-ft .col-md-1, .data-ft .col-lg-1{
		width: 16.33333333%;
	}
	.shop-item-icon {
	    width: 40px;
	    height: 40px;
	}
	.shop-item-icon i{
		font-size: 20px;
	}
	.shop-huan {
	    width: 140px;
	    height: 140px;
	    border: 16px solid #f2f5fa;
	    top: 133px;
	    left: 18px;
	}
	.login-hd{
		padding: 14px;
		height: 70px;
	}
	.login-logo {
	    width: 43px;
	    height: auto;
	    margin-right: 10px;
	}
	.login-hd > p{
		font-size: 30px;
	}
	.login_box{
		/* height: calc(100vh - 150px); */
		height: 100%;
	}
	.warp-navbar > ul > li > .nav-meun > li > a,
	.warp-navbar > ul > li > .nav-item{
		font-size: 14px;
	}
}

@media(max-width:1360px){
	.shop-item-hd{
		padding: 15px;
	}
	#echarts, #echarts1, #echarts2, #echart1, #echart2, #echart3{
		width: 780px;
	}
	#echarts5, #echarts6, #echarts7{
		width: 580px;
	}
	.shop-sel .select2{
		width: 100px !important;
	}
	.data-ft .col-xs-7, .data-ft .col-sm-7, .data-ft .col-md-7, .data-ft .col-lg-7{
		width: 50.33333333%;
	}
	.data-ft .col-xs-1, .data-ft .col-sm-1, .data-ft .col-md-1, .data-ft .col-lg-1{
		width: 16.33333333%;
	}
	.shop-item-icon {
	    width: 40px;
	    height: 40px;
	}
	.shop-item-icon i{
		font-size: 20px;
	}
	.shop-huan {
	    width: 140px;
	    height: 140px;
	    border: 16px solid #f2f5fa;
	    top: 133px;
	    left: 18px;
	}
	.login-hd{
		padding: 14px;
		height: 70px;
	}
	.login-logo {
	    width: 43px;
	    height: auto;
	    margin-right: 10px;
	}
	.login-hd > p{
		font-size: 30px;
	}
	.login_box{
		/* height: calc(100vh - 150px); */
		height: 100%;
	}
	.login_box form{
		margin-right: 100px;
	}
	.warp-navbar > ul > li > .nav-meun > li > a,
	.warp-navbar > ul > li > .nav-item{
		font-size: 14px;
	}
}