.login{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#0595C1;
	display:flex;
	justify-content:flex-end;
	align-items:flex-start;
	padding:7% 16% 0px 0px;
}
.login dl{
	width:890px;
	background:#fff;
	border-radius:10px;
	display:flex;
	overflow:hidden;
}
.login dl dt{
	width:50%;
	padding:3em;
}
.login dl dd{
	width:50%;
	background:#f4f9fd;
	padding:40px;
}
.login dd h2{
	font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: 900;
    color: #272346;
    text-align: center;
}
.login form{
	margin:30px 0px;
}
.login form span{
	display:block;
	margin-bottom: 15px;
}
.login form input{
	outline: none;
    font-size: 16px;
    color: #999;
    padding: 14px 20px;
    width: 100%;
    outline: none;
    background: #f7fafc;
    border: 1px solid #e5e5e5;
	border-radius: 36px;
    transition: .3s ease;
}
.login form input:focus{
	border:1px solid #0568C1;
}
.login form span input{
	width:100%;
}
.login form section{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-right:25px;
	margin-bottom:15px;
}
.login form section input{
	width:180px;
}
.login form section img{
	width:109px;
	height:40px;
}
.login form button{
	font-size: 18px;
    color: #fff;
    width: 100%;
    background: #0568C1;
    border: none;
    padding: 14px 15px;
	border-radius: 36px;
    font-weight: 700;
    transition: .3s ease;
	outline:none;
}
.login form button:hover{
	cursor:pointer;
	background: #fdc500;
}
.login dd h5{
	width:100%;
	text-align: center;
	padding-top: 20px;
    padding-bottom: 0px;
}
.login dd h5 a{
	font-weight:normal;
    font-size: 16px;
    color: #666;
	text-decoration:underline;
}
.top{
	display: flex;
	justify-content: space-between;
	background: #33B5E5;
	position: relative;
	z-index: 99;
}
.topm{
	max-height:42px;
	overflow:hidden;
}
.logo{
	line-height: 42px;
	border-right: 1px solid #1da0d0;
}
.logo a{
	text-align: center;
    font-size: 20px;
    line-height: 42px;
    width: 220px;
    display: block;
    color: #000;
    font-weight: bold;
}
.logo a:hover{
	color:#fff;
}
@media (max-width:992px) {
	.login{
		padding:30px 20px;
	}
	.login dl{
		width:100%;
		border-radius:5px;
	}
	.login dl dt{
		display:none;
	}
	.login dl dd{
		width:100%;
		padding:20px;
	}
	.login dd h2{
		font-size: 18px;
		line-height: 30px;
	}
	.login form{
		margin:20px 0px;
	}
	.login form span{
		margin-bottom: 10px;
	}
	.login form input{
		font-size: 12px;
		padding: 10px 15px;
		border-radius: 36px;
		line-height:16px;
	}
	.login form section{
		padding-right:5px;
		margin-bottom:10px;
	}
	.login form section input{
		width:calc(100% - 100px);
	}
	.login form section img{
		width:90px;
		height:36px;
	}
	.login form button{
		font-size: 14px;
		padding: 10px 15px;
		border-radius: 40px;
		height:40px;
		line-height:20px;
	}
	.login dd h5{
		padding-top: 0px;
	}
	.login dd h5 a{
		font-size: 13px;
	}
}
.caozuo{
	width: calc(100% - 221px);
	display: flex;
	justify-content: space-between;
}
.caozuo .menu{
	max-width:calc(100% - 250px);
	overflow-x:auto;
	overflow-y:hidden;
}
.caozuo ul{
	display: flex;
	border-right: 1px solid #4dc4f0;
}
.caozuo li{
	border-right: 1px solid #1da0d0;
	border-left: 1px solid #4dc4f0;
}
.caozuo li a{
	display: block;
	padding: 0px 15px;
	line-height: 42px;
	font-size: 14px;
	color: #000;
	height: 42px;
	white-space:nowrap;
}
.caozuo li a i{
	line-height: 44px;
	font-size: 16px;
}
.caozuo li a:hover,.caozuo li.on a{
	color: #fff;
	background: #4dc4f0;
}
.caozuo li.noread a{
	color:#f00;
}
.our dl{
	display: flex;
}
.our dd{
	display: flex;
	padding: 0px 10px 0px 30px;
	line-height: 42px;
	color: #fff;
	border-right: 1px solid #1da0d0;
	background: url(../images/skin_icons.png) no-repeat 0 -429px;
}
.our dd i{
	line-height: 42px;
	font-size: 30px;
}
.our dd p{
	font-size: 12px;
	margin-left: 5px;
	line-height: 42px;
}
.our dt{
    position: relative;
    border-left: 1px solid #4dc4f0;
}
.our dt h4{
	padding: 0 15px;
    height: 42px;
    cursor: pointer;
    color: #fff;
    background: #16a0d3;
}
.our dt h4 i{
	font-size: 30px;
	line-height: 42px;
}
.our dt h4:hover{
	background: #4dc4f0;
}
.our dt section{
	position: absolute;
	right: 1px;
	top: 100%;
    padding-top: 10px;
    font-weight: normal;
    display: none;
}
.our dt:hover section{
	display: block;
}
.our dt section:after{
	content: "";
	position: absolute;
	right: 10px;
	top: 0;
	background: url(../images/skin_icons.png) no-repeat 0 -356px;
	width: 21px;
	height: 11px;
}
.our dt h5{
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid #ccc;
}
.our dt h5 a{
	display: block;
	padding: 7px;
    background: #fff;
    white-space: nowrap;
	text-align:center;
	border-bottom:1px solid #ddd;
}
.our dt h5 a:last-child{
	border-bottom:0;
}
.our dt h5 p{
	display: block;
    padding: 5px 15px;
    color: #222;
	font-weight:normal;
    line-height: 18px;
    font-size: 12px;
}
.our dt h5 a:hover p{
	background: #4dc4f0;
	color: #fff;
	font-weight: bold;
}
.index-main{
	padding: 10px 20px;
	font-size: 16px;
	color: #000;
}
.iframe{
	border: 0px;
	padding: 0;
	width: 100%;
	height: calc(100% - 42px);
	position: fixed;
	top: 42px;
	left: 0;
}
.maindiv{
	display: flex;
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
.maindivv{
	padding-top:42px;
}
.lanmu{
	width: 220px;
	height: 100%;
	padding: 10px 5px 0px 20px;
}
.contentmain{
	width: calc(100% - 220px);
}
.iframetwo{
	border: 0;
	padding: 0;
	margin-left: 0;
	width: 100%;
	height: 100%;
	border-left: 10px solid #33B5E5;
}
.lanmu li{
	padding-bottom: 5px;
}
.lanmu li>a{
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 33px;
	background-image: linear-gradient(to right, #82c2d9, #33b5e5);
	text-align: right;
	padding: 0px 16px 0px 0px;
}
.lanmu li>a i{
	margin-left: 10px;
	font-size: 14px;
	color: #666;
	transform:rotate(180deg);
}
.lanmu li.nokan>a{
	color:#f00;
}
.lanmu li.nokan>a i{
	color:#f00;
}
.lanmu li>a:hover{
	background-image: linear-gradient(to right, #80cf7e, #3ae018);
	text-decoration: underline;
	box-shadow: -1px 2px 0px rgba(0, 0, 0, .3);
}
.lanmu li.on>a{
	/* background-image: linear-gradient(to right, #80cf7e, #3ae018); */
	/* box-shadow: -1px 2px 0px rgba(0, 0, 0, .3); */
	/* text-decoration: underline; */
}
.lanmu dl{
	display:none;
}
.lanmu dl.active{
	display:block;
}
.lanmu dl dd{
	padding-top:5px;
}
.lanmu dd a{
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	padding: 0px 16px 0px 0px;
}
.lanmu dd i{
	margin-left: 10px;
	font-size: 14px;
	color: #666;
}
.lanmu dd a:hover{
	text-decoration: underline;
}
.lanmu dd.on a{
	text-decoration: underline;
}
.lanmu dd.nosee a{
	color:#f00;
}
.body{
	padding: 5px;
}
.local{
	padding-top: 5px;
    padding-bottom: 2px;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 12px;
    color: #333;
    padding-left: 10px;
	position:relative;
}
.local span{
	margin-left: 7px;
}
.local i{
	font-size: 16px;
}
.wainclass{
	padding:0px 0px 0px;
	position:absolute;
	right:50px;
	bottom:0px;
	z-index:3;
}
.wainclass ul{
	display:flex;
}
.wainclass li{
	padding-left:10px;
}
.wainclass li a{
	display:block;
	color:#000;
	font-size:12px;
	line-height:20px;
	background:rgba(0,0,0,.06);
	padding:5px 15px;
}
.wainclass li a:hover,.wainclass li.active a{
	background:#33B5E5;
	color:#fff;
}
.editpassword{
	padding-left: 300px;
	padding-top: 50px;
}
.edsline{
	display: flex;
	height: 50px;
	line-height: 25px;
}
.edsline span{
	width: 150px;
	text-align: right;
	font-size: 16px;
	margin-right: 5px;
}
.edsline .green{
	font-weight: bold;
	font-size: 16px;
	color: darkgreen;
}
.edsline .red{
	font-weight: bold;
	font-size: 16px;
	color: chocolate;
}
.edsline input{
	border: 1px solid #95B8E7;
	height: 27px;
	border-radius: 5px 5px 5px 5px;
	padding: 0px 4px;
	font-size: 12px;
	line-height: 25px;
	outline: none;
	width: 200px;
}
.edsline input:focus{
	box-shadow: 0px 0px 5px #95B8E7;
	border: 1px solid #95B8E7;
}
.footbar{
	display: flex;
	padding-left: 150px;
}
.footbar button{
	color: red;
	display: block;
    background: #fafafa;
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
    border-radius: 5px;
    width: 80px;
    height: 26px;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
	outline:none;
    padding-left: 15px;
}
.footbar button:first-child{
	margin-right: 30px;
}
.footbar button:first-child span{
	display: block;
	background: url(../images/filesave.png) 0px center no-repeat;
	padding-left: 20px;
}
.footbar button:last-child span{
	display: block;
	background: url(../images/cancel.png) 0px center no-repeat;
	padding-left: 20px;
}
.footbar button:hover{
	background: #eaf2ff;
	color:red;
}
.melist,.comlist{
	border: 1px solid #95B8E7;
}
.melist .gongn,.comlist .gongn{
	background: #F4F4F4;
	border-bottom: 1px solid #ddd;
	line-height: 30px;
	display: flex;
	padding: 2px;
}
.melist .gongned{
	justify-content:space-between;
	padding-right:10px;
}
.melist .gongned .wwfeiwu{
	display: flex;
}
.melist .gongned>section{
	font-size:12px;
	color:#000;
	padding-right:15px;
}
.melist .gongn .anniu,.comlist .gongn .anniu{
	border-radius: 5px;
	color: #000;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	padding: 0px 5px 0px 25px;
	height: 24px;
	border: 1px solid #F4F4F4;
	line-height: 24px;
}
.melist .gongn .anniu a{
	color: #000;
}
.melist .gongn .yd{
	background-image: url(../images/read.png);
}
.melist .gongn .sk{
	background-image: url(../images/read.png);
}
.melist .gongn .xz{
	background-image: url(../images/edit_add.png);
}
.melist .gongn .dr{
	background-image: url(../images/edit_add.png);
}
.melist .gongn .dc{
	background-image: url(../images/filesave.png);
}
.melist .gongn .sc{
	background-image: url(../images/edit_remove.png);
}
.melist .gongn .bj{
	background-image: url(../images/pencil.png);
}
.melist .gongn .zj{
	background-image: url(../images/pencil.png);
}
.melist .gongn .fj{
	background-image: url(../images/pencil.png);
}
.melist .gongn .qd{
	background-image: url(../images/pencil.png);
}
.melist .gongn .cz{
	background-image: url(../images/redo.png);
}
.melist .gongn .lb{
	background-image: url(../images/pencil.png);
}
.melist .gongn .ck{
	background-image: url(../images/view.png);
}
.melist .gongn .sx{
	background-image: url(../images/view.png);
}
.melist .gongn .sb{
	background-image: url(../images/subtop.png);
}
.melist .gongn .fh,.comlist .gongn .fh{
	background-image: url(../images/back.png);
}
.melist .gongn .do{
	background-image: url(../images/filesave.png);
}
.melist .gongn .anniu:hover,.comlist .gongn .anniu:hover{
	cursor: pointer;
	background-color: #eaf2ff;
	color:red;
	border: 1px solid #95B8E7;
}
.redd{
	color:red;
	text-decoration:none;
}
.redd a{
	color:red;
	text-decoration:none;
}
.redd a:hover{
	color:red;
	text-decoration:underline;
}
.melist .gongn i{
	height: 24px;
	width: 1px;
	background: rgba(0, 0, 0, .1);
	margin: 0px 2px;
}
.melist .tablelist{
	min-height: 500px;
	max-height:600px;
	overflow:hidden;
}
.melist .tablelist.tablelistdan{
	overflow:auto;
}
.melist .tablelist table{
	border: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}
.melist .tablelist table thead{
	background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
}
.melist .tablelist table thead tr td{
	border-bottom: 1px solid #ddd;
	cursor:default;
}
.melist .tablelist table tr td{
	line-height: 25px;
	border-right: 1px dotted #ddd;
	border-left: 0;
	font-size: 12px;
	padding: 0px 5px;
	white-space:nowrap;
	border-bottom: 1px dotted #ddd;
	color: #000;
}
.melist .tablelist table tr td b{
	color:red;
}
.melist .tablelist table tr td>a{
	color:#0000FF;
	font-size:12px;
	text-decoration:underline;
}
.melist .tablelist table tr td.gsmc>a{
	color:#000;
	font-size:12px;
	text-decoration:none;
}
.melist .tablelist table tr td.gsmc>a:hover{
	text-decoration:underline;
}
.melist .tablelist table tr.over td{
	color: #999;
}
.melist .tablelist table thead tr td:hover{
	background: #eaf2ff;
}
/*.melist .tablelist table tbody tr td:last-child{
	border-right: 0;
}*/
.melist .tablelist table tbody tr:nth-child(even) td{
	background-color: #fafafa;
}
.melist .tablelist table tbody tr:hover td:not(.wbg){
	background-color: #eaf2ff;
}
.melist .tablelist table tbody tr:hover td.wbgg{
	background-color: #fff;
}
.melist .tablelist table tbody tr.hover td{
	background-color: #eaf2ff;
}
.tablelistno table tbody tr:hover td{
	background: #fff;
}
.tablelistno table tbody tr:nth-child(even) td{
	background-color: #fff;
}
.melist .tablelist table thead tr td.xh{
	width: 30px;
}
.melist .tablelist table thead tr td.bt{
	width: 250px;
}
.melist .tablelist table thead tr td.zt{
	width: 100px;
}
.melist .tablelist table thead tr td.at{
	width: 70px;
}
.melist .tablelist table thead tr td.dt{
	width: 35px;
}
.melist .tablelist table thead tr td.sj{
	width: 150px;
}
.melist .tablelist table thead tr td.czt{
	width: 200px;
}
.melist .tablelist table thead tr td.dz{
	width: 400px;
}
.melist .tablelist table thead tr td.gd{
	width: 80px;
}
.melist .tablelist table thead tr td.nr{
	width: 550px;
}
.melist .tablelist table tbody tr td.xh{
	width: 30px;
	text-align: center;
	background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
}
.melist .tablelist table thead tr td.qt{
	width:80px;
}
.melist .tablelist table thead tr td.pc{
	width:80px;
}
.melist .tablelist table tbody tr td.qt{
	width:80px;
	background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
}
.melist .tablelist table tbody tr.on td:not(.wbg){
	background-color: #ffe48d;
}
.melist .tablelist table tbody tr td.kb{
	width: 20%;
}
.melist .tablelist table tbody tr td input{
	width: 60px;
	height: 21px;
	border: 1px solid #95B8E7;
	padding: 0px 3px;
	margin: 0px 3px;
	outline: none;
	float:left;
	font-size:12px;
}
.melist .tablelist table tbody tr td input.baibai{
	width:80%;
	margin: 0px 0px;
	line-height: 13px;
	padding: 3px;
}
.melist .tablelist table tbody tr td button{
	border: 1px solid #ddd;
	font-size:12px;
	cursor:pointer;
	float:left;
	height:21px;
	line-height:19px;
	background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
}
.melist .tablelist table tbody tr td button:hover{
	background: #eaf2ff;
}
.melist .tablelist table tbody tr td.wbg{
	pointer-events: none;
}
.melist .tablelist table tbody tr td.wbg.yse{
	background-color: #ffe48d;
}
.melist .tablelist table tbody tr td.wbg ul{
	display:none;
}
.melist .tablelist table tbody tr td.wbg li{
	padding:10px 15px;
}
.melist .tablelist table tbody tr td.wbg li:first-child{
	border-bottom:1px dashed #fff;
}
.melist .tablelist table tbody tr td.wbg li h2{
	font-size:12px;
	line-height:24px;
}
.melist .tablelist table tbody tr td.wbg li section{
	font-size:12px;
	line-height:20px;
	white-space:normal;
	min-width:400px;
	color:#666;
}
.blue{
	color:#0000FF;
}
.pagebar{
	display: flex;
	justify-content: space-between;
	height: 31px;
	background: #F4F4F4;
	border-top: 1px solid #ddd;
	padding: 0px 6px;
	align-items: center;
}
.pagebar .pban{
	display: flex;
	align-items: center;
	font-size: 12px;
}
.pagebar .pban i{
	height: 24px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 0px 6px;
}
.pagebar .pban select{
	height: 21px;
	border: 1px solid #95B8E7;
}
.pagebar .pban dl{
	display: flex;
	align-items: center;
}
.pagebar .pban dt a{
	display:block;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	border: 1px solid #F4F4F4;
	opacity: .6;
	padding:0px 4px;
}
.pagebar .pban dt a:hover{
	border: 1px solid #95B8E7;
}
.pagebar .pban dt span{
	display: block;
	width: 16px;
	height: 22px;
}
.pagebar .pban dt.fbtn span{
	background: url(../images/pagination_icons.png) no-repeat 0 center;
}
.pagebar .pban dt.pbtn span{
	background: url(../images/pagination_icons.png) no-repeat -17px center;
}
.pagebar .pban dt.nbtn span{
	background: url(../images/pagination_icons.png) no-repeat -32px center;
}
.pagebar .pban dt.lbtn span{
	background: url(../images/pagination_icons.png) no-repeat -48px center;
}
.pagebar .pban .allreset{
	width: 24px;
	height: 24px;
	border-right: 5px;
	padding: 0px 4px;
	border: 1px solid #F4F4F4;
	border-radius: 5px;
	cursor: pointer;
}
.pagebar .pban .allreset span{
	display: block;
	width: 16px;
	height: 24px;
	background: url(../images/pagination_icons.png) no-repeat right center;
}
.pagebar .pban .allreset:hover{
	border: 1px solid #95B8E7;
	background: #eaf2ff;
}
.pagebar .pban dd{
	line-height: 21px;
}
.pagebar .pban dd input{
	width: 32px;
	height: 21px;
	border: 1px solid #95B8E7;
	padding: 0px 3px;
	margin: 0px 3px;
	outline: none;
}
.pagebar .ptext{
	font-size: 12px;
	line-height: 24px;
	color: #000;
	display:flex;
	white-space:nowrap;
}
.pagebar .ptext section{
	margin-right:30px;
}
.contentdiv{
	line-height: 35px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 13px;
}
.contentdiv form{
	width: 398px;
	height: 28px;
	position: relative;
    border: 1px solid #95B8E7;
    background-color: #fff;
    border-radius: 5px;
    margin: 5px 0px 0px;
    display: flex;
    justify-content: space-between;
	overflow:hidden;
}
.contentdiv .form{
	display:flex;
}
.contentdiv .form form{
	width:auto;
}
.contentdiv form select{
	border:0;
	background:transparent;
	border-right:1px solid #ccc;
	outline:none;
	font-size:12px;
	padding:0px 3px;
}
.contentdiv form input{
    height: 28px;
    line-height: 28px;
    width: 372px;
    border: 0;
    background: transparent;
    padding: 0px 5px;
    font-size: 12px;
    outline: none;
}
.contentdiv form button{
	width: 18px;
	height: 26px;
	background: url(../images/searchbox_button.png) no-repeat center center;
	border: 0;
	opacity: .6;
	outline:none;
}
.contentdiv form button:hover{
	cursor: pointer;
	opacity: 1;
}
.contentdiv form.focus{
	box-shadow: 0 0 3px 0 #95B8E7;
	border-color: #6b9cde;
}
.contentdiv form #company.ppname{
	width:120px;
}
.contentdiv form #phone{
	border-left:1px solid #95B8E7;
	width:200px;
}
.melist .gongn .gj{
	background-image: url(../images/pencil.png);
}
.melist .gongn .fq{
	background-image: url(../images/cancel.png);
}
.gongn form{
	padding-left: 5px;
	display: flex;
	position: relative;
}
.gongn form span{
	font-size:12px;
	line-height:24px;
	color:#000;
}
.gongn form select{
	border: 1px solid #95B8E7;
	height: 24px;
	border-radius: 5px;
	margin-right: 5px;
	width: 100px;
	font-size: 12px;
	outline: none;
}
.gongn form input{
	border: 1px solid #95B8E7;
	height: 24px;
	line-height: 24px;
	padding: 0px 5px;
	border-radius: 5px;
	font-size: 12px;
	outline: none;
	width: 300px;
}
.gongn form input.tsj{
	width:100px;
	margin-right:5px;
	background:#fff url(../images/datebox_arrow.png) right 3px center no-repeat;
}
.gongn form input.tsw{
	width:166px;
}
.gongn form button{
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	width: 18px;
	background: url(../images/searchbox_button.png) no-repeat center center;
	border: 0;
	opacity: .6;
}
.gongn form button:hover{
	opacity: 1;
	cursor: pointer;
}
.tablelist table thead span{
	display: flex;
	height:25px;
	position: relative;
	overflow:hidden;
}
.tablelist table thead span.cc{
	position:relative;
	display:block;
	text-align:center;
}
.tablelist table thead span h5{
	position:absolute;
	cursor:pointer;
	width:100%;
	height:100%;
	text-align:center;
	background: #eaf2ff url(../images/cancel.png) no-repeat center;
	background-size: auto 40%;
	top:0;
	left:0;
	z-index:-1;
	opacity:0;
}
.tablelist table thead span.cc:hover h5{
	z-index:2;
	opacity:1;
}
.tablelist table span i{
	/*position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -9px;*/
	width: 13px;
	height: 16px;
	background: url(../images/datagrid_icons.png) no-repeat -64px center;
	margin-top:4px;
	margin-left:2px;
}
.tablelist table span.tos i{
	background: url(../images/datagrid_icons.png) no-repeat 0px center;
}
.tablelist table span.tox i{
	background: url(../images/datagrid_icons.png) no-repeat -16px center;
}
.tablealllist{
	display: flex;
	position:relative;
}
.tablealllist .tableleft{
	width: 280px;
	overflow: auto;
	position:absolute;
	left:0;
	top:0;
	height:100%;
}
.tablealllist .tableleftjia{
	width: 330px;
}
.tablealllist .tableleftjiaa{
	width: 350px;
}
.melist .tablealllist .tableleftjia table tbody tr td input,#bianse{
	width:40px;
	border: 1px solid transparent;
	background:transparent;
}
.melist .tablealllist .tableleftjia table tbody tr td input:focus,#bianse:focus{
	border: 1px solid #95B8E7;
	background:#fff;
}
.tablealllist .tableleft::-webkit-scrollbar{
	display:none;
	width:0;
}
.tablealllist .tableleft table{
	margin-bottom:17px;
}
.tablealllist .tableright{
	width: calc(100% - 280px);
	position:absolute;
	right:0;
	top:0;
	height:100%;
	overflow:auto;
}
.tablealllist .tableleftw{
	width: 75px;
}
.tablealllist .tablerightw{
	width: calc(100% - 75px);
}
.tablealllist .tablerightjia{
	width: calc(100% - 330px);
}
.tablealllist .tablerightjiaa{
	width: calc(100% - 350px);
}
.tablealllist .tableright table{
	width: 150%;
}
.tablealllist .tablerightjia table{
	width: 180%;
}
.message-window,.shbhui{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.08);
	display:none;
	z-index:9;
}
.shbhui{
	z-index:6;
}
.message-cont{
	position:absolute;
	width:300px;
	height:156px;
	border-radius:5px;
	top:50%;
	left:50%;
	margin-top:-78px;
	margin-left:-150px;
	background:#E0ECFF;
	padding:5px;
	border:1px solid #95B8E7;
	background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 20%);
}
.message-header{
	display:flex;
	justify-content:space-between;
	padding-bottom:5px;
}
.message-title{
	font-size: 12px;
    font-weight: bold;
    color: #0E2D5F;
    height: 16px;
    line-height: 16px;
}
.message-tool-close{
	display: block;
    width: 16px;
    height: 16px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin: 0 0 0 2px;
    background: url(../images/panel_tools.png) no-repeat -16px 0px;
}
.message-tool-close:hover{
	opacity:1;
}
.message-body{
	min-height:83px;
	background:#fff;
	border:1px solid #95B8E7;
	padding: 10px;
	display:flex;
	border-bottom:0;
}
.message-info{
    width: 32px;
    height: 32px;
	background: url(../images/messager_icons.png) no-repeat scroll -32px 0;
}
.message-info.ts{
	background: url(../images/messager_icons.png) no-repeat scroll 0 0;
}
.message-info.gb{
	background: url(../images/messager_icons.png) no-repeat scroll -64px 0;
}
.message-body section{
	width:calc(100% - 32px);
	padding-left:10px;
}
.message-text{
	color: #000000;
    font-size: 12px;
	line-height:18px;
	margin-bottom:8px;
}
.message-text2{
	color: #00BFFF;
    font-size: 12px;
	line-height:18px;
}
.message-button{
	background: #F4F4F4;
	border-color: #dddddd #95B8E7 #95B8E7 #95B8E7;
	border-width: 1px;
    border-style: solid;
	padding:5px;
	height:39px;
	justify-content:center;
	display:flex;
}
.message-button a{
	color: #444;
    border: 1px solid #bbb;
    background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
    border-radius: 5px;
	width:70px;
	height:26px;
	font-size:12px;
	text-align:center;
	line-height:24px;
	letter-spacing:1px;
	color:#000;
	margin:0px 5px;
}
.message-button a:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
	color:#000;
}
.message-button a.message-bei{
	color:green;
	display:none;
}
.message-button a.message-beian{
	display:none;
}
.message-button a.message-roll{
	display:none;
}
.follow-window{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.08);
	display:none;
	z-index:3;
}
.follow-cont{
	position:absolute;
	width:500px;
	height:auto;
	border-radius:5px;
	top:50%;
	left:50%;
	margin-top:-125px;
	margin-left:-250px;
	background:#E0ECFF;
	padding:5px;
	border:1px solid #95B8E7;
	background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 20%);
}
.follow-header{
	display:flex;
	justify-content:space-between;
	padding-bottom:5px;
}
.follow-title{
	font-size: 12px;
    font-weight: bold;
    color: #0E2D5F;
    height: 16px;
    line-height: 16px;
}
.follow-tool-close{
	display: block;
    width: 16px;
    height: 16px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin: 0 0 0 2px;
    background: url(../images/panel_tools.png) no-repeat -16px 0px;
}
.follow-tool-close:hover{
	opacity:1;
}
.follow-body{
	background:#fff;
	border:1px solid #95B8E7;
	padding: 10px 10px 2px 10px;
	display:flex;
	border-bottom:0;
	align-items:flex-start;
}
.work-body{
	display:block;
	height:300px;
	overflow-y:auto;
	padding-right:20px;
}
.work-bodyend{
	padding:30px;
	height:339px;
	border-bottom:1px solid #95B8E7;
}
.work-bodyend h3{
	margin:0px 0px 10px;
	font-size:14px;
}
.follow-body.work-bodyend table tr td{
	padding-bottom:0;
}
.follow-body table{
	width:100%;
	font-size:12px;
	color:#000;
}
.follow-body table tr td{
	vertical-align:top;
	padding-bottom:10px;
	line-height:26px;
	white-space:nowrap;
}
.follow-body.tdright table tr td:nth-child(Odd){
	text-align:right;
}
.follow-body input{
	border: 1px solid #95B8E7;
	height: 26px;
	line-height: 16px;
	padding: 5px;
	font-size: 12px;
	width: 167px;
	border-radius: 4px;
	outline: none;
}
.follow-body input.allwidth{
	width:100%;
}
.follow-body select{
	height: 26px;
	border: 1px solid #95B8E7;
	width:100px;
	border-radius:4px;
	font-size:12px;
	outline:none;
}
.follow-body textarea{
	width:100%;
	resize:none;
	height:110px;
	outline:none;
	border-radius:4px;
	padding:5px;
	border: 1px solid #95B8E7;
}
.work-body textarea{
	height:auto;
	font-size:12px;
	font-family:'microsoft yahei';
}
.ke-statusbar{
	display:none !important;
}
.follow-button,.shbhui-button{
	background: #F4F4F4;
	border-color: #dddddd #95B8E7 #95B8E7 #95B8E7;
	border-width: 1px;
    border-style: solid;
	padding:5px 10px 5px 5px;
	height:39px;
	justify-content:flex-end;
	display:flex;
}
.follow-button a,.shbhui-button a,.follow-button span{
	color: #444;
    border: 1px solid #bbb;
    background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
    border-radius: 5px;
	width:70px;
	height:26px;
	font-size:12px;
	text-align:right;
	line-height:24px;
	letter-spacing:1px;
	padding:0px 10px;
	position:relative;
	color:#000;
}
.follow-button span{
	margin-left:15px;
	cursor:pointer;
}
.follow-button a:after,.shbhui-button a:after,.follow-button span:after{
	content:"";
	position:absolute;
	width:16px;
	height:16px;
	top:50%;
	left:10px;
	margin-top:-8px;
	background: url(../images/filesave.png) no-repeat center center;
}
.follow-button span:after{
	background: url(../images/cancel.png) no-repeat center center;
}
.follow-button a:hover,.shbhui-button a:hover,.follow-button span:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
	color:#000;
}

