body {
	color: #223318;
	font-size: 14px;
	background-color: #f6f9f9;
	-webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,ul,input,form,textarea{
	margin: 0;
	padding: 0;
}

a {
	color: #43a4fc;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.card {
	box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
    position: relative;
}
.inpActive{
	border-width:2px;
	border-color:#37cb58;
}

.lh24{
	line-height: 24px;	
}

.ml14{
	margin-left: 14px;
}

.pl10{
	padding-left: 10px;
}

.main{
	padding-top: 60px;
}

.main.setOn{
	padding-top:0 ;
}

.container {
	width: 940px;
	margin: 0 auto;
	display: block;
    padding-bottom: 5px;
}

.container .md-button{
	border:none;
	-moz-box-shadow: 0 0px 3px 0 #cccccc;
	-webkit-box-shadow: 0 0px 3px 0 #cccccc;
	box-shadow: 0 0px 3px 0 #cccccc;
}

.container .md-button:hover{
	-moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
	background-image: none;
}

.container .md-button-mr{
	margin-right: 20px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 30px;
}

.icon {
	background-image: url('../images/icon.png');
	background-repeat: no-repeat;
}

.md-button {
	padding: .5em 2.5em;
	border: 1px solid #e0e0e0;
	background-color: transparent;
	box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);
	font-weight: bold;
	font-size: 14px;
}
.footsubmit .md-button {
	padding: .5em 2.5em;
	border: 1px solid #e0e0e0;
	background-color: transparent;
	box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);
	font-weight: bold;
	font-size: 14px;
}
.md-button-primary {
	background-color: #37cb58;
	border: 1px solid #37cb58;
	color: #fff;
}
.footsubmit .md-button-primary {
	background-color: #37cb58;
	border: 1px solid #37cb58;
	color: #fff;
}
/*详情页分享图标开始*/
.bdshare-button-style1-32 a{
	background: url("../images/icon2.png") no-repeat!important;
	margin-top: 0!important;
}
.bdshare-button-style1-32 a.bds_tsina{
	background-position: -85px -35px!important;
}
.bdshare-button-style1-32 a.bds_weixin{
	background-position: -135px -35px!important;	
}
.bdshare-button-style1-32 a.bds_sqq{
	background-position: -185px -35px!important;	
}
.bdshare-button-style1-32 a.bds_more{
	background-position: -235px -35px!important;	
}
#friendLinks a{
	background-position: -285px -35px!important;	
}


/*详情页分享图标结束*/
/*
.primary-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	min-width:790px;
	height: 57px;
	border-top: 3px solid #37cb58;
	background-color: #fff;
	color: #4e5c46;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-moz-box-shadow: 2px 0 14px #cccccc;
	-webkit-box-shadow: 2px 0 14px #cccccc;
	box-shadow: 2px 0 14px #cccccc;
}

.primary-header.setOn{
	position: static;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:none;
}

.primary-header a {
	color: #4e5c46;
	text-decoration: none;
}

.primary-header .site-logo {
	margin-top: 14px;
	margin-left: 60px;
}

.primary-header .site-logo .md-logo {
	width: 92px;
	height: 30px;
}

.primary-header .primary-nav {
	margin-left: 132px;
}

.primary-header .primary-nav .site-nav{
	padding-left: 40px;
}

.primary-header .primary-nav .site-nav li {
	float: left;
}

.primary-header .primary-nav .site-nav li a {
	display: block;
	padding: 0 20px;
	height: 57px;
	line-height: 57px;
	font-weight:bold;
}

.primary-header .primary-nav .site-nav li a:hover, .primary-header .primary-nav .site-nav li a.cur {
	color: #37cb58;
}

.primary-header .primary-nav .header-user .user-nav li {
	float: left;
}

.primary-header .primary-nav .header-user .user-nav li a {
	display: block;
	padding: 0 20px;
	height: 57px;
}

.primary-header .user-nav li a.lookMail,.primary-header .user-nav li a.addFriend{
	width: 24px;
}

.primary-header .primary-nav .header-user .user-nav li a i {
	font-size: 20px;
	margin-top: 18px;
}
.primary-header .user-nav li a.lookMail{
	background: url("../images/icon2.png") -68px -115px no-repeat;	
}
.primary-header .user-nav li a.lookMail:hover{
	background-position: -68px -183px;	
}
.primary-header .user-nav li a.addFriend{
	background: url("../images/icon2.png") -131px -116px no-repeat;	
}
.primary-header .user-nav li a.addFriend:hover{
	background-position: -131px -184px;
}
.primary-header .primary-nav .header-user .user-nav li a:hover {
	color: #37cb58;
}
.primary-header .primary-nav .header-user .user-nav li a img{
	width: 24px;
	height: 24px;
	margin-top: 16px;
}

.primary-header .primary-nav .header-user .user-nav li a.avatar img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-top: 12px;
}

.primary-header .primary-nav .header-user .user-nav li a.avatar:hover {
	padding: 0 18px
}

.primary-header .primary-nav .header-user .user-nav li a.avatar:hover img{
	border:2px solid #37cb58;
	margin-top: 10px;
} 
.primary-header .primary-nav .header-user .no-login{
	padding-right:40px;
}
.primary-header .primary-nav .header-user .no-login li {
	float: left;
}
.primary-header .primary-nav .header-user .no-login li.no-login-border{
	width: 1px;
	height: 14px;
	background-color: #cccccc;
	margin-top: 22px;
}
.primary-header .primary-nav .header-user .no-login li a {
	display: block;
	padding: 0 20px;
	height: 57px;
	line-height: 57px;
	font-weight:bold;
	font-size:14px;
}

.primary-header .primary-nav .header-user .no-login li a:hover {
	color: #37cb58;
}

.primary-header.out {
	top: -60px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}

.primary-footer {
	color: #64705d;
	font-size: 12px;
	background: url("../images/footBg.jpg") repeat-x;
	padding-bottom: 20px;
	border-top: 4px solid #37cb58;
	-webkit-box-shadow: 0px 4px 23px 1px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0px 4px 23px 1px rgba(0,0,0,0.2);
			box-shadow: 0px 4px 23px 1px rgba(0,0,0,0.2);
}

.primary-footer section.setOn ul.footer-links{
	display: none;
}

.primary-footer section.setOn .outher{
	padding-top:0 ;
	border-top: none;
	background-position: right 2px;
}

.primary-footer a {
	color: #64705d;
	text-decoration: none;
}

.primary-footer .footer-links{
	padding-top: 4px;
}

.primary-footer .footer-links li {
	float: left;
	margin-right: 150px;
}

.primary-footer .footer-links li h4 {
	margin: 1em 0;
	color: #4e5c46;
}

.primary-footer .footer-links li p {
	margin-top: 5px;
}

.primary-footer .footer-links li p i{
	width: 14px;
	height: 14px;
	float: left;
	margin:2px 10px 0 0;
	background: url(../images/icon-map.png) no-repeat;	
}

.primary-footer .footer-links li p i.footQQ{
	background-position: -158px -618px;
}

.primary-footer .footer-links li p i.footWeibo{
	width: 16px;
	height: 12px;
	margin-top: 4px;
	background-position: -158px -542px;
}

.primary-footer .footer-links li p i.footWeixin{
	width: 16px;
	height: 12px;
	margin-top: 3px;
	background-position: -158px -461px;
}

.primary-footer .footer-links li p i.footLink{
	background-position: -158px -381px;
}

.primary-footer .footer-links li p a:hover{
	color: #37cb58;
}

.primary-footer .footer-links li p a:hover i.footQQ{
	background-position: -238px -618px;
}

.primary-footer .footer-links li p a:hover i.footWeibo{
	background-position: -238px -542px;
}

.primary-footer .footer-links li p a:hover i.footWeixin{
	background-position: -238px -461px;
}

.primary-footer .footer-links li p a:hover i.footLink{
	background-position: -238px -381px;
}

.primary-footer .outher .copyright i.footMobile{
	width: 8px;
	height: 12px;
	float: left;
	margin:4px 3px 0 0;
	background: url(../images/icon-map.png) -158px -305px no-repeat;	
}

.primary-footer .outher .copyright a.moveVersion:hover i.footMobile{
	background-position: -238px -305px;
}

.primary-footer .footer-links li p a:hover{
	color: #37cb58;
}

.primary-footer .footer-links li p a:hover,.primary-footer .footer-links li p a:hover i{
	color: #37cb58;
}

.primary-footer .footer-links li p i{
	margin-right: 10px;
	color: #a7ada3;
	
}

.primary-footer .outher {
	padding-top: 15px;
	margin-top: 20px;
	border-top: 2px dashed #37cb58;
	background: url('../images/footer-logo.png') no-repeat right 20px;
}

.primary-footer .outher p {
	margin-top: 5px;
}

.primary-footer .outher p.icp {
	height: 12px;
	line-height: 12px;
	margin-top: 7px;
}

.primary-footer .outher p.icp a {
	display: inline-block;
	height: 12px;
	line-height: 12px;
}

.primary-footer .outher p a.icpLink{
	padding-left: 10px;
	margin-left: 7px;
	border-left: 1px solid #a7ada3;
}

.primary-footer .outher .copyright{
	font-weight: bold;
}

.primary-footer .outher .copyright .moveVersion{
	border-bottom: 1px solid #a7ada3;
	display: inline-block;
	margin-left: 8px;
}

.primary-footer .outher .copyright .moveVersion:hover,.primary-footer .outher .copyright .moveVersion:hover i{
	color: #37cb58;
	border-color: #37cb58;
}

.primary-footer .outher .copyright i {
	font-size: 16px;
	margin-right:5px;
}
*/

.follow-tip-box {
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 0;
	display: none;
}

.id-card-tips {
	width: 380px;
	padding: 10px;
}

.id-card-tips .id-card-img {
	margin-top: 5px;
}

.license-tips {
	width: 400px;
	padding: 10px;
}

/* pager */
.m-pager {
	margin: 40px 0;
}

.m-pager .plist {
	text-align: center;
}

.m-pager .pitem {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	margin: 0 5px;
}

.m-pager .pitem a{
	text-decoration: none;
}

.m-pager .pitem.prev a,.m-pager .pitem.next a{
	/*width:8px;
	height:21px;*/
	background:url(../images/icon-map.png) no-repeat #f2f3f1;
}

.m-pager .pitem.prev a{
	background-position: -227px -196px;
}

.m-pager .pitem.prev a:hover{
	background-position:-227px -131px;
}

.m-pager .pitem.next a{
	background-position:-145px -196px;
}

.m-pager .pitem.next a:hover{
	background-position:-145px -131px;
}
.m-pager .pitem .num {
	display: block;
	/*padding: .5em 1em;*/
	background-color: #f2f3f1;
	color: #2c5d35;
	text-decoration: none;
	border-radius: 2.1em;
        width:2.1rem;
        height:2.1rem;
        line-height: 2.1rem;
        text-align: center;
}

.m-pager .pitem .num:hover {
	background-color: #37cb58;
	color: #fff;
}

.m-pager .pitem.prev-disable, .m-pager .pitem.next-disable {
	display: none;
}

.m-pager .pitem.es {
	margin: 0;
}

.m-pager .pitem.es .num {
	background-color: #fff;
}

.m-pager .pitem.es .num:hover {
	background-color: #fff;
	color: #2c5d35;
}

.m-pager .pitem.cur .num {
	background-color: #37cb58;
	color: #fff;
}

.JPopImg1 {
	cursor: pointer;
}

/* faces box */
.mface-box {
	z-index: 99;
	display: none;
}

.mface-box .mface-inner {
	position: absolute;
	z-index: 1;
	width: 335px;
	height: 185px;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	left: 0;
	top: 15px;
	border: 1px solid #c4c4c4;
}

.mface-box .flist {
	margin-top: 8px;
	margin-left: 5px;
}

.mface-box .fitem {
	float: left;
}

.mface-box .fitem a {
	display: block;
	width: 30px;
	height: 30px;
	padding: 2px;
	border: 1px solid #f8f8f8;
}

.mface-box .fitem a:hover {
	border: 1px solid #37cb58;
}

.mface-box .title {
	margin-top: 5px;
	margin-left: 5px;
}

.mface-box .close {
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #f2f3f1;
	border-radius: 2px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #7a8574;
	background:url(../images/icon-map.png) -79px -1328px no-repeat;
}

.mface-box .arrow {
	z-index: 2;
	position: absolute;
	top: 1px!important;
	left: 0;
	width: 28px;
	height: 15px;
	background: url(../../img/face/facebg_1.png) -32px -100px no-repeat;
}

.project-top {
	background-color: #fff;
}

.project-top .psuccess {
	background: url(../images/project-success.png) no-repeat right 50px;
}
.project-top .project-fail{
	background: url(../images/project-fail.png) no-repeat right 50px;
}

.project-title {
	padding: 40px 0;
	text-align: center;
}

.project-title h1 {
	margin: 0;
	font-size: 1.8em;
    line-height: 1.8rem;
}

.project-title p {
	margin-top: 18px;
}

.video-wrap{
	height: 721px;
}

.video-wrap p{
	font-size:16px;
	line-height:30px;
	word-break: break-all;
}

.project-left {
	position: relative;
	width: 610px;
	float: left;
}

.project-right {
	width: 300px;
	float: right;
}

#my_back_info{
	line-height: 24px;
	margin-top: 30.4px;
}

.project-primary {
	height: 721px;
	
}
.project-primary .video-box {
	width: 610px;
	height: 458px;
	-moz-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
	
}
.project-primary .videoIntro {
	position: absolute;
	bottom: 22px;
	left: 0;
        padding:30px 0;
}

.project-primary .project-location {
	float: left;
	height: 30px;
    padding-left: 30px;
    width: 53%;
}

.project-primary .project-location span {
	color: #7a8574;
	display: inline-block;
	margin-top: 4.5px;
}

.project-primary .project-location span i {
	margin-right: 10px;
}

.project-primary .project-location span.s2 {
	margin-left: 50px;
}

.project-primary .share-box {
	height: 30px;
	margin-left: 305px;
	border-left: 1px solid #e0e0e0;
}

.project-primary .share-box li {
	margin-top: 0;
}

.project-primary ul.project-data{
	padding-top: 16.4px;
}

