@charset "UTF-8";
/* ---------------------------------------------------------------- */
/* li box__multidata 互動陰影用 */
.box__multidata > ul {
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, .4);
    transition: all .5s ease-out 0s;
}


/* 統一最後一起加 可以統一做放這，不行的話，加到各自頁面中 */
.box__multidata > ul:hover {
    -webkit-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, .4);
}
/*--------------------------------*/
/* li box__multidata */
.box_info_content .box__dashbord__ul .box__multidata  {
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: 93%;
}

.box__multidata > ul {
	position: relative;
	flex: 0 0 auto;
	/*border: 1px solid red;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 20px;
	background-color: #363C48;
	overflow: hidden;
}

/* -------------------------------------------------------- */
/* box__chartsnum__t1 */
.box__multidata .box__chartsnum__t1 {
	width: 100%;
	height: 450px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	padding: 20px;
	margin-bottom: 20px;
}

.box__multidata .box__chartsnum__t1 > ul {
	flex: 0 0 auto;
	/*border: 1px solid yellow;
	box-sizing: border-box;*/
}

.box__multidata .box__chartsnum__t1 > ul:first-child {
	width: 35%;
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
	align-items: center;
}

.box__multidata .box__chartsnum__t1 > ul:last-child {
	width: 63%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.box__multidata .box__chartsnum__t1 > ul:first-child > ul {
	position: relative;
	display: block;
	/*border: 1px solid red;
	box-sizing: border-box;*/
}

/* 目前進度的 甜甜圈圖 */
.box__multidata .box__chartsnum__t1 > ul:first-child > ul:first-child {
	width: 100%;
}

.box__multidata .box__chartsnum__t1 > ul:first-child > ul:first-child > li:first-child {
	margin-bottom: 10px;
}

#progress__ul #chart-doughnut-num1 .data__num__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-size: 46px;
	color: #16FEF3;
}

#progress__ul #chart-doughnut-num1 .data__num__text span {
	color: #16FEF3;
	font-size: 14px;
}

#budget__ul #chart-doughnut-num2 .data__num__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-size: 40px;
	color: #41C3FF;
}

#budget__ul #chart-doughnut-num2 .data__num__text span {
	color: #41C3FF;
	font-size: 14px;
}


