@charset "utf-8";

#filterBar {
	position: fixed;
	z-index: 2000;
	left: 0px;
	border-bottom: 1px solid #ededed;
	width: 100%;
	height: 35px;
	background-color: #ffffff;
}

#filterBar ul li {
	position: relative;
	float: left;
	border-left: 1px solid #ededed;
	width: 50%;
	line-height: 35px;
}

#filterBar ul li:first-child {
	border-left: 0;
}

#filterBar ul li:after {
	position: absolute;
	right: 5px;
	bottom: 5px;
	border-width: 8px 0 8px 8px;
	border-style: solid;
	border-color: transparent #c9c9c9 #c9c9c9 transparent;
	width: 0;
	height: 0;
	content: '';
}

#filterBar ul li a {
	display: block;
	overflow: hidden;
	padding-left: 8px;
	padding-right: 14%;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#filterBar_mask {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

.filterBar_popup {
	display: none;
	position: absolute;
	z-index: 1001;
	width: 100%;
	background-color: #F7F7F7;
}

.filterBar_popup li {
	display: -webkit-box;
	position: relative;
	border-bottom: 1px solid #E8E8E8;
	border-top: 1px solid #FCFCFC;
	text-shadow: 0 1px 1px #FFF;
}

.filterBar_popup li a {
	display: block;
	padding-left: 15px;
	width: 100%;
	line-height: 39px;
	color: #333;
}

.filterBar_popup li a:active {
	color: #F7F7F7;
	background: #333;
}

#filterBar_statsPopup p {
	padding: 10px;
}

#wrapper {
	padding-top: 76px;
}

.module-box {
	position: relative;
	display: block;
	padding: 0 15px;
	line-height: 34px;
	color: #973F31;
	font-size: 16px;
	font-weight: 700;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.5);
	box-shadow: 0 3px 5px rgba(0,0,0,.5);
}

.module-box .more {
	float: right;
	font-size: 14px;
	font-weight: normal;
}

.card-list {
	margin: 0 15px;
	padding-top: 15px;
}

.card-list li {
	margin-bottom: 15px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 0 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.card-list li .face {
	display: block;
	margin: -1px -10px 0;
}

.card-list li .face img {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	width: 100%;
	max-width: 640px;
	height: auto;
}

.card-list h2 {
	padding: 8px 0 5px;
	font-size: 16px;
}

.card-list h2 a {
	color: #00a0e9;
}

.card-list p {
	overflow: hidden;
	margin: 0 0 10px;
	color: #7d7d7d;
}

.card-list .btn-signup {
	display: inline-block;
	float: right;
	margin-top: 5px;
	border: 1px solid transparent;
	line-height: 1.42857143;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-shadow: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #d5444f;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
	position: flex;
	border-radius: 20px;
	padding: 3px 5px 3px 5px;
}

.card-list .btn-signup:active {
	background: #753830;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1),0 1px 1px rgba(255,255,255,.25);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1),0 1px 1px rgba(255,255,255,.25);
}

.card-list .btn-see {
	display: inline-block;
	float: right;
	margin-bottom: 0;
	border: 1px solid #973F31;
	border-radius: 2px;
	padding: 6px;
	line-height: 1.42857143;
	color: #973F31;
	font-size: 14px;
	font-weight: 600;
	text-shadow: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #f7f9f2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
}

.card-list .btn-see:active {
	color: #fff;
	background: #973F31;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1),0 1px 1px rgba(255,255,255,.25);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1),0 1px 1px rgba(255,255,255,.25);
}

.card-list .apply {
	border-top: 1px solid #dcdcdc;
	padding: 5px 0 10px 5px;
}

.card-list .apply .head {
	margin-right: 5px;
	width: 34px;
	height: 34px;
	border-radius: 17px;
}

.card-list .apply .type {
	margin-top: -2px;
	width: 12px;
	height: 12px;
}

.card-list .apply .user-link {
	color: #333;
}

.card-list .more {
	text-align: right;
}

.card-list .icon-more {
	display: inline-block;
	margin-right: 10px;
	padding: 15px 0;
	color: #7d7d7d;
}

.card-list .empty {
	overflow: hidden;
	padding: 30px 0;
	width: 100%;
	color: #7d7d7d;
	font-size: 16px;
	text-align: center;
}

.card-list .empty div {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

.card-list .empty a {
	border: 1px solid transparent;
	border-radius: 2px;
	padding: 6px;
	line-height: 1.42857143;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-shadow: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #973F31;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
}

.card-list .empty a:active {
	background: #753830;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1),0 1px 1px rgba(255,255,255,.25);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1),0 1px 1px rgba(255,255,255,.25);
}

.card-list .in {
	color:#d5444f;
}

.card-list .wait {
	color:blue;
}

.card-list .stop {
	color:gray;
}

.view-more {
	display: block;
	margin: 15px;
	border: 1px solid #c9c9c9;
	border-radius: 2px;
	line-height: 36px;
	color: #333;
	text-align: center;
	background: rgba(222,223,220,.5);
}

.view-more:active {
	color: #fff;
	background: #333;
}

.view-more:visited {
	color: #333;
}

#loadMore {
	display: none;
	margin: 10px 0;
	line-height: 22px;
	font-size: 1.4rem;
	text-align: center;
}

#loadMore img {
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	vertical-align: middle;
}

.float-back {
	position: fixed;
	color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 25px;
	font-size: 14px;
	opacity: 0.8;
	text-align: center;
	z-index: 9999;
	background-size:contain;
	left: 15px;
	bottom: 15px;
	background: #d5444f;
}

.inner-word {
	margin-top: 3px;
}

.studio {
	margin-top: -30px;
	margin-left: 50px;
}