.notice-window{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.08);
	display:none;
	z-index:3;
}
.notice-cont{
	position:absolute;
	width:800px;
	height:474px;
	border-radius:5px;
	top:50%;
	left:50%;
	margin-top:-287px;
	margin-left:-400px;
	background:#E0ECFF;
	padding:5px;
	border:1px solid #95B8E7;
	background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 20%);
}
.video-window .notice-cont{
	width:600px;
	height:auto;
	margin-top:-250px;
	margin-left:-300px;
}
.notice-header{
	display:flex;
	justify-content:space-between;
	padding-bottom:5px;
}
.notice-title{
	font-size: 12px;
    font-weight: bold;
    color: #0E2D5F;
    height: 16px;
    line-height: 16px;
}
.notice-tool-close{
	display: block;
    width: 16px;
    height: 16px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin: 0 0 0 2px;
    background: url(../images/panel_tools.png) no-repeat -16px 0px;
}
.notice-tool-close:hover{
	opacity:1;
}
.notice-body{
	background:#fff;
	border:1px solid #95B8E7;
	padding: 10px;
	display:flex;
	border-bottom:0;
}
.notice-button{
	background: #F4F4F4;
	border-color: #dddddd #95B8E7 #95B8E7 #95B8E7;
	border-width: 1px;
    border-style: solid;
	padding:5px 10px 5px 5px;
	height:39px;
	justify-content:flex-end;
	display:flex;
}
.notice-button a{
	color: #444;
    border: 1px solid #bbb;
    background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
    border-radius: 5px;
	width:70px;
	height:26px;
	font-size:12px;
	text-align:right;
	line-height:24px;
	letter-spacing:1px;
	padding:0px 10px;
	position:relative;
	color:#000;
}
.notice-button a:after{
	content:"";
	position:absolute;
	width:16px;
	height:16px;
	top:50%;
	left:10px;
	margin-top:-8px;
	background: url(../images/cancel.png) no-repeat center center;
}
.notice-button a:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
	color:#000;
}
.iframesan{
	border: 0px;
	padding: 0;
	width: 100%;
	height:420px;
}
.noticed table{
	width:100%;
	padding:0;
	margin:0;
}
.noticed table tr td{
	font-size:12px;
	line-height:16px;
	color:#000;
	padding:6px 0px;
	vertical-align:top;
}
.noticed table tr td:first-child{
	font-weight:bold;
}
.noticed .title{
	font-size:16px;
}
.noticed textarea{
	width:100%;
	min-height:300px;
	resize:none;
	outline:none;
	padding:5px;
}
.noticed a{
	text-decoration:underline;
	color:#0000FF;
}
.noticed a:hover{
	text-decoration:underline;
	color:#0000FF;
}
.user-window{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.08);
	display:none;
	z-index:3;
}
.user-cont{
	position:absolute;
	width:460px;
	height:auto;
	border-radius:5px;
	top:50%;
	left:50%;
	margin-top:-167px;
	margin-left:-200px;
	background:#E0ECFF;
	padding:5px;
	border:1px solid #95B8E7;
	background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 20%);
}
.info-cont{
	width:400px;
}
.user-contsmall{
	width:350px;
	margin-left: -175px;
}
.user-cont .follow-body{
	min-height:200px;
}
.user-cont .follow-body select{
	width:150px;
}
.user-cont .follow-body input{
	border: 1px solid #95B8E7;
	height: 26px;
    line-height: 16px;
	padding:5px;
	font-size:12px;
    width: 167px;
	border-radius:4px;
	outline:none;
}
.user-cont .follow-body input.bbai{
	width:100%;
}
.user-cont .follow-body table tr td{
	padding-bottom:8px;
}
.user-cont .follow-body td section{
	display:flex;
	justify-content:space-between;
	width:165px;
}
.user-cont .follow-body td section span{
	display:flex;
	line-height:26px;
	overflow:hidden;
	cursor: pointer;
}
.user-cont .follow-body td section span i{
    border: 1px solid #666;
	width:14px;
	height:14px;
	border-radius:50%;
	margin:5px 4px 0px 0px;
	opacity:.9;
	padding:2px;
}
.user-cont .follow-body td section span.on i{
	border: 1px solid #0080FF;
	opacity:1;
}
.user-cont .follow-body td section span.on i:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#0080FF;
}