/* 目前進度的 num */
.box__multidata .box__chartsnum__t1 > ul:first-child > ul:last-child {
	width: 100%;
	height: 43%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box__multidata .box__chartsnum__t1 > ul:first-child > ul:last-child > li {
	flex: 0 0 auto;
	width: 48%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
}

.box__multidata .box__chartsnum__t1 > ul:first-child > ul:last-child > li:nth-child(n+3) > p:first-child {
	color: #41C3FF;
}

/*.box__multidata .box__chartsnum__t1 > ul:first-child > ul:last-child > li > p {

}*/

.box__multidata .box__chartsnum__t1 > ul:first-child > ul:last-child > li > p:first-child {
	font-size: 46px;
}

.box__multidata .box__chartsnum__t1 > ul:first-child > ul:last-child > li > p:last-child {
	position: relative;
	display: block;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    bottom: 8px;
    color: #ffffff;
}

.box__multidata .box__chartsnum__t1 > ul:first-child > ul:last-child > li > p:last-child::before {
	content: "";
	position: absolute;
	display: block;
    margin-top: -10px;
	width: 100%;
	height: 3px;
	background-color: #2E323C;
}

/* 圖表上的標示 */
.box__multidata .box__chartsnum__t1 > ul:last-child > li:first-child {
	color: #ffffff;
	font-size: 12px;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	margin-top: 40px;
}

.box__multidata .box__chartsnum__t1 > ul:last-child > li:first-child > ul:first-child {
	display: flex;
	flex-direction: row;
	margin-right: 20px;

	padding: 10px 25px;
	border-radius: 10px;
	background-color: #2E323C;
}

.box__multidata .box__chartsnum__t1 > ul:last-child > li:first-child > ul:first-child > li {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.box__multidata .box__chartsnum__t1 > ul:last-child > li:first-child > ul:first-child > li:first-child {
	margin-right: 10px;
}

.box__multidata .box__chartsnum__t1 > ul:last-child > li:first-child > ul:first-child > li > div {
	margin-right: 5px;
}

.box__multidata .box__chartsnum__t1 > ul:last-child > li:first-child > ul:first-child > li:first-child > div {
	display: block;
	width: 12px;
	height: 8px;
	border-radius: 3px;
	background-color: #16FEF3;
}

.box__multidata .box__chartsnum__t1 > ul:last-child > li:first-child > ul:first-child > li:last-child > div {
	display: block;
	width: 12px;
	height: 8px;
	border-radius: 3px;
	background-color: #41C3FF;
}

/* -------------------------------------------------------- */
/* box__weathernum__t1 */
.box__multidata .box__weathernum__t1 {
	width: 68%;
	/*height: 630px;*/
	padding: 20px;
	margin-bottom: 20px;
}

/* 今日工地日誌 */
.box__multidata .box__weathernum__t1 > ul:first-child > li:first-child {
	margin-bottom: 20px;
}

.box__multidata .box__weathernum__t1 > ul:first-child > li:last-child {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.box__multidata .box__weathernum__t1 > ul:first-child > li:last-child > ul {
	flex: 1 0 auto;
	width: 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 15px;
	padding: 25px 10px;
}

.box__multidata .box__weathernum__t1 > ul:first-child > li:last-child > ul:nth-child(odd) {
	background-color: #2E323C;
}

.box__multidata .box__weathernum__t1 > ul:first-child > li:last-child > ul > li {
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 8px 0;
}


.box__multidata .box__weathernum__t1 > ul:first-child > li:last-child > ul > li:nth-child(3) {
	width: 90%;
}
.box__multidata .box__weathernum__t1 > ul:first-child > li:last-child > ul > li > img {
	width: 100%;
}

/* 分隔線 */
.box__multidata .box__weathernum__t1 > ul:nth-child(2) {
	/*margin: 25px 0;*/
	margin: 40px 0;
}

/* 進出人次 */
.box__multidata .box__weathernum__t1 > ul:last-child {}

.box__multidata .box__weathernum__t1 > ul:last-child > li:first-child {
	margin-bottom: 20px;
}

.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

/* 人次進入+人次離開 && 進入車輛+離開車輛 */
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul {
	flex: 0 0 auto;
	width: 48%;
	/*border: 1px solid yellow;*/

	border-radius: 15px;
	background-color: #2E323C;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	/*height: 200px;*/
}

/* 人次進入+人次離開 box__line */
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:first-child > ul:nth-child(2),
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:last-child > ul:nth-child(2) {
	display: flex;
	align-items: center;
}

.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul .box__line {
	width: 1px;
	height: 80%;
}

/* 人次進入+人次離開 */
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:first-child {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:first-child > ul:first-child,
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:first-child > ul:last-child,
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:last-child > ul:first-child,
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:last-child > ul:last-child {
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 20px 10px 10px 10px;
}

/* 人次進入+人次離開 title */
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:first-child > ul:first-child > li:first-child,
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:first-child > ul:last-child > li:first-child,
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:last-child > ul:first-child > li:first-child,
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:last-child > ul:last-child > li:first-child {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:first-child > ul .data__num__text {
	margin: 30px 0;
}

.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:first-child > ul:last-child .data__num__text {
	color: #41C3FF;
}


/* 進入車輛+離開車輛 */
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:last-child > ul:first-child > li:not(:first-child),
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:last-child > ul:last-child > li:not(:first-child) {
	color: #16FEF3;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 18px;
	border-radius: 10px;
}

.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:last-child > ul:first-child > li:not(:first-child):nth-child(odd),
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:last-child > ul:last-child > li:not(:first-child):nth-child(odd) {
	background-color: #363C48;
}

.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:last-child > ul:first-child > li:not(:first-child):nth-child(2),
.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:last-child > ul:last-child > li:not(:first-child):nth-child(2) {
	margin-top: 15px;
}


/* -------------------------------------------------------- */
/* box__chartsnum__t2 */
.box__multidata .box__chartsnum__t2 {
	width: 30%;
	/*height: 630px;*/
	padding: 20px;
	margin-bottom: 20px;
}

.box__multidata .box__chartsnum__t2 > ul:first-child {
	margin-bottom: 20px;
}

.box__multidata .box__chartsnum__t2 > ul:first-child > li:first-child {
	margin-bottom: 20px;
}

.box__multidata .box__chartsnum__t2 > ul:last-child {
	display: flex;
	flex-direction: column;
}

.box__multidata .box__chartsnum__t2 > ul:last-child > ul {
	flex: 0 0 auto;
	width: 100%;
}

.box__multidata .box__chartsnum__t2 > ul:last-child > ul:not(:last-child) {
	margin-bottom: 30px;
}




.box__multidata .box__chartsnum__t2 > ul:last-child > ul > li:first-child {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 15px;
	height: 25px;
}

.box__multidata .box__chartsnum__t2 > ul:last-child > ul > li:last-child {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
}
.box__multidata .box__chartsnum__t2 > ul:last-child > ul > li:last-child > .data__num__text {
	font-size: 42px;
	margin-right: 5px;
}

.box__multidata .box__chartsnum__t2 > ul:last-child > ul > li:last-child span {
	color: #ffffff;
	font-size: 14px;
	position: relative;
	bottom: 8px;
}

.box__multidata .box__chartsnum__t2 > ul:last-child > ul > li:last-child span:not(last-child) {
	margin-right: 8px;
}

.box__multidata .box__chartsnum__t2 > ul:last-child > ul:last-child > li:first-child {
	/*display: flex;
	flex-direction: column;*/
}

.box__multidata .box__chartsnum__t2 > ul:last-child > ul:last-child > li:first-child span {
	margin-left: 10px;
	font-size: 13px;
	color: #B3B3B3;
}

.box__multidata .box__chartsnum__t2 > ul:last-child > ul:last-child > li:last-child .data__num__text > span {
	margin-left: 5px;
	font-size: 13px;
	position: relative;
	bottom: 0;
}

/* -------------------------------------------------------- */
/* box__list__t1 */
.box__multidata .box__list__t1 {
	width: 68%;
	/*height: 450px;*/
	padding: 20px;
}

.box__multidata .box__list__t1 > ul:first-child {
	margin-bottom: 20px;
}

.box__multidata .box__list__t1 > ul:last-child {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.box__multidata .box__list__t1 > ul:last-child > li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

	border-radius: 10px;
	padding: 14px 20px;

	color: #ffffff;
	font-size: 16px;
}

.box__multidata .box__list__t1 > ul:last-child > li:first-child {
	background-color: rgba(255, 255, 255, 0.2);
}

.box__multidata .box__list__t1 > ul:last-child > li:not(:first-child):nth-child(odd) {
	background-color: #2E323C;
}

.box__multidata .box__list__t1 > ul:last-child > li > div {
	flex: 0 0 auto;
	/*border: 1px solid red;*/
	/*box-sizing: border-box;*/
}

.box__multidata .box__list__t1 > ul:last-child > li > div:first-child {
	width: 20%;
}

.box__multidata .box__list__t1 > ul:last-child > li > div:nth-child(2) {
	width: 12%;
	
}

.box__multidata .box__list__t1 > ul:last-child > li:not(:first-child) > div:nth-child(2) {
	color: #16FEF3;
}

.box__multidata .box__list__t1 > ul:last-child > li > div:last-child {
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* -------------------------------------------------------- */
/* box__totalnum__t1 */
.box__multidata .box__totalnum__t1 {
	width: 30%;
	/*height: 450px;*/
	padding: 20px;
}

.box__multidata .box__totalnum__t1 > ul:first-child {
	margin-bottom: 40px;
}

.box__multidata .box__totalnum__t1 > ul:last-child > li {
	margin-bottom: 30px;
}

.box__multidata .box__totalnum__t1 > ul:last-child > li > p:first-child {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 15px;
}
.box__multidata .box__totalnum__t1 > ul:last-child > li > p:last-child {
	text-align: right;
}

.box__multidata .box__totalnum__t1 > ul:last-child > li .data__num__text {
	font-size: 42px;
	margin-right: 5px;
}

.box__multidata .box__totalnum__t1 > ul:last-child > li .data__num__text > span {
	margin-left: 5px;
	color: #ffffff;
	font-size: 13px;
	position: relative;
	bottom: 0;
}


/* -------------------------------------------------------- */
/* box__listnum__t1 */
.box__multidata .box__listnum__t1 {
	width: 100%;
	/* 往下推 */
	margin-top: 20px;
	padding: 20px;
}

.box__multidata .box__listnum__t1 > ul:first-child {
	margin-bottom: 20px;
}


/* list */
.box__multidata .box__listnum__t1 > ul:nth-child(2) {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.box__multidata .box__listnum__t1 > ul:nth-child(2) > ul {
	flex: 0 0 auto;
	width: 49%;
	/*border: 1px solid red;
	box-sizing: border-box;*/
}

.box__multidata .box__listnum__t1 > ul:nth-child(2) > ul > li {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;

	padding: 12px 10px;
	border-radius: 10px;

	margin-bottom: 5px;
}

.box__multidata .box__listnum__t1 > ul:nth-child(2) > ul > li:first-child {
	background-color: rgba(255, 255, 255, 0.2);
}

.box__multidata .box__listnum__t1 > ul:nth-child(2) > ul > li:not(:first-child):nth-child(odd) {
	background-color: #2E323C;
}


.box__multidata .box__listnum__t1 > ul:nth-child(2) > ul > li:not(:first-child) > span {
	display: inline-block;
	width: 90px;
	font-size: 15px;
}

.box__multidata .box__listnum__t1.new-style > ul:nth-child(2) > ul > li:not(:first-child) {
	display: block;
	
}

.box__multidata .box__listnum__t1.new-style > ul:nth-child(2) > ul > li:not(:first-child) > span {
	width: auto;
	margin-bottom: 15px;
	display: block;
}


/* 服務路口累積總數 */
.box__multidata .box__listnum__t1 > ul:last-child > li {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;

    margin-top: 20px;
}

.box__multidata .box__listnum__t1 > ul:last-child > li > p:first-child {
	font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    bottom: 8px;
    margin-right: 10px;
}

.box__multidata .box__listnum__t1 > ul:last-child > li > p:last-child {
	font-size: 42px;
}

.box__multidata .box__listnum__t1 > ul:last-child > li > p:last-child span {
	color: #ffffff;
	font-size: 13px;
}

.box__multidata .box__chartsnum__t1.new-style {
	display: block;
}

.box__multidata .box__chartsnum__t1 .left-part {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.box__multidata .box__chartsnum__t1 .left-part .smart-data-show,
.box__multidata .box__chartsnum__t1 .left-part .chart-title-m {
	align-self: flex-start;
}

.box__multidata .box__chartsnum__t1 .chart-show {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	position: relative;
}

.box__chartsnum__t1 .chart-show .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}

.box__chartsnum__t1 .canvas-out {
	position: relative;
	width:100%;
	height: 530px;
}

.box__chartsnum__t1 .canvas-inner {
	position: relative;
	width:100%;
	height: 100%;
}

.box__multidata .box__chartsnum__t1 .type-show {
	flex-direction: column;
}

.box__multidata .box__chartsnum__t1 .left-part .type-show {
	padding-top: 20px;
}

.box__chartsnum__t1 .right-part .chart-data-box .right-chart {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.box__chartsnum__t1 .right-part .chart-data-box .right-chart .type-show {
	justify-content: center;
}

.box__chartsnum__t1 .left-data .smart-data-show {
	flex-direction: column;
	align-items: flex-start;
}

.box__chartsnum__t1 .left-data .smart-data-show .item.total {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #707070;
}

.box__chartsnum__t1 .left-data .smart-data-show .item:not(.total) span {
	font-size: 30px;
	color: #16FDF3;
	margin-left: 5px;
}

.smart-data-show {
	display: flex;
	align-items: center;
	padding-top: 20px;
}

.smart-data-show .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
	line-height: 30px;
}

.smart-data-show .item p, .smart-data-show .item span {
	flex: 0 0 auto;
}

.smart-data-show .item:nth-child(1) p:nth-child(2) {
	font-size: 42px;
	margin-left: 5px;
	color: #16FDF3;
} 

.smart-data-show .item:nth-child(2) p:nth-child(2) {
	font-size: 42px;
	margin-left: 5px;
	color: #FF4141;
} 

.type-show {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.type-show .item {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.type-show .item .dot {
	flex: 0 0 10px;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.type-show .item p {
	margin-right: 10px;
	flex: 0 0 auto;
}

.type-show .item p:last-child {
	margin-right: 0;
}

.type-show .item p:last-child span {
	margin-right: 5px;
}

.type-show .item p:last-child span::after {
	content: '|';
	line-height: 16px;
	margin-left: 5px;
}

.type-show .item.type7 {
	color: #FF48F9;
}

.type-show .item.type7 .dot {
	background: #FF48F9;
}

.type-show .item.type8 {
	color: #5A5FFB;
}

.type-show .item.type8 .dot {
	background: #5A5FFB;
}

.ul-table ul {
	display: flex;
	align-items: center;
} 

.ul-table ul li {
	line-height: 24px;
	padding: 10px;
}

.box__chartsnum__t1 .ul-table ul li:first-child {
	flex: 1 1 auto;
	text-align: left;
}

.box__chartsnum__t1 .ul-table ul li {
	text-align: center;
	flex: 0 0 15%;
}

.ul-table .ul-head {
	color: #fff;
}

.ul-table .ul-tr {
	color: #3FC4FF;
	border: 1px solid #3FC4FF;
	margin-bottom: 5px;
}

.ul-table .ul-tr:last-child {
	margin-bottom: 0;
}

.box__chartsnum__t2 .smart-data-show {
	margin-bottom: 15px;
}

.box__chartsnum__t2 .smart-data-show .item, .box__chartsnum__t2 .smart-data-show span,
.box__totalnum__t1 .smart-data-show .item {
	color: #FF4141;
}

.box__chartsnum__t2 .smart-data-show span,
.box__totalnum__t1 .smart-data-show .item span {
	margin: 0 5px;
	font-size: 30px;
}


.box__totalnum__t1 .smart-data-show {
	display: block;
	color: #FF4141;
}

.box__totalnum__t1 .smart-data-show .tit {
	margin-bottom: 10px;
}

.box__totalnum__t1 .smart-data-show .item .list {
	display: flex;
	margin-right: 15px;
}

.alarm-box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}

.alarm-box .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 0 20%;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.alarm-box .item .circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 5px;
}

.alarm-box .item.type1 .circle {
	color: #fff;
	border: 3px dashed #fff;
}

.alarm-box .item.type2 .circle {
	color: #97EC42;
	border: 3px dashed #97EC42;
}

.alarm-box .item.type3 .circle {
	color: #FF4141;
	border: 3px dashed #FF4141;
}

.box__chartsnum__t2 .ul-table ul li:nth-child(1) {
	flex: 0 0 10%;
}

.box__chartsnum__t2 .ul-table ul li:nth-child(2) {
	flex: 1 1 auto;
}

.box__chartsnum__t2 .ul-table ul li:nth-child(3) {
	flex: 0 0 30%;
}

.box__totalnum__t1.new-style .ul-table ul li:nth-child(1){
	flex: 1 1 auto;
}

.box__totalnum__t1.new-style .ul-table ul li:nth-child(2){
	flex: 0 0 10%;
}

.box__totalnum__t1.new-style .ul-table ul li:nth-child(3){
	flex: 0 0 20%;
}

.box__totalnum__t1.new-style .ul-table ul li:nth-child(4){
	flex: 0 0 20%;
	color: #FF4141;
}


@media only screen and (min-width:360px) {
	.box__multidata .box__chartsnum__t1 {
		order: 1;
		width: 100%;
		height: auto;
	}
	
	.box__multidata .box__weathernum__t1
	.box__multidata .box__weathernum__t1 {
		order: 2;
		width: 100%;
	}

	.box__multidata .box__chartsnum__t2 {
		/*order: 3;*/
		order: 4;
		width: 100%;
	}

	.box__multidata .box__list__t1 {
		/*order: 4;*/
		order: 3;
		width: 100%;
		margin-bottom: 20px;
	}

	.box__multidata .box__totalnum__t1 {
		order: 5;
		width: 100%;
	}

	.box__multidata .box__listnum__t1 {
		order: 6;
		width: 100%;
	}
	/* ---------------------------------------------------- */
	/* ---------------------------------------------------- */
	.box__multidata .box__chartsnum__t1 {
		display: flex;
		flex-direction: column;
	}

	.box__multidata .box__chartsnum__t1 > ul:first-child {
		width: 100%;
	}

	.box__multidata .box__chartsnum__t1 > ul:last-child {
		width: 100%;
	}

	.box__multidata .box__chartsnum__t1 #chart-doughnut-num1 {
		width: 85%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}

	.box__multidata .box__chartsnum__t1 > ul:first-child > ul:last-child {
		justify-content: center;
		margin-top: 20px;
	}

	.box__multidata .box__chartsnum__t1 > ul:first-child > ul:last-child > li {
		width: 40%;
		margin-bottom: 20px;
	}
	/* ---------------------------------------------------- */
	.box__multidata .box__weathernum__t1 {
		width: 100%;
	}

	.box__multidata .box__weathernum__t1 > ul:first-child > li:last-child {
	    display: flex;
	    flex-direction: column;
	}

	.box__multidata .box__weathernum__t1 > ul:first-child > li:last-child > ul {
	    flex: 0 0 auto;
	    width: 100%;
	    flex-direction: row;
	    justify-content: space-around;
	    align-items: center;
	    padding: 0px 0px;
	}

	.box__multidata .box__weathernum__t1 > ul:first-child > li:last-child > ul > li:nth-child(3) {
		width: 12%;
	}
	
	.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child {
		display: flex;
		flex-direction: column;
		/*justify-content: space-between;
		align-items: stretch;*/
	}

	.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul {
		width: 100%;
	}

	.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:first-child > ul .data__num__text {
		margin: 10px 0;
	}

	.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:first-child {
		margin-bottom: 20px;
	}
	/* ---------------------------------------------------- */
	.box__multidata .box__list__t1 > ul:last-child > li:first-child > div:last-child {
		text-align: left;
		margin-top: 10px;
	}

	.box__multidata .box__list__t1 > ul:last-child > li {
		flex-wrap: wrap;
	}

	.box__multidata .box__list__t1 > ul:last-child > li > div:first-child {
		width: 28%
	}

	.box__multidata .box__list__t1 > ul:last-child > li:first-child > div:nth-child(2) {
		width: 64%;
	}

	.box__multidata .box__list__t1 > ul:last-child > li:not(:first-child) > div:nth-child(2) {
	/*.box__multidata .box__list__t1 > ul:last-child > li > div:nth-child(2) {*/
		/*width: 72%;*/
		width: 64%;
	}

	.box__multidata .box__list__t1 > ul:last-child > li:not(:first-child) > div:last-child {
		margin-top: 15px;
	}

	.box__multidata .box__list__t1 > ul:last-child > li > div:last-child {
		width: 100%;
	}
	/* ---------------------------------------------------- */
	.box__multidata .box__listnum__t1 > ul:nth-child(2) {
	    display: flex;
	    flex-direction: column;
	    /*justify-content: space-between;*/
	}

	.box__multidata .box__listnum__t1 > ul:nth-child(2) > ul {
		width: 100%;
	}

	.box__multidata .box__listnum__t1 > ul:nth-child(2) > ul:last-child {
		margin-top: 20px;
	}

	.box__multidata .box__chartsnum__t1 .chart-show {
		height: 300px;
	}

	.box__chartsnum__t1 .left-part {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.box__chartsnum__t1 .smart-data-show .item {
		margin-right: 15px;
	}

	.box__chartsnum__t1 .smart-data-show .item:last-child {
		margin-right: 0;
	}

	.box__chartsnum__t1 .canvas-out, .box__chartsnum__t1 .right-part .chart-data-box .right-chart .chart-show {
		width: 80%;
	}

	.box__chartsnum__t1 .chart-show .txt {
		font-size: 20px;
	}
}

@media only screen and (min-width:768px) {

	/* ---------------------------------------------------- */
	/* ---------------------------------------------------- */
	.box__multidata .box__chartsnum__t1 {
		display: flex;
		flex-direction: row;
		height: 450px;
	}

	.box__multidata .box__chartsnum__t1.new-style {
		height: auto;
	}

	.box__multidata .box__chartsnum__t1 > ul:first-child {
		width: 40%;
	}

	.box__multidata .box__chartsnum__t1 > ul:last-child {
		width: 58%;
	}

	.box__multidata .box__chartsnum__t1 #chart-doughnut-num1 {
		width: 100%;
		left: 0%;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
	}

	.box__multidata .box__chartsnum__t1 > ul:first-child > ul:last-child {
		justify-content: center;
		margin-top: 0px;
	}

	.box__multidata .box__chartsnum__t1 > ul:first-child > ul:last-child > li {
		width: 46%;
		margin-bottom: 0px;
	}

	/* ---------------------------------------------------- */
	.box__multidata .box__weathernum__t1 > ul:first-child > li:last-child {
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	}

	.box__multidata .box__weathernum__t1 > ul:first-child > li:last-child > ul {
	    flex: 1 0 auto;
	    width: 10%;
	    flex-direction: column;
	    align-items: center;
	    padding: 25px 10px;
	}

	.box__multidata .box__weathernum__t1 > ul:first-child > li:last-child > ul > li:nth-child(3) {
		width: 90%;
	}

	.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child {
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: stretch;
	}

	.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul {
		width: 48%;
	}

	.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:first-child > ul .data__num__text {
		margin: 39px 0;
	}

	.box__multidata .box__weathernum__t1 > ul:last-child > li:last-child > ul:first-child {
		margin-bottom: 0px;
	}


	/* ---------------------------------------------------- */
	.box__multidata .box__chartsnum__t2 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 20px;
	}

	.box__multidata .box__chartsnum__t2 > ul:first-child > li:first-child {
	    margin-bottom: 40px;
	}

	.box__multidata .box__chartsnum__t2 > ul:first-child {
		flex: 0 0 auto;
		width: 28%;
		margin-bottom: 0px;
	}

	.box__multidata .box__chartsnum__t2 > ul:last-child {
		flex: 0 0 auto;
		width: 68%;

		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;

		margin-top: 50px;
	}

	.box__multidata .box__chartsnum__t2 > ul:last-child > ul {
		flex: 0 0 auto;
		width: 50%;
	}

	.box__multidata .box__chartsnum__t2 > ul:last-child > ul > li:last-child {
		justify-content: flex-start;
	}

	/* ---------------------------------------------------- */
	.box__multidata .box__totalnum__t1 > ul:last-child {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.box__multidata .box__totalnum__t1 > ul:last-child > li {
		margin-bottom: 0px;
	}

	/* ---------------------------------------------------- */
	.box__multidata .box__list__t1 {
		margin-bottom: 0px;
	}

	.box__multidata .box__list__t1 > ul:last-child > li {
		flex-wrap: nowrap;
	}

	/*.box__multidata .box__list__t1 > ul:last-child > li:first-child > div:last-child {
		text-align: center;
	}

	.box__multidata .box__list__t1 > ul:last-child > li:not(:first-child) > div:nth-child(2) {
		width: 72%;
	}*/

	.box__multidata .box__list__t1 > ul:last-child > li > div:first-child {
		width: 20%
	}

	.box__multidata .box__list__t1 > ul:last-child > li:first-child > div:nth-child(2) {
		width: 12%;
	}

	.box__multidata .box__list__t1 > ul:last-child > li:not(:first-child) > div:nth-child(2) {
		width: 12%;
	}

	.box__multidata .box__list__t1 > ul:last-child > li:not(:first-child) > div:last-child {
		margin-top: 0px;
	}

	.box__multidata .box__list__t1 > ul:last-child > li:first-child > div:last-child {
		margin-top: 0px;
	}

	.box__multidata .box__list__t1 > ul:last-child > li > div:last-child {
		width: 60%;
	}


	/* ---------------------------------------------------- */
	.box__multidata .box__listnum__t1 > ul:nth-child(2) {
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	}

	.box__multidata .box__listnum__t1 > ul:nth-child(2) > ul {
		width: 49%;
	}

	.box__multidata .box__listnum__t1 > ul:nth-child(2) > ul:last-child {
		margin-top: 0px;
	}

	.box__multidata .box__listnum__t1.new-style > ul:nth-child(2) > ul {
		width: calc(33.33% - 20px);
	}

	.box__chartsnum__t1 .left-part {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding-bottom: 60px;
		margin-bottom: 60px;
	}

	.box__chartsnum__t1 .chart-data-box {
		padding-bottom: 30px;
	}

	.box__chartsnum__t1 .smart-data-show .item {
		margin-right: 30px;
	}

	.box__chartsnum__t1 .smart-data-show .item:last-child {
		margin-right: 0;
	}

	.box__multidata .box__chartsnum__t1 .chart-show {
		height: 400px;
	}

	.box__multidata .box__chartsnum__t2.new-style {
		display: block;
	}

	.box__chartsnum__t1 .canvas-out, .box__chartsnum__t1 .right-part .chart-data-box .right-chart .chart-show {
		width: 50%;
	}
}

@media only screen and (min-width:1024px) {
	.box__multidata .box__chartsnum__t1 {
		order: 1;
		width: 100%;
	}

	.box__multidata .box__weathernum__t1 {
		order: 2;
		width: 68%;
	}

	.box__multidata .box__chartsnum__t2 {
		order: 3;
		width: 30%;
	}

	.box__multidata .box__list__t1 {
		order: 4;
		width: 68%;
	}

	.box__multidata .box__totalnum__t1 {
		order: 5;
		width: 30%;
	}

	.box__multidata .box__listnum__t1 {
		order: 6;
		width: 100%;
	}

	/* ---------------------------------------------------- */
	/* ---------------------------------------------------- */
	.box__multidata .box__chartsnum__t1 > ul:first-child {
		width: 35%;
	}

	.box__multidata .box__chartsnum__t1 > ul:last-child {
		width: 63%;
	}

	.box__multidata .box__chartsnum__t1 > ul:first-child > ul:last-child > li {
	    width: 40%;
	}

	/* ---------------------------------------------------- */
	.box__multidata .box__weathernum__t1 {
		width: 68%;
	}

	/* ---------------------------------------------------- */
	.box__multidata .box__chartsnum__t2 {
		display: flex;
		flex-direction: column;
		margin-top: 0px;
		/*justify-content: space-between;*/
	}

	.box__multidata .box__chartsnum__t2 > ul:first-child > li:first-child {
	    margin-bottom: 20px;
	}

	.box__multidata .box__chartsnum__t2 > ul:first-child {
	    margin-bottom: 20px;
	    flex: 0 0 auto;
	    width: 100%;
	}

	.box__multidata .box__chartsnum__t2 > ul:last-child {
		flex: 0 0 auto;
		width: 100%;

		display: flex;
		flex-direction: column;
		/*justify-content: space-between;*/
		/*flex-wrap: wrap;*/
		margin-top: 0px;
	}

	.box__multidata .box__chartsnum__t2 > ul:last-child > ul {
		flex: 0 0 auto;
		width: 100%;
	}

	.box__multidata .box__chartsnum__t2 > ul:last-child > ul > li:last-child {
		justify-content: flex-end;
	}

	/* ---------------------------------------------------- */
	.box__multidata .box__totalnum__t1 > ul:last-child {
		display: flex;
		flex-direction: column;
	}

	.box__multidata .box__totalnum__t1 > ul:last-child > li {
		margin-bottom: 30px;
	}

	.box__multidata .box__chartsnum__t1.new-style {
		display: flex;
	}

	.box__multidata .box__weathernum__t1.new-style {
		width: 60%;
	}

	.box__multidata .box__chartsnum__t2.new-style {
		width: 38%;
	}

	.box__multidata .box__chartsnum__t1 .left-part {
		width: 40%;
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.box__multidata .box__chartsnum__t1 .right-part {
		width: 58%;
	}

	.box__multidata .box__chartsnum__t1 .chart-show {
		height: inherit;
	}

	.box__chartsnum__t1 .right-part .chart-data-box {
		display: flex;
		margin-bottom: 30px;
	}

	.box__chartsnum__t1 .right-part .chart-data-box .left-data {
		flex: 0 0 40%;
	}

	.box__chartsnum__t1 .right-part .chart-data-box .right-chart {
		flex: 0 0 60%;
	}

	.box__chartsnum__t1 .right-part .chart-data-box .right-chart .chart-show {
		flex: 1 1 auto;
	}

	.box__multidata .box__list__t1.new-style {
		width: 60%;
	}

	.box__multidata .box__totalnum__t1.new-style {
		width: 38%;
	}

	.box__chartsnum__t1 .canvas-out, .box__chartsnum__t1 .right-part .chart-data-box .right-chart .chart-show {
		width: 100%;
	}
}

@media only screen and (min-width:1025px) {

}

@media only screen and (min-width:1280px) {
	.box__multidata .box__chartsnum__t1 > ul:first-child > ul:last-child {
		height: 32%;		
	}
}

@media only screen and (min-width:1440px) {

}


