.project-primary .project-data .data {
	margin-top: 16.4px;
}
.project-primary .project-data .data:first-child{
	margin-top: 0;
}

.project-primary .project-data .data p {
	height: 14px;
	line-height: 14px;
	font-weight: bold;
}

.project-primary .project-data .data h2 {
	margin: 0;
	font-size: 36px;
}

.project-primary .project-sup {
	margin-top: 36.4px;
}

.project-primary .project-sup button {
        position: relative;
	width: 243px;
	height: 58px;
	font-size: 18px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.project-primary .project-sup a {
        line-height: 58px;
}
.project_noatten{color: #37cb58 !important;float: right;font-size: 14px;font-weight: bold;}
.project_attenhsbn{color: #7a8574 !important;}
/*.success {
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	background-color: #ff9b00!important;
}

.finish {
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	background-color: #223319!important;
}

.istb {
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	background-color: #43a4fc!important;
}*/

.project-primary .project-sup i.sel {
	color: #ff9a00;
}

.project-primary .creator-info {
	padding-top: 40px;
	border-top: 1px solid #ccc;
	margin-top: 32.4px;
}

.project-primary .creator-info dl dt {
	float: left;
}

.project-primary .creator-info dl dt img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.project-primary .creator-info dl dd {
	margin-left: 100px;
        height: 80px;
        padding:10px 0;
}

.project-primary .creator-info dl dd h3 {
	margin: 0;
	color: #37cb58;
}

.project-primary .creator-info dl .btn {
	margin-top: 10px;
}
.project-primary .creator-info dl .pro_href_span span{
    display:inline-block;padding-left:24px;color:#223318;font-size:14px;
    background: url(../images/creator_weibo.png) no-repeat left top;padding-right:20px;border-right:1px solid #ccc;
    height:16px;line-height:16px;opacity: .4;
}
.project-primary .creator-info dl .pro_href_span #href_guanw{
    background: url(../images/creator_guanw.png) no-repeat left top;margin-left:20px;border-right:none;padding-left:20px;
}
.project-primary .creator-info dl .pro_href_span span.pro_creat_have{opacity: 1;}

.project-primary .creator-info dl .btn button {
	width: 100px;
	padding: .2em 0;
	font-weight: normal;
}

.project-primary .creator-info dl .btn .b2 {
	float: right;
}

.project-primary .creator-info .ii {
	margin-top: 14px;
}

.project-primary .creator-info .ii a {
	margin-right: 0px;
	color: #223318;
	display:inline-block;
	width:224px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.project-primary .creator-info .ii span,
.project-primary .creator-info .ii strong{
	vertical-align: middle;
}
.project-primary .creator-info .relationships{
	height: 15px;
	padding-top: 6px;
}

.project-primary .creator-info .relationships strong{
	float: left;
	line-height: 14px;
}

.project-primary .creator-info .relationships a{
	float: left;
	width: 14px;
	height: 14px;
	background: url(../images/relationships.png) no-repeat;
	margin-right: 20px;
	color:#43a4fc;
	text-decoration: underline;
}
.project-primary .creator-info .relationships a.setOn{
	background-image: url(../images/relationshipsSeton.png);	
}

.project-primary .creator-info .relationships a.sweibo{
	width: 18px;
	background-position: -33px -31px;
	margin-left: 16px;
}


.project-primary .creator-info .relationships a.qq{
	background-position: -71px -31px;
}


.project-primary .creator-info .relationships a.renren{
	background-position: -105px -31px;
}


.project-primary .creator-info .relationships a.linkEdin{
	background-position: -139px -31px;
}


.project-primary .creator-info .relationships a.qzone{
	width: 16px;
	background-position: -173px -31px;
}
.project-primary .creator-info .creator_data li{float:left;width:27%;margin-left:9%;text-align: center;margin-top:20px;}
.project-primary .creator-info .creator_data li:first-child{margin-left:0;}
.project-primary .creator-info .creator_data li p{line-height: 35px;font-size: 16px;}
.project-primary .creator-info .creator_data li p:first-child{font-weight: bold;font-size: 18px;}
.project-primary .creator-info .creator_data{overflow: hidden;}
.sup-btn .md-button{margin-right:15px;}
.creator_data a{color:#223318;}
.m-button-disabled, .m-button-disabled:active, .m-button-disabled:focus, .m-button-disabled:hover{
    background-color: #d3d6d1 !important;
    opacity: 1 !important;
}
.finish{background-color: #37cb58!important;}




.share-box li {
	margin-left: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	float: left;
	background-color: transparent!important;
}

.share-box li a {
	display: block;
	height: 100%;
	width: 100%;
	color: #fff;
}
.share-box li.weibo{
    margin-left: 39px;
}

.project-member {
	padding-top: 36px;
	border-top: 1px solid #ccc;
	padding-bottom: 40px;
    margin-bottom: 20px;
    margin-top: -2px;
}

.project-member h4 {
	margin: 0;
}

.project-member ul li {
	height: 40px;
	width: 175px;
	float: left;
	overflow: hidden;
	margin-top: 40px;
	margin-right: 10px;
}

.project-member ul li .avatar {
	float: left;
}

.project-member ul li .avatar img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.project-member ul li .desc {
	margin-left: 50px;
}

.project-member ul li .desc .name {
	font-weight: bold;
}

.project-con {
	position: relative;
	margin-bottom: 20px;
        background: #f6f9f9;
}
.project-con .project-tab {
	height: 56px;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
}

#JScrollFix{
	background-color: #fff;
	border-top: 1px solid #e0e0e0;
}

.project-con .project-tab a {
	color: #223318;
	text-decoration: none;
        line-height: 35px;
}

.project-con .project-tab .nav li {
	float: left;
	margin-right: 30px;
}

.project-con .project-tab .nav li a {
	display: block;
	height: 55px;
	line-height: 60px;
	font-size: 14px;
}

.project-con .project-tab .nav li a:hover {
	color: #37cb58;
	border: none;
}
.project-con .project-tab .nav li a:hover span{
	background-color: #37cb58;
}

.project-con .project-tab .nav li a span {
	margin-left: 5px;
	padding: 2px 4px;
	border-radius: 3px;
	background-color: #7a8574;
	color: #fff;
}

.project-con .project-tab .nav li a.cur {
	color: #37cb58;
}

.project-con .project-tab .nav li a.cur:hover {
	border-bottom:5px solid #37cb58;
}
.project-con .project-tab .nav li a.cur span{
	background-color: #37cb58;
}

.project-con .project-tab .sup-btn {
	visibility: hidden;
	float: right;
	margin-top: 10px;
}

.project-con .project-tab .sup-btn i {
	margin-left: 10px;
	color: #7a8574;
}

.project-con .project-tab .sup-btn i.sel {
	color: #ff9a00;
}

.project-con .project-tab.fix .sup-btn {
	visibility: visible;
}

.project-con .project-backs li {
	padding: 20px;
	border-top: 1px solid #ccc;
}

.project-con .project-backs li p{
	font-weight: bold;
}

.project-con .project-backs li h3 {
	margin: 0 0 10px 0;
}

.project-con .project-backs li .backs-info {
	margin-top: 10px;
	word-break: break-all;
}

.project-con .project-backs li .backs-info .img {
	margin-top: 20px;
}

.project-con .project-backs li .backs-info .img img {
	margin-right: 20px;
	width: 60px;
	height: 60px;
}

.project-con .project-backs li .date {
	margin: 20px 0;
}

.project-con .project-backs li.first {
	border-top: 0;
}

.project-con .project-backs li.done{
	color: #a7ada3;
}

.project-con .project-backs li.done .m-button-disabled {
	background-color: #7a8574;
}

.project-con .refund-tips {
	padding: 0 20px 20px 20px;
	color: #37cb58;
}

.project-con .refund-tips h4{
	margin: 26px 0 12px 0;
}

.project-faqs {
	padding: 0 20px 20px 20px;
}

.project-faqs .faqs .faq {
	margin-bottom: 10px;
}

.project-faqs .faqs .faq .faq-question a {
	color: #37cb58;
	text-decoration: none;
}

.project-faqs .faqs .faq .faq-question a i {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.project-faqs .faqs .faq .faq-answer {
	margin-top: 10px;
	margin-left: 18px;
	display: none;
}

.project-faqs .faqs .faq.expanded .faq-question a i {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

.project-faqs .faqs .faq.expanded .faq-answer {
	display: block;
}

.project-faqs .faq-ask-box .m-button {
	padding: .5em 1em;
}

.project-faqs .faq-ask-box span {
	margin-left: 15px;
}

.risk-tips {
	padding: 0 20px 20px 20px;
}

.risk-tips h4{
	margin: 26px 0 22px 0;
}

.post-content {
	padding: 20px;
	word-break: break-all;
}
.post-content p{
	margin: .4em 0;
    line-height: 26px;
    word-break: break-all;
}
.post-content ul img{
	max-width:538px;
	height: auto;
}
.post-content img {
	max-width:568px;
	height: auto;
}
.post-content img[alt] {
	max-width:568px;
	height: auto;
	display:block;
	margin:0 auto;
}
.post-content .edui-faked-video{
    width: 568px;
    height: 379px;
}
.project-like {
	margin-bottom: 40px;
}
.project-like h4 {
	margin: 26px 0 22px 28px;
}

.project-like ul li {
	float: left;
	width: 197px;
	margin: 0 0 20px 28px;
}

.project-like ul li .thumb img {
	width: 197px;
	height: 148px;
}

.project-like ul li .desc .g {
	color: #37cb58;
}

.project-updates {
	padding: 0 20px;
	border-bottom: 1px solid #ccc;
    word-break: break-all;
}

.project-updates .uitem {
	padding: 24px 0 30px 0;
	border-top: 1px solid #ccc;
}

.project-updates .uitem .mark {
	color: #37cb58;
	margin-bottom: 22px;
}

.project-updates .uitem .mark span {
	float: right;
	color: #7a8574;
}

.project-updates .uitem .title {
	margin-bottom: 22px;
}

.project-updates .uitem .title a {
	color: #223318;
	text-decoration: none;
}

.project-updates .uitem .data {
	margin-top: 20px;
}

.project-updates .uitem .data p {
	float: right;
	color: #7a8574;
	margin-left: 20px;
}

.project-updates .uitem .data p {
	background: url(../images/loveAndReply.png) -20px -100px no-repeat;
	text-decoration: none;
	padding-left: 22px;
	color: #7a8574;
}

.project-updates .uitem .data p:hover {
	color: #37cb58;
	background-position: -20px -60px;
}

.project-updates .uitem .data p.setOn {
	background-position: -20px -20px;
}


.project-updates .uitem .content img {
	max-width:570px;
	height: auto;
}

.project-updates .uitem.no-border {
	border-top: 0;
}

.cedit {
	margin: 20px;
	margin-bottom: 15px;
}

.cedit .area textarea {
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	border: 1px solid #ccc;
	outline: none;
	resize: none;
}
.cedit .area .cctext{
	padding: 10px;
}
.cedit .ctrl {
	margin-top: 5px;
}

.cedit .ctrl .face {
	margin-top: 7px;
}

.cedit .ctrl .face a {
	color: #223318;
	display:inline-block;
	text-decoration: none;
}

.cedit .ctrl .face a.JFaces {
	
}

.cedit .ctrl .face a i {
	width:18px;
	height:18px;
	margin-right: 10px;
	margin-top:1px;
	background:url(../images/icon-map.png) -158px -1720px no-repeat;
	display:inline-block;
	float:left;
}

.comments {
	padding: 0 20px;
	border-bottom: 1px solid #ccc;
}
.comments li.hot_comment:first-child{
	border-top: 1px solid #ccc;
}
.comments .citem {
	padding-bottom: 20px;
	border-top: 1px solid #f5f5f5;
}
.comments .hot_comment {
	border-top: 1px solid #f5f5f5;
}
.comments .citem .name a{
	color:#37cb58;
}
.comments .cpost {
	margin-top: 20px;
	position: relative;
}

.comments .cavatar {
	position: absolute;
	top: 0;
	left: 0;
}

.comments .cavatar img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.comments .cbody {
	padding-top: 10px;
	margin-left: 50px;
}

.comments .cchildren {
	margin-left: 50px;
	margin-top: 20px;
}

.comments .cheader .name {
	color: #37cb58;
	margin-right: 5px;
}

.comments .cheader strong {
	margin-left: 5px;
}

.comments .cheader .date {
	float: right;
	color: #7a8574;
}

.comments .ccontent {
	word-break:break-all;
	margin: 16px 0;
}


.comments .ccontent a{
	text-decoration: none;
	font-weight: bold;
	color: #223318;
}

.comments .cfooter {
	float: right;
}

.comments .cfooter .d {
	margin-left: 20px;
	float: left;
	color: #7a8574;
}

.comments .cfooter .d a {
	background: url(../images/loveAndReply.png) no-repeat;
	text-decoration: none;
	display:block;
	padding-left: 22px;
	color: #7a8574;
}

.comments .cfooter .d a.c_del {
	float:right;
	padding:0;
}

.comments .cfooter .d a:hover {
	color: #37cb58;
}
.comments .cfooter .d a.JLove {
	background-position: -20px -100px;
}

.comments .cfooter .d a.JLove:hover {
	background-position: -20px -60px;
}

.comments .cfooter .d a.JLove.setOn {
	background-position: -20px -20px;
}

.comments .cfooter .d a.JReply {
	float:left;
	background-position: -113px -99px;
}

.comments .cfooter .d a.JReply:hover {
	background-position: -113px -59px;
}

.comments .cfooter .d a span{
	
}

.comments .creply {
	text-align: right;
}

.comments .creply a {
	color: #7a8574;
	text-decoration: none;
}

.supporter-list {
	padding: 0 20px;
	border-bottom: 1px solid #ccc;
}

.supporter-list .sitem {
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

.supporter-list .sitem .user-info {
	float: left;
}

.supporter-list .sitem .avatar {
	float: left;
}

.supporter-list .sitem .avatar img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.supporter-list .sitem .txt {
	margin-left: 70px;
}

.supporter-list .sitem .txt p {
	font-size: 12px;
}

.supporter-list .sitem .txt .name {
	margin-top: 5px;
	margin-bottom: 10px;
}

.supporter-list .sitem .txt .name a{
	font-size: 14px;
	margin-top: 5px;
}

.supporter-list .sitem .txt .name a {
	color: #37cb58;
	text-decoration: none;
}

.supporter-list .sitem .sm-btn {
	float: right;
	margin-top: 15px;
}

.supporter-list .sitem .sm-btn button{
	font-weight: normal;
}

.supporter-list .sitem.no-border {
	border-top: 0;
}

.jobs-list {
	width: 100%;
}

.jobs-list thead {
	background-color: #fff;
}

.jobs-list th, .jobs-list td {
	text-align: center;
	padding: 1.5em 1em;
}

.jobs-list td.jname {
	text-align: left;
}

.jobs-list td.jname a {
	color: #37cb58;
	text-decoration: none;
}

.cp-steps .tips {
	text-align: center;
}

.cp-steps .tips h1{
	font-size: 34px;
	font-weight:normal;
	line-height:62px;
}
.cp-steps .tips h2{
	font-weight:normal;
	font-size:18px;
	line-height:30px;
	margin: 0;
}
.cp-left {
	position:relative;
	width: 652px;
}

.cp-right {
	width: 264px;
}

.new_upimg{height:189px;}
.newcontrols .new_upimg{height:160px;}
.upimgID,.upimgCompany{
	position:relative;
	width:210px;
	float:left;
	border-radius: 0;
}
.upimgID input.uploadPic,.upimgCompany input.uploadPic{
	position:absolute;
	top:0;
	left:0;
	z-index:9;
	width:210px;
	height:160px;
	cursor:pointer;
	opacity:0;
	filter:alpha(opacity=0);
}
.upimgID img.preview-img,.upimgCompany img.preview-img{
	position:absolute;
	top:0;
	left:0;
	width:210px;
	height:160px;
}
.newcontrols .upimgID img.preview-img,.newcontrols .upimgCompany img.preview-img,.newcontrols .upimgID img.preview-img-spon{
	position:absolute;
	top:0;
	left:0;
/*	width:210px;
	height:160px;*/
}
.cp-steps-5 .upimgID .upimg-btn,.cp-steps-5 .upimgCompany .upimg-btn{
	padding:49px 0!important;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}	
.cp-steps-5 .upimgCompany .upimgPad{
	padding:0!important;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}	
.upimgMarR{
	margin-right:25px;
}
.upimgMarB{
	margin-bottom:29px;
}
.upimgMarR.setOn{
	margin-bottom:20px;
}
.upimgMarB.setOn{
	margin-bottom:90px;
}
.upimg .preview-img {
	display: none;
	width: 100%;
	height: 337px;
}
.newcontrols .upimg .preview-img {
	display: none;
/*	width: 100%;
	height: 337px;*/
}
.upimg .upimg-btn {
	cursor: pointer;
	text-align: center;
	padding-bottom: 1.1em;
}

.upimg .upimg-btn h3 {
	margin: 1.2em 0 .2em 0;
	font-weight: normal;
	font-size: 14px;
}

.upimg .upimg-btn p {
	color: #7a8574;
}

.upimg .upimg-btn p.right {
	color: #7a8574;
	padding: 70px 0!important;
}

.cp-steps-form-submit {
	width:100%;
	padding: 20px 0;
	background-color: #fff;
	box-shadow: 0px -1px 4px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}

.cp-steps-form-submit.setOn{
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
}

.cp-right-1 .cp-guide {
	padding: 20px 0;
	text-align: center;
}

.cp-right-1 .cp-guide i {
	margin-right: 5px;
}

.cp-right-2 .project-info .thumb {
	position: relative;
}

.cp-right-2 .project-info .thumb .video-play {
	background-position: 0 -113px;
	position: absolute;
	width: 86px;
	height: 86px;
	left: 50%;
	top: 50%;
	margin-top: -48px;
	margin-left: -48px;
}

.cp-right-2 .project-info .info {
	padding: 0 18px 20px 20px;
	margin-top: 18px;
}

.cp-right-2 .project-info .info .link {
	word-break: break-all;
	word-wrap: break-word;
}

.cp-right-3 .backs-tips {
	padding: 20px;
	padding-right: 18px;
}

.cp-right-3 .backs-tips h4 {
	margin: 0;
}

.cp-right-3 .backs-tips .txt {
	margin-top: 5px;
}

.cp-right-3 .backs-tips ul li {
	list-style-type: disc;
	margin-top: 5px;
	list-style-position: inside;
}

.cp-right-4 .tips {
	padding: 20px;
	padding-right: 18px;
}

.cp-right-5 .tips {
	padding: 20px 18px 20px 20px;
}

/* cp steps forms */
.cp-steps-forms .item {
	/*margin: 0 30px 40px 30px;
	padding-top: 40px;*/
	position:relative;
	padding: 40px 30px;
	border-top: 1px dashed #999999;
}

.cp-steps-forms .item .controls strong{
	font-weight: normal;
}

.cp-steps-forms .item .mm-group {
	margin-bottom: 30px;
}

.cp-steps-forms .item .upImgExpBox {
	position:relative;
}

.cp-steps-forms .item .upImgExpBox .upImgExp{
	position:absolute;
	top:114px;
	left:0px;
	width:105px;
	line-height:24px;
	font-size:12px;
	color:#37cb58;
}

.cp-steps-forms .item .upImgExpBox .upImgExpCompany{
	top:413px;
}
.cp-steps-forms .item .noMarB {
	margin-bottom: 0px;
}
.cp-steps-forms .item.no-border {
	border-top: 0;
}

.cp-steps-forms .control-label {
	float: left;
	margin-top: 5px;
}

.cp-steps-forms .controls {
	position:relative;
	margin-left: 140px;
	width: 450px;
}

.cp-steps-forms .controls strong.setOn{
	color: #959a92;
}

.cp-steps-forms .controls .input-wrap {
	position: relative;
}

.cp-steps-forms .controls .input-wrap .input {
	display: block;
	width: 380px;
	padding: 5px 0;
	border: none;
	background: none;
	outline: none;
	border-bottom: 1px solid #e0e0e0;
}

.cp-steps-forms .controls .input-wrap .num {
	position: absolute;
	right: 0;
	top: 3px;
	color: #7a8574;
}

.cp-steps-forms .controls .select-wrap {
	position: relative;
	margin-bottom: 30px;
}

.cp-steps-forms .controls .select-wrap .select-btn {
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
}

.cp-steps-forms .controls .select-wrap .select-list {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	z-index: 99;
	max-height: 300px;
	overflow-y: auto;
}

.cp-steps-forms .controls .select-wrap .select-list li a {
	display: block;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	color:#000000;
	text-decoration:none;
}

.cp-steps-forms .controls .select-wrap .select-list li a:hover {
	background-color: #f6f9f9;
}

.cp-steps-forms .controls .textarea-wrap {
	position: relative;
}

.cp-steps-forms .controls .textarea-wrap .textarea {
	display: block;
	padding: 5px 0;
	outline: none;
	resize: none;
	height: 42px;
	height: auto;
	width: 450px;
	border: none;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
}

.cp-steps-forms .controls .textarea-wrap .num {
	position: absolute;
	right: 0;
	bottom: 3px;
	color: #7a8574;
}

.cp-steps-forms .controls .date-wrap {
	cursor: pointer;
	position: relative;
}

.cp-steps-forms .controls .date-wrap .date {
	display: block;
	width: 380px;
	padding: 5px 0;
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	border-bottom: 1px solid #e0e0e0;
}

.cp-steps-forms .controls .date-wrap .arrow {
	position: absolute;
	right: 0;
	top: 7px;
}

/*融资期限样式修改开始*/
.cp-steps-forms .controls .radio-wrap .radioBox{
	position: relative;
	width: 16px;
	height: 16px;
	margin-top: 6px;
}
.cp-steps-forms .controls .radio-wrap .radioBox .custom-radio{
	position: absolute;
	margin: 0!important;
	padding: 0;
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
	opacity: 0;
}

.cp-steps-forms .controls .radio-wrap .radioBox .radioBg{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/icon.png) -181px 0 no-repeat;
}
.cp-steps-forms .controls .radio-wrap .radioBox span.radioBgSetOn{
	background-position: -139px 0;
}
/*融资期限样式修改结束*/

.cp-steps-forms .controls .radio-wrap .custom-radio.checked {
	background-position: -139px 0;
}

.cp-steps-forms .controls .checkbox-wrap .custom-checkbox {
	/*float: left;
	display: block;*/
	position:absolute;
	top:0;
	left:0;
	margin: 1px 0 0 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background-image: url('../images/icon.png');
	background-repeat: no-repeat;
	background-position: -34px -57px;
	border: none;
	cursor: pointer;
	opacity:0;
	filter:alpha(opacity=0);
}

.cp-steps-forms .controls .checkbox-wrap .custom-checkbox.checked {
	background-position: 0 -57px;
}

.cp-steps-forms .controls .checkbox-wrap .checkbox-input-box {
	display: block;
	margin-left: 40px;
}

.cp-steps-forms .controls .tips-wrap .tips {
	color: #7a8574;
}

.cp-steps-1 .cp-steps-forms .controls .radio-wrap .custom-radio {
	float: left;
	margin: 9px 0 0 0;
}

.cp-steps-1 .cp-steps-forms .controls .radio-wrap .radio-input-box {
	display: block;
	margin-left: 40px;
	position: relative;
}

.cp-steps-1 .cp-steps-forms .controls .radio-wrap .radio-input-box .radio-input {
	margin-left: 10px;
	display: inline-block;
	width: 320px;
	padding: 5px 0;
	outline: none;
	border: none;
	background-color:#ffffff;
	border-bottom: 1px solid #e0e0e0;
}

.cp-steps-1 .cp-steps-forms .controls .radio-wrap .radio-input-box .radio-tips {
	position: absolute;
	right: 0;
	bottom: 5px;
	color: #7a8574;
}

.cp-steps-1 .cp-steps-forms .controls .radio-wrap .radio-input-box .arrow {
	position: absolute;
	right: 0;
	bottom: 5px;
}

.cp-steps-1 .cp-steps-forms .games-platform .checkbox-wrap {
	position:relative;
	margin-top: 20px;
}

.cp-steps-1 .cp-steps-forms .games-platform .checkbox-wrap .checkbox-input-box .checkbox-input {
	border: none;
	outline: none;
	background: none;
	border-bottom: 1px solid #e0e0e0;
}

.cp-steps-1 .cp-steps-forms .financing-tips .t1 {
	color: #7a8574;
}

.cp-steps-1 .cp-steps-forms .financing-tips .t2 {
	color: #37cb58;
}

.cp-steps-1 .cp-steps-forms .financing-tips2 {
	color: #37cb58;
	margin-top: 5px;
}

.cp-steps-3 .controls {
	background-color: #f6f9f9;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/*overflow: hidden;*/
}

.cp-steps-3 .controls .remove,.cp-steps-3 .controls .removeGroup {
	position: absolute;
	right: 0;
	top: 0;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #7a8574;
	background-color: #f6f9f9;
	z-index: 99;
	border-left: 1px solid #e0e0e0;
}

.cp-steps-3 .controls .remove i {
	color: #7a8574;
	font-size: 20px;
}

.cp-steps-3 .back-item {
	border-top: 1px solid #e0e0e0;
}

.cp-steps-3 .back-item .title {
	width: 80px;
	text-align: center;
	padding: 5px;
	float: left;
}

.cp-steps-3 .back-item .content {
	border-left: 1px solid #e0e0e0;
	background-color: #fff;
	margin-left: 90px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.cp-steps-3 .back-item.first {
	border-top: 0;
}

.cp-steps-3 .back-item.back-money .content {
	padding-left: 20px;
	padding-right: 40px;
}

.cp-steps-3 .back-item.back-money .content .money {
	width: 100%;
	border: 0;
	outline: 0;
	padding: 7px 0;
	-webkit-appearance: none;
	text-indent: 5px;
}

.cp-steps-3 .back-item.back-money .content .currency {
	position: absolute;
	left: 10px;
	top: 3px;
	font-size: 18px;
}

.cp-steps-3 .back-item.back-content textarea {
	width: 100%;
	border: 0;
	outline: 0;
	resize: none;
	height: 100px;
}

.cp-steps-3 .back-item.back-date .content .select-wrap {
	margin-bottom: 0;
	float: left;
	width: 160px;
}

.cp-steps-3 .back-item.back-date .content .select-wrap .select-btn {
	border-bottom: 0;
	height: 32px;
	line-height: 32px;
}

.cp-steps-3 .back-item.back-date .content .select-wrap.first {
	border-right: 1px solid #e0e0e0;
	/*margin-right: 10px;*/
	padding-right: 10px;
}

.cp-steps-3 .back-item.back-type .content .select-wrap {
	margin-bottom: 0;
	padding-right: 3px;
}

.cp-steps-3 .back-item.back-type .content .select-wrap .select-btn {
	border-bottom: 0;
	height: 32px;
	line-height: 32px;
}

.cp-steps-3 .back-item.back-times .content {
	padding-right: 0;
}

.cp-steps-3 .back-item.back-times .content .checkbox-wrap {
	position:relative;
	width: 109px;
	height: 37px;
	float: left;
	margin-top: 15px;
}

.cp-steps-3 .back-item.back-times .content .checkbox-wrap .choiceBg{
	margin-right: 0;
}

/* .cp-steps-3 .back-item.back-times .content .checkbox-wrap .custom-checkbox{
	opacity:0;
	z-index:9;
}

.cp-steps-3 .back-item.back-times .content .checkbox-wrap .onlycheck{
	position:absolute;

	z-index:9;
}

.cp-steps-3 .back-item.back-times .content .checkbox-wrap .onlycheckBg{
	position:absolute;
	top:16px;
	left:0;
	width:20px;
	height:20px;
	background:url(../images/icon.png) -34px -57px no-repeat;
}

.cp-steps-3 .back-item.back-times .content .checkbox-wrap .onlycheckBg.setOn{
	background-position:0 -57px;
} */

.cp-steps-3 .back-item.back-times .content .checkbox-wrap label {
	margin-left: 10px;
}

.cp-steps-3 .back-item.back-times .content .times-input {
	margin-left: 109px;	
	border-left: 1px solid #e0e0e0;
}

.cp-steps-3 .back-item.back-times .content .times-input input {
	width: 239px;
	height: 52px;
	border: none;
	outline: none;
	text-indent: 10px;
	background-color: #f6f9f9;
}

.cp-steps-3 .back-item.back-images .title span {
	color: #37cb58;
	font-size: 12px;
	display: inline-block;
	margin-top: 17px;
}

.cp-steps-3 .back-item.back-images .content {
	padding-left: 0;
	padding-right: 0;
}

.cp-steps-3 .back-item.back-images .content .preview-images li {
	cursor: pointer;
	border-left: 1px solid #e0e0e0;
	float: left;
	width: 119px;
	height: 119px;
	overflow: hidden;
	position:relative;
}


.cp-steps-3 .back-item.back-images .content .preview-images li input.reward_pic {
	position:absolute;
	top:0;
	left:0;
	width:119px;
	height:119px;
	cursor: pointer;
	opacity:0;
	filter:alpha(opacity=0);
        z-index: 10;
}

.cp-steps-3 .back-item.back-images .content .preview-images li .tips {
	width: 100%;
	text-align: center;
	line-height: 119px;
}

.cp-steps-3 .back-item.back-images .content .preview-images li img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;
}

.cp-steps-3 .back-item.back-images .content .preview-images li.first {
	border-left: 0;
}

#back_copy{
	height: 42px;
}

.cp-steps-3 .copy-back .m-button {
	padding: .5em 1em;
}

.cp-steps-3 .copy-back .control-label{
	margin-top: 0;
}

.cp-steps-3 .copy-back .controls {
	background-color: #fff;
}

.cp-steps-3 .copy-back .controls .back-list {
	position: relative;
	margin-top: 8px;
	padding-left: 30px;
	padding-right: 120px;
	border-left: 1px solid #e0e0e0;
}

.cp-steps-3 .copy-back .controls .back-list .m-button {
	position: absolute;
	right: 0;
	top: 0;
	padding: .5em 2.1em;
}

.cp-steps-3 .copy-back .controls .back-list input.noCopy{
	width:90px;
	height:36px;
	border:none;
	background-color:#7a8574;
	
}
.cp-steps-4 .controls .author-avatar {
	float: left;
}

.cp-steps-4 .controls .author-avatar img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.cp-steps-4 .controls .sponsorPic {
	  position: absolute;
	  left: 110px;
	  top: 0;
	  width: 340px;
	  height: 102px;
	  cursor: pointer;
	  opacity: 0;
	  filter:alpha(opacity=0);
}

.cp-steps-4 .controls .sponsor_error {
	  float: left;
	  width: 100%;
	  font-size: 12px;
	  color: #ea5a4e;
	  margin-top: 17px;
}

.cp-steps-4 .controls .upimg {
	margin-left: 110px;
}

.cp-steps-4 .controls .upimg-btn {
	height: 100px;
	border-radius: 0px;
	padding-bottom: 0;
}

.cp-steps-4 .controls .upimg-btn h3 {
	margin: 1.8em 0 .5em 0;
}

.cp-steps-4 .member-wrap {
	position: relative;
	margin-bottom: 20px;
	border-radius: 0;
}

.cp-steps-4 .member-wrap .remove {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #f6f9f9;
	height: 34px;
	width: 34px;
	line-height: 36px;
	text-align: center;
	border-left: 1px solid #e0e0e0;
}

.cp-steps-4 .member-wrap .remove i {
	font-size: 20px;
	color: #7a8574;
}

.cp-steps-4 .member-wrap .title {
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
}

.cp-steps-4 .member-wrap .member-item {
	height: 34px;
	border-top: 1px solid #e0e0e0;
}

.cp-steps-4 .member-wrap .member-item .name {
	float: left;
	width: 100px;
	border-right: 1px solid #e0e0e0;
	height: 100%;
	background-color: #f6f9f9;
	text-align: center;
	line-height: 34px;
}

.cp-steps-4 .member-wrap .member-item .content {
	height: 100%;
	margin-left: 110px;
	margin-right: 10px;
}

.cp-steps-4 .member-wrap .member-item .content input {
	-webkit-appearance: none;
	background: none;
	border: none;
	height: 100%;
	width: 100%;
	display: block;
	outline: none;
}

.cp-steps-4 .member-wrap .member-item .content input.setOn{
	color:#959a92;
}

.cp-steps-4 .member-wrap .send-btn {
	padding: 10px 0;
	border-top: 1px solid #e0e0e0;
	text-align: center;
}

.cp-steps-4 .member-wrap .send-btn input.setOn{
	border:none;
	background-color:#7a8574;
	
}

.cp-steps-4 .member-wrap .member-item.first {
	border-top: 0;
}

.cp-steps-4 .add-member {
	text-align: center;
}

.cp-steps-4 .add-member .m-button {
	padding: .5em 0;
	width: 448px;
	font-weight: normal;
}

.cp-steps-5 .table-nav {
	border-bottom: 1px solid #ccc;
}

.cp-steps-5 .table-nav a {
	box-sizing: border-box;
	height: 75px;
	text-align: center;
	line-height: 75px;
	text-decoration: none;
	font-weight: bold;
	color: #223318;
	width:325px;
}

.cp-steps-5 .table-nav a:hover {
	color: #37cb58;
}

.cp-steps-5 .table-nav a.personal {
	border-right: 1px solid #ccc;
}

.cp-steps-5 .table-nav a.cur {
	color: #37cb58;
	border-bottom: 6px solid #37cb58;
}

.cp-steps-5 .upimg .upimg-btn {
	padding: 40px 0;
	height: 62px;
}

.cp-steps-5 .pay-type-wrap {
	position: relative;
	margin-bottom: 20px;
}

.cp-steps-5 .pay-type-wrap .pay-item {
	height: 34px;
	border-top: 1px solid #e0e0e0;
}

.cp-steps-5 .pay-type-wrap .pay-item .name {
	float: left;
	width: 120px;
	border-right: 1px solid #e0e0e0;
	height: 100%;
	background-color: #f6f9f9;
	text-align: center;
	line-height: 34px;
}

.cp-steps-5 .pay-type-wrap .pay-item .content {
	height: 100%;
	margin-left: 130px;
	margin-right: 10px;
}

.cp-steps-5 .pay-type-wrap .pt-input {
	-webkit-appearance: none;
	background: 0 0;
	border: none;
	height: 100%;
	width: 100%;
	display: block;
	outline: 0;
}

.cp-steps-5 .pay-type-wrap .radio-wrap {
	float: left;
	margin-right: 20px;
	margin-top: 6px;
}

.cp-steps-5 .pay-type-wrap .radio-wrap .custom-radio {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.cp-steps-5 .pay-type-wrap .pay-item.first {
	border-top: 0;
}

.cp-steps-5 .pay-type-contnet {
	display: none;
}

.cp-steps-5 .tables .table {
	display: none;
}

.cp-steps-5 .up-img-tips {
	margin:7px 0 0 2px;
	color: #37cb58;
	cursor: pointer;
	display: inline-block;
}

.cp-steps-5 .down-templet {
	color: #43a4fc;
}

.project-info .thumb {
	height: 197px;
	overflow: hidden;
}

.project-info .info {
	padding: 0 20px;
}

.project-info .info .title {
	margin: 10px 0 0 0;
}

.project-info .info .author {
	color: #7a8574;
}

.project-info .info .content {
	color: #7a8574;
}

.project-info .info .progress {
	height:auto;
	background:#ffffff;
}

.project-info .info .progress .address {
	color: #7a8574;
}

.project-info .info .progress .address i {
	margin-right: 5px;
}

.project-info .info .progress .prog {
	height: 4px;
	background-color: #ccc;
	margin: 5px 0 10px 0;
}

.project-info .info .progress .prog .inner {
	height: 100%;
	background-color: #37cb58;
}

.project-info .info .progress .prog-bottom {
	margin-bottom: 20px;
}

.project-info .info .progress .prog-bottom li {
	float: left;
	width: 80px;
}

.project-info .info .progress .prog-bottom li .txt {
	color: #7a8574;
}

/* common */
.ke-inline-block {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.ke-clearfix {
	zoom: 1;
}

.ke-clearfix:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.ke-shadow {
	box-shadow: 1px 1px 3px #A0A0A0;
	-moz-box-shadow: 1px 1px 3px #A0A0A0;
	-webkit-box-shadow: 1px 1px 3px #A0A0A0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#A0A0A0', Direction=135, Strength=3);
	background-color: #F0F0EE;
}

.ke-menu a, .ke-menu a:hover, .ke-dialog a, .ke-dialog a:hover {
	color: #337FE5;
	text-decoration: none;
}

/* icons */
.ke-icon-source {
	background-position: 0px 0px;
	width: 16px;
	height: 16px;
}

.ke-icon-preview {
	background-position: 0px -16px;
	width: 16px;
	height: 16px;
}

.ke-icon-print {
	background-position: 0px -32px;
	width: 16px;
	height: 16px;
}

.ke-icon-undo {
	background-position: 0px -48px;
	width: 16px;
	height: 16px;
}

.ke-icon-redo {
	background-position: 0px -64px;
	width: 16px;
	height: 16px;
}

.ke-icon-cut {
	background-position: 0px -80px;
	width: 16px;
	height: 16px;
}

.ke-icon-copy {
	background-position: 0px -96px;
	width: 16px;
	height: 16px;
}

.ke-icon-paste {
	background-position: 0px -112px;
	width: 16px;
	height: 16px;
}

.ke-icon-selectall {
	background-position: 0px -128px;
	width: 16px;
	height: 16px;
}

.ke-icon-justifyleft {
	background-position: 0px -144px;
	width: 16px;
	height: 16px;
}

.ke-icon-justifycenter {
	background-position: 0px -160px;
	width: 16px;
	height: 16px;
}

.ke-icon-justifyright {
	background-position: 0px -176px;
	width: 16px;
	height: 16px;
}

.ke-icon-justifyfull {
	background-position: 0px -192px;
	width: 16px;
	height: 16px;
}

.ke-icon-insertorderedlist {
	background-position: 0px -208px;
	width: 16px;
	height: 16px;
}

.ke-icon-insertunorderedlist {
	background-position: -155px -12px;
	width: 16px;
	height: 16px;
}

.ke-icon-indent {
	background-position: 0px -240px;
	width: 16px;
	height: 16px;
}

.ke-icon-outdent {
	background-position: 0px -256px;
	width: 16px;
	height: 16px;
}

.ke-icon-subscript {
	background-position: 0px -272px;
	width: 16px;
	height: 16px;
}

.ke-icon-superscript {
	background-position: 0px -288px;
	width: 16px;
	height: 16px;
}

.ke-icon-date {
	background-position: 0px -304px;
	width: 25px;
	height: 16px;
}

.ke-icon-time {
	background-position: 0px -320px;
	width: 25px;
	height: 16px;
}

.ke-icon-formatblock {
	background-position: -111px -12px;
	width: 16px;
	height: 16px;
}

.ke-icon-fontname {
	background-position: 0px -352px;
	width: 21px;
	height: 16px;
}

.ke-icon-fontsize {
	background-position: 0px -368px;
	width: 23px;
	height: 16px;
}

.ke-icon-forecolor {
	background-position: 0px -384px;
	width: 20px;
	height: 16px;
}

.ke-icon-hilitecolor {
	background-position: 0px -400px;
	width: 23px;
	height: 16px;
}

.ke-icon-bold {
	background-position: -29px -12px;
	width: 16px;
	height: 16px;
}

.ke-icon-italic {
	background-position: -70px -12px;
	width: 16px;
	height: 16px;
}

.ke-icon-underline {
	background-position: 0px -448px;
	width: 16px;
	height: 16px;
}

.ke-icon-strikethrough {
	background-position: 0px -464px;
	width: 16px;
	height: 16px;
}

.ke-icon-removeformat {
	background-position: 0px -480px;
	width: 16px;
	height: 16px;
}

.ke-icon-image {
	background-position: -331px -12px;
	width: 16px;
	height: 16px;
}

.ke-icon-flash {
	background-position: 0px -512px;
	width: 16px;
	height: 16px;
}

.ke-icon-media {
	background-position: -287px -12px;
	width: 16px;
	height: 16px;
}

.ke-icon-div {
	background-position: 0px -544px;
	width: 16px;
	height: 16px;
}

.ke-icon-formula {
	background-position: 0px -576px;
	width: 16px;
	height: 16px;
}

.ke-icon-hr {
	background-position: 0px -592px;
	width: 16px;
	height: 16px;
}

.ke-icon-emoticons {
	background-position: 0px -608px;
	width: 16px;
	height: 16px;
}

.ke-icon-link {
	background-position: -199px -12px;
	width: 16px;
	height: 16px;
}

.ke-icon-unlink {
	background-position: -243px -12px;
	width: 16px;
	height: 16px;
}

.ke-icon-fullscreen {
	background-position: 0px -656px;
	width: 16px;
	height: 16px;
}

.ke-icon-about {
	background-position: 0px -672px;
	width: 16px;
	height: 16px;
}

.ke-icon-plainpaste {
	background-position: 0px -704px;
	width: 16px;
	height: 16px;
}

.ke-icon-wordpaste {
	background-position: 0px -720px;
	width: 16px;
	height: 16px;
}

.ke-icon-table {
	background-position: 0px -784px;
	width: 16px;
	height: 16px;
}

.ke-icon-tablemenu {
	background-position: 0px -768px;
	width: 16px;
	height: 16px;
}

.ke-icon-tableinsert {
	background-position: 0px -784px;
	width: 16px;
	height: 16px;
}

.ke-icon-tabledelete {
	background-position: 0px -800px;
	width: 16px;
	height: 16px;
}

.ke-icon-tablecolinsertleft {
	background-position: 0px -816px;
	width: 16px;
	height: 16px;
}

.ke-icon-tablecolinsertright {
	background-position: 0px -832px;
	width: 16px;
	height: 16px;
}

.ke-icon-tablerowinsertabove {
	background-position: 0px -848px;
	width: 16px;
	height: 16px;
}

.ke-icon-tablerowinsertbelow {
	background-position: 0px -864px;
	width: 16px;
	height: 16px;
}

.ke-icon-tablecoldelete {
	background-position: 0px -880px;
	width: 16px;
	height: 16px;
}

.ke-icon-tablerowdelete {
	background-position: 0px -896px;
	width: 16px;
	height: 16px;
}

.ke-icon-tablecellprop {
	background-position: 0px -912px;
	width: 16px;
	height: 16px;
}

.ke-icon-tableprop {
	background-position: 0px -928px;
	width: 16px;
	height: 16px;
}

.ke-icon-checked {
	background-position: 0px -944px;
	width: 16px;
	height: 16px;
}

.ke-icon-code {
	background-position: 0px -960px;
	width: 16px;
	height: 16px;
}

.ke-icon-map {
	background-position: 0px -976px;
	width: 16px;
	height: 16px;
}

.ke-icon-baidumap {
	background-position: 0px -976px;
	width: 16px;
	height: 16px;
}

.ke-icon-lineheight {
	background-position: 0px -992px;
	width: 16px;
	height: 16px;
}

.ke-icon-clearhtml {
	background-position: 0px -1008px;
	width: 16px;
	height: 16px;
}

.ke-icon-pagebreak {
	background-position: 0px -1024px;
	width: 16px;
	height: 16px;
}

.ke-icon-insertfile {
	background-position: 0px -1040px;
	width: 16px;
	height: 16px;
}

.ke-icon-quickformat {
	background-position: 0px -1056px;
	width: 16px;
	height: 16px;
}

.ke-icon-template {
	background-position: 0px -1072px;
	width: 16px;
	height: 16px;
}

.ke-icon-tablecellsplit {
	background-position: 0px -1088px;
	width: 16px;
	height: 16px;
}

.ke-icon-tablerowmerge {
	background-position: 0px -1104px;
	width: 16px;
	height: 16px;
}

.ke-icon-tablerowsplit {
	background-position: 0px -1120px;
	width: 16px;
	height: 16px;
}

.ke-icon-tablecolmerge {
	background-position: 0px -1136px;
	width: 16px;
	height: 16px;
}

.ke-icon-tablecolsplit {
	background-position: 0px -1152px;
	width: 16px;
	height: 16px;
}

.ke-icon-anchor {
	background-position: 0px -1168px;
	width: 16px;
	height: 16px;
}

.ke-icon-search {
	background-position: 0px -1184px;
	width: 16px;
	height: 16px;
}

.ke-icon-new {
	background-position: 0px -1200px;
	width: 16px;
	height: 16px;
}

.ke-icon-specialchar {
	background-position: 0px -1216px;
	width: 16px;
	height: 16px;
}

.ke-icon-multiimage {
	background-position: 0px -1232px;
	width: 16px;
	height: 16px;
}

/* container */
.ke-container {
	display: block;
	border: 1px solid #e0e0e0;
	background-color: #FFF;
	overflow: hidden;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

/* toolbar */
.ke-toolbar {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
	text-align: left;
	overflow: hidden;
	zoom: 1;
	background-color: #f6f9f9;
}

.ke-toolbar-icon {
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	display: block;
}

.ke-toolbar-icon-url {
	background-image: url('../images/editor-default.png');
}

.ke-toolbar .ke-outline {
	border: 1px solid #f6f9f9;
	margin: 1px;
	padding: 4px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	cursor: pointer;
	display: block;
	float: left;
	margin-left: 15px;
}

.ke-toolbar .ke-on {
	border: 1px solid #37cb58;
}

.ke-toolbar .ke-selected {
	border: 1px solid #5690D2;
	background-color: #E9EFF6;
}

.ke-toolbar .ke-disabled {
	cursor: default;
}

.ke-toolbar .ke-separator {
	height: 16px;
	margin: 2px 3px;
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #FFFFFF;
	border-top: 0;
	border-bottom: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	display: block;
	float: left;
}

.ke-toolbar .ke-hr {
	overflow: hidden;
	height: 1px;
	clear: both;
}

/* edit */
.ke-edit {
	padding: 0;
}

.ke-edit-iframe, .ke-edit-textarea {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.ke-edit-textarea {
	font: 12px/1.5 "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	color: #000;
	overflow: auto;
	resize: none;
}

.ke-edit-textarea:focus {
	outline: none;
}

/* statusbar */
.ke-statusbar {
	position: relative;
	background-color: #f6f9f9;
	border-top: 1px solid #CCCCCC;
	font-size: 0;
	line-height: 0;
	*height: 12px;
	overflow: hidden;
	text-align: center;
	cursor: s-resize;
}

.ke-statusbar-center-icon {
	background-position: 0px -754px;
	width: 15px;
	height: 11px;
	background-image: url('../images/editor-default.png');
}

.ke-statusbar-right-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: se-resize;
	background-position: -5px -741px;
	width: 11px;
	height: 11px;
	background-image: url('../images/editor-default.png');
}

/* menu */
.ke-menu {
	border: 1px solid #A0A0A0;
	background-color: #F1F1F1;
	color: #222222;
	padding: 2px;
	font-family: "sans serif",tahoma,verdana,helvetica;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
}

.ke-menu-item {
	border: 1px solid #F1F1F1;
	background-color: #F1F1F1;
	color: #222222;
	height: 24px;
	overflow: hidden;
	cursor: pointer;
}

.ke-menu-item-on {
	border: 1px solid #5690D2;
	background-color: #E9EFF6;
}

.ke-menu-item-left {
	width: 27px;
	text-align: center;
	overflow: hidden;
}

.ke-menu-item-center {
	width: 0;
	height: 24px;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #FFFFFF;
	border-top: 0;
	border-bottom: 0;
}

.ke-menu-item-center-on {
	border-left: 1px solid #E9EFF6;
	border-right: 1px solid #E9EFF6;
}

.ke-menu-item-right {
	border: 0;
	padding: 0 0 0 5px;
	line-height: 24px;
	text-align: left;
	overflow: hidden;
}

.ke-menu-separator {
	margin: 2px 0;
	height: 0;
	overflow: hidden;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0;
	border-right: 0;
}

/* colorpicker */
.ke-colorpicker {
	border: 1px solid #A0A0A0;
	background-color: #F1F1F1;
	color: #222222;
	padding: 2px;
}

.ke-colorpicker-table {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: separate;
}

.ke-colorpicker-cell {
	font-size: 0;
	line-height: 0;
	border: 1px solid #F0F0EE;
	cursor: pointer;
	margin: 3px;
	padding: 0;
}

.ke-colorpicker-cell-top {
	font-family: "sans serif",tahoma,verdana,helvetica;
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #F0F0EE;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-align: center;
}

.ke-colorpicker-cell-on {
	border: 1px solid #5690D2;
}

.ke-colorpicker-cell-selected {
	border: 1px solid #2446AB;
}

.ke-colorpicker-cell-color {
	width: 14px;
	height: 14px;
	margin: 3px;
	padding: 0;
	border: 0;
}

/* dialog */
.ke-dialog {
	position: absolute;
	margin: 0;
	padding: 0;
}

.ke-dialog .ke-header {
	width: 100%;
	margin-bottom: 10px;
}

.ke-dialog .ke-header .ke-left {
	float: left;
}

.ke-dialog .ke-header .ke-right {
	float: right;
}

.ke-dialog .ke-header label {
	margin-right: 0;
	cursor: pointer;
	font-weight: normal;
	display: inline;
	vertical-align: top;
}

.ke-dialog-content {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	color: #333;
	border: 1px solid #e0e0e0;
}

.ke-dialog-shadow {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3', MakeShadow='true', ShadowOpacity='0.4');
	background-color: #F0F0EE;
}

.ke-dialog-header {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 10px;
	text-align: left;
	overflow: hidden;
	zoom: 1;
	background-color: #f6f9f9;
	cursor: move;
}

.ke-dialog-icon-close {
	display: block;
	background: url('../images/editor-default.png') no-repeat scroll 0px -688px;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}

.ke-dialog-body {
	font: 12px/1.5 "sans serif", tahoma, verdana, helvetica;
	text-align: left;
	overflow: hidden;
	width: 100%;
}

.ke-dialog-body textarea {
	display: block;
	overflow: auto;
	padding: 0;
	resize: none;
}

.ke-dialog-body textarea:focus, .ke-dialog-body input:focus, .ke-dialog-body select:focus {
	outline: none;
}

.ke-dialog-body label {
	margin-right: 10px;
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.ke-dialog-body img {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.ke-dialog-body select {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	width: auto;
}

.ke-dialog-body .ke-textarea {
	display: block;
	width: 408px;
	height: 260px;
	font-family: "sans serif",tahoma,verdana,helvetica;
	font-size: 12px;
	border-color: #848484 #E0E0E0 #E0E0E0 #848484;
	border-style: solid;
	border-width: 1px;
}

.ke-dialog-body .ke-form {
	margin: 0;
	padding: 0;
}

.ke-dialog-loading {
	position: absolute;
	top: 0;
	left: 1px;
	z-index: 1;
	text-align: center;
}

.ke-dialog-loading-content {
	background: url("../common/loading.gif") no-repeat;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	padding-left: 36px;
}

.ke-dialog-row {
	margin-bottom: 10px;
}

.ke-dialog-footer {
	font: 12px/1 "sans serif", tahoma, verdana, helvetica;
	text-align: right;
	padding: 0 0 5px 0;
	background-color: #FFF;
	width: 100%;
}

.ke-dialog-preview, .ke-dialog-yes {
	margin: 5px;
}

.ke-dialog-no {
	margin: 5px 10px 5px 5px;
}

.ke-dialog-mask {
	background-color: #FFF;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.ke-button-common {
	background: url('../images/editor-background.png') no-repeat scroll 0 -25px transparent;
	cursor: pointer;
	height: 23px;
	line-height: 23px;
	overflow: visible;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.ke-button-outer {
	background-position: 0 -25px;
	padding: 0;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.ke-button {
	background-position: right -25px;
	padding: 0 12px;
	margin: 0;
	font-family: "sans serif",tahoma,verdana,helvetica;
	border: 0 none;
	color: #333;
	font-size: 12px;
	left: 2px;
	text-decoration: none;
}

/* inputbox */
.ke-input-text {
	background-color: #FFFFFF;
	font-family: "sans serif",tahoma,verdana,helvetica;
	font-size: 12px;
	line-height: 17px;
	height: 17px;
	padding: 2px 4px;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 1px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.ke-input-number {
	width: 50px;
}

.ke-input-color {
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	font-size: 12px;
	width: 60px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	overflow: hidden;
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.ke-upload-button {
	position: relative;
}

.ke-upload-area {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	*height: 25px;
}

.ke-upload-area .ke-upload-file {
	position: absolute;
	font-size: 60px;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 811212;
	border: 0 none;
	opacity: 0;
	filter: alpha(opacity=0);
}

/* tabs */
.ke-tabs {
	font: 12px/1 "sans serif", tahoma, verdana, helvetica;
	border-bottom: 1px solid #A0A0A0;
	padding-left: 5px;
	margin-bottom: 20px;
}

.ke-tabs-ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ke-tabs-li {
	position: relative;
	border: 1px solid #A0A0A0;
	background-color: #F0F0EE;
	margin: 0 2px -1px 0;
	padding: 0 20px;
	float: left;
	line-height: 25px;
	text-align: center;
	color: #555555;
	cursor: pointer;
}

.ke-tabs-li-selected {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	cursor: default;
}

.ke-tabs-li-on {
	background-color: #FFF;
	color: #000;
}

/* progressbar */
.ke-progressbar {
	position: relative;
	margin: 0;
	padding: 0;
}

.ke-progressbar-bar {
	border: 1px solid #6FA5DB;
	width: 80px;
	height: 5px;
	margin: 10px 10px 0 10px;
	padding: 0;
}

.ke-progressbar-bar-inner {
	width: 0;
	height: 5px;
	background-color: #6FA5DB;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.ke-progressbar-percent {
	position: absolute;
	top: 0;
	left: 40%;
	display: none;
}

/* swfupload */
.ke-swfupload-top {
	position: relative;
	margin-bottom: 10px;
	_width: 608px;
}

.ke-swfupload-button {
	height: 23px;
	line-height: 23px;
}

.ke-swfupload-desc {
	padding: 0 10px;
	height: 23px;
	line-height: 23px;
}

.ke-swfupload-startupload {
	position: absolute;
	top: 0;
	right: 0;
}

.ke-swfupload-body {
	overflow: scroll;
	background-color: #FFFFFF;
	border-color: #848484 #E0E0E0 #E0E0E0 #848484;
	border-style: solid;
	border-width: 1px;
	width: auto;
	height: 370px;
	padding: 5px;
}

.ke-swfupload-body .ke-item {
	width: 100px;
	margin: 5px;
}

.ke-swfupload-body .ke-photo {
	position: relative;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 10px;
}

.ke-swfupload-body .ke-delete {
	display: block;
	background: url('../images/editor-default.png') no-repeat scroll 0px -688px;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.ke-swfupload-body .ke-status {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100px;
	height: 17px;
}

.ke-swfupload-body .ke-message {
	width: 100px;
	text-align: center;
	overflow: hidden;
	height: 17px;
}

.ke-swfupload-body .ke-error {
	color: red;
}

.ke-swfupload-body .ke-name {
	width: 100px;
	text-align: center;
	overflow: hidden;
	height: 16px;
}

.ke-swfupload-body .ke-on {
	border: 1px solid #5690D2;
	background-color: #E9EFF6;
}

/* emoticons */
.ke-plugin-emoticons {
	position: relative;
}

.ke-plugin-emoticons .ke-preview {
	position: absolute;
	text-align: center;
	margin: 2px;
	padding: 10px;
	top: 0;
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	display: none;
}

.ke-plugin-emoticons .ke-preview-img {
	border: 0;
	margin: 0;
	padding: 0;
}

.ke-plugin-emoticons .ke-table {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: separate;
}

.ke-plugin-emoticons .ke-cell {
	margin: 0;
	padding: 1px;
	border: 1px solid #F0F0EE;
	cursor: pointer;
}

.ke-plugin-emoticons .ke-on {
	border: 1px solid #5690D2;
	background-color: #E9EFF6;
}

.ke-plugin-emoticons .ke-img {
	display: block;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 2px;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
}

.ke-plugin-emoticons .ke-page {
	text-align: right;
	margin: 5px;
	padding: 0;
	border: 0;
	font: 12px/1 "sans serif", tahoma, verdana, helvetica;
	color: #333;
	text-decoration: none;
}

.ke-plugin-plainpaste-textarea, .ke-plugin-wordpaste-iframe {
	display: block;
	width: 408px;
	height: 260px;
	font-family: "sans serif",tahoma,verdana,helvetica;
	font-size: 12px;
	border-color: #848484 #E0E0E0 #E0E0E0 #848484;
	border-style: solid;
	border-width: 1px;
}

/* filemanager */
.ke-plugin-filemanager-header {
	width: 100%;
	margin-bottom: 10px;
}

.ke-plugin-filemanager-header .ke-left {
	float: left;
}

.ke-plugin-filemanager-header .ke-right {
	float: right;
}

.ke-plugin-filemanager-body {
	overflow: scroll;
	background-color: #FFFFFF;
	border-color: #848484 #E0E0E0 #E0E0E0 #848484;
	border-style: solid;
	border-width: 1px;
	width: auto;
	height: 370px;
	padding: 5px;
}

.ke-plugin-filemanager-body .ke-item {
	width: 100px;
	margin: 5px;
}

.ke-plugin-filemanager-body .ke-photo {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 10px;
}

.ke-plugin-filemanager-body .ke-name {
	width: 100px;
	text-align: center;
	overflow: hidden;
	height: 16px;
}

.ke-plugin-filemanager-body .ke-on {
	border: 1px solid #5690D2;
	background-color: #E9EFF6;
}

.ke-plugin-filemanager-body .ke-table {
	width: 95%;
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: separate;
}

.ke-plugin-filemanager-body .ke-table .ke-cell {
	margin: 0;
	padding: 0;
	border: 0;
}

.ke-plugin-filemanager-body .ke-table .ke-name {
	width: 55%;
	text-align: left;
}

.ke-plugin-filemanager-body .ke-table .ke-size {
	width: 15%;
	text-align: left;
}

.ke-plugin-filemanager-body .ke-table .ke-datetime {
	width: 30%;
	text-align: center;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#mbox {
	outline: none;
}

#mbox, #mboxOver,#mboxOverlay , #mboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#mboxWrapper {
	max-width: none;
}

#mboxOver,#mboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	cursor: pointer;	
}

#mboxMiddleLeft, #mboxBottomLeft {
	clear: left;
}

#mboxContent {
	position: relative;
}

#mboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#mboxTitle {
	margin: 0;
}

#mboxLoadingOverlay, #mboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mboxPrevious, #mboxNext, #mboxClose, #mboxSlideshow {
	cursor: pointer;
}

.mboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.mboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox, #mboxContent, #mboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#colorbox {
	outline: 0;
}

#mboxTopLeft {
	width: 25px;
	height: 25px;
	background: url(../images/mbox-border1.png) no-repeat 0 0;
}

#mboxTopCenter {
	height: 25px;
	background: url(../images/mbox-border1.png) repeat-x 0 -50px;
}

#mboxTopRight {
	width: 25px;
	height: 25px;
	background: url(../images/mbox-border1.png) no-repeat -25px 0;
}

#mboxBottomLeft {
	width: 25px;
	height: 25px;
	background: url(../images/mbox-border1.png) no-repeat 0 -25px;
}

#mboxBottomCenter {
	height: 25px;
	background: url(../images/mbox-border1.png) repeat-x 0 -75px;
}

#mboxBottomRight {
	width: 25px;
	height: 25px;
	background: url(../images/mbox-border1.png) no-repeat -25px -25px;
}

#mboxMiddleLeft {
	width: 25px;
	background: url(../images/mbox-border2.png) repeat-y 0 0;
}

#mboxMiddleRight {
	width: 25px;
	background: url(../images/mbox-border2.png) repeat-y -25px 0;
}