.guanli-window{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.08);
	display:none;
	z-index:3;
}
.guanli-cont{
	max-width:100%;
	position:absolute;
	width:500px;
	height:auto;
	border-radius:5px;
	top:50%;
	left:50%;
	margin-top:-176px;
	margin-left:-200px;
	background:#E0ECFF;
	padding:5px;
	border:1px solid #95B8E7;
	background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 20%);
}
.guanli-contt{
	width:400px;
	margin-left:-200px;
}
.zhipai-cont{
	width:560px;
	margin-left:-280px;
	margin-top:-265px;
}
.th-get{
	margin-top:-200px;
}
.th-getarre{
	width:560px;
	margin-left:-280px;
}
.th-get .follow-body{
	max-height:325px;
	overflow-y:auto;
	padding-bottom:10px;
}
.iframe-cont iframe{
	height:339px;
	width:100%;
	border:0;
}
.area-window .guanli-cont{
	width:400px;
}
.guanli-cont .follow-body{
	min-height:280px;
}
.guanli-cont .follow-body.autoheight{
	min-height:auto;
	padding-bottom:10px;
}
.guanli-cont .tans-body{
	min-height:240px;
}
.shbhui .guanli-cont{
	width:450px;
}
.shbhui .guanli-conttt{
	width:500px;
}
.shbhui .guanli-cont .follow-body{
	min-height:100px;
}
.shbhui .guanli-cont .follow-body{
	min-height:100px;
}
.guanli-cont .follow-bodytwo{
	min-height:170px;
}
.guanli-cont .follow-bodythree{
	min-height:100px;
}
.guanli-cont .follow-bodyfour{
	min-height:200px;
}
.guanli-cont .follow-body select{
	width:150px;
}
.deam-window .follow-body select{
	width:100px;
	padding:0px 2px;
	margin-right:4px;
}
.guanli-cont .follow-body select.yibai{
	width:121px;
	padding:0px 2px;
	margin-right:4px;
}
.guanli-cont .follow-body select.yibaia{
	width:157px;
	padding:0px 2px;
	margin-right:0px;
}
.guanli-cont .follow-body select.yibais{
	width:146px;
}
.guanli-cont .follow-body select.baibai{
	width:100%;
}
.follow-cont .follow-body select.baibai{
	width:100%;
}
.follow-cont .follow-body select.banbai{
	width:calc(100% - 110px);
}
.follow-cont .follow-body select.yiwul{
	width:150px;
}
.guanli-cont .follow-body select.yiwula{
	width:150px;
}
.guanli-cont .follow-body select.yiwud{
	width:160px;
}
.guanli-cont .follow-body select.yibai:last-child{
	margin-right:0;
}
.guanli-cont .follow-body select.ssle{
	width:90px;
}
.guanli-cont .follow-body input{
	border: 1px solid #95B8E7;
	height: 26px;
    line-height: 16px;
	padding:5px;
    width: 100%;
	font-size:12px;
	border-radius:4px;
	outline:none;
}
.guanli-cont .follow-body input.siyi{
	width:24%;
}
.guanli-cont .follow-body input.yiwui{
	min-width:90px;
}
.guanli-cont .follow-body input.ybaiw{
	min-width:150px;
}
.guanli-cont .follow-body input.sous{
	max-width:100px;
}
.guanli-cont .follow-body input.tsj{
	width:175px;
	background:url(../images/datebox_arrow.png) right 3px center no-repeat;
}
.guanli-cont .follow-body input.tsjj{
	width:160px;
	background:url(../images/datebox_arrow.png) right 3px center no-repeat;
}
.guanli-cont .follow-body input.tsjb{
	width:100%;
	background:url(../images/datebox_arrow.png) right 3px center no-repeat;
}
.guanli-cont .follow-body table tr td{
	padding-bottom:5px;
}
.guanli-cont .follow-body td section{
	display:flex;
	justify-content:space-between;
	width:165px;
}
.user-cont .follow-body td section span{
	display:flex;
	line-height:26px;
	overflow:hidden;
	cursor: pointer;
}
.guanli-cont .follow-body td section span i{
    border: 1px solid #666;
	width:14px;
	height:14px;
	border-radius:50%;
	margin:5px 4px 0px 0px;
	opacity:.9;
	padding:2px;
}
.guanli-cont .follow-body td section span.on i{
	border: 1px solid #0080FF;
	opacity:1;
}
.guanli-cont .follow-body td section span.on i:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#0080FF;
}
.moflex{
	display:flex;
	justify-content:space-between;
	width:100%;
}
.timefu{
	position:relative;
}
.notice-conttwo{
	width:660px;
	margin-left:-330px;
	height:auto;
	margin-top:-271px;
}
.notmana{
	padding-right:20px;
	height:449px;
	overflow-y:auto;
	width:100%;
	position:relative;
}
.zhipai-cont .notmana{
	height:360px;
}
.cyue-cont{
	width:500px;
	margin-top:-180px;
	margin-left:-250px;
}
.cyue-cont .notmana{
	height:300px;
}
.guanlii-window .notmana{
	height:350px;
}
.zhipainot{
	height:auto;
}
.guanlii-window .guanli-cont{
	margin-top:-215px;
}
.guanlii-window #ptype{
	width:150px;
}
.guanlii-window #amount{
	width:150px;
}
.notmana table{
	width:100%;
	padding:0;
	margin:0;
}
.notmana table tr td{
	font-size:12px;
	line-height:28px;
	color:#000;
	padding:6px 0px;
	vertical-align:top;
	position:relative;
}
.notmana table tr td font{
	font-size:16px;
	color:red;
	line-height:34px;
	position:absolute;
	right:10px;
	top:0;
}
.tips{
	font-size:12px;
	line-height:22px;
	color:red;
}
.notmana table tr td:nth-child(3) font{
	font-size:16px;
	color:red;
	line-height:34px;
	position:absolute;
	right:5px;
	top:0;
}
.guanlii-window .notmana table tr td{
	padding:0px 0px 6px;
}
.notmana .title{
	font-size:16px;
}
.notmana textarea{
	width:100%;
	min-height:300px;
	resize:none;
	outline:none;
	padding:5px;
}
.notmana a{
	text-decoration:underline;
	color:#0000FF;
}
.notmana a:hover,.notmana a:visited,.notmana a:link{
	text-decoration:underline;
	color:#0000FF;
}
.notmana td input{
	border: 1px solid #95B8E7;
	height: 28px;
	border-radius: 5px 5px 5px 5px;
	padding: 0px 4px;
	font-size: 12px;
	line-height: 25px;
	outline: none;
	width: 300px;
}
.notmana td input.baibai{
	width:100%;
	max-width:120px;
}
.notmana td input:focus{
	box-shadow: 0px 0px 5px #95B8E7;
	border: 1px solid #95B8E7;
}
.notmana td button{
	text-align:center;
    width: 70px;
    line-height: 24px;
    font-size: 12px;
	border: 1px solid #bbb;
	border-radius:5px;
	color:#444;
	outline:none;
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
}
.allpp p{
	color:cornflowerblue;
}
.notmana td button:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
	cursor:pointer;
}
.notmana td dl,.scroll{
	display:flex;
	flex-wrap:wrap;
	padding:10px 5px 0px;
}
.notmana td dl dt,.scroll dt{
	width:100%;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px dashed #ddd;
}
.notmana td dl.scroll{
	max-height:150px;
	overflow-y:auto;
	margin:10px 0px 0;
	padding:0px 5px;
}
.notmana td dl.scrolll{
	max-height:120px;
	overflow-y:auto;
	margin:10px 0px 0;
	padding:0px 5px;
}
.xuanren .scroll{
	max-height:250px;
	overflow-y:auto;
	margin:10px 0px 0;
	padding:0px 15px 0px 5px;
}
.notmana td dd,.scroll dd{
	display:flex;
	line-height:30px;
	color:cornflowerblue;
	font-size:12px;
	cursor:default;
	width:25%;
}
.follow-body .notmana td dd{
	display:flex;
}
.notmana td dd.on i,.scroll dd.on i{
	border:1px solid #0075ff;
	background:#0075ff url(../images/gou.svg) center no-repeat;
	background-size:93% auto;
}
.notmana td dd i,.scroll dd i{
	width:13px;
	height:13px;
	border:1px solid #777;
	border-radius:2px;
	margin:8px 5px 0 0;
}
.notmana td .wenjian{
	display:flex;
}
.notmana td section{
	display:flex;
	border:1px solid #95B8E7;
	height:28px;
	width:260px;
	border-radius:5px;
	overflow:hidden;
}
.notmanao td .wenjian{
	width:100%;
}
.guanlii-window .notmana td section{
	display:flex;
	border:1px solid #95B8E7;
	height:28px;
	width:260px;
	border-radius:5px;
	overflow:hidden;
}
.guanlii-window .notmanao td section{
	width:100%;
}
.notmana td section input.mingzi{
	border:0;
	background:transparent;
	height:26px;
	width:195px;
}
.notmana td section h5{
	width:65px;
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	height:26px;
	border-left:1px solid #bbb;
	text-align:center;
	font-weight:normal;
	line-height:26px;
	font-size:12px;
	position:relative;
}
.notmana td section input.fujian{
	position:absolute;
	z-index:3;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border-radius:0;
	border-width:0px;
	opacity:0;
	cursor:pointer;
}
.guanlii-window .notmana td input.jq{
	width:150px;
}
.guanli-window td input.wf{
	width:155px;
}
.notmana td section h5:hover{
	background:#E0ECFF;
	cursor:pointer;
}
.notmana td .wenjian a{
	margin-left:20px;
	display:none;
}
.guanlii-window .notmana td .wenjian a{
	display:block;
}
.notmana td textarea{
	border:1px solid #95B8E7;
	border-radius:5px;
	min-height:150px;
}
.notmana td textarea:focus{
	box-shadow: 0px 0px 5px #95B8E7;
	border: 1px solid #95B8E7;
}
.xuanren{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:3;
	background:#fff;
	display:none;
}
button.xzsale{
	text-align:center;
    width: 70px;
    line-height: 24px;
	height: 28px;
    font-size: 12px;
	border: 1px solid #bbb;
	border-radius:5px;
	color:#444;
	outline:none;
	float:none;
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
}
button.xzsale:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
	cursor:pointer;
}
.xuanren button{
	text-align:center;
    width: 70px;
    line-height: 24px;
    font-size: 12px;
	border: 1px solid #bbb;
	border-radius:5px;
	color:#444;
	outline:none;
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
}
.xuanren button:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
	cursor:pointer;
}
.xuanren section{
	display:flex;
	justify-content:space-between;
}
.videod{
	padding:0px;
}
.videod section{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0px 0px 10px;
}
.videod h3{
	font-weight:normal;
	font-size:16px;
	line-height:26px;
	font-style:italic;
	width:calc(100% - 60px);
}
.videod span{
	width:80px;
	text-align:right;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
}
.videod span p{
	font-size:12px;
	text-align:right;
	color:red;
	line-height:14px;
}
.videod iframe,.videod video{
	width:100%;
	height:320px;
	background:#000;
	border:0;
}
.videod h4{
	height:40px;
	line-height:40px;
	font-weight:normal;
	width:100%;
	color:#fff;
	margin:5px 0px 0px;
	background:#33B5E5;
	text-align:center;
	cursor:pointer;
	font-size:14px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.2);
}
.notmana select{
	border: 1px solid #95B8E7;
	height: 28px;
	border-radius: 4px;
	margin-right: 5px;
	width: 65px;
	font-size: 12px;
	outline: none;
}
.notmana select.jcc{
	width: 100px;
}
a.addwu{
	color:#0000FF;
	margin-right:10px;
}
a.addwu:hover,a.addwu:link,a.addwu:visited {
	color:#0000FF;
	text-decoration:underline;
}
a.removewu{
	display:none;
}
a.removewu:hover,a.removewu:link,a.removewu:visited {
	text-decoration:underline;
}
#apkfrom{
	display:flex;
	align-items:center;
}
.usear{
	display:flex;
	align-items:center;
}
.comsear{
	width:calc(100% - 143px) !important;
}
.sstable{
	width:130px !important;
	margin-left:10px;
	background:url(../images/searchbox_button.png) right 5px center no-repeat;
	/* border: 1px solid #95B8E7; */
    /* height: 26px; */
    /* line-height: 16px; */
    /* padding: 5px; */
    /* font-size: 12px; */
    /* border-radius: 4px; */
    /* outline: none; */
}
.newpp{
	display:flex;
	align-items:center;
}
.notmana .newpp input:not(.sss){
	width:14px;
	height:14px;
	border-radius:3px;
	margin:0px 5px 0px 15px;
}
.notmana .newpp input:not(.sss):focus{
	box-shadow: 0px 0px 0px #95B8E7;
	border: 0px solid #95B8E7;
}
.notmana .newpp input.sss{
	width:150px;
	margin-left:20px;
}
.companyd form{
	overflow-x:auto;
}
.companyd form table{
	width:100%;
	border-bottom:1px solid #ddd;
}
.companyd form table tr td{
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:5px 10px;
	font-size:12px;
	line-height:20px;
	color:#777;
	white-space:nowrap;
}
.companyd form table tr.bd td{
	padding:2px 10px;
}
.companyd form table tr td.sj{
	width:100px;
}
.companyd form table tr td.zt{
	width:80px;
}
.companyd form table tr td.bt{
	width:250px;
}
.companyd form table tr td.xh{
	width:30px;
}
.companyd form table tr td:nth-child(even){
	white-space:nowrap;
}
.companyd form table tr td label{
	color:#333;
}
.companyd form table tr td strong{
	color:#000;
}
.companyd form table tr td.comtit{
	font-weight:bold;
	padding:8px 10px;
	font-size:13px;
	color:#000;
}
.companyd form table tr td.comtit span{
	display:flex;
	align-items:center;
}
.companyd form table tr td input{
	border: 1px solid #95B8E7;
	height: 24px;
	border-radius: 2px;
	padding: 0px 4px;
	font-size: 12px;
	line-height: 20px;
	background:#fff;
	max-width:200px;
	width:100%;
	outline: none;
	/* min-width:160px; */
}
.companyd form table tr td input.allwidth{
	max-width:100%;
}
.companyd form table tr td select{
	border: 1px solid #95B8E7;
	height: 24px;
	border-radius: 2px;
	font-size: 12px;
	background:#fff;
	max-width:200px;
	width:100%;
	outline: none;
	color:#666;
}
.companyd form table tr td select.on{
	color:#000;
}
.companyd form table tr td textarea{
	border: 1px solid #95B8E7;
	border-radius: 2px;
	padding: 0px 4px;
	font-size: 12px;
	line-height: 20px;
	background:#fff;
	width:100%;
	font-family:'microsoft yahei';
	outline: none;
	resize:none;
}
.companyd form table tr:nth-child(even){
	background-color:#fafafa;
}
.companyd form table tr:first-child td{
	border-top:0;
}
.companyd form table tr td:last-child{
	border-right:0;
}
.companyd form table tr td a{
	color:#0000FF;
}
.companyd form table tr td.bdr{
	border-right:1px solid #ddd;
}
.companyd form table tr td i{
	border-top:6px #999 solid;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	margin-left:5px;
}
.companyd form table tr td>a{
	text-decoration:underline;
	color:#0000FF;
	margin-right:15px;
	line-height:26px;
}
.companyd form table tr td>a.zjpp,.companyd form table tr td>a.jspp,.companyd form table tr td>a.zjsg,.companyd form table tr td>a.jssg{
	font-size:12px;
	line-height:20px;
}
.companyd form table tr td a.xzwf,.companyd form table tr td a.jswf{
	text-decoration:underline;
	color:#0000FF;
	margin-right:15px;
	line-height:26px;
	margin:0px 10px;
}
.companyd .otfile{
	display:flex;
	padding:10px 0px;
}
.companyd .otfile section{
	max-width:calc(100% - 100px);
	display:flex;
	flex-wrap:wrap;
}
.companyd .otfile section .afi,.companyd .otfile section .afil{
	margin-right:10px;
	display:flex;
	border:1px solid #95B8E7;
}
.companyd .otfile section a{
	line-height:26px;
	height:24px;
	padding:0px 5px;
	border-radius:2px;
	color:#0000FF;
	display:block;
}
.companyd .otfile section .afi b,.companyd .otfile section .afil b{
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	width:15px;
	height:24px;
	cursor:pointer;
	border-left:1px solid #95B8E7;
}
.companyd .otfile section .afi b:after,.companyd .otfile section .afil b:after{
	content:"";
	background:url(../images/close.png) center no-repeat;
	background-size:60% auto;
	width:100%;
	height:100%;
	display:block;
}
.companyd form table tr td .dbfile{
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	width:80px;
	height:26px;
	border:1px solid #ddd;
	font-size:12px;
	border-radius:3px;
	color:#000;
	cursor:pointer;
	position:relative;
	line-height:26px;
	text-align:center;
	outline:none;
}
.companyd form table tr td .dbfile.non{
	display:none;
}
.companyd form table tr td .dbfile.on{
	display:block;
}
.companyd form table tr td .dbfiled{
	width:100px;
}
.companyd form table tr td .dbfile:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
}
.companyd form table tr td .dbfile input{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	z-index:6;
}
.companyd .otanlit{
	display:flex;
}
.companyd .otanlit .dbfile{
	width:auto;
	padding:0px 15px;
	margin-right:10px;
}
.comcaozuo{
	padding: 10px 10px 10px 95px;
	background-color:#F4F4F4;
	display:flex;
}
.comcaozuo>a{
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	width:100px;
	height:30px;
	border:1px solid #ddd;
	/* box-shadow:0px 0px 3px rgba(0,0,0,.08); */
	font-size:12px;
	color:#000;
	display:block;
	line-height:30px;
	text-align:center;
	margin-right:20px;
}
.comcaozuo>a:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
}
.comcaozuo>button{
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	width:100px;
	height:30px;
	border:1px solid #ddd;
	/* box-shadow:0px 0px 3px rgba(0,0,0,.08); */
	font-size:12px;
	color:#000;
	display:block;
	line-height:30px;
	text-align:center;
}
.comcaozuo>button:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
	cursor:pointer;
}
.companyd ul{
	display:flex;
	flex-wrap:wrap;
	padding:10px 10px 5px 10px;
}
.companyd li{
	margin-right:10px;
	display:flex;
}
.companyd li a{
	color:#000;
	font-size:12px;
	border:1px solid #ddd;
	line-height:24px;
	padding:0px 10px;
	display:block;
}
.companyd li.on a,.companyd li a:hover{
	border:1px solid #33B5E5;
	background:#33B5E5;
	color:#fff;
}
.companyd li span{
	line-height:24px;
	padding:0px 10px;
	font-size:12px;
	border:1px solid #ddd;
	border-left:0px;
	cursor:pointer;
}
.companyd li span:hover{
	border-color:#33B5E5;
	background:#33B5E5;
	color:#fff;
}
#totopf{
	display:flex;
}
#totopf section{
	display:flex;
	border:1px solid #95B8E7;
	height:28px;
	width:260px;
	border-radius:5px;
	overflow:hidden;
}
#totopf section{
	display:flex;
	border:1px solid #95B8E7;
	height:28px;
	width:260px;
	border-radius:5px;
	overflow:hidden;
}
#totopf section input.mingzi{
	border:0;
	background:transparent;
	height:26px;
	width:195px;
}
#totopf section h5{
	width:65px;
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	height:26px;
	border-left:1px solid #bbb;
	text-align:center;
	font-weight:normal;
	line-height:26px;
	font-size:12px;
	position:relative;
}
#totopf section input.fujian{
	position:absolute;
	z-index:3;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border-radius:0;
	border-width:0px;
	opacity:0;
	cursor:pointer;
}
#totopf section h5:hover{
	background:#E0ECFF;
	cursor:pointer;
}
#totopf textarea{
	border:1px solid #95B8E7;
	border-radius:5px;
	min-height:250px;
}
#totopf textarea:focus{
	box-shadow: 0px 0px 5px #95B8E7;
	border: 1px solid #95B8E7;
}
.bangding{
	padding-left: 150px;
	padding-top: 30px;
	display:flex;
	text-align:center;
}
.bangding dl:last-child{
	margin-left:5%;
}
.bangding dd>img{
	max-width:298px;
	border:1px solid #ddd;
}
.bangding dd #qrcode{
	max-width:298px;
	border:1px solid #ddd;
	margin:0 auto;
	padding:20px;
}
.bangding dt{
	color:#f00;
	font-weight:bold;
	font-size:16px;
	margin:20px 0px 0px;
}
.bdcg{
	text-align:center;
	font-size:16px;
	line-height:30px;
	padding:150px 10px;
}
.mtop{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:38px;
	padding:0px 15px;
	border-bottom:1px solid #ddd;
	background:#fff;
}
.mlogo a img{
	height:25px;
	width:auto;
}
.mour{
	color:#1c60ab;
	line-height:38px;
	font-size:12px;
	background: url(../images/gr.png) no-repeat 0 center;
	background-size:auto 55%;
	padding-left:25px;
}
.localm{
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	font-size:12px;
	line-height:30px;
	padding:0px 15px;
	border-bottom:1px solid #ddd;
	color:#666;
}
.localm span{
	padding-left:5px;
}
.hsbody{
	background:rgba(0,0,0,.02);
}
.notelist li{
	padding-bottom:5px;
}
.notelist li a{
	display:block;
	background:#fff url(../images/xjt.svg) right 15px center no-repeat;
	background-size:auto 17px;
	padding:8px 15px;
}
.notelist li h3{
	font-size:13px;
	color:#000;
	font-weight:normal;
	line-height:18px;
}
.notelist li h5{
	font-size:12px;
	color:#666;
	font-weight:normal;
	line-height:16px;
}
.addwork{
	padding:10px;
}
.addwork a{
	display:block;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#fff;
	background:#2b9bcd;
	font-size:12px;
}
.padding{
	padding:10px;
}
.notecont{
	background:#fff;
	border-radius:5px;
	padding:10px;
}
.notecont section{
	font-size:12px;
	line-height:18px;
}
.notecont section textarea{
	display:none;
}
.notecont>h2{
	font-size:15px;
	line-height:20px;
	border-bottom:1px dashed #ddd;
	padding-bottom:10px;
}
.notecont>h3{
	font-size:13px;
	line-height:18px;
	margin:10px 0px;
}
.notecont #editor—wrapper{
	border:1px solid #ddd;
	padding:5px 0px;
}
.notecont #editor-container1,.notecont #editor-container2{
	height:110px;
}
.notecont .w-e-text-container [data-slate-editor] p{
	margin:0px 0px;
	line-height:18px;
}
.notecont .w-e-text-placeholder{
	top:1px;
	line-height:18px;
}
.notecont button{
	width:100%;
	height:38px;
	border:0px;
	color:#fff;
	background:#269cdc;
	margin:15px 0px 0px;
}
.ckmore{
	padding:5px 10px 10px;
}
.ckmore span{
	height:38px;
	width:100%;
	background:#fff;
	display:block;
	text-align:center;
	line-height:38px;
	color:#000;
	font-size:12px;
	border:1px solid #ddd;
}
.zpren{
	display:flex;
	flex-wrap:wrap;
}
.zpren p{
	margin-right:0px;
}
.zpren .red,.tablelistdan .red{
	color:red;
}
.zpren .green,.tablelistdan .green{
	color:green;
}
.greenn{
	color:green;
}
.zpren .orange,.tablelistdan .orange{
	color:#fb9b03;
}
.zpren .grigio{
	color:#999;
}
.tablelist .jiaban{
	color:#e57201;
}
.tablelist .ccha{
	color:#007dd5;
}
.shbhui .wenjian section{
	display:flex;
	border:1px solid #95B8E7;
	height:28px;
	width:260px !important;
	border-radius:5px;
	overflow:hidden;
}
.shbhui .wenjian section input.mingzi{
	border:0;
	background:transparent;
	height:26px;
	width:195px;
}
.shbhui .wenjian section h5{
	width:65px;
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	height:26px;
	border-left:1px solid #bbb;
	text-align:center;
	font-weight:normal;
	line-height:26px;
	font-size:12px;
	position:relative;
}
.shbhui .wenjian section input.fujian{
	position:absolute;
	z-index:3;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border-radius:0;
	border-width:0px;
	opacity:0;
	cursor:pointer;
}
.shbhui .wenjian input.jq{
	width:150px;
}
.shbhui .wenjian section h5:hover{
	background:#E0ECFF;
	cursor:pointer;
}
.wenjian{
	display:flex;
	align-items:center;
}
.wenjian>a{
	color: #0000FF;
	font-size: 12px;
	text-decoration: underline;
	margin-left:15px;
}
.wenjian a:hover{
	color:#0000FF;
	text-decoration: underline;
}
.wenjian section{
	display:flex;
	border:1px solid #95B8E7;
	height:24px;
	width:220px;
	border-radius:2px;
	overflow:hidden;
}
.wenjian section input.mingzi{
	border:0;
	background:transparent;
	height:24px;
	width:195px;
	font-size:12px;
	line-height:22px;
	padding:0px 5px;
	outline:none;
}
.wenjian section h5{
	width:65px;
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	height:24px;
	border-left:1px solid #bbb;
	text-align:center;
	font-weight:normal;
	line-height:24px;
	font-size:12px;
	position:relative;
}
.wenjian section input.fujian{
	position:absolute;
	z-index:3;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border-radius:0;
	border-width:0px;
	opacity:0;
	cursor:pointer;
}
.wenjian section input.fujiana{
	position:absolute;
	z-index:3;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border-radius:0;
	border-width:0px;
	opacity:0;
	cursor:pointer;
}
.wenjian input.jq{
	width:150px;
}
.wenjian section h5:hover{
	background:#E0ECFF;
	cursor:pointer;
}
.follow-body .wenjian section{
	display:flex;
	border:1px solid #95B8E7;
	height:26px;
	width:100%;
	border-radius:5px;
	overflow:hidden;
}
.follow-body .wenjian section input.mingzi{
	border:0;
	background:transparent;
	height:26px;
	width:calc(100% - 64px);
}
.follow-body .wenjian section h5{
	width:65px;
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	height:26px;
	border-left:1px solid #bbb;
	text-align:center;
	font-weight:normal;
	line-height:24px;
	font-size:12px;
	position:relative;
}
.follow-body .wenjian section input.fujian{
	position:absolute;
	z-index:3;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border-radius:0;
	border-width:0px;
	opacity:0;
	cursor:pointer;
}
.follow-body .wenjian input.jq{
	width:150px;
}
.follow-body .wenjian section h5:hover{
	background:#E0ECFF;
	cursor:pointer;
}
.follow-body dl{
	display:flex;
}
.follow-body dl dd{
	display:none;
}
.follow-body dl dd .wlshow{
	display:flex;
	white-space:nowrap;
}
.follow-body dl dd p{
	margin:0px 8px;
}
.checkperson{
	padding:10px 5px;
}
.checkperson button#quanx{
	text-align:center;
    width: 70px;
    line-height: 24px;
	height: 28px;
    font-size: 12px;
	border: 1px solid #bbb;
	border-radius:5px;
	color:#444;
	outline:none;
	float:none;
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
}
.checkperson button#quanx:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
	cursor:pointer;
}
.addmes{
	width:100%;
	min-height:50px;
	border:1px solid #95B8E7;
	border-radius:3px;
	resize:none;
	outline:none;
	margin:10px 0px;
	padding:8px 10px;
	font-family:'microsoft yahei';
	font-size:12px;
}
.checkperson dl{
	display:flex;
	flex-wrap:wrap;
	padding:8px 5px 0px;
}
.checkperson dl dt{
	width:100%;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px dashed #ddd;
}
.checkperson dd{
	display:flex;
	line-height:30px;
	color:cornflowerblue;
	font-size:12px;
	cursor:default;
	width:10%;
}
.checkperson dd.on i{
	border:1px solid #0075ff;
	background:#0075ff url(../images/gou.svg) center no-repeat;
	background-size:93% auto;
}
.checkperson dd i{
	width:13px;
	height:13px;
	border:1px solid #777;
	border-radius:2px;
	margin:8px 5px 0 0;
}
.ckps-button{
	padding:10px 0px;
}
.ckps-button a{
	display:block;
	color: #444;
    border: 1px solid #bbb;
    background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
    border-radius: 5px;
	width:70px;
	height:26px;
	font-size:12px;
	text-align:right;
	line-height:24px;
	letter-spacing:1px;
	padding:0px 10px;
	position:relative;
	color:#000;
}
.ckps-button a:after{
	content:"";
	position:absolute;
	width:16px;
	height:16px;
	top:50%;
	left:10px;
	margin-top:-8px;
	background: url(../images/filesave.png) no-repeat center center;
}
.ckps-button a:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
	color:#000;
}
#liuyan{
	border-top:1px solid #ddd;
}
#liuyan tbody tr:hover td{
	background:default;
}
.liaotian{
	padding:5px 0px;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	width:100%;
}
.cazuo{
	width: 80px;
	justify-content:space-between;
	display:flex;
}
.liaotian dl{
	line-height:20px;
}
.liaotian dl dd span{
	color:#0483be;
	white-space:nowrap;
}
.liaotian .ltcont dl dd{
	color:#333;
	font-size:12px;
	white-space:normal;
}
.cazuo a{
	text-decoration:underline;
	color:#0000FF;
	font-size:12px;
}
.meetpdf{
	width:100%;
	height:510px;
	margin:5px 0px;
	border:1px solid #ddd;
}
#qizi{
	position:relative;
	width:466px;
	height:300px;
	border:0;
}
#ceshi{
	width:60%;
	background:#16a0d3;
	color:#fff;
	font-size:13px;
	line-height:38px;
	cursor:pointer;
	letter-spacing:2px;
	border:0;
}
.notice-bottom{
	border-bottom: 1px solid #95B8E7;
}
.canvrs{
	display:flex;
	justify-content:space-between;
	margin:8px 0px 0px;
}
.canvrs .reseted{
	width:38%;
	background:#ddd;
	font-size:13px;
	line-height:38px;
	letter-spacing:2px;
	text-align:center;
	height:38px;
	cursor:pointer;
}
.qmimg{
	display:flex;
}
.qmimg a{
	color:#0000FF;
	font-size:12px;
	position:relative;
}
.qmimg a:hover{
	color:#0000FF;
}
.qmpic{
	height:150px;
	width:auto;
	display:none;
	position:absolute;
	top:0;
	left:110%;
	z-index:3;
	border:1px solid #ddd;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
.qmimg a:hover .qmpic{
	display:block;
}
.allcheck{
	border-bottom:1px solid #ddd;
	overflow-x:auto;
	display:none;
}
.allcheck form{
	padding:0px 0px;
	background:rgba(0,0,0,.02);
	min-width:1600px;
}
.allcheck table{
	width:100%;
}
.allcheck table tr td{
	font-size:12px;
	color:#000;
	padding:5px 10px;
	line-height:20px;
	border-right:1px #ddd dotted;
	border-bottom:1px #ddd dotted;
}
.allcheck table tr td.tt{
	width:120px;
	text-align:right;
}
.allcheck table tr td.ttt{
	width:90px;
	text-align:right;
}
.allcheck table tr:last-child td{
	border-bottom:0;
}
.allcheck table tr td:last-child{
	border-right:0;
}
.allcheck table input{
	border:1px solid #95B8E7;
	line-height:14px;
	height:22px;
	outline:none;
	font-size:12px;
	border-radius:2px;
	padding:3px 5px;
	width:100%;
}
.allcheck table select{
	border:1px solid #95B8E7;
	height:24px;
	outline:none;
	font-size:12px;
	border-radius:2px;
	width:100%;
	min-width:100px;
}
.allcheck table input.tsj{
	margin-right:5px;
	background:#fff url(../images/datebox_arrow.png) right 3px center no-repeat;
}
.allcheck table select.yibai{
	max-width:32%;
}
.allcheck table select.minwidth{
	min-width:110px;
}
.allcheck table button{
	border: 1px solid #bbb;
    background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
    border-radius: 3px;
    width: 70px;
    height: 26px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
    position: relative;
    color: #000;
	margin-left:15px;
}
.allcheck table button:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
	color:#000;
	cursor:pointer;
}
.editnum{
	display:flex;
	align-items:center;
}
.editnum input.jinzhi{
	border:1px solid transparent !important;
	background:transparent;
}
.editnum input:focus{
	border:1px solid #95B8E7 !important;
	background:#fff;
}
.goumai{
	display:flex;
}
.goumai .wlshow{
	display:flex;
	white-space:nowrap;
}
.goumai .wlshow p{
	margin:0px 5px;
}
.jjhtml{
	display:none;
}

