body { 
	/*background: url(../img/bg.jpg) center 80px no-repeat #fff;*/
	background: url(../img/bg_free.jpg) center 80px no-repeat #fff;
}
.main {
	/*background: url(../img/bg_bottom.jpg) center bottom no-repeat;*/
	margin: 660px auto 0;
	padding-bottom: 150px;
}
.banner , .banner_landscape , .webtopbar , .webtopbar-gotop {
	display: none;
}

/*固顶的系列活动导航*/
.main .nav_all {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 999;
}
.main .nav_all ul {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.main .nav_all li {
	display: inline-block;
	width: 240px;
	height: 80px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 -3px;
}
.main .nav_all li a {
	display: block;
	color: #000;
	font-size: 24px;
	height: 80px;
	text-indent: -9999px;
}
.main .nav_all li .home {
	background: url("../img/home.jpg");
}
.main .nav_all li .home:hover {
	background: url("../img/home_hover.jpg");
}
.main .nav_all li .story {
	background: url("../img/story.jpg");
}
.main .nav_all li .story:hover {
	background: url("../img/story_hover.jpg");
}
.main .nav_all li .story.hover {
	background: url("../img/story_hover.jpg");
}
.main .nav_all li .video {
	background: url("../img/video.jpg");
}
.main .nav_all li .video:hover {
	background: url("../img/video_hover.jpg");
}
.main .nav_all li .video.hover {
	background: url("../img/video_hover.jpg");
}
.main .nav_all li .live {
	background: url("../img/live.jpg");
}
.main .nav_all li .live:hover {
	background: url("../img/live_hover.jpg");
}
.main .nav_all li .live.hover {
	background: url("../img/live_hover.jpg");
}
.main .nav_all li.cur {
	background: #3d3d3d;
}
.main .nav_all li.cur a {
	color: #fff;
}
.main .nav_all li p {
	line-height: 1.5;
	font-size: 14px;
	color: #aaa;
	font-weight: normal;
	display: none;
}
.main .nav_all li i {
    display: block;
    margin: 5px auto 0;
	width: 20px;
	height: 1px;
	background: #d59195;
}

#nav_story{background: #3d3d3d;}
#nav_story a {color: #fff;}
#nav_story .story{background: url("../img/story_hover.jpg");}

/*当前活动的导航*/
.main .nav_present {
	width: 100%;
	height: 260px;
	text-align: center;
	background: url(../img/nav_present_bg.png) center center no-repeat;
}
.main .nav_present li {
	width: 160px;
	height: 160px;
	margin: 50px 38px;
	display: inline-block;
}
.main .nav_present li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.main .nav_present li .btn1 {
	background: url(../img/nav_present_btn1.png) center center no-repeat;
}
.main .nav_present li .btn1.cur {
	background: url(../img/nav_present_btn1_cur.png) center center no-repeat;
}
.main .nav_present li .btn2 {
	background: url(../img/nav_present_btn2.png) center center no-repeat;
}
.main .nav_present li .btn2.cur {
	background: url(../img/nav_present_btn2_cur.png) center center no-repeat;
}
.main .nav_present li .btn3 {
	background: url(../img/nav_present_btn3.png) center center no-repeat;
}
.main .nav_present li .btn3.cur {
	background: url(../img/nav_present_btn3_cur.png) center center no-repeat;
}

/*活动奖励*/
.main .prize {
	width: 100%;
}
.main .prize .title {
	height: 40px;
	background: url(../img/area_prize_title.png) center center no-repeat;
	font-size: 0;
	margin: 50px auto;
}
.main .prize .list {
	/*background: url(../img/area_prize_bg.png) center center no-repeat;*/
	height: 260px;
	text-align: center;
}
.main .prize .list li {
	display: inline-block;
	width: 150px;
	height: 200px;
	margin: 40px 35px 0;
	line-height: 1.5;
}
.main .prize .list li img {
	width: 150px;
	height: 150px;
}
.main .prize .list li .name {
	font-size: 16px;
	color: #cf4a47;
}
.main .prize .list li .num {
	font-size: 14px;
	color: #7b7b7b;
}

/*作品展示*/
.main .works {
	width: 100%;
}
.main .works .title {
	height: 40px;
	background: url(../img/area_works_title.png) center center no-repeat;
	font-size: 0;
	margin: 50px auto;
}
.main .works .list {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.main .works .list li {
	display: inline-block;
	width: 282px;
	height: 246px;
	margin: 0 7px 20px;
	line-height: 2;
	text-align: left;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
}
.main .works .list li .bg {
	width: 282px;
	height: 187px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.main .works .list li img {
	width: 282px;
	height: 187px;
}
.main .works .list li .name {
	font-size: 16px;
	color: #cf4a47;
	padding: 0 10px;
	width: 262px;
	height: 30px;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main .works .list li .author {
	font-size: 14px;
	color: #7b7b7b;
	padding: 0 10px;
	width: 262px;
}
.main .works .page {
	text-align: center;
	color: #969696;
	font-size: 14px;
	line-height: 2;
}
.main .works .page a {
	color: #2d2d2d;
	padding: 2px 10px;
	border-radius: 4px;
}
.main .works .page .first , .main .works .page .last {
	/*background: #969696;*/
	color: #969696;
	margin: 0 10px;
}
.main .works .page .current {
	color: #d5d5d5;
    font-weight: bold;
    background-color: #2e2d2d;
}

/*活动时间*/
.main .time {
	width: 100%;
}
.main .time .title {
	height: 40px;
	background: url(../img/area_time_title.png) center center no-repeat;
	font-size: 0;
	margin: 50px auto;
}
.main .time .text {
	text-align: center;
	color: #969696;
    font-size: 24px;
    line-height: 2;
}

/*活动规则*/
.main .rule {
	width: 100%;
}
.main .rule .title {
	height: 40px;
	background: url(../img/area_rule_title.png) center center no-repeat;
	font-size: 0;
	margin: 50px auto;
}
.main .rule .text {
	width: 800px;
	margin: 0 auto;
	color: #969696;
    line-height: 2;
    text-indent: 2em;
}
.main .rule .text p {
    font-size: 16px;
}
.main .rule .text span {
    font-size: 16px;
	color:#cf4a47;
	font-weight: 700;
}

/*参加活动*/
.main .join {
	width: 100%;
}
.main .join .title {
	height: 40px;
	background: url(../img/area_join_title.png) center center no-repeat;
	font-size: 0;
	margin: 50px auto;
}
.main .join .text {
	width: 800px;
	margin: 0 auto;
	color: #969696;
    line-height: 2;
    text-align: center;
}
.main .join .content {
	width: 800px;
	margin: 0 auto;
}
.main .join .content p{
	font-weight: bold;
	line-height: 2;
	font-size: 20px;
	color: #525252;
	width: 100px;
	text-align: right;
}
.main .join .content .zpnr{
	height:270px;
}
.main .join .content input{
	position: absolute;
	height: 30px;
	margin: 5px 0 0 15px;
	border: 1px solid #a2a2a2;
	text-indent: 1em;
}
.main .join .content .subjectinput{
	width: 680px;
}
.main .join .content .idinput{
	width: 200px;
}
.main .join .content .choice{
	position: absolute;
	height: 30px;
	margin: 5px 0 0 15px;
	border: 1px solid #a2a2a2;
	width: 200px;
	text-indent: 1em;
}
.main .join .content .neirong{
	position: absolute;
	margin: 5px 0 0 15px;
	border: 1px solid #a2a2a2;
	height: 260px;
	width: 680px;
	font-size: 14px;
	text-indent: 1em;
}
.main .join .submit{
	display: block;
	width: 222px;
	height: 71px;
	margin: 0 auto;
	cursor: pointer;
	background: url("../img/button.png");
}
.main .join .submit:hover{
	background: url("../img/button_hover.png");
}

/*返回顶部*/
.main .gotop {
	position: fixed;
    bottom: 80px;
    right: 50px;
    z-index: 999;
}
.main .gotop .btn {
    width: 70px;
    height: 70px;
    background: url(../img/gotop.png) center center no-repeat;
    background-size: 100%;
    border-radius: 10%;
    display: block;
    cursor: pointer;
}
.main .gotop .btn:hover {
	background: url(../img/gotop_hover.png) center center no-repeat;
	background-size: 100%;
}


/*手机版适配优化*/
@media screen and (max-width: 1024px) {
	.topbar , .footer { display: none;}

	body { font-size: 62.5%; background-image: none;}

	.banner { display: block; width: 100%; position: relative; /*margin-bottom: -1.5rem;*/}
	.banner img { width: 100%;}

	.main { margin: 0 auto; background: none; padding-bottom: 4rem;}

	.main .nav_all { bottom: 0; top: inherit; border-top: 2px solid #3d3d3d; border-bottom: 0; background: #fff;}
	.main .nav_all ul { width: 100%;}
	.main .nav_all li { width: 24%; height: 2.5rem; padding-top: 0.5rem; margin: 0;}
	.main .nav_all li a { font-size: 14px; color: #3d3d3d; text-indent: initial;}
	.main .nav_all li .home { background: none;}
	.main .nav_all li .home:hover { background: none;}
	.main .nav_all li .story { background: none;}
	.main .nav_all li .story:hover { background: none;}
	.main .nav_all li .story.hover { background: none;}
	.main .nav_all li .video { background: none;}
	.main .nav_all li .video:hover { background: none;}
	.main .nav_all li .video.hover { background: none;}
	.main .nav_all li .live { background: none;}
	.main .nav_all li .live:hover { background: none;}
	.main .nav_all li .live.hover { background: none;}
	.main .nav_all li p { font-size: 12px; display: block;}
	.main .nav_all li i { display: none;}
	#nav_story .story{ background: none;}

	.main .nav_present { height: auto; background: none; position: relative;}
	.main .nav_present li { width: 5rem; height: 5rem; margin: 0 2%;}
	.main .nav_present li a { background-size: 100%!important;}

	.main .prize .title , .main .works .title , .main .time .title , .main .rule .title , .main .join .title{ height: 1.4rem; background-size:auto 100%!important; margin: 2rem auto;}

	.main .prize .list { background: none; height: auto; }
	.main .prize .list li { margin: 0.5rem 2%; width: 40%; height: auto; }
	.main .prize .list li img { width: 100%; height: auto;}
	.main .prize .list li .name { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap;}

	.main .works .list { width: 100%;}
	.main .works .list li { width: 44%; height: auto; margin: 0.5rem 2%;}
	.main .works .list li img { width: 100%; height: auto;}
	.main .works .list li .name , .main .works .list li .author { width: 96%; padding: 0 2%;}
	.main .works .list li .bg { width: 100%}

	.main .time .text { font-size: 16px;}

	.main .rule .text { width: 96%; padding: 0 2%;}
	.main .rule .text p , .main .rule .text span { font-size: 14px;}

	.main .gotop { bottom: 4rem; right: 2%;}
	.main .gotop .btn{ width: 30px; height: 30px;}

	.main .join .content{ width:100%;}
	.main .join .content .subjectinput{ width: 65%;}
	.main .join .content .idinput{ width: 65%;}
	.main .join .content .choice{ width: 65%;}
	.main .join .content .neirong{ width: 65%;}


}




/*手机版横屏适配优化*/
@media screen and (max-width: 1024px) and (orientation:landscape)  { 
	.banner_landscape { display: block; width: 100%; position: relative; margin-bottom: -4rem;}
	.banner_landscape img { width: 100%;}
	.banner { display: none;}
	.main .nav_present li { width: 7rem; height: 7rem; }
	.main .prize .list li { width: 20%; }
	.main .works .list li { width: 26%; }
}