/* Common */

html,
body {
	height: 100%;
}

img {
	border: none;
}

.wrapper {
	position: relative;
	min-height: 100%;
}

.big_footer {
	position: absolute;
	height: 253px;
	bottom: 0;
}

* {
	font-family: 'Microsoft YaHei' !important;
}

a {
	text-decoration: none;
}

.clear {
	clear: both !important;
}


/*color*/

.c-red {
	color: red !important;
}


/*width*/

.w-200 {
	width: 200px !important;
}

.w-500 {
	width: 500px !important;
}


/*height*/

.h-10 {
	height: 10px !important;
}

.h-20 {
	height: 20px !important;
}


/*margin*/

.mr-5 {
	margin-right: 5px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

.mt-22 {
	margin-top: 22px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}


/*padding*/

.pt-40 {
	padding-top: 40px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

/*Layout*/

.container-outer {
	background: #fff;
	padding-bottom: 253px;
}

.container-outer-green {
	background: #f0fdf2;
}

.container-inner-1190 {
	width: 1190px;
	margin: 0 auto;
}

.container-inner-850 {
	width: 850px;
	margin: 0 auto;
}

.page-title {
	font-size: 20px;
	color: #666666;
	line-height: 50px;
	height: 50px;
	font-weight: bold;
}


/*Top tab*/

.tab-wrap {
	height: 58px;
	border-bottom: 1px solid #288e40;
	border-top: 1px solid #efefef;
}

.tab-item-active {
	float: left;
	position: relative;
	top: 1px;
	width: 25%;
	height: 55px;
	color: #0d8d2b;
	border-right: 1px solid #288e40;
	border-left: 1px solid #288e40;
	border-top: 3px solid #3d9953;
	background-color: #fff;
	cursor: pointer;
}

.tab-item-active span {
	display: block;
	width: 100%;
	line-height: 55px;
	text-indent: 100px;
	font-size: 24px;
	cursor: pointer;
	background-position: 40px center;
	background-repeat: no-repeat;
}

.tab-item {
	float: left;
	position: relative;
	top: 3px;
	width: 295px;
	color: #84d296;
}

.tab-item span {
	display: block;
	width: 100%;
	line-height: 55px;
	text-indent: 100px;
	font-size: 24px;
	background-repeat: no-repeat;
	background-position: 40px center;
	cursor: pointer;
}

.tab-item-icon-release {
	background-image: url(../img/fabuzhiwei/eett1.png);
}

.tab-item-active .tab-item-icon-release {
	background-image: url(../img/fabuzhiwei/elskedas.png);
}

.tab-item-icon-list {
	background-image: url(../img/fabuzhiwei/tese_klk.png);
}

.tab-item-active .tab-item-icon-list {
	background-image: url(../img/fabuzhiwei/33el.png);
}

.tab-item-icon-get {
	background-image: url(../img/jianliguanli/a_02.png);
}

.tab-item-active .tab-item-icon-get {
	background-image: url(../img/jianliguanli/a_01.png);
}

.tab-item-icon-search {
	background-image: url(../img/jianliguanli/b_02.png);
}

.tab-item-active .tab-item-icon-search {
	background-image: url(../img/jianliguanli/b_01.png);
}

.tab-item-icon-download {
	background-image: url(../img/jianliguanli/c_02.png);
}

.tab-item-active .tab-item-icon-download {
	background-image: url(../img/jianliguanli/c_01.png);
}

.tab-item-icon-collect {
	background-image: url(../img/jianliguanli/d_01.png);
}

.tab-item-active .tab-item-icon-collect {
	background-image: url(../img/jianliguanli/d02.png);
}


/* form */

.form-title {
	margin: 0 auto;
	height: 50px;
	background-color: #f3f3f3;
}

.form-title-number {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	margin-left: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #3ba354;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.form-title-text {
	float: left;
	line-height: 51px;
	margin-left: 9px;
	font-size: 18px;
	color: #3ba354;
}

.form-title-right {
	float: right;
	line-height: 51px;
	margin-right: 34px;
	font-size: 14px;
	color: #666666;
}

.form-content-outer {
	margin-top: 30px;
}

.form-content-inner {
	padding: 10px 0 10px 100px;
	border: 2px solid #f3f3f3;
}

.form-content-label {
	float: left;
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin-right: 14px;
	text-align: right;
	color: #333333;
}

.form-content-input {
	float: left;
	width: 500px;
	margin-right: 20px;
	min-height: 38px;
	line-height: 38px;
	text-indent: 10px;
	font-size: 16px;
	border: 1px solid #dddddd;
}

.form-content-warning {
	display: none;
	float: left;
	width: 220px;
	height: 40px;
	margin-left: 20px;
	line-height: 40px;
	text-indent: 24px;
	color: #ff9933;
	font-size: 14px;
	background-image: url(../img/fabuzhiwei/baiti.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

.form-content-selector {
	float: left;
	position: relative;
	height: 38px;
	line-height: 38px;
	border: 1px solid #dddddd;
	background-color: #fff;
}

.form-content-selector-dialog {
	float: right;
	width: 38px;
	height: 38px;
	border-left: 1px solid #cccccc;
	background-color: #ebebeb;
	background-image: url(../img/fabuzhiwei/tanhhsud.png);
	background-repeat: no-repeat;
	background-position: center;
}

.form-content-selector-dropmenu {
	float: right;
	width: 38px;
	height: 38px;
	border-left: 1px solid #cccccc;
	background-color: #ebebeb;
	background-image: url(../img/fabuzhiwei/toise.png);
	background-repeat: no-repeat;
	background-position: center;
}

.form-content-input-disabled {
	border: 0 !important;
	font-size: 14px !important;
}


/* 首页右侧二维码 */

.right_QRcode {
	position: fixed;
	bottom: 120px;
	right: 20px;
	background: #fff;
	z-index: 999;
}

.right_QRcode .goToTop,
.right_QRcode .QRcode {
	width: 60px;
	height: 60px;
}

.right_QRcode .goToTop {
	background: url(../img/topandqcode.png) no-repeat;
	cursor: pointer;
}

.right_QRcode .QRcode {
	position: relative;
	background: url(../img/topandqcode.png) 0 -59px no-repeat;
}

.right_QRcode .QRcode img {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: -140px;
	top: -180px;
	transition: opacity 0.5s;
	/* Firefox 4 */
	-moz-transition: opacity 0.5s;
	/* Safari & Chrome */
	-webkit-transition: opacity 0.5s;
	/* Opera */
	-o-transition: opacity 0.5s;
}

.right_QRcode .QRcode img.active {
	visibility: visible;
	opacity: 1;
}

/* 快速注册工具条 */
#loginToolbar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10000;
}

#loginToolbar .left {
	float: left;
	width: 49.9%;
	height:60px;
	background: #3ba354;
}

#loginToolbar .left a {
	display: block;
	margin: 0 auto;
	width: 148px;
	text-align: center;
    font-size: 24px;
    line-height: 60px;
	color: #fff;
}

#loginToolbar .right {
	float: left;
	width: 49.9%;
	height:60px;
	background: #ff9933;
}