.arrpic .otfile{
	display:flex;
	flex-wrap:wrap;
}
.arrpic .otfile section{
	display:flex;
	flex-wrap:wrap;
	width:auto !important;
	justify-content:flex-start !important;
}
.arrpic .otfile section .afi{
	margin-right:10px;
	display:flex;
	border:1px solid #95B8E7;
	margin-bottom:5px;
}
.arrpic .otfile section a{
	line-height:26px;
	height:24px;
	padding:0px 5px;
	border-radius:2px;
	color:#0000FF;
	display:block;
}
.arrpic .otfile section .afi b{
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	width:15px;
	height:24px;
	cursor:pointer;
	border-left:1px solid #95B8E7;
}
.arrpic .otfile section .afi b:after{
	content:"";
	background:url(../images/close.png) center no-repeat;
	background-size:60% auto;
	width:100%;
	height:100%;
	display:block;
}
.arrpic .dbfile{
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	width:80px;
	height:26px;
	border:1px solid #ddd;
	font-size:12px;
	border-radius:3px;
	color:#000;
	cursor:pointer;
	position:relative;
	line-height:26px;
	text-align:center;
	outline:none;
}
.arrpic .dbfile.non{
	display:none;
}
.arrpic .dbfile.on{
	display:block;
}
.arrpic .dbfiled{
	width:100px;
}
.arrpic .dbfile:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
}
.arrpic .dbfile input{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	z-index:6;
}
.wxarr{
	display:flex;
}
.wxarr .afi{
	margin-right:10px;
}
.wxarr a{
	color: #0000FF;
    font-size: 12px;
    text-decoration: underline;
}
.wxarr a:hover{
	color: #0000FF;
    font-size: 12px;
    text-decoration: underline;
}
.picshow{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border-radius:5px;
	padding:5px;
	display:none;
}
.picshow .follow-header{
	background: linear-gradient(to bottom,#EFF5FF,#E0ECFF);
}
.picshow ul{
	background:#fff;
	width:100%;
	height:calc(100% - 21px);
	border: 1px solid #95B8E7;
	display:flex;
	flex-wrap:wrap;
	padding:0px 3px;
	align-content:flex-start;
}
.picshow ul li{
	width:16.6666%;
	padding:6px 3px 0px;
}
.picshow li span{
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #ccc;
	height:62px;
	position:relative;
}
.picshow li span i{
	width:16px;
	height:16px;
	z-index:8;
	background:rgba(0,0,0,.6) url(../images/cancel.png) center no-repeat;
	background-size:60% auto;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}
.picshow li img{
	max-width:100%;
	max-height:60px;
}
.picshow li input{
	width:100%;
	border:1px solid #ddd;
	margin:4px 0px 0px;
	padding: 2px 5px;
	color:#333;
	line-height:18px;
	outline:none;
	font-size:12px;
	text-align:center;
}
.picshow .pic-button{
	position:absolute;
	left:5px;
	bottom:5px;
	width:calc(100% - 10px);
	height:34px;
	background: #F4F4F4;
	border-color: #dddddd #95B8E7 #95B8E7 #95B8E7;
    border-width: 1px;
    border-style: solid;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	padding-right:6px;
}
.picshow .pic-button a{
	border: 1px solid #bbb;
    background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
    border-radius: 4px;
    width: 70px;
    height: 26px;
    font-size: 12px;
    text-align: right;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 0px 10px;
    position: relative;
    color: #000;
}
.picshow .pic-button a:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 10px;
    margin-top: -8px;
    background: url(../images/filesave.png) no-repeat center center;
}
.picshow .pic-button a:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
	color:#000;
}
.picshow .bigpic{
	position:absolute;
	right:102%;
	top:0;
	height:100%;
	width:50%;
	z-index:3;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	border:1px solid #ddd;
	transform:scale(0);
}
.picshow .bigpic img{
	max-height:100%;
	max-width:100%;
}
.picshow .bigpic.on{
	transform:scale(1);
}
.qxian{
	
}
.qxian table{
	width:100%;
}
.qxian table tr td{
	font-size:12px;
	color:#000;
	line-height:24px;
	border-right:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	padding:10px 5px;
}
.qxian table tr td:last-child{
	border-right:0;
}
.qxian table tr:last-child td{
	border-bottom:0;
}
.qxian table input{
	border: 1px solid #95B8E7;
	height: 26px;
	line-height: 16px;
	padding: 5px;
	font-size: 12px;
	width: 200px;
	border-radius: 4px;
	outline: none;
}
.qxian table button{
	border: 1px solid #bbb;
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	border-radius: 5px;
	width: 70px;
	height: 26px;
	font-size: 12px;
	text-align: right;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 0px 10px;
	position: relative;
	color: #000;
}
.qxian table button:after{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 10px;
	margin-top: -8px;
	background: url(../images/filesave.png) no-repeat center center;
}
.qxian table button:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
	color:#000;
	cursor:pointer;
}
.juese{
	margin:0;
	padding:0 0 0 10px;
	max-height:515px;
	overflow-y:auto;
}
.juese li{
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
}
.juese li:last-child{
	border-bottom:0;
}
.juese li .xuze{
	display:flex;
	align-items:center;
	margin-right:10px;
	cursor:pointer;
}
.juese li .xuze i{
	width:14px;
	height:14px;
	margin-right:5px;
	border: 1px solid #666;
	border-radius:2px;
	opacity:.8;
	position:relative;
}
.juese li p{
	color:#666;
}
.juese li .xuze.on i{
	border:1px solid #0080FF;
	background:#0080FF;
	display:flex;
	justify-content:center;
	align-items:flex-start;
}
.juese li .xuze.on i:after{
	content:"";
	width:6px;
	height:10px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	display:block;
	transform:rotate(45deg);
}
.juese li .xuze b{
	font-weight:normal;
	border:1px solid #000;
	color:#000;
	line-height:18px;
	padding:0px 5px;
	font-size:12px;
	border-radius:3px;
	margin-left:10px;
	opacity:.2;
	display:none;
}
.juese li .xuze.on b{
	display:block;
}
.juese li .xuze b.active{
	border:1px solid #0080FF;
	background:#0080FF;
	color:#fff;
	opacity:1;
}
.juese li .li{
	display:flex;
	align-items:center;
}
.juese li .li span{
	margin-right:5px;
	color:#666;
}
.melist .tablelist .getcom{
	white-space:normal;
	line-height:18px;
	padding:4px 0px;
}
.gongju #editor—wrapper{
	border:1px solid #95B8E7;
	padding:5px 0px;
	border-radius:4px;
}
.gongju #editor-container{
	height:56px;
}
.gongju .w-e-text-container [data-slate-editor]{
	padding:0px 5px;
}
.gongju .w-e-text-container [data-slate-editor] p{
	margin:0px 0px;
	line-height:18px;
}
.gongju .w-e-text-placeholder{
	top:1px;
	line-height:18px;
}
.gongju textarea{
	display:none;
}
.ourcom{
	display:flex;
	align-items:center;
	height:28px;
}
.ourcom .ocli{
	display:flex;
	align-items:center;
	margin-right:15px;
	cursor:pointer;
}
.ourcom .ocli i{
	width:14px;
	height:14px;
	border:1px solid #95B8E7;
	border-radius:3px;
}
.ourcom .ocli p{
	line-height:14px;
	margin-left:5px;
}
.ourcom .ocli.hover i{
	background:#0080FF url(../images/gou.svg) center no-repeat;
	background-size:80% auto;
	border:1px solid #0080FF;
}
.retime{
	color:#f00;
}
.tablelistdan table tbody tr td input.xiugai{
	width:100%;
	border: 1px solid transparent;
	background:transparent;
	font-size:12px;
}
.tablelistdan table tbody tr td input.xiugai:focus{
	border: 1px solid #95B8E7;
	background:#fff;
}
.companyd .kxul{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}
#kxd table tr td{
	white-space:nowrap;
}
.caritem{
	display:flex;
	align-items:center;
}
.caritem a{
	color: #0000FF;
    font-size: 12px;
    text-decoration: underline;
}
.caritem a:hover{
	color: #0000FF;
    font-size: 12px;
    text-decoration: underline;
}
.tablelist ul{
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid #ddd;
}
.tablelist ul section{
	display:flex;
}
.tablelist ul li{
	cursor:pointer;
	background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
	border-left:1px solid #ddd;
}
.tablelist ul .slone li{
	border-left:0;
	border-right:1px solid #ddd;
}
.tablelist ul li a{
	font-size:12px;
	padding:0px 20px;
	line-height:30px;
	color:#000;
	display:block;
}
.tablelist ul li.addp a{
	background:url(../images/edit_add.png) 20px 8px no-repeat;
	padding-left:40px;
	color:#000;
}
.tablelist ul li.removep a{
	background:url(../images/cancel.png) 20px 8px no-repeat;
	padding-left:40px;
}
.tablelist ul li:hover,.tablelist ul li.on{
	background: linear-gradient(to bottom,#4dc4f0 0,#16a0d3 100%);
}
.tablelist ul li:hover a,.tablelist ul li.on a{
	color:#fff;
}
.tablelist ul li input{
	border:1px solid #95B8E7;
	line-height:18px;
	padding:2px 5px;
	height:22px;
	background:#fff;
	margin:4px 10px;
	outline:none;
	width:150px;
}
.kaoqing tr td{
	position:relative;
}
.kaoqing tr td .red{
	color:#f00;
}
.kaoqing tr td .green{
	color:green;
}
.kaoqing tr td .resetsg{
	display:flex;
	align-items:center;
}
.kaoqing tr td .resetsg span{
	cursor:pointer;
}
.kaoqing tr td .resetsg a{
	width:16px;
	height:16px;
	background:url(../images/redo.png) center no-repeat;
	background-size:80% auto;
	margin-left:10px;
}
.kaoqing tr td select{
	border:1px solid transparent;
	background:transparent;
	font-size:12px;
	outline:none;
	width:100%;
	-webkit-appearance: none;  
	-moz-appearance: none;  
	appearance: none; 
	text-align:center;
	height:24px;
}
.kaoqing tr td select.used{
	appearance:none;
}
.kaoqing tr td .beiz{
	position:absolute;
	right:0px;
	top:0;
	width:30px;
	height:100%;
	z-index:3;
	cursor:pointer;
}
.kaoqing tr td .beizn{
	background:#fff url(../images/edit_adn.png) center no-repeat;
}
.melist .tablelist .kaoqing tr td input{
	width:100%;
	text-align:center;
	padding:0;
	height:20px;
	border:1px solid transparent;
	font-size:12px;
	margin:0;
	background:transparent;
}
.melist .tablelist .kaoqing tr td input:focus{
	background:#fff;
	border:1px solid #95B8E7;
}
.xuanzeren button.quanx{
	text-align:center;
    width: 100px;
    line-height: 24px;
	height: 28px;
    font-size: 12px;
	border: 1px solid #bbb;
	border-radius:5px;
	color:#444;
	outline:none;
	float:none;
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
}
.xuanzeren button.quanx:hover,.xuanzeren button.quanx.on{
	background:#E0ECFF;
	border:1px solid #95B8E7;
	cursor:pointer;
	color:#000;
}
.zeren{
	position:absolute;
	width:100%;
	height:calc(100% - 27px);
	top:27px;
	left:0;
	padding:0px 6px 6px;
	z-index:6;
	display:none;
}
.zrnow{
	position:relative;
	width:100%;
	height:auto;
	top:0px;
	left:0;
	padding:0px 6px 6px;
	z-index:6;
	display:block;
}
.zeren ol{
	display:flex;
	flex-wrap:wrap;
	align-content:flex-start;
	padding:10px 15px;
	margin:0;
	width:100%;
	height:calc(100% - 50px);
	background:#fff;
	overflow-y:auto;
}
.zrnow ol{
	height:auto;
	padding:0px 0px 10px 15px;
}
.zeren ol li{
	display:flex;
	line-height:30px;
	color:cornflowerblue;
	font-size:12px;
	cursor:default;
	width:20%;
}
.zeren ol li{
	display:flex;
	position:relative;
}
.zeren ol li.on i{
	border:1px solid #0075ff;
	background:#0075ff url(../images/gou.svg) center no-repeat;
	background-size:93% auto;
}
.zeren ol li i{
	width:13px;
	height:13px;
	border:1px solid #777;
	border-radius:2px;
	margin:8px 0px 0 0;
}
.zeren ol li span{
	padding-left:5px;
}
.zeren ol li b{
	font-weight:normal;
	font-size:12px;
	color:#ddd;
	width:20px;
	height:20px;
	border-radius:50%;
	position:absolute;
	line-height:20px;
	text-align:center;
	padding-right:1px;
	right:5px;
	top:50%;
	border:1px solid #ddd;
	margin-top:-10px;
	font-style:italic;
	transform:scale(.8);
	cursor:pointer;
}
.zeren ol li b.b{
	color:#fff;
	border:1px #0075ff solid;
	background:#0075ff;
}
.zeren .zranniu{
	height:50px;
	background:#fff;
	display:flex;
	justify-content:flex-end;
	width:100%;
	padding-right:15px;
	padding-top:10px;
}
.zrnow .zranniu{
	justify-content:flex-start;
	padding-right:0px;
	padding-left:10px;
	padding-top:5px;
}
.zeren .zranniu p,.zeren .zranniu span{
	text-align:center;
    width: 80px;
    line-height: 26px;
	height: 28px;
    font-size: 12px;
	border: 1px solid #bbb;
	border-radius:5px;
	color:#000;
	outline:none;
	float:none;
	background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
	cursor:pointer;
	user-select:none;
}
.zeren .zranniu span{
	margin-left:15px;
}
.zeren .zranniu p:hover,.zeren .zranniu span:hover{
	background:#E0ECFF;
	border:1px solid #95B8E7;
	cursor:pointer;
}
#huanhang{
	white-space:normal;
}
.melist #ovtm{
	width:180px;
	padding:0px;
	border:0;
	font-size:12px;
	margin:0;
}
#wkmemo{
	width:100%;
	display:block;
	border:1px solid #95B8E7;
	border-radius:4px;
	overflow:hidden;
}
#wkmemo textarea{
	display:none;
}
#wkmemo #editor-container{
	height:130px;
	padding:6px 0px;
}
#wkmemo .w-e-text-container [data-slate-editor] p {
    margin: 0px 0px;
    line-height: 20px;
}
#wkmemo .w-e-text-placeholder{
	top:0;
	line-height:22px;
}
.jtmemo{
	padding:10px;
	line-height:21px;
}
.jtcontent{
	padding:10px 0;
	line-height:22px;
}
.longwork{
	border:1px solid #95B8E7;
	padding:15px;
}
.melist .tablelist .botop{
	border-top:1px solid #ddd;
}
.xuanche{
	padding:30px;
}
.xuanche h3{
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	margin-bottom:15px;
}
.xuanche h3 p{
	font-size:14px;
	font-weight:bold;
	color:#000;
	line-height:30px;
}
.xuanche h3 span{
	font-size:12px;
	line-height:30px;
	color:#0000FF;
	cursor:pointer;
}
.xuanche ul{
	display:flex;
	flex-wrap:wrap;
}
.xuanche ul li{
	margin-right:15px;
	color: #444;
	margin-bottom:10px;
    border: 1px solid #bbb;
    background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
    border-radius: 5px;
	height:30px;
	font-size:12px;
	line-height:28px;
	padding:0px 20px;
	position:relative;
	color:#000;
}
.xuanche ul li:hover{
	cursor:pointer;
	background:#E0ECFF;
	border:1px solid #95B8E7;
	color:#000;
}
.xuanche input{
	border: 1px solid #95B8E7;
    height: 28px;
    line-height: 28px;
    padding: 0px 5px;
    border-radius: 3px;
    font-size: 12px;
    outline: none;
    width: 200px;
}
.xuanche button{
	margin-left:5px;
	color: #444;
    border: 1px solid #bbb;
    background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
    border-radius: 5px;
	height:28px;
	font-size:12px;
	line-height:26px;
	padding:0px 20px;
	position:relative;
	color:#000;
}
.xuanche button:hover{
	cursor:pointer;
	background:#E0ECFF;
	border:1px solid #95B8E7;
	color:#000;
}
.jscaozuo{
	display:flex;
	align-items:center;
}
.jscaozuo a{
	display:block;
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width:25px;
}
.tongguo{
	background-image: url(../images/edit_remove.png);
}
.bohui{
	background-image: url(../images/cancel.png);
	margin-left:15px;
}
.jscaozuo a:hover{
	background-color: #fff;
}
.kdfb{
	height:calc(100% - 80px);
	padding:15px 20px;
}
.kuaidi{
	width:100%;
	height:100%;
	overflow-y:auto;
	padding-right:15px;
}
.kuaidi ul,.kuaidi ol{
	width:100%;
	margin:0;
	padding:0;
}
.kuaidi ul li{
	border-bottom:1px solid #ddd;
	display:flex;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	color:#f54040;
}
.kuaidi ul li.wutit{
	color:#000;
}
.kuaidi ul li.wutit p{
	position:relative;
}
.kuaidi ul li.wutit p:after{
	content:"";
	position:absolute;
	top:50%;
	left:110%;
	border-top:6px #666 solid;
	border-left:5px transparent solid;
	border-right:5px transparent solid;
	margin-top:-3px;
}
.kuaidi ol li{
	font-size:12px;
	border-bottom:1px dotted #ccc;
	padding:5px 0px;
}
.kuaidi ol li section{
	display:flex;
	line-height:22px;
}
.kuaidi ol li section p{
	width:45px;
}
.kuaidi ol li section span{
	width:calc(100% - 45px);
}
.getadd{
	line-height:18px;
	padding:5px 0px;
}
.melist .filelist{
	min-height: 500px;
	max-height:600px;
	overflow:hidden;
}
.filelist ul{
	display:flex;
	flex-wrap:wrap;
	padding:10px;
}
.filelist ul li{
	width:12.5%;
	padding:10px;
	margin-bottom:10px;
}
.filelist ul li i{
	display:block;
	padding:20px 0px;
}
.filelist ul li img{
	width:50%;
	max-width:45px;
	margin:0 auto;
}
.filelist ul li a{
	display:block;
	text-align:center;
	border:1px solid #ddd;
	color:#000;
	font-size:12px;
	padding-bottom:20px;
	box-shadow:0px 0px 20px rgba(0,0,0,.05) inset;
}
.filelist ul li p{
	line-height:16px;
	overflow:hidden;
	padding:2px 0px;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:95%;
	margin:0 auto;
}
.filelist ul li p.red{
	color:#ee6c29;
}
.filelist ul li section:hover a,.filelist ul li>a:hover{
	box-shadow:0px 0px 20px #eaf2ff inset;
	background:#f5f8fd;
	border: 1px solid #95B8E7;
}
.filelist ul li section{
	position:relative;
}
.filelist ul li span{
	opacity:0;
	position:absolute;
	left:0;
	top:100%;
	z-index:-5;
	width:100%;
	display:flex;
	justify-content:space-between;
	background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
	border:1px solid #ddd;
	border-top:0;
}
.filelist ul li section:hover span{
	opacity:1;
	z-index:5;
}
.filelist ul li h4,.filelist ul li h3{
	border-right:1px solid #ddd;
}
.filelist ul li h4,.filelist ul li h5,.filelist ul li h3{
	line-height:26px;
	padding:0px 0px;
	font-size:12px;
	font-weight:normal;
	color:#000;
	width:33.3333333%;
	text-align:center;
	cursor:pointer;
}
.filelist ul li h4:hover,.filelist ul li h5:hover,.filelist ul li h3:hover{
	background:#eaf2ff;
	color:red;
}
.dowli{
	position:relative;
	display:flex;
}
.dowli p{
	font-weight:normal;
	font-size:12px;
	line-height:25px;
}
.dowli a,.dowli a:active,.dowli a:visited{
	font-weight:normal;
	font-size:12px;
	line-height:25px;
	color: #0000FF;
    text-decoration: underline;
}
.dowli a:hover{
	color:#f00;
	text-decoration: underline;
}
.dowli h2{
	position:relative;
	padding-right:20px;
}
.dowli h2 b{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:15px;
	background:url(../images/sxjt.png) center no-repeat;
	background-size:55% auto;
}
.dowli h5{
	position:absolute;
	z-index:6;
	top:100%;
	left:0;
	background-color: #eaf2ff;
	box-shadow:0px 5px 5px rgba(0,0,0,.1);
	padding:0px 5px;
	margin-left:-5px;
	display:none;
	min-width:calc(100% + 10px);
}
.dowli h5 p{
	border-bottom:1px dotted #ddd;
}
.dowli h5 a{
	display:block;
	border-bottom:1px dotted #ddd;
}
.dowli h5 a:hover{
	color:#f00;
}
.dowli:hover h5{
	display:block;
}
.vochlist{
	padding: 10px;
	min-height:550px;
}
.vochlist dl{
	display:flex;
	flex-wrap:wrap;
}
.vochlist dl .voview{
	padding:10px;
}
.vochlist dl dt{
	border:1px solid #ddd;
	width:150px;
	height:140px;
	position:relative;
	padding:0px;
	overflow:hidden;
}
.vochlist dl dt a{
	display:block;
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
	cursor:pointer;
}
.vochlist dl dd{
	width:150px;
}
.vochlist dl dd input{
	width:100%;
	border:1px solid #ddd;
	border-top:0;
	line-height:20px;
	padding: 5px;
	font-size:12px;
	text-align:center;
	outline:none;
	color:#000;
	background-image: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
}
.vochlist dl dd input:focus{
	background:#fff;
}
.vochlist dl dt b{
	position:absolute;
	right:0px;
	top:-28px;
	width:100%;
	font-weight:normal;
	font-size:12px;
	height:28px;
	line-height:28px;
	text-align:center;
	background:rgba(0,0,0,.7);
	cursor:pointer;
	color:#fff;
	transition:.2s;
	z-index:32;
}
.vochlist dl .voview:hover b{
	top:0;
}
.vochlist dl .voview b:hover{
	background:#f00;
}
.tablemobil{
	border:0;
}
.tablemobil .tablelist table tbody tr:last-child td{
	border-bottom:1px solid #ddd;
}
.tablemobil .tablelist table tbody tr td{
	white-space: break-spaces !important;
	line-height:17px !important;
	padding:4px 5px !important;
}