#mboxContent {
	background: #fff;
	overflow: hidden;
}

.mboxIframe {
	background: #fff;
}

#mboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#mboxLoadedContent {
	margin-bottom: 20px;
}

#mboxTitle {
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #999;
}

#mboxCurrent {
	position: absolute;
	bottom: 0px;
	left: 110px;
	color: #999;
}

#mboxLoadingOverlay {
	background: url(../images/mbox-loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#mboxPrevious, #mboxNext, #mboxSlideshow, #mboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
	outline: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#mboxPrevious:active, #mboxNext:active, #mboxSlideshow:active, #mboxClose:active {
	outline: 0;
}

#mboxSlideshow {
	position: absolute;
	bottom: 0px;
	right: 42px;
	color: #444;
}

#mboxPrevious {
	position: absolute;
	bottom: 0px;
	left: 0;
	color: #444;
}

#mboxNext {
	position: absolute;
	bottom: 0px;
	left: 53px;
	color: #444;
}

#mboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.mboxIE #mboxTopLeft, .mboxIE #mboxTopCenter, .mboxIE #mboxTopRight, .mboxIE #mboxBottomLeft, .mboxIE #mboxBottomCenter, .mboxIE #mboxBottomRight, .mboxIE #mboxMiddleLeft, .mboxIE #mboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.m-vote-box {
	width: 570px;
}

