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

/*提示框*/
#tipsBox{
	display: none;
	position: fixed;
	color: #fff;
	background: rgba(0,0,0,0.8);
	width: 300px;
	height: 100px;
	/*line-height: 150px;*/
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -50px;
	text-align: center;
	z-index: 12;
}
#tipsBox p{
	display: table-cell;
	width: 300px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}

/*固顶的系列活动导航*/
.main .nav_all {
	display: none;
	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;
}

/*当前活动的导航*/
.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: 56px;
	background: url(../img/area_prize_title.png) center center no-repeat;
	font-size: 0;
	margin: 0 auto;
}
.main .prize .list {
	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: #525252;
}
.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: 15px auto;
}
.main .works .tab{
	display: none;
	text-align: center;
	margin: 15px auto;
}
.main .works .tab li{
	display: inline-block;
	width: 148px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	background: #2e2d2d;
	cursor: pointer;
	margin: 0 20px;
}
.main .works .tab li:hover, .main .works .tab li.cur{
	background: #ffae00;
}
.main .works .search{
	display: none;
	position: relative;
	float: right;
	margin-top: -44px;
	margin-right: 10px;
}
.main .works .search input{
	width: 158px;
	line-height: 28px;
	padding: 0 5px;
}
.main .works .search .btn_search{
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/search.png) no-repeat center;
	background-color: #340d00;
	position: absolute;
	top: 2px;
	right: 2px;
}
.main .works .list {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.main .works .list li {
	display: inline-block;
	text-align: left;
	margin: 10px 6px;
}
.main .works .list .list_box_img{
	display: block;
	width: 282px;
	height: 187px;
}
.main .works .list .list_box_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main .works .list .list_box_text{
	
}
.main .works .list .list_box_text .author{
	color: #0b1010;
	font-weight: 700;
	font-size: 16px;
	line-height: 2;
}
.main .works .list .list_box_text .num{
	color: #010101;
	font-size: 12px;
}
.main .works .list .list_box_text .list_box_btn{
	display: block;
	width: 95px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #57459f;
	float: right;
	margin-top: -40px;
	color: #fff;
	cursor: pointer;
}
.main .works .list .list_box_text .list_box_btn:hover{
	background: #7660ce;
}
.main .loading{
	display: none;
	text-align: center;
}

/*活动时间*/
.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: 18px;
	color:#525252;
	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 .btn{
	display: block;
	width: 222px;
	height: 71px;
	margin: 0 auto;
	cursor: pointer;
	background: url("../img/button.png");
}
.main .join .btn:hover{
	background: url("../img/button_hover.png");
}

.form{
	width: 600px;
	margin: 0 auto;
}
.form .form-item{
	margin-bottom: 15px;
	overflow: hidden;
}
.form .form-item label{
	font-size: 18px;
	color: #525252;
	font-weight: 700;
	line-height: 38px;
	
}
.form .form-item input{
	float: right;
	width: 75%;
	background: #fff;
	text-indent: 1rem;
	line-height: 38px;
	border: 1px solid #8c8c8c;
}
.form .form-item select{
	float: right;
	width: 75%;
	background: #fff;
	text-indent: 1rem;
	height: 38px;
	border: 1px solid #8c8c8c;
}
.form .form-item p{
	color: #8c8c8c;
	line-height: 3;
}
.form .form-item .imgList {
	float: right;
	width: 75%;
	margin-bottom: 50px;
}

.form .form-item .imgList .uploadBtn {
	position: relative;
	display: inline-block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    color: #fff;
    border: 2px dashed #8c8c8c;
    margin: 0 10px 10px 0;
}
.form .form-item .imgList .uploadBtn input[type=file]{
	opacity: 0;
    cursor: pointer;
    width: 90px;
    height: 90px;
}
.form .form-item .imgList .uploadBtn:after, .form .form-item .uploadBtn:before{
	content: " ";
    pointer-events: none;
    box-shadow: inset 0 0 0 10px #8c8c8c;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.form .form-item .imgList .uploadBtn:before{
	width: 50%;
    height: 2px;
}
.form .form-item .imgList .uploadBtn:after {
	height: 50%;
	width: 2px;
}
.form .form-item .imgList .imgbox {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	border: 2px #eee solid;
	margin: 0 10px 10px 0;
}
.form .form-item .imgList .imgbox .close {
    position: absolute;
    background: #ff0000;
    color: #FFFFFF;
    border-radius: 15px;
    line-height: 15px;
    text-align: center;
    height: 15px;
    width: 15px;
    font-size: 10px;
    padding: 1px;
    top: -8px;
    right: -8px;
    cursor: pointer;
    z-index: 1;
}
.form .form-item .imgList .imgbox .close:before {
    content: "\2716";
}

/*返回顶部*/
.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%;
}

