body{
	margin:0 auto;
	font-size: 13px;
	overflow: auto;
	background-color: #f3f4f7;
	width: 100%;
    overflow-x:hidden;
}
.window{
	width:100%;
	height:100%;
	margin:0 auto;
	display: flex;
	background-color: #f3f4f7;
}

/*二级顶层区*/
._top_row{
	margin:0 auto;
	width:100%;
	height:100%;
	position:relative;
	top:50px;
}

/*顶部标题栏主框架*/
._top{
	width:100%;
	height:50px;
	line-height:50px;
	background-color: #262f3e;
	color:#c1c6c8;
	position:fixed;
	z-index: 999;
}
.divmbg{
	opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom:0px;
	background-color: #000;
	z-index: 999;
	text-align: center;
	overflow: auto;
	display:none;
}
.info_div{
	margin-top:0px;
	width:100%;
	position: absolute;
	z-index:99999;
	display: none;
	background-color: #fff;
	border-radius: 10px;
  	box-shadow:0px 2px 10px 0 #909090;
  	-moz-box-shadow:-0px 2px 10px 0 #909090;
  	-webkit-box-shadow:0px 2px 10px 0 #909090;
}

/*标题栏内部区*/
.top_menu{
	width:100%;
	/*display:table;*/
	display:flex;
}
.top_menu_title{
	display:table-cell;
	position:absolute;
	padding-left:20px;
	padding-right:20px;
	height:100%;
}
.top_menu_title_logo{
	width:60px;
	text-align: left;
	position: absolute;
}
.top_menu_title_txt_title{
	vertical-align: center;
	text-align: left;
	position: absolute;
	left:70px;
	width:180px;
	height:100%;
	font-size: 18px;
	font-weight: bold;
}
.top_menu_title_txt{
	vertical-align: center;
	text-align: left;
	position: absolute;
	left:180px;
	width:380px;
	height:100%;
}
.top_menu_search{
	width:260px;
	right:530px;
	height:30px;
	margin-top:10px;
	position: absolute;
	display:table-cell;
	text-align:right;
	background-color:#344258;
	vertical-align: center;
}
.top_menu_end{
	display:table-cell;
	width:320px;
	text-align: center;
	vertical-align: center;
	position:absolute;
	right:260px;
	height:100%;
}

