body, body * {
	font-family: STHeiti STXihei, DroidSansFallback, Microsoft JhengHei, Microsoft YaHei, Helvetica,	DroidSans, Tohoma, Arial; 
	margin: 0;
	text-decoration: none;
}

body{
	background-color: #eb88b9; /* 改背景颜色 */
/*	background-image: url(../images/bg-color.png);*/
	background-repeat: repeat;
	background-position: center;
}
.body-bg{
	background-image: url(../images/bg_texture.png);
	background-repeat: repeat;
	background-position: center;
	height: 100%;
}

img{
	border: 0;
}

.header {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.wrapper{
    margin: 0 auto;
}

.header .bg_header{
    background-repeat: repeat-x;
    background-position: center;
	margin: 0;
	width: auto;
}

.container{
	margin: 0 auto;
	width: 1116px;
	z-index: 19;
}


.card{
	z-index: 999;
}

.wr{
	position: relative;
	
}

.motit{
	background: url(../images/title_bg.png) 0 0 no-repeat;
	width: 300px;
	height: 60px; /* 填写图片高度 */
	line-height: 60px; /* 填写图片高度 */
	font-weight: 600;
	color: #a31d56;/* 更改标题颜色 */
	margin: 0 auto 20px;
	text-align: center;
	/*text-shadow: 0px 2px #4372ff;*/
}


#time .time_date{
	margin: 0 auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
}


.awtit{
	position: absolute;
	width: 350px;
	height: 32px;
	text-align: center;
	bottom: 4px;
	z-index: 64;
}

.awtit span{
	font-size: 16px;
	color: #fff;/* 更改奖品标题文字颜色 */
	line-height: 32px;
	width: 350px;
	font-weight: 600;
}

.awpic img{
	width: 100%;
	+width: 350px;
}

.hl{
	background: url(../images/hl_text.png) no-repeat;
	width: 290px;
	height: 69px;
}


/* 参加 */
.dec{
	width: 160px;/* 更改方式1、2的尺寸 */
	height: 82px;
	position: absolute;
	pointer-events: none;
}

.decwr h3{
	color: #59435b;
	background: #ffd285;
}

.decwr span{
	display: block;
}


.dec_l{
	background: url(../images/dec_left.png) no-repeat;
}

.dec_r{
	background: url(../images/dec_right.png) no-repeat;
}


h3{
	text-align: center;
	line-height: 34px;
	border-radius: 4px;
	margin: 30px 0 10px;
}

.decwr h3{
	height: 42px;
}

.decwr .ways01{
	background-position: 0 0px;
	background:url(../images/way01.png) no-repeat;
}
.decwr .ways02{
	background-position: 0 0px;
	background:url(../images/way02.png) no-repeat;
}


#approach a{
	font-weight: 600;
	color: #ef65aa;/* 更改高亮的文字颜色 */
	transition: all .2s ease-out;
}

#approach a:hover{
	color: #e7602b;/* 更改高亮的文字hover颜色 */
}

.fhl{
	color: #ef65aa;/* 更改高亮的文字颜色 */
	font-weight: 600;
	font-style: normal;
}

.link{
	background-image: url(../images/ico_link.png);
}

.link:hover{
	background-image: url(../images/ico_link_hover.png);
}

.golearning{
	margin: 20px auto 0;
}

/* 评论 */
.ft_comment{
	background-image: url(../images/ft_comment.png);
	background-repeat: no-repeat;
	background-position: 0;
}

.ft_dec{
	width: 100%;
	background: #e11750;
}


/* footer */

.copyright p{
	color: #ae105a;/* 解释权文字颜色 */
}
	
.copyright a{
	color: #a90a85;/* 解释权文字颜色 */
}

.copyright a:hover{
	color: #fff;/* 解释权hover颜色 */
}

.fth .bgh02{
	height: 16px;
	background-image: url(../images/bg_head05.png);
}