/**
*Added by liuxiaoxiao 20151211
*/
/*大赛样式*/
html {
	font-size: 62.5%;
}
.discovery_index_layout{
    background-color: #f0f0f0;
}
.discovery_navigation {
	position: relative;
	border-bottom: 1px solid #c0bebe;
}
.discovery_navigation .category_picker {
	position: absolute;
	top: 0;
	right: 50px;
	height: 50px;
	padding-top: 15px;
}
.discovery_navigation .category_picker .category_target {
	color: #71767a;
	cursor: pointer;
	float: left;
}
.px_tabs > li .discovery_navigation .category_picker .category_target.selected {
	color: #0099e5;
}
.px_tabs,
.px_tabs > li > a,
.text_overflow {
	white-space: nowrap;
}
.px_tabs > li > a,
body.v3 .scroll_to_top {
	cursor: pointer;
	text-transform: uppercase;
}
#more,
.px_tabs {
    border-bottom: 1px solid #e2e2e2;
	text-align: center;
}
.px_tabs {
	/*background-color: #fff;*/
	list-style-type: none;
	overflow-x: auto;
}
.px_tabs > li {
	display: inline;
	margin: 0 25px;
}
.px_tabs > li.active > a {
	color: #e40012;
	/*border-bottom: 2px solid #0099e5*/
}
.px_tabs > li > a {
	font-size: 1.6rem;
	display: inline-block;
	padding: 26px 0;
	height: 68px;
	border-bottom: 2px solid transparent;
	color: #000000;
	font-weight: 700;
}
.px_tabs > li > a .count {
	font-weight: 400;
}
.px_tabs > li > a:hover {
	color: #e40012;
}
.photo_grid_region {
	/*background-color: #f7f8fa;*/
	padding: 15px 0px;
	overflow: hidden;
}
.photo_grid_region .thumbnail {
	width: 580px;
	height: auto;
	margin: 0 20px 20px 0;
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
}
.photo_grid_region .thumbnail:nth-child(2n) {
	margin-right: 0px;
}
.item-img.w5 {
	height: 362px;
}
.photo_grid_region .item-caption .item-title {
	font-size: 20px;
	line-height: 3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}
.bbox {
	float: left;
}
.thumbnail .item-caption {
	/*border-bottom: 1px solid #c0bebe;*/
	padding: 17px 0 34px 5px;
}
.item-prize .award-icon {
	background-image: url(../img/icon-prize.svg);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
}
.item-prize .award-title {
	margin-left: 20px;
}