#loginToolbar .right a {
	display: block;
	margin: 0 auto;
	width: 148px;
	text-align: center;
    font-size: 24px;
    line-height: 60px;
	color: #fff;
}

#loginToolbar .left a:hover {
	background: #84d397;
	transition: background 0.5s;
	/* Firefox 4 */
	-moz-transition: background 0.5s;
	/* Safari & Chrome */
	-webkit-transition: background 0.5s;
	/* Opera */
	-o-transition: background 0.5s;
}

#loginToolbar .right a:hover {
	background: #ffb66d;
	transition: background 0.5s;
	/* Firefox 4 */
	-moz-transition: background 0.5s;
	/* Safari & Chrome */
	-webkit-transition: background 0.5s;
	/* Opera */
	-o-transition: background 0.5s;
}

/* 新增下载 */
.upload_new{
	 position: absolute;
    right: -153px;
    top: 70px;
	float:left;
	width:146px;
	height:auto;
	
}

.upload_news{
	float:left;
	width:144px;
	height:246px;
	border:1px solid #ddd;
	
}

.upload_name{
		float:left;
		width:130px;
		font-size:16px;
		font-weight:bolder;
		color:#000;
		line-height:30px;
		margin-left:10px;
		margin-top:5px;
}

.upload_txt{
	float:left;
		width:100%;
		font-size:15px;
		color:#333;
		line-height:24px;
		text-align:center;
}

.upload_txts{
		float:left;
		width:100%;
		font-size:12px;
		color:#666;
		line-height:24px;
		text-align:center;
}

.upload_but{
	float:left;
		width:109px;
		font-size:15px;
		color:#fff;
		height:34px;
		line-height:34px;
		margin-left:20px;
		margin-top:10px;
		background:#3ba354;
		border-radius:30px;
		text-indent: 39px;
}

.upload_but a{
		float:left;
		width:109px;
		font-size:15px;
		color:#fff;
		height:34px;
		line-height:34px;

}

.upload_newss{
	float:left;
	width:144px;
	height:auto;
	border:1px solid #ddd;
	margin-top:10px;
}

.upload_img{
	float:left;
	width:85px;
	height:auto;
	border-bottom:1px solid #d8d8d8;
	margin-left:29.5px;
}

.upload_img a{
	float:left;
	width:85px;
	height:auto;
	line-height:30px;
	font-size:12px;
	color:#333;
	text-align:center;
	margin-bottom:10px;
}

.upload_img:nth-last-child(1){
	float:left;
	width:85px;
	height:auto;
	border-bottom:0px solid #d8d8d8;
	margin-left:29.5px;
}