.m-vote-box .m-vote-t .txt {
	float: left;
}

.m-vote-box .m-vote-t .txt h2 {
	margin: 0;
	font-size: 20px;
}

.m-vote-box .m-vote-t .txt .date span {
	color: #00caff;
}

.m-vote-box .m-vote-t .total {
	float: right;
	width: 80px;
}

.m-vote-box .m-vote-t .total p {
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.m-vote-box .m-vote-t .total .p1 {
	background-color: #e8eced;
	color: #00caff;
}

.m-vote-box .m-vote-t .total .p2 {
	color: #fff;
	background-color: #00caff;
}

.m-vote-box .m-vote-list {
	margin: 10px 0;
}

.m-vote-box .m-vote-item {
	margin-top: 5px;
}

.m-vote-box .m-vote-item .avatar {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.m-vote-box .m-vote-item .avatar img {
	width: 100%;
	height: 100%;
}

.m-vote-box .m-vote-item .info {
	float: left;
	margin-left: 10px;
}

.m-vote-box .m-vote-item .progress {
	margin-top: 5px;
	height: 20px;
}

.m-vote-box .m-vote-item .progress .prog {
	float: left;
	height: 100%;
	width: 280px;
	background-color: #e8eced;
	overflow: hidden;
}

.m-vote-box .m-vote-item .progress .prog .inner {
	background-color: #00caff;
	height: 100%;
}

.m-vote-box .m-vote-item .progress .number {
	line-height: 20px;
	float: left;
	margin-left: 5px;
}

.m-vote-box .m-vote-item .input {
	margin-top: 20px;
	float: right;
}

.m-vote-box .m-vote-item .input input {
	width: 70px;
	padding: 5px;
	border: 1px solid #ccc;
}

.m-vote-box .m-vote-submit {
	padding-top: 10px;
	border-top: 1px solid #e8eced;
}

.m-vote-box .m-vote-submit-btn {
	display: inline-block;
	padding: 7px 10px;
	background-color: #00caff;
	border: 0;
	color: #fff;
	border-radius: 3px;
	font-size: 18px;
	cursor: pointer;
}

.m-vote-box .share-box {
	float: right;
}

.m-vote-box .share-box .tips {
	float: left;
	margin-top: 8px;
	font-size: 16px;
	color: #aaa;
}

.m-vote-box .share-box a {
	width: 40px;
	height: 40px;
	margin: 0 0 0 6px;
	padding: 0;
	text-indent: -999em;
}

.m-vote-box .share-box a.bds_tsina {
	background: url(http://beta.modian.com/static/img/share-icons.png) 0 -160px no-repeat;
}

.m-vote-box .share-box a.bds_weixin {
	background: url(http://beta.modian.com/static/img/share-icons.png) 0 -200px no-repeat;
}

.m-vote-box .share-box a.bds_sqq {
	background: url(http://beta.modian.com/static/img/share-icons.png) 0 -240px no-repeat;
}

.m-vote-box .share-box a.bds_more {
	background: url(http://beta.modian.com/static/img/share-icons.png) 0 -320px no-repeat;
}

.m-vote-box.nopic-vertical .m-vote-item .avatar {
	display: none;
}

.m-vote-box.nopic-vertical .m-vote-item .info {
	margin-left: 0;
}

.m-vote-box.nopic-vertical .m-vote-item .progress .prog {
	width: 340px;
}

.m-vote-box.horizontal .m-vote-item {
	float: left;
	margin-right: 10px;
	width: 102px;
}

.m-vote-box.horizontal .m-vote-item .avatar {
	float: none;
	width: 100px;
	height: 100px;
	border: 1px solid #e8eced;
	border-bottom: 0;
}

.m-vote-box.horizontal .m-vote-item .info {
	float: none;
	margin-left: 0;
	border: 1px solid #e8eced;
	border-top: 0;
}

.m-vote-box.horizontal .m-vote-item .info .name {
	text-align: center;
	padding: 10px 0;
}

.m-vote-box.horizontal .m-vote-item .progress {
	display: none;
}

.m-vote-box.horizontal .m-vote-item .input {
	float: none;
	margin-top: 10px;
}

.m-vote-box.horizontal .m-vote-item .input input {
	width: 90px;
}

.m-vote-box.nopic-horizontal .m-vote-item {
	margin-top: 10px;
}

.m-vote-box.nopic-horizontal .m-vote-item .avatar {
	display: none;
}

.m-vote-box.nopic-horizontal .m-vote-item .info {
	margin-left: 0;
	margin-top: 5px;
}

.m-vote-box.nopic-horizontal .m-vote-item .progress {
	display: none;
}

.m-vote-box.nopic-horizontal .m-vote-item .input {
	margin-top: 0;
}

/*视频分享开始*/
.secPadding{
	padding-bottom: 54px;
}
.mask{
	display: none;
}
#maskClosr{
	position: fixed;
	top: 30px;	
	right: 30px;
	z-index: 9999;
	cursor: pointer;
	width: 34px;
	height: 34px;
	background: url(../images/closeMask.png) no-repeat;
}


/*获取链接开始*/
#previewForm{
	padding-top:20px;
}
.getLink{
	position: relative;
	width: 700px;
	height: 60px;
	background: #37cb58;
	margin-left: 120px;
}
#getLinkBtn,#copyLinkBtn{
	color: #ffffff;
	text-decoration: none;
	float: right;
	width: 70px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 15px 50px 0 0;
}
.getLink .getLinkTitle{
	line-height: 60px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding-left: 50px;
	
}
.getLink .getLinkAddress{
	line-height: 60px;
	padding-left: 50px;
	display: none;
}
.getLink .getLinkAddress span{
	color: #ffffff;
}
.getLink .getLinkAddress input{
	width: 440px;
	background: #37cb58;
	color: #ffffff;
	outline: none;
	border: none;
}

.getLinkDiscuss{
	margin:40px 0 0 120px;
	display: none;
	
}
.getLinkDiscuss .discussLeft{
	width: 228px;
	padding-right: 20px;
}
.getLinkDiscuss .discussLeft .discussLeftTitle{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	word-break:break-all;
}
.getLinkDiscuss .discussLeft .discussLeftP{
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 10px;
}
.getLinkDiscuss .discussLeft .discussLeftCon{
	
	line-height: 28px;
}
.getLinkDiscuss .discussRight{
	width: 430px;
	height: 164px;
	padding: 20px 0 0 20px;
	border: 1px solid #e3e1e2;
	overflow:hidden;
	overflow-y:auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow:0 0 6px #ccccccc;
	-webkit-box-shadow: 0 0 6px #cccccc;
	box-shadow: 0 0 6px #cccccc;
}
#discussInput{
	width: 410px;
	line-height: 24px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	outline: none;
}
#discussRightBtn{
	display: block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #37cb58;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0;
}
.getLinkDiscuss .discussRight p{
	line-height: 14px;	
}


/*获取链接结束*/

/*评论开始*/
.discussCon{
	margin:40px 0 0 120px;	
}
.discussCon .discussLeftCon{
	width: 228px;
	padding-right: 20px;
}
.discussCon .discussLeftCon .discussLeftTitle{
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
.discussCon .discussLeftCon .discussLeftP{
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 10px;
}
.discussCon .discussLeftCon .discussLeftCon{
	
	line-height: 28px;
}
.discussCon .discussBox{
	width: 430px;
	height: 280px;
	padding-top: 20px;
	border: 1px solid #e3e1e2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow:0 0 6px #ccccccc;
	-webkit-box-shadow: 0 0 6px #cccccc;
	box-shadow: 0 0 6px #cccccc;
	overflow: hidden;
	overflow-y: auto;
}
#discussTit{
	width: 410px;
	line-height: 24px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	outline: none;
	margin-left: 20px;
}
#setDiscussBtn{
	display: block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #37cb58;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0;
	margin-left: 20px;
}
.discussBox p{
	line-height: 14px;	
}
.discussList{
	
}
.discussList li{
	padding: 19px 20px 13px 20px;
	border-top: 1px dashed #7f7f7f;
}
.discussList li h6{
	height: 40px;
}
.discussList li h6 a.disImg img{
	width: 40px;
	height: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.discussList li h6 a.disName{
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #37cb58;
	padding-left: 10px;
}
.discussList li .discon{
	line-height: 28px;
	padding-left: 50px;
}

/*评论结束*/

/*预览页声明开始*/
.shareLine{
	height: 90px;
	background-color: #37CB58;
	font-family: "微软雅黑";
	margin-top:40px;
}
.shareLine p{
	font-size: 18px;
	line-height: 56px;
	text-align: center;
	color: #ffffff;
}
.shareLine p.shareState{
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}
.shareLine p.shareState a{
	color: #ffffff;
	margin: 0 3px;
}

/*预览页声明结束*/

/*提交评论成功*/
.subSuccess{
	position: fixed;
	top: 50px;
	left: 50%;
	z-index: 9999;
	margin-left: -350px;
	width: 700px;
	height: 300px;
	background: url(../images/subSuccessImg.png) no-repeat;
}

.subSuccess .subSuccessTitle{
	//height: ;
	line-height: 34px;
	font-size: 34px;
	font-weight: normal;
	color: #53bf6b;
	margin: 170px 0 34px 120px;
}

.subSuccess .subSuccessTitle span{
	display: inline-block;
	width: 34px;
	height: 34px;
	background: #53bf6b;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	color: #ffffff;
	text-align: center;
}
.subSuccess .goHome{
	display:block;
	width:144px;
	height:36px;
	line-height:36px;
	margin:40px 0 0 278px;
	background:#2ccd53;
	color:#ffffff;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 0 8px #ccc;
	-webkit-box-shadow: 0 0 8px #ccc;
	box-shadow: 0 0 8px #ccc;
	text-decoration:none;
}
.subSuccess p{
	line-height: 28px;
}
/*提交评论成功结束*/

/*进度条开始*/
.progressBar{
	padding:40px 85px;	
	padding-right:84px;
	margin-bottom:6px;
}
.progressBar .progressWord{
}
.progressBar .progressWord a{
	color: #223318;
	text-decoration: none;
	float: left;
	margin-left:40px ;
	width: 68px;
	height: 34px;
	line-height: 36px;
	text-align: center;
	border:1px solid #cccccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.progressBar .progressWord a.first{
	margin-left:0;
}
.progressBar .progressWord a.cut-line{
	display:inlie-block;
	width:1px;
	height:36px;
	background-color:#cccccc!important;
	border:none;
	cursor:default;
}
.progressBar .progressWord a:hover{
	-moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
}
.progressBar .progressWord a.setOn{
	background-color: #37cb58;
	color: #ffffff;
	border-color:#37cb58;
}
.progressBar .progressWord a.errorSetOn{
	background-color: #ea5a4e;
	border-color:#ea5a4e;
	color:#ffffff;
}

.progressBar .progressDot{
	margin: 20px 0 46px 0;
}	
.progressBar .progressDot li{
	position: relative;
	width:114px;
	height: 4px;
	background-color: #ffffff;
	float: left;
	padding-left: 1px;
	-moz-box-shadow: 0px 0px 5px #cccccc inset;
	-webkit-box-shadow: 0px 0px 5px #cccccc inset;
	box-shadow: 0px 0px 5px #cccccc inset;
	
}

.progressBar .progressDot li em{
	position: absolute;
	top: -5px;
	left: -1px;
	width: 14px;
	height: 14px;
	background: #ffffff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0px 0px 6px #cccccc inset;
	-webkit-box-shadow: 0px 0px 6px #cccccc inset;
	box-shadow: 0px 0px 6px #cccccc inset;
	/*float: left;
	margin-right: 101px;*/
	
}
.progressBar .progressDot li.dotline{
	width: 98px;
	padding-left: 16px;
	background-color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:none;
} 
.progressBar .progressDot li.dotline span{
	float: left;
	width: 4px;
	height: 4px;
	background-color: #c3c6c9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-left:10px;
}
.progressBar .progressDot li.dotline span.setOn{
	background-color: #37cb58;
}
.progressBar .progressDot li.setOn{
	background-color: #37cb58;
}
.progressBar .progressDot li em.setOn{
	background-color: #37cb58;
	-moz-box-shadow: 0px 0px 6px #cccccc inset;
	-webkit-box-shadow: 0px 0px 6px #cccccc inset;
	box-shadow: 0px 0px 6px #cccccc inset;
}
.progressBar .progressDot li em.errorSetOn span{
	width:8px;
	height:8px;
	float:left;
	background:#ea5a4e;
	margin-top:3px;
	margin-left:3px;
	border-radius:4px;
	/* background-color: #ea5a4e; */
}
.progressBar .progressDot li.dotline span.setOn{
	-moz-box-shadow: 0px 0px 6px #cccccc inset;
	-webkit-box-shadow: 0px 0px 6px #cccccc inset;
	box-shadow: 0px 0px 6px #cccccc inset;
	
}
/*进度条结束*/


/*二级联动省份城市选择开始*/
.cp-steps-forms .addressSel{
	
}
#sel1,#sel2{
	position: relative;
}
#sel1 .fa,#sel2 .fa{
	position: absolute;
	top: 10px;
	right: 0px;
}
#provinceText,#cityText{
	width: 450px;
	height: 30px;
	margin-bottom: 30px;
	border: none;
	border-bottom: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
}
#cityText{
	margin-bottom: 0;
}
.provinceList,.cityList{
	position: absolute;
	top: 31px;
	left: 0;
	width: 450px;
	height: 240px;
	overflow: hidden;
	overflow-y: auto;
	display: none;
	background: #ffffff;
	/*border-left: 1px solid #e0e0e0;*/
	border-bottom: 1px solid #e0e0e0;
}
.provinceList,.cityList{
	z-index: 1;
	-moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
}
#sel1 li,#sel2 li{
	height: 24px;
	line-height: 24px;
	text-indent: 10px;
	cursor: pointer;
    -moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;  
}
#sel1 li:hover,#sel2 li:hover{
	background: #f6f9f9;
	color: #223318;
}