.show_sup{position:relative;top:-8px;height:35px;vertical-align:top;font-size:9px;color:#dff714;}

/*二级码弹窗控制区*/
.top_serget{
	position:absolute;
	display: none;
	width:150px;
	text-align:center;
	top:100%;
	left:-25px;
	background-color: #ffffff;
	box-shadow:-3px 3px 5px -3px #909090,3px 3px 5px -3px #909090;
	filter:progid:DxImageTransform.Microsoft.shadow(color=#909090,direction=120,strength=4);
	-moz-box-shadow:-3px 3px 5px -3px #909090,3px 3px 5px -3px #909090;
	-webkit-box-shadow:-3px 3px 5px -3px #909090,3px 3px 5px -3px #909090;
	/*border:1px red solid;*/
}
.top_service{
	width:110px;
	height:50px;
	right:135px;
	display:table-cell;
	text-align:center;
	position:absolute;
	vertical-align: center;
	/*border:1px red solid;*/
}
.top_help{
	width:50px;
	height:50px;
	right:85px;
	display:table-cell;
	text-align:center;
	position:absolute;
	vertical-align: center;
	/*border:1px red solid;*/
}

.top_search{
	position:absolute;
	width:520px;
	text-align:left;
	top:40px;
	padding:5px;
	line-height:30px;
	color:#fff;
	padding-bottom:10px;
	background-color: #151822;
	box-shadow:-3px 3px 5px -3px #909090,3px 3px 5px -3px #909090;
	filter:progid:DxImageTransform.Microsoft.shadow(color=#909090,direction=120,strength=4);
	-moz-box-shadow:-3px 3px 5px -3px #909090,3px 3px 5px -3px #909090;
	-webkit-box-shadow:-3px 3px 5px -3px #909090,3px 3px 5px -3px #909090;
}

.top_userinfo{
	width:65px;
	right:20px;
	display:table-cell;
	text-align:right;
	position:absolute;
	color:#ffffff;
	height:100%;
	/*border:1px red solid;*/
}
.top_service:hover .top_serget{
	display:block;
}
.top_serget_img{text-align:center;height:160px;}
.top_serget_txt{text-align:center;color:#000000;font-size: 13px;line-height:30px;}

/*用户信息弹窗控制区*/
.top_userinfoget{
	position:absolute;
	display: none;
	width:160px;
	text-align:left;
	top:100%;
	right:-20px;
	background-color: #151822;
	box-shadow:-3px 3px 5px -3px #909090,3px 3px 5px -3px #909090;
	filter:progid:DxImageTransform.Microsoft.shadow(color=#909090,direction=120,strength=4);
	-moz-box-shadow:-3px 3px 5px -3px #909090,3px 3px 5px -3px #909090;
	-webkit-box-shadow:-3px 3px 5px -3px #909090,3px 3px 5px -3px #909090;
	/*border:1px red solid;*/
}

/*菜单头部*/
.top_userinfoget_title{
	width:100%;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
}
/*菜单项*/
.top_userinfoget_item{
	padding-left:10px;
	list-style-type:none;
	line-height:35px;
	font-size: 13px;
	cursor:pointer;
}

.top_userinfoget_item:hover{background-color: #262f3e}
.top_userinfo:hover .top_userinfoget{
	display:block;
}
/*左侧菜单栏*/
.menu_body{
	border-top:1px #344258 solid;
	width:200px;
	height:100%;
	background: #1e222d;
	color:#c1c6c8;
	float: left;
	top:50px;
	position:fixed;
	opacity:1;
	vertical-align: top;
	z-index: 998;

}

/*菜单内容区域*/
/**/
/**/
/*菜单头部*/
.menu_header{
	width:100%;
	height:50px;
	top:0px;
	background-color: #262f3e;
	color:#c1c6c8;
	position: absolute;
}

/*菜单项*/
.menu_title{
	padding-top:60px;
	width:200px;
	display:flex;
	flex-direction:column;
}
.menu_title_item{
	padding-left:20px;
	line-height:35px;
	height:35px;
	font-size: 13px;
	width:180px;
	display:flex;
	flex-direction:row;
	cursor:pointer;
}
.menu_title_item_sel{
	padding-left:20px;
	line-height:35px;
	height:35px;
	font-size: 13px;
	width:180px;
	display:flex;
	flex-direction:row;
	background-color: #006eff;
	cursor:pointer;
}

/*含二级菜单的菜单项*/
.menu_title_item_hide{
	padding-left:20px;
	width:180px;
	line-height:35px;
	font-size: 13px;
	cursor:pointer;
	display:flex;
	flex-direction:row;
	cursor:pointer;
}
/*二级菜单*/
.menu_title_text{
	margin-left:-60px;
	padding-left:40px;
	line-height:35px;
	font-size: 13px;
	cursor:pointer;
}
.menu_title_item:hover,.menu_title_text:hover{color:skyblue;background-color: #262f3e}
.menu_title_item_hide:hover{color:skyblue;background-color: #262f3e}
/*左侧菜单栏极简模式*/
.menu_header_min{
	width:60px;
	height:50px;
	top:0px;
	left:0px;
	/*background-color: #262f3e;*/
	color:#c1c6c8;
	position: absolute;
	display: none;
}

/*弹窗*/
#topCoverDiv{
    opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom:0px;
	background-color: #000;
	z-index: 99990;
	text-align: center;
	overflow: auto;
}
        
#dia{
	clear: left;
	float: left;
	background: rgba(255,255,255,1);
	z-index: 99999;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 530px;
	height: 350px;
	margin: -200px 0 0 -250px;
	border-radius: 10px;
	border-top-width: 10px;
	padding: 10px 10px 10px 10px;
}
#topCDiv{
    opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom:0px;
	background-color: #000;
	z-index: 99990;
	text-align: center;
	overflow: auto;
}
#idiv{
	clear: left;
	float: left;
	background: rgba(255,255,255,1);
	z-index: 99999;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 530px;
	height: 350px;
	margin: -200px 0 0 -250px;
	border-radius: 10px;
	border-top-width: 10px;
	padding: 10px 10px 10px 10px;
}
#topCDiv1{
    opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom:0px;
	background-color: #000;
	z-index: 999990;
	text-align: center;
	overflow: auto;
}
#idiv1{
	clear: left;
	float: left;
	background: rgba(255,255,255,1);
	z-index: 999999;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 530px;
	height: 350px;
	margin: -200px 0 0 -250px;
	border-radius: 10px;
	border-top-width: 10px;
	padding: 10px 10px 10px 10px;
}
#topCDiv2{
    opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom:0px;
	background-color: #000;
	z-index: 99990;
	text-align: center;
	overflow: auto;
}
#idiv2{
	clear: left;
	float: left;
	background: rgba(255,255,255,1);
	z-index: 99999;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 530px;
	height: 350px;
	margin: -200px 0 0 -250px;
	border-radius: 10px;
	border-top-width: 10px;
	/*padding: 10px 10px 10px 10px;*/
}
#fotree{
	border-radius: 10px;
}
/*内容主体一级区块*/
._main{
	/*border-top:1px #344258 solid;*/
	width:88%;
	width:-webkit-calc(100% - 200px);
	width:-moz-calc(100% - 200px);
	width:calc(100% - 200px);
	float:left;
	left:200px;
	height:auto;
	position:relative;
	background-color: #f3f4f7;
	vertical-align: top;
}
/*头部标题*/
.top{
	margin:0 auto;
	padding-left:25px;
	padding-right:25px;
	width:95%;
	width:-webkit-calc(100% - 50px);
	width:-moz-calc(100% - 50px);
	width:calc(100% - 50px);
	height:50px;
	background-color: #ffffff;
	color:#000;
	line-height: 50px;
	display:flex;
}
.top_title{
	/*padding-left:25px;*/
	/*padding-left:60px;*/
	display:table-cell;
	height:100%;

}