.item-prize {
	background-image: url(../img/icon-prize.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left center;
    
    max-width:400px;
	height: 35px;
    line-height: 35px;
    margin-top: 0px;
	font-size: 14px;
	color: #7f7f7f;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float : left;
}
.divRadios{
	display: block;
    width: 8px;
    height: 8px;
    background-color: #000;
    margin: 15px;
    float: left;
    border-radius: 50%;
    border: 1px solid #aaaaaa;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius: 50%;
}
.item-bottom{
	float : left;
}
.item-left {
	float: left;
}
.item-right {
	float: right;
}
.thumbnail .item-bottom .button:hover {
	background-color: #484848;
}
.clearfix:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.contest-time {
	font-size: 14px;
	color: #7f7f7f;
	/* height: 35px; */
	line-height: 35px;
	margin-top: 0px;
}
.item-first {
	/*border-right: 1px solid #c0bebe;
	margin-right: 15px;
	padding-right: 15px;*/
}
.contest-time .time-day-con {
	margin-left: 5px;
}
.contest-time .time-hour-con {
	margin-left: 10px;
}
.time-day-con,
.time-hour-con {
	font-size: 14px;
}
.time-day,
.time-hour {
	font-size: 14px;
	/*color: #f36478;*/
}
.content-contest-detail .time-day,
.content-contest-detail .time-hour {
	font-size: 14px;
	color: #f36478;
}
.num-speacial {
	font-size: 24px;
	color: #f36478;
}
.thumbnail .item-bottom .button {
	background-color: #f36478;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 6px;
	width: 120px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin-top: 6px;
}
.thumbnail a .item-title {
	color: #000;
}
.item-bottom-float {
	display: none;
	float: left;
	border-left: 1px solid #c0bebe;
	margin-left: 15px;
	padding-left: 15px;
	/*float: left;
	width: 150px;*/
	/*border-left: 1px solid #c0bebe;
      margin-left: 20px;
      padding-left: 20px;*/
}
.total-works {
	margin-left: 12px;
}

.item-right.blackBg.button {
	background-color: #484848;
}
.item-right.blackBg.button:hover {
	background-color: #f36478;
}
.num-speacial {
	font-size: 24px;
	color: #f36478;
}

/*Begin：test*/
.item-img {
	background: rgba(0,0,0,.4);
	background-position: 50% 50%;
	background-size: cover;
}
/*End:test*/
/*@media (min-width: 1200px) {
	.row {
		width: 1200px;
		margin: 0 auto;
	}
}*/
@media only screen and (max-width: 1230px) {
	.item-img.w5 {
		height: 270px;
	}
	.photo_grid_region {
		padding: 20px 0;
	}
	.discovery_navigation .category_picker {
		right: 10px;
	}
	.item-prize{
		max-width: 220px;
	}
}
@media only screen and (max-width: 679px) {
	.px_tabs > li {
		display: inline;
		margin: 0 10px;
	}


}

/*Begin:Added by liuxiaoxiao for 大赛列表也移动端适配 20160514*/
@media only screen and (max-width: 679px) {
	.photo_grid_region .thumbnail {
		width: 100%;
		height: auto;
	}
	.contest_container.row {
		width: 100%;
		padding: 0 10px;
	}
	.photo_grid_region .item-caption .item-title {
		font-size: 1.2rem;
	}
	.item-prize {
		width:100%;
		height: 22px;
		line-height: 22px;
		font-size: 1rem;
	}
	.thumbnail .item-bottom .button {
		width: 35%;
		margin-top: 12px;
		font-size: 1.6rem;
	}
	.divRadios{
		display: none;
	}
	.contest-time{
		height: auto;
		line-height: normal;
	}
	.item-bottom{
		height: 25px;
		line-height: 25px;
		float:none;
	}
}
/*iphone6p*/
@media only screen and (max-width: 415px){
	.item-img.w5 {
		height: 244px;
	}
}
/*iphone6*/
@media only screen and (max-width:380px){
	.item-img.w5 {
		height: 222px;
	}
}
/*iphone4、iphone5、iphone5s*/
@media only screen and (max-width: 320px){
	.item-img.w5 {
		height: 188px;
	}
	.contest-time {
		width: 70%;
	}
	.thumbnail .item-bottom .button {
		width: 30%;
	}
}
/*End:Added by liuxiaoxiao for 大赛列表也移动端适配 20160514*/




/*Begin：Added by liuxiaoxiao 20160113*/
/*Begin：大赛详情页面 样式*/
#content-contest-detail {
	padding-top: 30px;
}
#content-contest-detail.row {
	/*width: 1180px;*/
	width: 100%;
}
.cover_photo {
	/*position: relative;
	width: 1180px;
	height: 736px;*/
	position: relative;
	width: 100%;
	height: 740px;
	background-position: 50% 50%;
}
.contest-mask-container {
	position: absolute;
	background-color: #000;
	bottom: 0;
	width: 1180px;
	height: 140px;
	left: 50%;
	margin-left: -590px;
}
.contest-mask-info {
	width: 70%;
	height: 100%;
	padding: 20px 0 20px 10px;
	background-color: rgba(0,0,0,1);
}
.contest-mask-upload {
	width: 30%;
	height: 100%;
}
.float-left {
	float: left;
}
#content-contest-detail .contest-title {
	font-size: 22px;
	color: #fff;
}
.contest-mask-info .item-prize {
	margin-top: 28px;
	font-size: 18px;
	color: #fff;
}
.content-contest-detail .item-prize.icons {
	padding-left: 25px;
	margin-top: 15px;
}
.content-contest-detail .contest-time {
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}
.upload-button {
	width: 30%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	border-left: 1px solid #333333;
	color: #f36478;
	cursor: pointer;
	font-size: 30px;
	font-weight: bold;
	line-height: 140px;
	text-align: center;
}
.content-contest-detail .px_tabs > li > a {
	font-weight: normal;
}
.content-contest-detail .tabs_wrapper {
	margin-top: 45px;
	border-bottom: 1px solid #e2e2e2;
}