/*二级联动省份城市选择结束*/

/*视频弹出层开始*/

#frame{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


.videoIframeBox,.imgIframeBox{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
		height: 100%;
		display: none;
	}
	.videoIframeBox .frame,.imgIframeBox .frame{
		position: absolute;
		top: 0;
		left:0 ;
		z-index: 9;
		width: 100%;
		height: 100%;
	
	}
	.maskClose,.imgClose{
		position: fixed;
		top: 30px;	
		right: 30px;
		z-index: 99999;
		cursor: pointer;
		width: 34px;
		height: 34px;
		background: url(../images/closeMask.png) no-repeat;
	}
	.mboxOver{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: 0.9;
		filter:alpha(opacity=90);
	}
	.maskTop,.maskBottom{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100%;
		height: 40px;
		background: url(../images/changeTop.png) repeat-x;
	}
	.maskTop{
		top: 0;
	}
	.maskBottom{
		bottom: 0;
		background-image: url(../images/changeBottom.png);
	}
	.videoShare{
		position: absolute;
		top: 50px;
		left: 50%;
		z-index: 9999;
		width: 730px;
		margin-left: -350px;
		padding-left: 5px;
	}
	
	.videoShare .videoTitle{
		height: 34px;
		font-size: 34px;
		line-height: 34px;
		font-weight: normal;
		color: #2ccd52;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.videoShare .videoLeft{
		width: 442px;
	}
	
	.videoShare .videoBorder{
		width: 1px;
		height: 536px;
		background: #c2c2c2;
	}
	
	.videoShare .videoRight{
		width: 236px;
		padding-left: 20px;
	}
	
	.videoShare .videoLeft .videoLeftTitle,.videoShare .videoRight .videoRightTitle{
		color: #223318;
		font-size: 14px;
		line-height: 14px;
		font-weight: normal;
		margin-bottom: 20px;
	}
	.videoShare .videoInfo{
		width: 400px;
		height: 58px;
		line-height: 28px;
		border: 1px solid #cccccc;
		-moz-border-radius: 3px;     
	    -webkit-border-radius: 3px;  
	    border-radius:3px; 
	    resize: none;
	    outline: none;
	    margin-bottom: 15px;
	    padding: 0 10px;
	}
	.videoShare .videoLeft .videoLeftBox{
		width: 420px;
		height:311px;
		background: #000;
		margin:0 0 20px 1px;
	}
	.videoShare .videoLeft .videoSize{
		
	}
	.videoShare .videoLeft .videoSize .videoSizeTitle{
		height: 54px;
		line-height: 54px;
		font-weight: normal;
	}
	.videoShare .videoLeft .videoSize .videoSizeList{
		
	}
	.videoShare .videoLeft .videoSize .videoSizeList li{
		width: 80px;
		float: left;
		margin-right: 20px;
		background: #ffffff;
		-moz-box-shadow:0px 0px 10px #999;              
	    -webkit-box-shadow:0px 0px 10px #999;           
	    box-shadow:0px 0px 10px #999;
	    -moz-border-radius: 2px;     
	    -webkit-border-radius: 2px;  
	    border-radius:2px; 
	    text-align: center;
	    cursor: pointer;
	    position: relative;
	}
	.videoShare .videoLeft .videoSize .videoSizeList li em.videoListBg{
		position: absolute;	
		top: 0;
		left: 0;
		background: #37cb58;
		opacity: 0.5;
		filter:alpha(opacity=50);
	    -moz-border-radius: 2px;     
	    -webkit-border-radius: 2px;  
	    border-radius:2px; 
		display: none;
	}
	.videoShare .videoLeft .videoSize .videoSizeList li.firstSize{
		height: 60px;
	}
	.videoShare .videoLeft .videoSize .videoSizeList li.secondSize{
		height: 70px;
	}
	.videoShare .videoLeft .videoSize .videoSizeList li.thirdSize{
		height: 80px;
	}
	.videoShare .videoLeft .videoSize .videoSizeList li.diySize{
		width: 100px;
		height: 70px;
		background: none;
		-moz-box-shadow: none;              
	    -webkit-box-shadow:none;           
	    box-shadow:none;
	    -moz-border-radius: 2px;     
	    -webkit-border-radius: 2px;  
	    border-radius:2px; 
	    text-align: center;
		cursor: none;
	}
	.videoShare .videoLeft .videoSize .videoSizeList li.diySize p{
		height: 14px;	
		line-height: 14px;
		padding-bottom: 20px;
	}
	.videoShare .videoLeft .videoSize .videoSizeList li.diySize input{
		width: 40px;
		height: 22px;
		border: none;
		border-bottom: 1px solid #e0e0e0;
		outline: none;
		text-align: center;
	}
	.videoShare .videoLeft .videoSize .videoSizeList li.diySize span{
		margin: 0 4px;
	}
	.videoShare .videoLeft .videoSize .videoSizeList li .videoPlay{
		position: relative;
		margin: 10px 0 0 0;
		display: inline-block;
		-moz-border-radius: 5px;     
	    -webkit-border-radius: 5px;  
	    border-radius:5px; 
	}
	.videoShare .videoLeft .videoSize .videoSizeList li.firstSize .videoPlay{
		width: 26px;
		height: 18px;
		background: #7a8574;
	}
	.videoShare .videoLeft .videoSize .videoSizeList li.secondSize .videoPlay{
		width: 44px;
		height: 30px;
		background: #7a8574;
		-moz-border-radius: 10px;     
	    -webkit-border-radius: 10px;  
	    border-radius:8px; 
		
	}
	.videoShare .videoLeft .videoSize .videoSizeList li.thirdSize .videoPlay{
		width: 58px;
		height: 39px;
		background: #7a8574;
		-moz-border-radius: 10px;     
	    -webkit-border-radius: 10px;  
	    border-radius:10px; 
	}
	.videoShare .videoLeft .videoSize .videoSizeList li .videoPos{
		position: absolute;
		top: 2px;
		left: 9px;
		color: #ffffff;
	}
	.videoShare .videoLeft .videoSize .videoSizeList li.secondSize .videoPos{
		top: 6px;
		left: 15px;
		font-size: 18px;
	}
	.videoShare .videoLeft .videoSize .videoSizeList li.thirdSize .videoPos{
		top: 8px;
		left: 21px;
		font-size: 24px;
	}
	
	
	.videoShare .videoRight .videoInfo{
		width: 214px;
		height: 58px;
	}
	.videoShare .videoRight .videoInfoBox{
		width: 234px;
		height: 400px;
		border: 1px solid #d3d2d2;
		-moz-box-shadow:0px 0px 10px #999;              
	    -webkit-box-shadow:0px 0px 10px #999;           
	    box-shadow:0px 0px 10px #999;
	    -moz-border-radius: 3px;     
	    -webkit-border-radius: 3px;  
	    border-radius:3px; 
	    margin-bottom: 20px;
	}
	.videoShare .videoRight .videoInfoBox p{
		line-height: 28px;
		padding: 10px 20px 0 20px;
		
	}	
	.videoShare .videoRight .shortLink p{
		height: 54px;
		line-height: 54px;
	}
	.videoShare .videoRight .shortLink .videoInfo{
		widows: 236px;
		height: 32px;
	}
	/*视频分享结束*/
	
	/*预览图弹出层开始*/
