.inspectLJJC {
	position: fixed;
	bottom: 50%;
	margin-bottom: -140px;
	right: 36px;
	width: 80px;
	/* margin-right: -605px; */
	cursor: pointer;
	z-index: 10;
}

.inspectLJJC1 {
	height: 69px;
	position: relative;
	border-bottom: 10px solid #5c8e55;
}

.inspectLJJC1Bg {
	background: #66a45d;
	height: 100%;
	/* opacity: .88; */
	filter: alpha(opacity = 88);
}

.newInspectLJJC2Bg {
	opacity: .80;
	filter: alpha(opacity = 80)
}

.newInspectLJJC2 {
	height: 194px;
	position: relative;
	top: -5px
}

.newInspectLJJC2Txt {
	font-size: 24.348px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.333;
	position: absolute;
	left: 20px;
	top: 0;
	left: 28px;
	top: 25px;
	display: block;
	width: 26px;
	-moz-transform: matrix(1.23829787234042, 0, 0, 1.23214285714286, 0, 0);
	-webkit-transform: matrix(1.23829787234042, 0, 0, 1.23214285714286, 0, 0);
	-ms-transform: matrix(1.23829787234042, 0, 0, 1.23214285714286, 0, 0);
}

.inspectLJJC1Img {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
}

.inspectLJJC3Bg {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 18px solid #66a45d;
	position: relative;
	top: -5px;
	/* opacity: .88; */
	filter: alpha(opacity = 88);
}


 .signUpTwo {
		padding-top: 8px;
		position: fixed;
		width: 800px;
		height: 500px;
		left: 50%;
		margin-left: -400px;
		top: 50%;
		margin-top: -250px;
		z-index: 9999;
		background: #fff;
		padding: 20px 30px;
		box-sizing: border-box;
		display: none;
	}
	
	 .signUpTwo .signUpTwoTitle {}
	
	 .signUpTwo .signUpTwoTitle h1 {
		font-size: 30px;
		text-align: center;
		font-weight: inherit;
		color: #5c8e55;
	}
	
	 .signUpTwo .signUpTwoTitle img {
		width: 607px;
		height: 46px;
		display: block;
		margin: 13px auto;
	}
	
	 .signUpTwo ul {
		width: 100%;
		margin: 36px auto 0px;
	}
	
	 .signUpTwo ul li {
		/* padding: 0px 30px; */
		margin-bottom: 20px;
		background-color: #ffffff;
		/* border: solid 1px #999999; */
		box-sizing: border-box;
		display: flex;
		overflow: initial;
	}
	
	 .signUpTwo ul li div {
		width: 100%;
		/* align-items: center; */
		display: flex;
		border: solid 1px #999999;
		padding: 0px 20px;
		box-sizing: border-box;
		position: relative;
	}
	 .signUpTwo ul li:nth-child(2) div:nth-child(1) {
		margin-right: 25px;
	}
	 .signUpTwo ul li:nth-child(2) div:nth-child(2) {
		margin-right: 25px;
	}
	
	 .signUpTwo div span {
		color: #333333;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		display: block;
		width: 80px;
		flex-shrink: 0;
	}
	
	 .signUpTwo div input {
		color: #333333;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		width: 90%;
		border: none;
		outline: none;
		position: initial !important;
	}
	
	 .signUpTwo div textarea {
		color: #333333;
		font-size: 14px;
		width: 90%;
		height: 100px;
		outline: none;
		resize: none;
		border: none;
		line-height: 36px;
		margin-top: 2px;
		position: initial !important;
	}
	
	 .signUpTwo button {
		width: 100%;
		height: 50px;
		background-color: #5c8e55;
		margin: 10px auto 0px;
		display: block;
		border: none;
		color: #ffffff;
		font-size: 16px;
		outline: none;
		cursor: pointer;
		transition: all .4s;
		line-height: 50px;
	}
	
	 .signUpTwo button:hover {
		background: #66a45d;
	}
	.signZhezhao{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    display: none;
}
.signUpTwo div .error{
    position: absolute;
    bottom: -18px;
    color: #f00;
    font-size: 12px;
    left: 21px;
}


.joinTip{
    width: 360px;
    height: 150px;
    z-index: 9999;
    display: none;
    position: fixed;
    background: #fff;
    top: 50%;
    margin-top: -75px;
    left: 50%;
    margin-left: -180px;
}
.joinTip h1{
    text-align: center;
    font-size: 18px;
    font-weight: initial;
    line-height: 150px;
    text-align: center;
    width: 100%;
}
