body * {
	margin: 0;
	padding: 0;
}

body {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.cf:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.content-wrap {
	overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
}

.cf {
	*zoom: 1;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.clear {
	clear: both;
}

html {
	width: 100%;
	min-width: 1024px;
	/*min-height: 700px;*/
	overflow: auto;
}

.body {
	height: 100%;
	font-family: 'Microsoft YaHei0' !important;
	font-size: 13px;
}

.title {
	width: 100%;
	height: 72px;
	line-height: 70px;
	background-color: #2d629d;
	padding-left: 30px;
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Microsoft YaHei' !important;
	font-weight: bold !important;
	background-image: url(../images/cazllogo.jpg);
	background-size: 215px 72px;
	background-repeat: no-repeat;
	text-indent: 215px;
}

.title_1 {
	width: 100%;
	height: 72px;
	line-height: 70px;
	background-color: #2d629d;
	padding-left: 30px;
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Microsoft YaHei' !important;
	font-weight: bold !important;
	background-image: url(../images/cazllogo.jpg);
	background-size: 226px 72px;
	background-repeat: no-repeat;
	text-indent: 215px;
}

.main-wrap {
	height: 89%;
}

.treeList {
	width: 13.9%;
	float: left;
	overflow-y: auto;
	background-color: #fff;
	margin-right: 0px;
	height: 99%;
	min-height: 99%;
}

.ztree {
	overflow: hidden;
	padding-bottom: 20px;
	font-family: 'Microsoft YaHei';
}

.ztree li, .ztree li a, .ztree li a span {
	line-height: 17px !important;
	background-color: #fff;
	font-family: 'Microsoft YaHei';
	font-size: 13px;
	margin-top: 0px;
}

.ico_close {
	vertical-align: middle !important;
	margin-right: 5px !important;
}

.ztree li ul li .button {
	vertical-align: middle !important;
}

.ztree li span.button.ico_open {
	vertical-align: middle !important;
	margin-right: 5px !important;
}
/*.ztree li:hover {
background-color:#0088cc;
}
.ztree li:hover span {
background-color:#0088cc;
color:#fff;
}*/
.mainBody {
    width: 85.9%;
    height: 90%;
    float: right;
    border-left: 1px solid #e7e7e7;
}

.meanList {
    width: 100%;
    /* margin-top: 30px; */
    /* padding-top: 20px; */
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
    height: 75px;
    background-color: #ebebeb;
    /* position: absolute; */
}

.meanList ul {
	list-style: none outside none;
}

.meanList ul li {
	float: left;
	height: 20px;
	line-height: 15px;
	padding: 5px 5px 0 5px;
	background: #0088cc;
	margin: 8px 10px;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.meanList ul li label {
	color: #fff;
	float: left;
	cursor: pointer;
	font-family: 'Microsoft YaHei' !important;
}

.meanList ul li b {
	float: left;
	color: #fff;
	margin-left: 10px;
	cursor: pointer;
}

.ztree li a.curSelectedNode {
	border: none !important;
	font-weight: bold !important;
	color: #0088cc;
}

.input ul li b:hover {
	background-color: #fff;
	color: #0088CC;
}

.iframeMess {
	width:100%;
	height: 100%;
	background-color: #f5f5f5;
	overflow-y: hidden;
    /* margin-top: 143px; */
}

.iframeMess iframe {
	width: 99%;
	height: 96%;
	border-style: none;
	margin-top: 16px;
	background-color: #FFFFFF;
}

.iframeMesss {
	width:100%;
	height: 100%;
	background-color: #f5f5f5;
	overflow-y: auto;
}

.iframeMesss iframe {
	width: 100%;
	height: 100%;
	border-style: none;
	background-color: #FFFFFF;
	overflow-y: auto;
}

.tbshang {
	font-size: 13px;
	line-height: 28px;
	width: 97%;
	padding-left: 20px;
}

.tbsxk {
	width: 150px;
	margin-left: 10px;
	border-radius: 5px;
	border: 1px solid #C8C8C8;
	height: 20px;
	text-indent: 0px;
}

.dqwz {
	height: 35px;
	/* width:100%; */
	background-image: url(../images/dqwz.jpg);
	background-repeat: no-repeat;
	background-size: 43px 35px;
	font-size: 13px;
	line-height: 35px;
	text-indent: 32px;
	background-image: url(../images/dqwz.jpg);
	/* position: fixed; */ 
}

.btn {
	height: 25px;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	background-color: #2287fb;
	/* line-height: 20px; */
	color: #fff;
	-webkit-transition: background-color .3s ease-in, box-shadow .3s ease-in;
	transition: background-color .3s ease-in, box-shadow .3s ease-in;
	border-radius: 5px;
	text-decoration: none;
}

.iframeui {
	padding-top: 15px;
	overflow: auto;
	height: 78%;
}

.favorite-spacer {
	height: 45px
}

.favorite {
	text-align: right;
	margin: 10px;
	width: 23px;
	float: right
}

.favorite svg {
	transition: all 0.3s ease
}

.favorite a {
	border: none
}

.favorite:hover svg path {
	fill: gray
}

.favorite.favorited svg path {
	fill: #1eaeed
}

.stencil {
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	margin-left: 14px;
	margin-bottom: 15px
}

.stencil h3 {
	font-size: 1.1em
}

.stencil h3 a {
	color: inherit
}

.stencil h3:hover {
	color: #1eaeed
}

.stencil .icon {
	height: 220px;
	width: 220px;
	overflow: hidden;
	margin-bottom: 1em;
	position: relative;
	background-color: white
}

.stencil .icon:hover .icon-overlay {
	opacity: 1
}

.stencil .creator {
	color: #1eaeed;
	font-size: 12px;
	line-height: 26px;
}

.stencil .creator a {
	color: inherit
}

.stencil .creator:hover {
	color: #404040
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.mya{
	padding-left: 10px;
}