#imgMask{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	display: none;
}

.previewImg{
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 9999;
	margin-left: -235px;
	width: 460px;
	
	padding: 0 5px;
}
.previewImg .previewImgTitle{
	line-height: 34px;
	margin-bottom: 40px;
	font-size: 34px;
	color: #2ccd52;
	text-align: center;
	font-weight: normal;
}
.previewImg .previewImgList{
	position: relative;
}
.previewImg .previewImgList .prev,.previewImg .previewImgList .next{
	position: absolute;
	top: 170px;
	z-index: 9;
	width: 60px;
	height: 60px;
    -moz-border-radius: 30px;     
    -webkit-border-radius: 30px;  
    border-radius:30px; 
	color: #25361b;
	text-align: center;
	line-height: 60px;
	font-size: 40px;
	background:url(../images/leftAndRight.png) no-repeat #ffffff;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-box-shadow: 0px 4px 23px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 23px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 23px 1px rgba(0,0,0,0.2);
}
.previewImg .previewImgList .prev{
	left: 0px;
	background-position:-14px 0px;

}
.previewImg .previewImgList .next{
	right: 0px;
	background-position:-88px -0px;
}
.previewImg .previewImgList .prev:hover,.previewImg .previewImgList .next:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

.previewImg .previewImgList ul{
	position: relative;
	height: 400px;
}
.previewImg .previewImgList ul li{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 30px;
	display: none;
}
.previewImg .previewImgList ul li a{
	display: block;
	width: 400px;
	height: 400px;
}
.previewImg .previewImgList .rollDot{
	height: 10px;
	margin: 20px 0 40px 0;
	padding-left: 205px;
}
.previewImg .previewImgList .rollDot a{
	float: left;
	width: 10px;
	height: 10px;
	background: #90988a;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.previewImg .previewImgList .rollDot a.current{
	background: #223317;
}
.previewImg .previewImgList .toSupport{
	display: block;
	width: 144px;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: #2ccd52;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 8px #ccc;
	margin-left: 158px;
}
/*预览图弹出层结束*/

