html{
	font-size: 1em;
}
.share-logo{
	background:#e03131 url(../images/share.png) no-repeat center 0;
}
.shareBtn {
	display: block;
	width: 80%;
	color: #000;
	font-size: 1.2em;
	text-decoration: none;
	padding: 10px 0;
	background-color: #FBDD81;
	border-radius: 5px;
	box-shadow: 0 3px 3px #D38126;
	margin: 10px auto;
	text-align: center;
}
.share-line{
	background:#e03131 url(../images/share-line.png) repeat-x 50% 0;
	background-size: auto 100%;
}

.sec-fundInfo{
	background-color: #ffc705;
}
.profit{
	text-align: center;
	overflow: auto;
}
.profit h1{
	font-size: 1.2em;
	line-height: 1.8;
}
.profit h1 strong{
	font-weight: bold;
	font-size: 1.5em;
}
.profit .left{
	float: left;
}
.profit .right{
	float: right;
}
.profit .result{
	background-color: #ffeaa8;
	color:#df3030;
	border: 1px solid #dfb43f;
	border-radius: 5px;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 5px;
}
.share-bottom{
	background-color: #181327;
	padding:25px;
	color:#fff;
}
.cooperation{
	background-color: #352d4e;
	border-radius: 5px;
	display: none;
}
.cooper-inner{
	padding:20px 0;
	position: relative;
	overflow: hidden;
}
.cooper-inner label{
	position: absolute;
	background-color: #f5cf38;
	text-align: center;
	color:#333;
	font-weight: bold;
	line-height: 1.5;
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.cooperation h1{
	
}
.cooperation h2{
	color:#fff2bc;
	padding:5px 0;

}
.cooperation h3 {
	font-family: "Arial";
	font-size: 2em;
	color: #F5CF38;
	position: absolute;
	right: 2%;
	top: 40%;
}
.cooperation h4{
	font-size: 0.8em;
}
.share-footer{
	padding-top: 10px;
}
.share-footer .fl{
	float: left;
}
.share-footer .fr{
	float: right;
	color:#fff;
	text-decoration: none;
}

.share-overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	background-image: url(../images/direct.png);
	background-repeat: no-repeat;
	background-position: 95% 10px;
	background-size: 77px auto;
	display: none;
}
.share-overlay p{
	width: 300px;
	margin: 0 auto;
	font-size: 1.4em;
	line-height: 1.5;
	color: #FFF;
	padding-top: 150px;
	font-family: "Microsoft YaHei";
}


@media screen and (max-width: 480px) {
	.share-logo{
		padding:250px 0 15px;
		background-size: auto 250px;
	}
	.share-line{
		height: 4px;
	}
	.profit{
		padding:15px;
		font-size: 1em;
	}
	.cooper-inner{
		font-size: 0.5em;
		padding-left: 30px;
	}
	.cooper-inner label{
		width: 100px;
		top:15px;
		left:-30px;
	}

}
@media screen and (min-width: 480px) and (max-width: 640px) {
	.share-logo{
		padding:450px 0 25px;
		background-size: auto 450px;
	}
	.share-line{
		height: 6px;
	}
	.profit{
		padding:35px;
		font-size: 1.2em;
	}
	.cooper-inner{
		font-size: 0.7em;
		padding-left: 50px;
	}
	.cooper-inner label{
		width: 110px;
		top:22px;
		left:-25px;
	}
}
@media screen and (min-width: 640px) {
	.share-logo{
		padding:650px 0 45px;
		background-size: auto 650px;
	}
	.share-line{
		height: 8px;
	}
	.profit{
		padding:45px;
		font-size: 1.5em;
	}
	.cooper-inner{
		font-size: 1em;
		padding-left: 80px;
	}
	.cooper-inner label{
		width: 130px;
		top:22px;
		left:-35px;
	}
}