/*自动拉伸区*/
.top_flex{
	display:table-cell;
	flex:1;
}

/*内容块*/
.main{
	width:100%;
	width:-webkit-calc(100%);
	width:-moz-calc(100%);
	width:calc(100%);
	margin:0 auto;
	margin-top:0px;
	height:auto;
	/*padding-top:10px;*/
	/*background-color: #fff;*/
	/*无上阴影*/
	/*box-shadow:-3px 5px 5px -3px #909090,5px 5px 5px -3px #909090;
	filter:progid:DxImageTransform.Microsoft.shadow(color=#909090,direction=120,strength=4);
	-moz-box-shadow:-3px 5px 5px -3px #909090,5px 5px 5px -3px #909090;
	-webkit-box-shadow:-3px 5px 5px -3px #909090,5px 5px 5px -3px #909090;*/
	/*4边*/
	/*box-shadow:0px 2px 10px 0 #909090;
	-moz-box-shadow:-0px 2px 10px 0 #909090;
	-webkit-box-shadow:0px 2px 10px 0 #909090;
	text-align: center;*/
}
.main_body{
	width:100%;
	height:0px;
	margin:0 auto;
	display: flex;
	/*position:absolute;*/
}


.top_menu a{color:#c1c6c8;text-decoration:none;}
.top_menu a:hover{color:skyblue;text-decoration:none;}
/*.top_service a{color:#c1c6c8;text-decoration:none;}
.top_service a:hover{color:skyblue;text-decoration:none;}
.top_help a{color:#c1c6c8;text-decoration:none;}
.top_help a:hover{color:skyblue;text-decoration:none;}
.top_userinfo a{color:#c1c6c8;text-decoration:none;}
.top_userinfo a:hover{color:#c1c6c8;text-decoration:none;}*/
.menu_title a{color:#ffffff;text-decoration:none;}
.menu_title a:hover{color:blue;text-decoration:none;}
._main a{color:#000000;text-decoration:none;}
._main a:hover{color:blue;text-decoration:none;}
.line_custom{height:0px;border-top:1px #999 solid;border-right:0px;border-bottom:0px;border-left:0px;}
.frame_content{
	
}

.basetabletitle {
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
} 
.td {
    min-width: 500px;
    min-height: 30px;
    font-size: 14px;
    border: 0px solid black;
    text-align: center;
}
.tr_left {
    min-width: 100px;
    min-height: 30px;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    text-align:right;
    vertical-align: top;
}

.tr_right {
    min-width: 400px;
    min-height: 30px;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
}

.wrap{
    display:flex;
    flex-direction:row;
    margin:0 auto;
    font-size: 13px;
    margin-top:20px;
}
.table_allow_row{
    display:flex;
    flex-direction:row;
    margin:0 auto;
    font-size: 13px;
    margin-top:20px;
}
.table_allow_row_shadow{
    font-size: 13px;
    display:flex;
    flex-direction:row;
    margin:0 auto;
    margin-top:20px;
    box-shadow:0px 2px 10px 0 #909090;
    -moz-box-shadow:-0px 2px 10px 0 #909090;
    -webkit-box-shadow:0px 2px 10px 0 #909090;
    text-align: center;
}
.table_allow_column{
    font-size: 13px;
    display:flex;
    flex-direction:column;
}
.table_allow_column_shadow{
    font-size: 13px;
    display:flex;
    flex-direction:column;
    box-shadow:0px 2px 10px 0 #909090;
    -moz-box-shadow:-0px 2px 10px 0 #909090;
    -webkit-box-shadow:0px 2px 10px 0 #909090;
    text-align: center;
}

.div_shadow{
    font-size: 13px;
    width:98%;
    margin:0 auto;
    min-height:100px;
    background-color: #fff;
    box-shadow:0px 2px 10px 0 #909090;
    -moz-box-shadow:-0px 2px 10px 0 #909090;
    -webkit-box-shadow:0px 2px 10px 0 #909090;
    text-align: center;
}

.img_shadow{
    width:100%;
    margin:0 auto;
    background-color: #fff;
    box-shadow:0px 2px 10px 0 #909090;
    -moz-box-shadow:-0px 2px 10px 0 #909090;
    -webkit-box-shadow:0px 2px 10px 0 #909090;
    text-align: center;
}

.div_showinfo{
    width:calc(98%);
    margin:0 auto;
    min-height:50px;
    background-color:#d5e7ff;
    color:#1a43ab;
    text-align:left;
    font-size:13px;
    line-height:50px;
}
.div_table_header{
    margin:0 auto;
    min-height:40px;
    text-align:left;
    font-size:13px;
    line-height:40px;
    border-collapse:collapse;/*合并td中边框*/
    border-bottom:1px solid #d8d8d8;

}
.div_table_cell{
    margin:0 auto;
    min-height:35px;
    text-align:left;
    font-size:13px;
    line-height:35px;
    border-collapse:collapse;/*合并td中边框*/
    border-bottom:1px solid #e8e8e8;
}

.table_allow_row_chg{
    display:flex;
    flex-direction:row;
    margin:0 auto;
    font-size: 13px;
    margin-top:20px;
}
.table_allow_row_chg:hover{background-color:#f1f2f2;cursor:pointer;}

.div_table_bottom{
    margin:0 auto;
    margin-top:-1px;
    min-height:50px;
    font-size:13px;
    line-height:50px;
    border-collapse:collapse;/*合并td中边框*/
    border-top:1px solid #d8d8d8;
}
.datebody{margin:0 auto;margin-top:10px;width:265px;min-height:50px;}
.this_page:focus{outline:none;}
.page_has:focus{outline:none;}
.page_has option {
    direction: ltr;
}

.div_button{
    width:80px;
    position: relative;
    left:190px;
    background-color:#ccc;
    font-size: 13px;
    line-height:35px;
    border:1px solid #ccc;
    margin-top:10px;
    margin-bottom:50px;
    text-align: center;
    cursor:pointer;
}

.ifrbody{
    width:100%;
    height:auto !important;
}

/*从上到下渐变色*/
.line_grad{
    background: -webkit-linear-gradient(to bottom, #f3f4f7 50%, #ffffff 50%);
    background: -o-linear-gradient(to bottom, #f3f4f7 50%, #ffffff 50%);
    background: linear-gradient(to bottom, #f3f4f7 50%, #ffffff 50%)
}
.page_but_enabled{width:30px;height:30px;display: flex; justify-content: center; align-items:center;cursor:pointer;background-color:#fff;border-right:1px solid #cfd5de}
.page_but_disable{width:30px;height:30px;display:flex;justify-content: center;align-items:center;cursor:pointer;background-color:#e7eaef;border-right:1px solid #cfd5de}

.contactl{
    width: 100%;
    height: 500px;
    background: linear-gradient(to right, #f87f73 50%, #292423 50%)
}
/*斜线画法，可与渐变配合使用*/
.diagonal{
    margin-left: 50%;
    width: 0px;
    border-width: 500px 200px 0px 0px;
    border-style: solid;
    border-color: #f87f73 transparent transparent transparent;
}

.dropdown{   
    position:relative;   
    display:inline-block; 
    height:30px;
    min-width:125px;
    margin-top:0px;
}   
  
/* 下拉菜单内容，设置为隐藏 */   
.dropdown-content{   
    min-width:100px;   
    background-color:#fff;   
    position:absolute;   
    display:none;  
    top:30px;
    box-shadow:0px 8px 15px 0px rgba(0,0,0,0.2);  
    z-index:9 
}   
  
/* 下拉按钮样式 */   
.dropbtn{   
    padding-left:15px;  
    font-size:13px;   
    width:75px;
    line-height:30px;  
    border:none;   
    background-color:#fff;  
    color:#000; 
    cursor:pointer; 
    position:relative;
    top:-2px; 
}   
  
/* 下拉菜单链接的样式 */   
.dropdown-content a{   
    color:black;   
    text-decoration:none;   
    line-height:35px;
    width:100%;
    display:block; 
    cursor:pointer; 
}   
  
/* 鼠标移入后显示下拉菜单 */   
.dropdown:hover .dropdown-content{   
    /*display:block;   */
}   
  
/* 鼠标移入后修改链接的背景色 */   
.dropdown-content a:hover{   
    background-color:#E8E8E8;   
}   
  
/* 下拉菜单显示后修改下拉按钮的背景色 */   
.dropdown:hover .dropbtn{   
    /*background-color:#008B00;   */
} 

.status-one{
    width: 100%;
    border: 1px #669CB8 solid;
	box-shadow: 0px 2px 2px #D0D4D6;
	height: 10px;
	border-radius: 10px;
	background: linear-gradient(180deg, #E1E9EE, white); 
	padding: 1px;
}
.process-one{
	background: linear-gradient(180deg, #7BC3FF, #7BC3FF);
	width: 99%;
	height: 100%;
	border-radius: 10px;
}

/*是非选择*/
/*******************************************************/
.chk_enable{display: none;}
.chk_enable + label {
    background-color: #ededed;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    background: #adadad;
    width: 61px;
    height: 30px;
    cursor: pointer;
    vertical-align: bottom;
}

.chk_enable + label:before {
    content: ' ';
    position: absolute;
    background: #FFF;
    top: 1px;
    z-index: 99999;
    left: 1px;
    width: 15px;
    color: #FFF;
    height: 28px;
    border-radius: 5px;
}

.chk_enable + label:after {
    content: '\5173\95ED'; 
    position: absolute;
    font-size: 14px;
    color: white;
    padding: 5px;
    line-height: 20px;
}
.chk_enable:checked + label {
    background: #006eff;
}
.chk_enable:checked + label:after {
    content: '\542F\7528';
    left: 5px;
    line-height: 20px;
}
.chk_enable:checked + label:before {
    content: ' ';
    position: absolute;
    z-index: 99999;
    left: 45px;
}

.chk_enable + label:after {
    left: 18px; 
}   

.chk_yesno{display: none;}
.chk_yesno + label {
    background-color: #ededed;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    background: #adadad;
    width: 61px;
    height: 30px;
    cursor: pointer;
    vertical-align: bottom;
}

.chk_yesno + label:before {
    content: ' ';
    position: absolute;
    background: #FFF;
    top: 1px;
    z-index: 99999;
    left: 1px;
    width: 15px;
    color: #FFF;
    height: 28px;
    border-radius: 5px;
}

.chk_yesno + label:after {
    content: '\5426'; 
    position: absolute;
    font-size: 14px;
    color: white;
    padding: 5px;
    line-height: 20px;
}
.chk_yesno:checked + label {
    background: #006eff;
}
.chk_yesno:checked + label:after {
    content: '\662F';
    left: 15px;
    line-height: 20px;
}
.chk_yesno:checked + label:before {
    content: ' ';
    position: absolute;
    z-index: 99999;
    left: 45px;
}
.chk_yesno + label:after {
    left: 18px; 
}  


.chk_updown{display: none;}
.chk_updown + label {
    background-color: #ededed;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    background: #adadad;
    width: 71px;
    height: 30px;
    cursor: pointer;
    vertical-align: bottom;
}

.chk_updown + label:before {
    content: ' ';
    position: absolute;
    background: #FFF;
    top: 1px;
    z-index: 99999;
    left: 1px;
    width: 15px;
    color: #FFF;
    height: 28px;
    border-radius: 5px;
}

.chk_updown + label:after {
    content: '\4e0b\8c03'; 
    position: absolute;
    font-size: 14px;
    color: white;
    padding: 5px;
    line-height: 20px;
}
.chk_updown:checked + label {
    background: #006eff;
}
.chk_updown:checked + label:after {
    content: '\4e0a\6d6e'; 
    left: 15px;
    line-height: 20px;
}
.chk_updown:checked + label:before {
    content: ' ';
    position: absolute;
    z-index: 99999;
    left: 55px;
}
.chk_updown + label:after {
    left: 18px; 
}  
/*******************************************************/

/*单选框*/
/*******************************************************/
.label_box>label {
    display:block;
    float:left;
    margin:0 10px 10px 0;
    position:relative;
    overflow:hidden;
}
.label_box>label>input {
    position:absolute;
    top:0;
    left:-20px;
}
.label_box>label>div {
    width:75px;
    text-align:center;
    border:#dddddd solid 1px;
    height:30px;
    line-height:30px;
    color:#666666;
    user-select:none;
    overflow:hidden;
    position:relative;
}
.label_box>label>input:checked + div {
    border:#d51917 solid 1px;
    color:#d51917;
}
.label_box>label>input:checked + div:after {
    content:'';
    display:block;
    width:20px;
    height:20px;
    background-color:#d51917;
    transform:skewY(-45deg);
    position:absolute;
    bottom:-10px;
    right:0;
    z-index:1;
}
.label_box>label>input:checked + div:before {
    content:'';
    display:block;
    width:3px;
    height:8px;
    border-right:#ffffff solid 2px;
    border-bottom:#ffffff solid 2px;
    transform:rotate(35deg);
    position:absolute;
    bottom:2px;
    right:4px;
    z-index:2;
} 
/******************************************************/
#chartdiv {
	margin:0 auto;
	margin-top:20px;
  	width: 95%;
  	min-height: 300px;
  	background-color: #fff;
  	box-shadow:0px 2px 10px 0 #909090;
  	-moz-box-shadow:-0px 2px 10px 0 #909090;
  	-webkit-box-shadow:0px 2px 10px 0 #909090;
  	text-align: center;
}

.right_click{
	width:120px;
	background: linear-gradient(to bottom, #673ab7, #3f51b5);
	border-radius: 5px;
	opacity: 0.8;
	box-shadow:0px 2px 10px 0 #909090;
  	-moz-box-shadow:-0px 2px 10px 0 #909090;
  	-webkit-box-shadow:0px 2px 10px 0 #909090;
	z-index: 99;
}
.right_click ul{list-style: none;}
.right_click ul li{line-height:30px;margin-left:10px;cursor:pointer;}
.right_click ul li a{color:#fff;text-decoration:none;}
/*.right_click ul li a:hover{color:#fff;text-decoration:none;}*/

.timeLine {overflow-y: auto;position: relative;list-style-type: none;padding: 0; height:90%;}
.timeLine li {background: url(../images/back1.png) repeat-y 159px 0;display: flex;margin-left: 0;min-height: 80px}
.timeLine li:after {content:" ";display: block;height: 0;clear: both;visibility: hidden;}
.timeLine li:last-child {background:none !important;}
.timeLine li p {margin-top:0px;background:url(../images/icon1.jpg) no-repeat 152px 0;display:inline-block;width:148px;font-size: 14px;text-align:right;padding-right:20px;color:#1296db;}
.timeLine li p span {display: block;color: #6fceff;font-size: 12px;}
.timeLine li .con {width:650px;display:inline-block;padding-left:3px;font-size: 12px;text-align:left;overflow-wrap: break-word; }
.timeLine li .con img{max-width: 100%;border:1px solid red;}

/* .on  */
.timeLine li.on{background: url(../images/back2.png) repeat-y 159px 0;}
.timeLine li.on p {background:url(../images/icon2.jpg) no-repeat 152px 0;}
.timeLine li.on p span {color: #a8dda3;}

/* .on 下面的li  */
.timeLine li.of{background: url(../images/back3.png) repeat-y 159px 0;}
.timeLine li.of p {background:url(../images/icon3.jpg) no-repeat 152px 0;color: #c3c3c3;}
.timeLine li.of p span {color: #d0d0d0;}


.right_show
{
	position: fixed;
	top:51px;
	right:0px;
	height:calc(100vh - 50px);
	background-color: #fff;
	display:none;
	z-index:99999;
    animation: fadeInRight .5s forwards;
	box-shadow:0px 2px 10px 0 #909090;
  	-moz-box-shadow:-0px 2px 10px 0 #909090;
  	-webkit-box-shadow:0px 2px 10px 0 #909090;
}

@keyframes fadeInRight
{
    from
    {
        opacity: 0;
        -webkit-transform: translate(1000px, 0);
        transform: translate(1000px, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
/* 弹出提示移除效果 */
.right_notice_remove
{
    animation: fadeOutRight .5s forwards;
}

@keyframes fadeOutRight
{
    from
    {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to
    {
        opacity: 0;
        -webkit-transform: translate(1000px, 0);
        transform: translate(1000px, 0);
    }
}