*, ::after, ::before {
    box-sizing: border-box;
}
*{
	margin: 0px;
	padding: 0px;
}
html,body{
	height: 100%;
	width: 100%;
	font-family: Microsoft YaHei;
	overflow: hidden;
}

.hide{
	display: none;
}
 
.visual_container{
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
}
.visual_containter_main{
	position: relative;
	display: flex;
	height: 100%;
}
.visual_sub_container{
	position: absolute;
}
.vis_container {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10px;
}
.vis_container .vis_col { 
	margin-right: 10px;
} 
.vis_container .vis_col:last-child { 
	margin-right: 0px;
} 
.vis_container .vis_row{ 
	margin-bottom: 10px; 
}  
.vis_container .vis_row:last-child { 
	margin-bottom: 0px;
} 
 

.vis_col{
	display: flex;
	width: 100%;
	height: 100%;
	/* flex: 1; */
    flex-direction: column;
}

.vis_row {
	display: flex;
	width: 100%;
	height: 100%;
	/* flex: 1; */
    flex-direction: row;
} 


.vis_item{
	width: 100%;
	height: 100%;
	/* flex: 1; */
	display: flex;
	/* justify-content: center;
	align-items: center; */ 
	flex-direction: column;
} 
.vis_item_body{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	height: calc(100% - 36px);
} 
.vis_item_body_style_clear{
	height: 100%;
	border:none !important;
}
.vis_row .vis_item{
	margin-right: 10px;
}
.vis_row .vis_item:last-child{
	margin-right: 0;
}
.vis_col .vis_item{
	margin-bottom: 10px;
}  
.vis_item{
	overflow-y: hidden;
	overflow-x: hidden;
}
.vis_col .vis_item:last-child{
	margin-bottom: 0;
}
.vis_item .visual{
	/* height: calc(100% - 36px); */
} 


.visual{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
} 
.vis_line_1{
	width: 100%;
	height: 100%;
}

.temp_container{
    background: #050b28;
    width: 100%;
    height: 100%;
}



.vis_chart {
    width: 100%;
    height: 100%;
    padding: 10px; 
}

.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}

/*表单样式*/
.form_detail {
    padding: 14px 25px;
}
.form_line {
    display: flex;
    justify-content: space-between;
   /*  width: 750px; */
    margin-bottom: 10px;
}
.form_line_left,.form_line_right {
    width: 100%;
    display: flex;
    align-items: center;
}
.form_line_left_layout{
	width: 100%;
    display: flex;
}
.form_input_val .lls-input-1,.form_input_val .lls-select-1,.form_input_val .lls-textarea-1{
	width: 100%;
}
#area select {
    width: auto;
}
.form_input_title {
    display: inline-block;
    min-width: 60px;
    text-align: right;
    line-height: 33px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}
.form_input_val {
    display: inline-block;
    flex-grow: 8;
    position: relative;
} 
.required{
	color: red;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 20px;
    margin-bottom: -6px; 
    display: inline-block;
}
.extra-data{
	margin-left: 10px;
	margin-top: 24px;
	color: red;
}
.form_btns {
    display: flex;
    justify-content: center;
    width: 100%;
}
/*表单样式*/ 

/*lls*/
.lls-btn-2{
	background: #ea3e23;
}
.lls-btn-1{
	background: #008af0;
}
.lls-btn-1:hover{
	background: #008af0;
} 
.lls-btn-1:focus{
	background: #008af0;
}
/*lls*/

.lgbtn{
	background: #e93f21 ;
	color: #fff;
	opacity: 0.9;
	cursor: pointer;
	height: 32px;
    border-radius: 3px;
    padding: 2px 10px;
    font-size: 12px;
}

.lgbtn:HOVER{
	outline: 0 ;
	opacity: 1;
	box-shadow:none;
}
.lgbtn:FOCUS{
	box-shadow:none;
	outline: 0 ;
} 
.lgbtn:active {
	box-shadow:none;
	outline: 0 ;
}
.layour_content {
    width: 820px;
    height: 452px;
    /* border: 1px solid #ddd; */
/*     margin-left: 20px; */
    border-radius: 3px;
}