/*详情页 内容区域*/
.profile_body {
	background: #f0f0f0;
	padding: 20px 40px;
	min-height: 800px;
	position: relative;
}
#contest-detail-content {
	margin-bottom: 20px;
}






/*End：大赛详情页 样式*/




/*Begin:大赛作品列表*/
.sucai-result .pics .item {
	padding: 10px;
	background-color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.sucai-result .pics .item .pic {
	width: 100%;
	height: 195px;
	background-color: #e1e1e1;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.sucai-result .pics .item .pic:before {
	content: " ";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
.sucai-result .pics .item .pic .zan {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	-o-border-radius: 19px;
	background-color: #ffffff;
	cursor: pointer;
	padding: 6px 0 0 6px;
}
.sucai-result .pics .item .pic .report-info {
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 200px;
	top: 50%;
	left: 50%;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #ffffff;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.sucai-result .pics .item.hover .pic:before {
	display: block;
}
.sucai-result .pics .item .pic {
	width: 100%;
	height: 195px;
	background-color: #e1e1e1;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.sucai-result .pics .item .pic:before {
	content: " ";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
.sucai-result .pics .item .pic .zan {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	-o-border-radius: 19px;
	background-color: #ffffff;
	cursor: pointer;
	padding: 6px 0 0 6px;
}
.sucai-result .pics .item .pic .report-info {
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 200px;
	top: 50%;
	left: 50%;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #ffffff;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.sucai-result .pics .item.hover .pic:before {
	display: block;
}
.sucai-result .pics .title {
	position: relative;
	overflow: hidden;
	z-index: 1;
	line-height: 17px;
	font-size: 12px;
	color: #888888;
}
.sucai-result .pics .title.with-img {
	padding-left: 55px;
}
.sucai-result .pics .title.with-img .img {
	position: absolute;
	left: 10px;
	height: 34px;
	width: 34px;
	background-color: #e1e1e1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
}
.sucai-result .pics .title.with-img a {
	white-space: nowrap;
}
.sucai-result .pics .title.with-img a:hover {
	color: #f36478;
}
.sucai-result .pics .title.with-img .fontW70-13 {
	color: #000;
	font-weight: bold;
}
.sucai-result .pics .title.with-img .fontW50-13 {
	color: #7f7f7f;
}
.sucai-result .pics .col:hover .item {
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
}
.sucai-result .pics .col:hover .item .pic:before,
.sucai-result .pics .col:hover .item .pic .zan {
	display: block;
}
.sucai-result .pics .col:hover .title {
	color: #000000;
}
.sucai-result .pics .action .desc {
	height: 46px;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
.sucai-result .pics .action .btngroup .btn {
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	width: 80%;
}
.sucai-result .pics .action .btngroup .btn-bwg {
	background-color: #009be5;
}
.sucai-result .pics .action .btngroup .btn-bwg.active {
	background-color: #000000;
}
.sucai-result .pics .action .btngroup .btn-wg,
.sucai-result .pics .action .btngroup .btn-jin {
	background-color: #f36478;
}
.sucai-result .pics .action .btngroup .btn-wg.active,
.sucai-result .pics .action .btngroup .btn-jin.active {
	background-color: #000000;
}

.sucai-result-user .next {
	text-align: center;
	padding: 10px 0;
}
.sucai-result-user .next .btn {
	width: 53px;
	height: 53px;
	-webkit-border-radius: 50%;
	background-color: #e1e1e1;
	color: #ffffff;
	line-height: 53px;
	text-align: center;
}
.sucai-result-user .next .btn .icon {
	margin: 7px 0 0 7px;
}


@media all and (max-width: 800px) {
	.row-mobile.sucai-result .pics .item {
		padding: 0px;
	}
	.row-mobile.sucai-result .pics .item .pic {
		height: auto;
	}
}


.sucai-result .pics .item .pic:before,
.designer .top .img .item:before {
	content: " ";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
.sucai-result .pics .col:hover .item,
.search-shadow input:focus,
.designer .top .img .item:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
}
.sucai-result .pics .col:hover .item .pic:before,
.sucai-result .pics .col:hover .item .pic .zan,
.designer .top .img:hover .item:before {
	display: block;
}
.sucai-result .pics .col:hover .title {
	color: #000000;
}
.designer .sucai-result .col {
	margin: 0 7px 0 8px;
}
.source-main .sucai-result .pics .title.with-img {
	padding-left: 10px;
}
@media all and (max-width: 800px) {

	.row-mobile {
		width: 100%;
	}
	.row-mobile .col {
		width: 46%;
		height: auto;
		margin: 0 2% 15px 2%;
	}
	.row-mobile .mod-designer {
		width: 96%;
	}
	.row-mobile .mod-designer .top {
		height: auto;
	}
	.row-mobile .mod-designer .top .img {
		width: 50px;
		height: 50px;
	}
	.row-mobile .mod-designer .top .img img {
		width: 100%;
		height: 100%;
	}
	.row-mobile.sucai-result .pics .item {
		padding: 0px;
	}
	.row-mobile.sucai-result .pics .item .pic {
		height: auto;
	}
	.row-mobile .col {
		width: 46%;
		height: auto;
		margin: 0 2% 15px 2%;
	}
}


.m-t {
	margin-top: 15px !important;
}

.col {
	display: block;
	float: left;
	margin: 0 10px 15px 10px;
}

.span_3_of_12 {
	width: 280px;
}

.row .span_3_of_12 .fontW70-13,
.user-about-info-three > a {
	display: inline-block;
	color: #000;
}

.row .span_3_of_12 .fontW70-13:hover,
.row .span_3_of_12 .fontW50-13:hover,
.bg-header .top-wrapper .top .logreg .login:hover,
.bg-header .top-wrapper .top .logreg .reg:hover {
	color: #f36478;
}


.action-quit {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 14px;
	color: #f36478;
	width: 35px;
	text-align: center;
	cursor: pointer;
}
.icon.small{
	line-height: 20px;
}
.icon.small svg.icon{
	vertical-align: top;
}
/*End：大赛作品列表*/


/*Begin:Added by liuxiaoxiao for 获奖公示 20160127*/
.prize-per-div {
	padding-top: 30px;
	padding-bottom: 50px;
	border-bottom: 1px solid #c0bebf;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.prize-title-common {
	height: 30px;
	width: 100%;
	line-height: 30px;
}
.prize-title-img {
	width: 28px;
	height: 28px;
	background-image: url("../img/prize_28.png");
}
.prize-level {
	font-size: 18px;
	color: #f37c8b;
	margin-left: 6px;
}
.prize-title {
	font-size: 20px;
	margin-left: 10px;
}
.prize-work-item {
	padding-top: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.prize-per-div:last-child{
	border: none;
}
/*End:Added by liuxiaoxiao for 获奖公示 20160127*/





/*End：Added by liuxiaoxiao 20160113*/
/*begin zxq 20161108*/
.feature_picker .tab_wrapper{
	position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.feature_picker .tab_wrapper .bansaiButton{
    position: absolute;
    text-align: center;
    right: 0;
    top: 15px;
    color: #FFF;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f36478;
    border: 1px solid #df5064;
    box-shadow: 0 1px 0 rgba(255,255,255,.15) inset;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    cursor: pointer;
    font-size: 16px;
    width: 160px;
    height: 40px;
    line-height: 40px;
}
.feature_picker .tab_wrapper .bansaiButton:hover{
	opacity: .9;
}
@media only screen and (max-width: 679px) {
	.feature_picker .tab_wrapper .bansaiButton{
		display: none;
	}
}
/*end zxq 20161108*/






