body {
  margin: 0;
}
.clear {
  clear: both;
}
.clog {
	width: 74%;
	margin: auto;
	font-family: "microsoft yahei";
}
.clog .valve {
	width: 100%;
	height: 36px;
	margin-top: 36px;
}
.clog .valve a {
	display: table;
	padding-bottom: 1px;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	float: left;
	margin-right: 12px;
}
.clog .valve a:hover {
	color: #07b17f!important;
	text-decoration: none!important;
	border-bottom-color: #07b17f!important;
}
.clog .vline {
	width: 1px;
	height: 14px;
	float: left;
	margin-right: 12px;
	background: #999999;
	margin-top: 5px;
}
.clog .loghead {
	font-size: 17px;
	margin-top: 40px;
}
.clog .headLeft {
	width: 20%;
	text-align: right;
	float: left;
}
.clog .headLeft span {
	display: block;
	text-align: right;
	height: 36px;
	line-height: 36px;
	color: #07B17F;
}
.clog .headRight {
	float: left;
	width: 80%;
	height: 70px;
}
.clog .headRight .headMid {
	width: 36px;
	height: 100%;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}
.clog .headRight .headMid img {
	width: 36px;
	height: 36px;
}
.clog .headRight .headMid .hline {
	height: calc(100% - 36px);
	height: -webkit-calc(100% - 36px);
	height: -moz-calc(100% - 36px);
	width: 1px;
	background: #07B17F;
	position: absolute;
	left: 18px;
	bottom: 0;
}
.clog .headRight .hdeclare {
	float: left;
	width: calc(100% - 66px);
	width: -webkit-calc(100% - 66px);
	width: -moz-calc(100% - 66px);
}
.clog .headRight .hdeclare span {
	display: block;
	text-align: left;
	height: 36px;
	line-height: 36px;
	color: #07B17F;
}
.clog .logTree {
	font-size: 14px;
}
.clog .treeLeft {
	width: 20%;
	text-align: right;
	float: left;
}
.clog .treeLeft span {
	display: block;
	height: 21px;
	line-height: 21px;
	color: #07B17F;
}
.clog .treeLeft span:nth-child(2) {
	color: #5a99f9;
	font-size: 12px;
}
.clog .treeRight {
	width: 80%;
	float: left;
	position: relative;
}
.clog .treeRight .treeMid {
	width: 36px;
	height: 100%;
	float: left;
	position: absolute;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}
.clog .treeRight .treeMid img {
	width: 17px;
	height: 17px;
	margin-top: 2px;
}
.clog .treeRight .treeMid .tline {
	height: calc(100% - 21px);
	height: -webkit-calc(100% - 21px);
	height: -moz-calc(100% - 21px);
	width: 1px;
	background: #07B17F;
	position: absolute;
	left: 18px;
	bottom: 0;
}
.clog .treeRight .declare {
	float: left;
	width: calc(100% - 66px);
	width: -webkit-calc(100% - 66px);
	width: -moz-calc(100% - 66px);
	line-height: 170%;
	margin-left: 66px;
	padding-bottom: 30px;
	min-height: 22px;
	color: #333333;
}
.clog .treeRight .declare .delog:nth-child(1) {
	margin-top: -1px;
}
.clog .shead {
	height: 100px;
	line-height: 100px;
	margin-top: -30px;
}
.clog .shead .shleft {
	width: 20%;
	float: left;
	text-align: right;
	font-size: 17px;
	height: 100%;
	margin-top: -30px;
	color: #07B17F;
}
.clog .shead .shright {
	width: 80%;
	float: left;
	height: 100%;
	margin-top: -30px;
}
.clog .shead .shright .shMid {
	width: 36px;
	height: 100%;
	float: left;
	margin-left: 15px;
}
.clog .shead .shright .shline {
	margin-left: 18px;
	height: 100%;
	width: 1px;
	background: #07B17F;
}