.no_data {
    width: 460px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}
.remark_tips{
	margin-top: 6px;
}
/* 组件样式 */




/* 组件样式 */  
/*常用颜色集*/
.lsp_color_success{
	color:#3ac25f;
}
.lsp_color_warning{
	color:#ff783d;
}
.lsp_color_error{
	color:#ff2442;
}
/*常用颜色集*/
/*大屏弹窗*/
.screen_layer_iframe{
	background: transparent;
	height: 100%; 
    box-shadow: none;
}  
/*大屏弹窗*/ 

.weui-flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.weui-flex__item{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.lsp_window_form_item_right input, .lsp_window_form_item_right select{
    width: 80% !important;
}
.vis_item{
	position: relative;
}
.vis_box_style_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.vis_box_bg_cell {
    display: flex;
}

.vis_box_bg_top {
    height: 30px;
}

.vis_box_bg_bottom {
    height: 30px;
}

.vis_box_bg_center {
    height: calc(100% - 60px);
}

.vis_box_bg_tl {
    height: 100%;
    width: 30px;
}

.vis_box_bg_tc {
    flex: 1;
}

.vis_box_bg_tr {
    width: 30px;
    height: 100%;
}

.vis_box_bg_cl {
    width: 30px;
    height: 100%;
}
.vis_box_bg_cc {
    flex: 1;
}

.vis_box_bg_cr {
    width: 30px;
    height: 100%;
}

.vis_box_bg_bl {
    height: 100%;
    width: 30px;
}

.vis_box_bg_bc {
    flex: 1;
}

.vis_box_bg_br {
    width: 30px;
    height: 100%;
}
.open_content_ol {
    line-height: 35px;
    color: #3056FC;
    cursor: pointer;
}

.open_content_ol_icon {
    float: left;
    margin-top: 8px;
    margin-right: 5px;
    width:20px;
    height:20px;
    background: url(../../../../img/visual/web/open_help_active.svg) no-repeat;
    background-size: 100% 100%;
}

.cuol_icon_dd{
	background: url(../../../../img/visual/web/help_dd.svg);
}
.cuol_icon_wx{
	background: url(../../../../img/visual/web/help_wx.svg);
}
.cuol_icon_tel{
	background: url(../../../../img/visual/web/help_tel.svg);
}
.cuol_icon_gd{
	background: url(../../../../img/visual/web/help_gd.svg);
	cursor: pointer;
}
.contact_us_title img {
    width: 20px;
}

.contact_us_content {
    height: 100vh;
}
.contact_us_main{
	height:100%;
}

.contact_us_list {
    display: flex;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}

.contact_us_ol {
    max-width: 145px;
    flex: 1;
}
.contact_us_ol_gd{
	cursor: pointer;
}

.cuol_cover {
    width: 45px;
    height: 45px;
    background-size: 100%;
}

.cuol_title {
    text-align: left;
    line-height: 30px;
    color: #051528;
}

.cuol_sub_title {
    text-align: left;
    color: #3056FC;
    font-size: 12px;
}

.contact_us_li {
    display: flex;
}

.contact_us_li_right {
    padding-left: 10px;
}

.cuol_remark {
    margin-top: 10px;
    color: #818181;
}
.contact_line {
    width: 1px;
    height: 15px;
    background: #E0E0E0;
}


@keyframes row{
  0%{}
  100%{
    transform: translateY(-50%);
  }
}
/* 调用动画 */
.list_body_animation {
  /* //infinite永久调用动画 */
  animation: row  20s linear infinite;
}
/*鼠标划入 停止动画  */
.list_body_animation:hover {
  animation-play-state: paused;
}

.header_setting_area {
    float: left;
    width: 80px!important;
    margin-right: 10px;
}
.lsp_window_form_item_left{
	width: 20%;
}
.lsp_window_form_item_right{
	width: calc(80% - 15px);
}