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

.meng {
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000000;
    opacity: 0.8;
    z-index: 1000;
}
.imgshow {
    display: none;
    position: fixed;
    width: 800px;
    height: 600px;
    z-index: 1001;
    text-align: center;
    top: 0;
    left: 50%;
    margin-left: -400px;
    box-shadow: #e09800 0px 0px 3rem;
}
.imgshow .imgcover{
	float: left;
    width: 600px;
    height: 600px;
    background: rgba(255,255,255,0.75);
    background: #000;
}
.imgshow .imgcover img{
    max-width: 100%;
    max-height: 100%;
}
.imgshow .imgtext{
    float: right;
    width: 200px;
    background: rgba(255,255,255,0.85);
    background: #000;
    height: 100%;
    text-align: left;
}
.imgshow .imgtext .imgtitle{
    margin-top: 100px;
}
.imgshow p{
    color: #fff;
    /*background: rgba(0,0,0,0.8);*/
}

/*固顶的系列活动导航*/
.main .nav_all {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	background: rgba(24,20,19,0.9);
	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;
	margin: 0 -3px;
}


.main .nav_all i {
    display: inline-block;
    width: 20px;
    color: #E09800;
    border: 0.5px solid;
    transform: rotate(120deg);
    vertical-align: middle;
}
.main .nav_all li a {
	display: block;
	color: #fff;
	font-size: 24px;
	height: 80px;
	line-height: 80px;
}

