body {
	background-color: #efeff4;
}

.dc-activity-wrapper {
	width: 100%;
	height: 100%;
	min-height: 600px;
}

.dc-activity-wrapper-header {
	width: 100%;
	height: 100%;
}

.dc-activity-wrapper-header>img {
	width: 100%;
}

.dc-activity-wrapper-main {
	width: 1220px;
	margin: 0 auto;
}

.dc-activity-wrapper-title {
	overflow: hidden;
	line-height: 60px;
	padding: 42px 0px 10px;
	text-align: center;
}

.dc-activity-wrapper-title>span.title {
	display: block;
	font-weight: bold;
	font-size: 42px;
	color: #222;
	letter-spacing: 8px;
	font-family: "microsoft yahei";
}

.dc-activity-wrapper-title>span.title-sub {
	display: block;
	font-size: 22px;
	color: #555555;
}

.dc-activity-items {
	position: relative;
	overflow: hidden;
	font-size: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-right: -20px;
	padding-top: 20px;
}

.dc-activity-item {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 0;
	background: #fff;
	width: 290px !important;
	height: 420px !important;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 5px 5px 10px -8px #F0F0F0;
	overflow: hidden;
	transition: all ease-out .24s;
	-webkit-transition: all ease-out .24s;
}

.dc-activity-item:hover {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
}

.login-qyg {
	cursor: default;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 0;
	transition: all ease-out .5s;
	-webkit-transition: all ease-out .5s;
}

.login-qyg>div:nth-of-type(1) {
	font-size: 20px;
	color: #999999;
	font-weight: bold;
	margin: 120px auto 0;
}

.login-qyg>div:nth-of-type(2) {
	font-size: 20px;
	color: #999999;
	font-weight: bold;
	margin: 5px auto 0;
}

.login-qyg>div:nth-of-type(3) {
	width: 80px;
	height: 80px;
	margin: 50px auto 0;
}

.login-qyg>div:nth-of-type(3)>img {
	width: 100%;
	height: 100%;
}

.login-qyg>div:nth-of-type(4) {
	font-size: 15px;
	margin-top: 60px;
	font-weight: bold;
	color: #999999;
}

.dc-activity-item:hover>.login-qyg {
	opacity: 1;
}

.dc-activity-item>div:nth-of-type(1)>img {
	transition: all ease-out .24s;
	-webkit-transition: all ease-out .24s;
}

.dc-activity-item>div:nth-of-type(1)>img {
	transition: all ease-out .24s;
	-webkit-transition: all ease-out .24s;
}

.dc-activity-item-img {
	margin: 0 auto;
	width: 260px;
	height: 260px;
	margin-top: 18px;
}

.dc-activity-item-img>img {
	width: 260px;
	height: 260px;
	transform: scale(0.88);
	-webkit-transform: scale(0.88);
}

.dc-activity-item-name {
	padding: 10px 18px;
	margin-top: 10px;
	height: 75px;
	line-height: 24px;
}

.dc-activity-item-name>span {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.dc-activity-item-price {
	height: 42px;
	line-height: 42px;
	width: 180px;
	margin: 0 auto;
	background-color: #3a6bed;
	text-align: center;
	overflow: hidden;
	transition: all ease-out .24s;
	-webkit-transition: all ease-out .24s;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.dc-activity-item-price>span {
	color: #fff;
	font-size: 20px;
}

.dc-copyright {
	background-color: #FFFFFF;
}