/*阅读页*/
.content{
	width: 1200px;
	margin: 20px auto;
}
.content .t_info{
	text-align: center;
	margin-bottom: 40px;
}
.content .t_title{
	font-size: 24px;
	line-height: 2;
	color: #2e2d2d;
	font-weight: 700;
}
.content .t_time{
	color: #525252;
	line-height: 2;
}
.bshare-custom .tips, .bshare-custom a {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
	color: #525252!important;
}
.content .sider{
	width: 600px;
	padding: 20px 100px;
	margin: 0 auto;
	/*border: 1px solid #44396f;*/
	/*background: #fff;*/
	color: #2e2d2d;
    font-size: 18px;
}
.content .frame{}
.content .frame-inner{}
.content .welcome{}
.content .notice{}
.content .notice table{
	width: 100%;
	line-height: 2;
	text-align: center;
	background: #eee;
}
.content .notice .img{
	text-align: center;
}
.content .notice img{
	max-width: 100%;
}

.reply {
	width: 800px;
	margin: 20px auto;
}
.sendreply{
	
}
.sendreply p{
	font-size: 24px;
	color:#2e2d2d;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #2e2d2d;
}
.sendreply textarea{
	/*background: #151618;*/
	border: 1px solid #2e2d2d;
	width: 778px;
	height: 70px;
	padding: 5px 10px;
	resize: none;
	color: #2e2d2d;
	font-size: 12px;
}
.sendreply .sendreply_btn{
	display: block;
    background: #57459f;
    color: #fff;
    width: 139px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    margin: 10px 0 20px 661px;
}
.replylist{
	/*background: #151618;
    border: 1px solid #44396f;*/
    width: 758px;
    padding: 20px;
}
.replylist li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #272727;
}
.replylist li p{
	text-align: center;
	color: #2e2d2d;
}
.replylist img{
	max-width: 100%;
}
.replylist li:last-child{
	padding: 0;
	margin: 0;
	border: none;
}
.replylist li .post_avatar{
	width: 60px;
	height: 60px;
	margin-right: 10px;
	object-fit: cover;
}
.replylist li .post_text{
	display: inline-block;
	width: 90%;
}
.replylist li .post_text .name{
	color: #2d2d2d;
	line-height: 2;
}
.replylist li .post_text .time{
	color: #676767;
	line-height: 2;
	margin-left: 1em;
}
.replylist li .post_text .des{
	color: #2d2d2d;
}
.pageNum{
	text-align: center;
	margin-top: 20px;
}
.pageNum .pageInfo{
	line-height: 2;
}
.pageNumbtn a{
	display: inline-block;
	line-height: 24px;
	color: #fff;
	background: #2e2d2d;
	padding: 0 10px;
}
.pageNumbtn a:hover{
	background: #ffae00;
}
.pageNumbtn a.ban{
	display: inline-block;
	line-height: 24px;
	color: #fff;
	background: #c4c4c4;
}



/*手机版适配优化*/
@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 { width: 100%;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;}

	.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: 26%; 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;font-size: 12px;}
	.main .prize .list li .num { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap;font-size: 10px;}

	.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;}

	.form{ width: 95%;}
	.main .works .tab li{ width: 30%; margin: 0 auto;}
	.main .works .search{float: initial; margin: 0 auto; width: 158px;}
	
	.main .works .list .list_box_img{width: 100%; height: 120px;}
	.main .works .list .list_box_text .author{font-size: 10px;}
	.main .works .list .list_box_text .num{font-size: 8px;}
	.main .works .list .list_box_text .list_box_btn{width: 45px; height: 16px; line-height: 16px;margin-top: -16px;}

	.content {width: 95%; margin: 0 auto;}
	.content .t_title{font-size: 16px;}
	.content .sider {width: 100%;padding:0;}
	.reply{width: 95%; margin: 0 auto;}
	.sendreply textarea{width: 100%; padding: 0;}
	.sendreply .sendreply_btn{margin: 0 0 auto auto;}
	.replylist{width: 95%;padding: 0;}
	.replylist li .post_text{width: 75%;}
}




/*手机版横屏适配优化*/
@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%; }
}