.main .nav_all li a:hover, .main .nav_all li.cur a {
	color: #e09800;
}
.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 126px no-repeat;
}
.main .nav_present li {
	width: 230px;
	height: 211px;
	margin: 0px 42px;
	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, .main .nav_present li .btn1:hover {
	background: url(../img/nav_present_btn1_h.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, .main .nav_present li .btn2:hover {
	background: url(../img/nav_present_btn2_h.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, .main .nav_present li .btn3:hover {
	background: url(../img/nav_present_btn3_h.png) center center no-repeat;
}
.main .nav_present li .btn4 {
	background: url(../img/nav_present_btn4.png) center center no-repeat;
}
.main .nav_present li .btn4.cur, .main .nav_present li .btn4:hover {
	background: url(../img/nav_present_btn4_h.png) center center no-repeat;
}

/*活动奖励*/
.main .prize {
	width: 100%;
}
.main .prize .title {
	height: 79px;
	background: url(../img/area_rule_title.png) center center no-repeat;
	font-size: 0;
	margin: 60px auto 0 auto;
}
.main .prize .des {
	display: block;
	width: 1000px;
	margin: 1rem auto;
}
.main .prize .des img {
    max-width: 100%;
}
.main .prize .des p{
	color: #7c5609;
	font-size: 18px;
	line-height: 2;
}
.main .prize .des .w {
    color: #ccc;
}
.main .prize .jiangli {
	text-align: center;
}
.main .prize .jiangli img{
    vertical-align: bottom;
}
.main .prize .jiangli-more{
	display: table;
    margin: 2rem 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 .huodong {
	width: 100%;
}
.main .huodong .title-weibo {
	height: 79px;
	background: url(../img/area_weibo_title.png) center center no-repeat;
	font-size: 0;
	margin: 60px auto 0 auto;
}
.main .huodong .title-luntan {
	height: 79px;
	background: url(../img/area_jiangli_title.png) center center no-repeat;
	font-size: 0;
	margin: 60px auto 0 auto;
}
.main .huodong .title2 {
	font-size: 24px;
	color: #7c5609;
	text-align: center;
	line-height: 4;
}
.main .huodong .des {
	display: block;
	width: 1000px;
	margin: 1rem auto;
}
.main .huodong .des p{
	color: #7c5609;
	font-size: 18px;
	line-height: 2;
}
.main .huodong .jiangli {
	text-align: center;
	max-width: 1280px;
    margin: 0 auto;
}
.main .huodong .jiangli img{
    vertical-align: bottom;
}
.main .huodong .weibo-more{
	display: table;
    margin: 2rem auto;
}

/*作品展示*/
.main .works {
	width: 100%;
}
.main .works .title {
	height: 78px;
	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 {
	position: relative;
	display: inline-block;
	width: 282px;
	/*height: 246px;*/
	margin: 0 7px 20px;
	line-height: 2;
	text-align: left;
	border: 1px solid #e09800;
}
.main .works .list li .bg {
	width: 282px;
	height: 187px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}
.main .works .list li img {
	width: 282px;
	height: 187px;
	object-fit: cover;
}
.main .works .list li .num {
	color: #fff;
    background: rgba(0,0,0,0.8);
    display: block;
    position: absolute;
    width: 262px;
    line-height: 28px;
    top: 159px;
    padding: 0 10px;
}
.main .works .list li .name {
	font-size: 18px;
	color: #181413;
	background: #e09800;
	padding: 0 10px;
	width: 262px;
	height: 36px;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main .works .list li .author {
	font-size: 14px;
	color: #181413;
	background: #e09800;
	padding: 0 10px;
	width: 262px;
}
.main .works .list li .author .toupiao{
    display: block;
    float: right;
    background: #000;
    padding: 0px 15px;
}
.main .works .page {
	text-align: center;
	color: #e09800;
	font-size: 14px;
	line-height: 2;
}
.main .works .page a {
	color: #fff;
	padding: 2px 10px;
	border-radius: 4px;
	font-size: 24px;
}
.main .works .page .first , .main .works .page .last {
	/*background: #969696;*/
	color: #969696;
	margin: 0 10px;
}
.main .works .page .current {
	color: #e09800;
    font-weight: bold;
    background-color: #2e2d2d;
}

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

/*活动规则*/
.main .rule {
	width: 100%;
}
.main .rule .title {
	height: 79px;
	background: url(../img/area_rule_title.png) center center no-repeat;
	font-size: 0;
	margin: 60px auto 0 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:#e09800;
	font-weight: 700;
}
.main .rule .text table {
	width: 100%;
    text-align: center;
    text-indent: initial;
    border-spacing: initial;
}

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

/*上传页面*/
.main .content{
	margin: 0 auto;
	
}
.main .content .areatitle{
    height: 79px;
    text-align: center;
    line-height: 51px;
    margin: 30px auto;
    font-size: 0;
    background: url(../img/area_upload_title.png) center center no-repeat;
}
.main .content .act_upload .tips {
    display: none;
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #e09800;
    text-align: center;
    background: #000;
    border: 2px solid #e09800;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -20px;
    z-index: 999;
}
.main .content .act_upload .form {
    width: 640px;
    margin: 0 auto;
}
.main .content .act_upload .form-item {
    margin-bottom: 1rem;
}
.content .act_upload label {
    float: left;
    color: #fff;
    font-size: 16px;
    width: 120px;
    height: 36px;
    line-height: 36px;
}
.content .act_upload input {
    float: left;
    padding: 0 0.5rem;
    width: 400px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background: #fff;
    background-size: 100%;
    border: 0;
    color: #333;
}
.content .act_upload select {
    float: left;
    padding: 0 0.5rem;
    width: 250px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background: #fff;
    background-size: 100%;
    border: 0;
    color: #333;
}
.content .act_upload .form-item:after {
    content: "";
    display: block;
    clear: both;
}
.content .act_upload textarea {
    float: left;
    padding: 0.5rem;
    width: 500px;
    height: 100px;
    font-size: 14px;
    font-family: "Microsoft YaHei","Helvetica Neue",Arial,HelveticaNeue,Helvetica,"BBAlpha Sans",sans-serif;
    background: #fff;
    background-size: 100%;
    border: 0;
    color: #333;
}
.content .act_upload .uploadImg {
    display: inline-block;
    width: 80%;
}
.content .act_upload .uploadImg .uploadTips {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    height: 36px;
    line-height: 36px;
}
.content .act_upload .uploadImg .item {
    position: relative;
    float: left;
    height: 0;
    width: 100px;
    padding-top: 100px;
    z-index: 998;
}
.content .act_upload .uploadImg .add {
    width: 100px;
    padding-top: 100px;
}
.content .act_upload .uploadImg .add .item-cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    color: #fff;
    border: 2px dashed #fff;
    background: transparent;
    font-size: 60px;
    font-weight: 100;
    font-weight: 700;
}
.content .act_upload .uploadImg .item-cnt {
    position: absolute;
    top: 0;
    left: 0;
    right: 10px;
    bottom: 10px;
}
.content .act_upload .uploadImg .add .item-cnt:after, .content .act_upload .uploadImg .add .item-cnt:before {
    content: " ";
    pointer-events: none;
    box-shadow: inset 0 0 0 10px #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.content .act_upload .uploadImg .item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.content .act_upload .uploadImg .add .item-cnt input[type=file] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.content .act_upload .uploadImg .add .item-cnt:before {
    width: 50%;
    height: 2px;
}
.content .act_upload .uploadImg .add .item-cnt:after {
    height: 50%;
    width: 2px;
}
.content .act_upload .uploadImg .item-remove {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 16px;
    height: 16px;
    background: url(../img/remove.png) 50%/contain no-repeat;
    z-index: 999;
}
.content .act_upload .submit {
    width: 275px;
    height: 73px;
    font-size: 0;
    background: url(../img/upload.png) center center no-repeat;
    background-size: 100%;
    margin: 0 auto 30px;
    cursor: pointer;
}
.content .act_join {
    overflow: hidden;
    margin-bottom: 50px;
    width: 1200px;
    margin: 0 auto;
}
.content .act_join .text {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    text-indent: 15em;
}
.content .act_join .text a{
	color: #E09800;
	font-size: 16px;
}
/*提示框*/
.tips_floatBox{display: none; position: fixed; padding: 6px;width: 12rem;font-size: 1rem;left:50%;margin-left:-6rem;text-align: center; height: auto; z-index: 10000; word-wrap: break-word; box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px; border-radius: 6px; background-color: white; opacity: 1;}
.tips_floatBox .tips_text{padding: 10px;background: #fff;overflow-x: hidden;overflow-y: auto;}


/*详情页*/
.area{
	width: 100%;
	max-width: 800px;
	margin:0 auto;
    overflow: hidden;
    line-height: 2;
    font-size: 18px;
    color: #969696;
}
.t_info {
    width: 100%;
    border-bottom: 0.2rem solid #333;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}
.t_author{
	text-align: center;
}
.t_title {
    line-height: 2;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.t_time {
    color: #999;
    margin-right: 0.5rem;
}

.sider {
    width: 100%;
    overflow: hidden;
    line-height: 2;
}
.sider .frame {
    height: 99%;
    padding: 2px;
}
.sider .frame-inner {
    height: 100%;
    padding: 1rem;
    overflow-y: auto;
}
.welcome {
	min-height:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
.sider .img {
    max-width: 80%;
    text-align: center;
    margin: 10px auto;
}
.sider .img img{
    max-width: 100%;
}
.evaluate {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    color: #ec6764;
    font-size: 16px;
}
.evaluate .btn {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 260px;
    height: 80px;
    line-height: 80px;
    text-indent: 2em;
    background: #e09800;
    color: #999;
    margin: 10px;
    border-radius: 20px;
    cursor: pointer;
}
.evaluate .btn.yes {
    background: #e09800;
    color: #fff;
}
.evaluate .btn.yes:hover{
	background: #7c5609;
}
.evaluate .btn.yes:before {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(../img/yes.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 38px;
    top: 28.5px;
}

/*广告位-pc版助手浮窗*/
.ad_float_right{position:fixed;bottom:160px;right:50%;margin-right:720px;width:68px;font-size:14px;}
/*广告位-wap版助手浮窗*/
.sticky-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9999;
    padding-top: 13.888888%;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
}
.sticky-bar-ad {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sticky-bar-ad-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.sticky-bar-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 6%;
    padding-top: 6%;
    background: url(https://mgame-f.netease.com/forum/201701/03/161744nugwhhzpppee8j50.jpg) no-repeat center;
    background-size: contain;
    z-index: 2;
}

.tougaotips{text-align: center;}
.tougaotips img{cursor: pointer;}

/*搜索*/
.search {
    width: 1177px;
    margin: 0 auto 20px;
    text-align: center;
}
.search:after {
    content: "";
    display: block;
    clear: both;
}
.search input {
    float: right;
    height: 30px;
    line-height: 30px;
}
.search .btn {
    background-color: #e09800;
    width: 60px;
    color: #333;
    cursor: pointer;
}
.search .frame {
    width: 200px;
    padding: 0 10px;
    color: #333;
} 

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

	.ad_float_right {display: none;}
	.sticky-bar {display: block;}

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

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

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

	.main .nav_all { bottom: 0; top: inherit; border-top: 1px solid #e09800; border-bottom: 0; background: #000;}
	.main .nav_all ul { width: 100%;}
	.main .nav_all li { width: 24%; height: 2rem; padding-top: 1rem; margin: 0;}
	.main .nav_all li a { font-size: 14px; color: #fff; text-indent: initial;height: auto;line-height: 1;}
	.main .nav_all li p { font-size: 12px; display: block;}
	.main .nav_all i {display: none;}

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

	.main .prize .title , .main .works .title , .main .huodong .title-weibo , .main .huodong .title-luntan , .main .time .title , .main .rule .title , .main .join .title{ height: 2.4rem; background-size:auto 100%!important; }
	.main .prize .des, .main .huodong .title2 {font-size: 15px;}
	.main .prize .jiangli img{width: 32%;margin: 0 auto;}
	.main .huodong .jiangli img{width: 48%;margin: 0 auto;}
	.main .prize .jiangli-more{text-align: center;}
	.main .prize .jiangli-more img{width: 50%;}
	.main .prize .des, .main .huodong .des{width: 95%;}
	.main .prize .des p, .main .huodong .des p{font-size: 14px;line-height: 1.5;}
	.main .huodong .weibo-more, .main .huodong .luntan-more{text-align: center;}
	.main .huodong .weibo-more img, .main .huodong .luntan-more img{width: 50%;}

	.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: 100%;}
	.main .works .list li .name , .main .works .list li .author, .main .works .list li .num { width: 96%; padding: 0 2%;}
	.main .works .list li .name{font-size: 1rem;}
	.main .works .list li .author, .main .works .list li .author .toupiao{font-size: 0.6rem;}
	.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%;}
	
	.main .content .areatitle {height: 2.4rem;background-size: auto 100%!important;margin: 60px auto 30px auto;}
	.content .act_join{width: auto;}
	.content .act_join .text{text-indent: 0;width: 96%;margin: 0 auto;}
	.main .content .act_upload .form{width: 96%;}
	.content .act_upload input, .content .act_upload textarea{width: 100%;text-indent: 1em; padding: 0;}

	.imgshow{background-size: contain;}
	.sider .img{max-width: 100%;}
	.bshare-more{display: none!important;}

    .search { width: 80%;}
    .search .frame { width: 66%; padding: 0 2%}
    .search .btn { width: 30%;}
}




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