#uploadImg{
	position:relative;
	box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
}

#uploadImg .pic_up{
	position:absolute;
	top:0;
	left:0;
	width:450px;
	height:100px;
	cursor:pointer;
	opacity:0;
	filter:alpha(opacity=0);
}

#uploadImg input.setOn{
	height:437px;
}



input.inpBorderBg{
	border-bottom: 1px solid #37cb38;
}

/*账号页收款方式开始*/
.alipay{
	margin-bottom: 30px;
}
.alipay .payBox,.bank li{
	position:relative;
}
.controls .payTitle{
	position: relative;
	min-height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #223318;
	font-weight: normal;
	margin-bottom: 10px;
}
.controls .payTitle span{
	position:absolute;
	top:0;
	left:40px;
}
.choiceBg{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icon.png) -34px -57px no-repeat;
	margin-right: 20px;
}
.choiceBg.setOn{
	background-position: 0px -57px;
}
.controls .payTitle .payCheck{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.controls .payBox{
	/*box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);*/
	-moz-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #cccccc;
}
.controls .payBox span{
	float: left;
	width: 110px;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	border-right: 1px solid #cccccc;
	background-color: #f6f9f9;
}

.controls .payBox span.setOn{
	color: #7a8574;	
}
.controls .payBox input{
	float: left;
	width: 317px;
	height: 36px;
	text-indent: 10px;
	border: none;
	outline: none;
	background-color: #ffffff;
}
.controls .alipay .payBox{
	height: 36px;
}
.controls .alipay .payBox input{
	margin-bottom:3px;
}
.controls .bank .payBox li{
	min-height: 36px;
	border-bottom: 1px solid #cccccc;
}
.controls .bank .payBox li.noBorB{
	border-bottom: none;
}
/*账号页收款方式结束*/

/*页面所有图标开始*/
.iconMap{
	background: url(../images/icon-map.png) no-repeat;
	float: left;
}


.cp-guide-bg{
	width: 24px;
	height: 22px;
	margin: 0 10px 0 20px!important;
	background-position: -79px -373px;
	
}
.cp-right-1 .cp-guide{
	text-align:left;
}
.address-bg{
	width: 11px;
	height: 19px;
	background-position: -79px -455px;
	margin-right: 10px;
}

.arrow {
	position: absolute;
	right: 10px!important;
	top: 10px!important;
	width: 13px;
	height: 11px;
	background: url(../images/icon-map.png) -79px -304px no-repeat;
}

.offDel{
	position: absolute;
	top: 10px;
	left: 9px;
	width: 14px;
	height: 14px;
	background:url(../images/icon-map.png) -79px -1328px no-repeat;
}
.sortBg{
	width: 16px;
	height: 16px;
	background-position: -158px -1801px;
	margin-top: 3px;
}
.starBg{
	width: 18px;
	height: 17px;
	background:url(../images/icon-map.png) -79px -1563px no-repeat;
	margin-top: 0px;
	display: inline-block;
	cursor:pointer;
}
.starBg.fav{
	background-position:-79px -1642px;
}
/*页面所有图标结束*/

/*首页微信弹出层开始*/
.codeWrap{
	position: fixed;
	top: 0;
	left: 0;
	z-index:9999;
	width: 100%;
	background: #CCCCCC;
	display:none;
}
.codeMask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
.codeClose{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 34px;
	height: 34px;
	background: url(images/closeMask.png) no-repeat;
}
.codeBox{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 185px;
	height: 348px;
	margin: -174px 0 0 -94px;
}
.codeTitle{
	height: 34px;
	line-height: 34px;
	font-size: 34px;
	color: #2ccd52;
	margin: 0;
	margin-bottom: 39px;
	text-align: center;
	font-family: "微软雅黑";
}
.codeCon{
	width: 190px;
	line-height: 28px;
	margin-top: 33px;
	font-size: 14px;
	color: #223318;
	font-family: "微软雅黑";
	text-align: center;
	margin-left: 5px;
	
}
/*首页微信弹出层结束*/
.error_info{
	line-height:20px;
	width:450px;
	margin:20px 0 0 142px;
	font-size:12px;
	color:#ffffff;
	background-color:#ea5a4e;
	display:none;
}
.short_error{
	width:206px;
	margin:0;
	padding:0 2px;
}
.replybox .cedit .area{
	position:relative;
}
.fixed{
	position:fixed;
	left:0;
	bottom:0;
	z-index:90;
}


.canClick{
	color:#43a4fc!important;
	text-decoration:underline!important;
}

.inputForbid{
	background-color:#f6f9f9!important;
}
::selection{
	background:#37cb58;
	color:#fff;
}
::-moz-selection{
	background:#37cb58;
	color:#fff;
}


/*百度编辑器样式适配*/
.post-content li {
    list-style: inherit;
}

.post-content.card blockquote {
    border-left: 6px solid #ddd;
    padding: 5px 0 5px 10px;
    margin: 15px 0 15px 15px;
}
.post-content.card table td {
    padding: 5px 10px;
    border: 1px solid #DDD;
}
.post-content.card ol.list-paddingleft-2 {
    padding-left: 30px;
}
.view {
  height:400px!important;
  overflow-y:auto!important;
  font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif!important;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* margin-top: 20px; */
  margin:0;
  color: inherit;
}

body.view{
	padding: 8px 16px;
	height:384px!important;
}
.view a {
  font-size: 14px;
  text-decoration: underline;
  cursor: auto;
}

.view b, .view strong {
  font-weight: bold;
}

.view img{
  max-width: 100%;
  margin:10px 0;
}

.view p {
  display: block;
  margin: 1em 0;
}

.view h1{
  display: block;
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold;
}

.view h2 {
  display: block;
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: bold;
}

.view h3 {
  display: block;
  font-size: 1.17em;
  margin: 1em 0;
  font-weight: bold;
}

.view h4 {
  display: block;
  margin: 1.33em 0;
  font-weight: bold;
}

.view em {
  font-style: italic;
}

.view ol {
  list-style-type: decimal;
}

.view ul {
  list-style-type: disc;
}
.view blockquote {
    border-left: 6px solid #ddd;
    padding: 5px 0 5px 10px;
    margin: 15px 0 15px 15px;
}

.project-updates .content td {
    padding: 5px 10px;
    border: 1px solid #DDD;
}
.list-paddingleft-2 {
    padding-left: 30px;
}
ol.list-paddingleft-2 {
    list-style-type: decimal;
}
.list-paddingleft-2 li {
    list-style: inherit;
}
ul.list-paddingleft-2 {
    list-style-type: disc;
}

.controls .upimg .upimg_paddht{padding: 63px 0 !important;height: 34px !important;}
.project-primary .project-sup .btn_ie9new{width: 243px;height: 58px;font-size: 18px;opacity: 1;color: #fff;display:inline-block;filter: alpha(opacity=100);line-height: 40px;}
/* 百度编辑器样式适配结束*/

/*项目详情创新阶段*/
.creative{
    padding-top: 30px !important;
}
.creative_btn{
    font-weight: bold;
    position:relative;
    text-indent: 26px;
}
.creative_btnsup{
    font-weight: bold;
    position:relative;
    padding: .5rem 1.6rem .5rem 3.4rem;
}
.creative_d1{
    height: 85px;
    padding-top: 15px;
    text-align:center;
    font-weight: bold;
    background: url('../images/creative_bracket.png') no-repeat center center;
}
.creative_d1 h2{
    font-size: 32px;
    line-height: 32px;
}
.creative_d1 h2 span{
    font-size: 36px;
}
.creative_d1 p{
    font-size: 14px;
    line-height: 14px;
    padding-top: 10px;
}
.creative_d2{
    padding-top: 40px;
    font-size: 14px;
    line-height: 28px;
}
.love_creative{
    background: url('../images/love_creative.png') no-repeat center center;
    width: 22px;
    height: 20px;
    position:absolute;
    left: 55px;
    top: 20px;
}
.creative_time{
    height: 40px;
    line-height: 40px;
}
.pay_attention{
    background: url('../images/pay_attention.png') no-repeat center center;
    width: 9px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
}
.creative_attention{
    display: inline-block;
    float: right;
    width: 40px;
    height: 14px;
    position:relative;
    color: #37cb58;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-align: right;
    margin-top: 22px;
    cursor: pointer;
}
.attention_text{
    position: absolute;
}
.Q_field{
    padding: 30px 30px 0px 30px;
    font-size: 14px;
    position: relative;
}
.Q_Up{
    font-weight: bold;
    width: 238px;
    position:relative;
    line-height: 21px;
    padding-right: 30px;
    font-size: 14px;
}
.Q_Down{
    position: relative;
    height: 0;
    overflow: hidden;
}
.creativeQ_Up{
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer;
    background: url('../images/creativeQ_Up.png') no-repeat center center;
    width: 14px;
    height: 8px;
    padding: 20px 0;
}
.creativeQ_Down{
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer;
    background: url('../images/creativeQ_Down.png') no-repeat center center;
    width: 14px;
    height: 8px;
    padding: 20px 0;
}
.Q_border_bottom{
    border-bottom: 1px solid #a7ada3;
}
.Qend_border_bottom{
    border-bottom: 1px solid #fff;
}
.accusation_project{
    display: inline-block;
    margin-left: 168px;
    color: #223318;
    line-height: 16px;
    cursor: pointer;
}
.accusation_png{
    position: absolute;
    background: url('../images/accusation.png') no-repeat center center;
    height: 16px;
    width: 15px;
    right: 80px;
}
.mt30{
    margin-top: 30px;
}
.love_creativesup{
    background: url('../images/love_creative.png') no-repeat center center;
    width: 17px;
    height: 15px;
    position:absolute;
    left: 15px;
    top: 10px;
    background-size: contain;
}
.card_margin{margin:30px 0;}
.project-primary .project-data .d3-marginbtm{margin-bottom:87px !important;}
.project-primary .project-data .d3-margintop{margin-top: 40px !important;}
/*预约提醒*/
.yy_remind,.yy_remindup{
    background: url('../images/yy_remind.png') no-repeat center center;
    width: 22px;
    height: 20px;
    position:absolute;
    left: 60px;
    top: 19px;
    background-size: contain;
}
/*发表评论*/
.Comment,.Commentup{
    background: url('../images/Comment.png') no-repeat center center;
    width: 22px;
    height: 20px;
    position:absolute;
    left: 60px;
    top: 19px;
    background-size: contain;
}
/*立即支持*/
.now_support,.now_supportup{
    background: url('../images/now_support.png') no-repeat center center;
    width: 22px;
    height: 20px;
    position:absolute;
    left: 60px;
    top: 19px;
    background-size: contain;
}	
.yy_remindup,.Commentup,.now_supportup,.success .Comment{
    width: 18px;
    height: 16px;
    left: 31px;
    top: 10px;
}

.creative_btnsup2{padding: .5rem 2rem .5rem 3rem;}
.creative_btnsup2:hover{background-color: #37cb58!important;}
/*已看好这个创意*/
.optimistic_creat{background-color: #d3d6d1 !important;}
.optimistic_creat:hover{background-color: #d3d6d1 !important;}

/*举报下拉菜单*/
.jubao {position:absolute;top:267px;right:0;width:192px;padding-top:3px;background:url(../img/jubao.png) top center no-repeat;z-index:999;}
.jubao .pointer{top:0;left:100px;z-index:-1;}
.jubao ul {display:block;width:192px;-moz-box-shadow:0 6px 20px rgba(0, 0, 0, .2);-webkit-box-shadow:0 6px 20px rgba(0, 0, 0, .2);box-shadow:0 6px 20px rgba(0, 0, 0, .2);}
.jubao li {display:block;height:34px;line-height:34px;padding:0;border-bottom:1px solid #ebebeb;}
.jubao li a {display:block;float:none;margin:0;height:33px;text-indent:20px;color:#424c50;background:#fff;}
.jubao li a:hover {background:#f0f0f0;}
.jubao.jubaoup{top:-330px;background:url(../img/arrow_u.png) center bottom no-repeat;padding-top:0;padding-bottom:3px;background:none;}
.jubao.jubaoup li:last-child{border-bottom:none;}
.jubao.jubaoup .pointer{top:auto;bottom:0;left:75px;}
.heavy-color {color: #424c50 !important;}
.pointer{-webkit-box-shadow:0 0 1px 0 #AAAAAA; -webkit-transform:rotate(45deg); background:none repeat scroll 0 0 #FFFFFF; height:40px; left:15px; position:absolute; top:16px; width:40px;}
/*关注按钮统一样式*/
.container .supporter-list .md-button.attention_btn{
	color: #37cb58;
    font-weight: bold;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 5px 10px 0 0;
}
.container .supporter-list .md-button.attention_btn_cur{
	color: #a7ada3;
	font-weight: bold;
	border: none;
    box-shadow: none;
    padding: 0;
    margin: 5px 10px 0 0;
}
/*精彩评论*/
.comments .cfooter .d a.JLike,.comments .cfooter .d a.HJLike{float: left;background-position: -20px -102px;margin-right:20px;}
.comments .cfooter .d a.JLike:hover,.comments .cfooter .d a.HJLike:hover{background-position: -20px -62px;color: #37CB58 !important;}
.comments .cfooter .d a.curr_Like,.comments .cfooter .d a.curr_Like:hover{background-position: -20px -23px;color: #37CB58;}
.popular_line{position: relative;border-top: 1px solid #ccc;left: -20px;width: 608px;height: 4px;background: #fff;top: 2px;}
.popular_line span{display: inline-block;padding: 0 10px;background: #fff;position: absolute;left: 50%;top: -10px;margin-left: -59px;color: #7a8574;}

/*查看更多精彩评论*/
.popular_more{
    width: 608px;
    left: -20px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.popular_more span{
    font-size: 14px;
    font-weight: normal;
    color: #37cb58;
    cursor: pointer;
}
.re_right_flag {
    position: absolute;
    left: 50%;
    top: 4px;
    margin-left: 30px;
    background: url(../images/popular_more_right.png) no-repeat center center;
    width: 8px;
    height: 12px;
    display: inline-block;
}
.suoding_img{
	width: 100%;
	cursor: pointer;
}
/*海外新奇*/
.project-primary .creator-info .more_outsides{
    display: block;
    cursor: pointer;
    margin-top: 30px;
    height: 56px;
    border: 1px solid #37cb58;
    text-align: center;
    color: #37cb58;
    line-height: 56px;
    position: relative;
}
.outside_flag{
    width: 15px;
    height: 17px;
    background: url(../images/outside_flag.png) no-repeat center center;
    background-size: contain;
    float: left;
}
.gr_arrow{
    display: inline-block;
    width: 8px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    right: 67px;
    background: url(../images/gr_arrow.png) no-repeat center center;
    background-size: contain;
}