.common_001_message_info {
    font-size: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 3px;
}  
.common_002_weather_info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    height: 100%;
    justify-content: space-around; 
} 
 
.common_002_weather_top {
    display: flex;
    align-items: center;
    color: #fff;
}
.common_002_weather_bottom {
    display: flex;
}

.common_002_weather_location_name {
    font-size: 20px;
    margin: 0 15px 0 5px;
}

.common_002_weather_current_wind {
    margin: 0 15px;
}

.common_002_weather_current_air {
    border-radius: 5px;
    padding: 2px 11px;
    display: flex;
    align-items: center;
}

.common_002_weather_air_status {
    margin-left: 9px;
}

.common_002_weather_current_temperature_card {
    display: flex;
    margin-right: 10px;
}

.common_002_weather_current_temperature {
    font-size: 100px;
}

.common_002_weather_future_info {
    border: 1px solid #ffd284;
    /* width: calc( 100% - 193px); */
    border-radius: 12px;
    padding: 10px;
    color: #fff;
    width:100%;
} 

.common_002_weather_current_unit {
    font-size: 35px;
}

.common_002_weather_future_titles {
    display: flex;
}
.common_002_weather_future_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.common_002_weather_future_bottoms {
    display: flex;
}
.common_002_weather_temperature_line {
    height: calc(100% - 84px);
} 
.common_002_weather_future_cols {
    display: flex;
    justify-content: space-around;
    height: 100%;
}

.common_002_future_col {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    text-align: center;
}
.common_002_weather_future_temperature {
    color: #ffd284;
}
.common_002_img_location_icon {
    width: 16px;
    height: 18px;
    background-image: url(../../../../img/visual/web/component/weather/location.png);
} 
.common_002_weather_future_icon {
    margin-top: 3px;
    width: 16px;
    height: 16px;
}

.common_003_search_div {
    display: flex;
    justify-content: space-between;
    /* padding: 0 10px; */
    /* margin-top: 5px; */
    position: relative;
    display: none;
} 
.common_003_search_btn {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.common_003_monitor_btn {
    padding: 5px 12px;
    /* margin-top: 16px; */
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #ffd284;
    cursor: pointer;
    line-height: 33px;
}

.common_003_monitor_btn.activeVideo {
    background: #ffd284;
    color: #fff;
}

.common_003_video_client_btns{
	margin-bottom: 135px;
	margin-top: 10px;
}

.common_003_video_window{
	width:100%;
	height:calc(100% - 50px);
	position: relative;
}

.common_003_video_monitor {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 10px;
    font-size: 15px;
}

.common_003_video_tree {
    width: calc(20% - 10px);
    height: 100%;
    margin-right: 10px;
}

.common_003_video_client {
    width: 80%; 
    height: 100%;
}

.common_003_video_status {
    margin: 10px 0;
}
.common_003_download_plugin{
	color: red;
	display: none;
	margin-left: 10px;
}

/* 树 */
.ztree li a.curSelectedNode {    
  	background-color:#ffd284 !important;
 	color: #fff !important;
 	opacity:1;
} 
.ztree li a:hover { 
	background-color:#ffd284 !important; 
	color: #fff !important;
	opacity:0.7;  
}
.ztree {
    color: #fff;
}
/* 树 */
 .common_003_video_box {
    position: absolute;
    left: 30%;
    height: 86%;
    top: 10%;
    width: 68%;
    z-index: 99999999;
} 


.common_004_video_client {
    width: 80%;
    height: 100%;
}

.common_004_videos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.common_004_video {
    width: 50%;
    height: 50%;
    border: 1px solid #ffd284;
} 

.common_005_items {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    align-items: center;
    height: 100%;
}

.common_005_item {
    width: 50%;
    display: flex;
    align-items: center;
}

.common_005_item_title {
    color: #ff9900;
    width: 100px;
    font-size: 18px;
    text-align: right;
}

.common_005_item_value {
    color: #fff;
    font-size: 16px;
    white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	overflow:hidden;
}
.swiper-container,.swiper-wrapper,.swiper-slide,.charts-content,.swiper-container-common-008{
	width:100% !important;
	height:100%;
}
/* 垂直 */
.charts-content-vertical{
	display:flex;
	flex-direction: column;
}
.common_008_chart_one_vertical{
	height:20px;
	flex-grow: 1;
	border-radius: 8px;
    box-shadow: 0 0 5px #93b2d9;
    margin:5px;
}

/* 水平 */
.charts-content-align{
	display:flex;
	/* flex-direction: column; */
}
.common_008_chart_one_align{
	width:20px;
	flex-grow: 1;
	border-radius: 8px;
    box-shadow: 0 0 5px #93b2d9;
    margin:5px;
}