body{
	background: url(../img/bg_m.jpg) no-repeat #241d43;
	background-size: 100%;
}
.main,.main2{
	margin-top: 8.2rem;
	margin-bottom: 2rem;
}
.y {
    color: #eecd62;
}
.btn{
	display: block;
	width: 4.106666rem;
	height: 1.013333rem;
	line-height: 0.8rem;
	text-shadow: 1px 1px #9a1333;
	text-align: center;
	color: #fff;
	font-size: 0.373333rem;
	background: url(../../img/btn.png) no-repeat center;
	background-size: 100% 100%;
	margin: 0 auto;
}
/*提示框*/
#tipsBox{
	display: none;
	position: fixed;
	color: #fff;
	background: rgba(0,0,0,0.8);
	width: 6rem;
	height: 2rem;
	/*line-height: 2rem;*/
	left: 50%;
	margin-left: -3rem;
	top: 50%;
	margin-top: -1rem;
	font-size: 0.36rem;
	text-align: center;
	z-index: 12;
}
#tipsBox p{
	display: table-cell;
	width: 6rem;
	height: 2rem;
	vertical-align: middle;
	text-align: center;
}

/*顶栏*/
.topnav{
	position: fixed;
	display: block;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 1.333333rem;
	bottom: 0;
	z-index: 11;
	text-align: center;
}
.topnav li{
	display: inline-block;
	font-size: 0.32rem;
	width: 25%;
	height: 1.333333rem;
	line-height: 1.333333rem;
	vertical-align: top;
}
.topnav li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #9a9a9a;
}
.topnav li a:hover{
	color: #ffc230;
}

.topnav li:hover, .topnav li.cur{
	background: #eab232;
}
.topnav li:hover a, .topnav li.cur a{
	color: #000000;
}
.nav{
	display: none;
}

/*首页*/
.explain {
    font-size: 0.36rem;
    color: #fff;
    text-align: center;
}
.prize{
	margin-bottom: 0.8rem;
}
.prizelist {
    display: block;
    width: 10rem;
    height: 6.493333rem;
    margin: 0.4rem auto;
    background: url(../img/prize1.png) no-repeat center;
    background-size: 100% 100%;
}
.rule{
	margin-bottom: 0.8rem;
	width: 10rem;
	height: 6.76rem;
	background: url(../img/bg_guize.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-top: 0.2rem;
}
.rule .rule_text {
	width: 85%;
    text-align: left;
    color: #9e93c8;
    font-size: 0.36rem;
    line-height: 2;
    margin: 0.4rem auto;
}
.photowall{
	font-size: 0.26rem;
	color: #FFFFFF;
}
.photowall .ovh{
	/*display: none;*/
	margin: 0.2rem auto;
}
.photowall .tab {
    display: block;
    text-align: center;
    overflow: hidden;
}
.photowall .tab li {
    display: block;
    float: left;
    width: 32%;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #140a33;
    border: 2px solid #140a33;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.photowall .tab li:hover, .photowall .tab li.cur {
    background: #5f43b5;
    border: 2px solid #140a33;
}
.photowall .search{
	position: relative;
}
.photowall .search #search {
    display: block;
    background: #685c94;
    width: 98%;
    height: 0.8rem;
    color: #fff;
    font-size: 0.3rem;
    margin: 0.1rem auto;
    text-indent: 1em;
}
.photowall .search #search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #383152; opacity:1; 
}

.photowall .search #search::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #383152;opacity:1;
}

.photowall .search #search:-ms-input-placeholder{
    color: #383152;opacity:1;
}

.photowall .search #search::-webkit-input-placeholder{
    color: #383152;opacity:1;
}
.photowall .search #search_btn {
    position: absolute;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    top: 0.2rem;
    right: 0.2rem;
    background: url(../img/search.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.tabbox {
    margin: 0.2rem auto;
}
#box2,#box3{
	display: none;
}
.photobox{
	position: relative;
	/*margin: ;*/
	width: 98%;
    margin: 0 auto;
    text-align: center;
}
.photobox .item{
	/*position: absolute;*/
	display: inline-block;
	width: 4.6rem;
	margin-right: 0.2rem;
	margin-bottom: 0.2rem;
	text-align: left;
}
.photobox .item:nth-child(2n){
	margin-right: 0;
}
.photobox .item img{
	width: 4.6rem;
	height: 4.6rem;
	object-fit: cover;
	object-position: top;
}
.photobox .item .name{
	position: relative;
	color: #fff;
	width: 100%;
	line-height: 0.6rem;
	margin-top: -0.6rem;
	background: rgba(0,0,0,0.7);
	text-indent: 1em;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.photobox .item .text{
	position: relative;
	line-height: 0.8rem;
	background: #fff;
}
.photobox .item .score{
	color: #999999;
	text-indent: 1em;
}
.photobox .item .call{
	position: absolute;
	width: 1.5rem;
	line-height: 0.6rem;
	right: 0.1rem;
	top: 0.1rem;
	text-align: center;
	color: #fff;
	background: #f96282;
	border-radius: 0.1rem;
}
.photobox .item .call.ban{
	background: #959595;
}
.nvshen_list_tab{
	background: #140a33;
	width: 98%;
    margin: 0 auto;
}
.nvshen_list_tab ul{
	display: -webkit-box;
	text-align: center;
	overflow-x: scroll;
}
.nvshen_list_tab ul li{
	width: 2.3rem;
	line-height: 1rem;
}
.nvshen_list_tab ul li.cur{
	background: #5f43b5;
}
.nvshen_list_tab ul .cur:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    top: 0.72rem;
    left: 50%;
    margin-left: -0.133333rem;
    border-left: 0.133333rem solid transparent;
    border-right: 0.133333rem solid transparent;
    border-top: 0.133333rem solid #5f43b5;
}

.nvshen_list_table{
	color: #a8a8a8;
	background: #151618;
    width: 98%;
    margin: 0 auto;
}
.nvshen_list_table table{
    width: 100%;
    text-align: center;
}
.nvshen_list_table table th {
    line-height: 3;
    background: #2f2f2f;
}
.nvshen_list_table table th {
    line-height: 3;
    background: #2f2f2f;
}
.nvshen_list_table table th:nth-child(2),.nvshen_list_table table th:nth-child(4),.nvshen_list_table table th:nth-child(6),.nvshen_list_table table th:nth-child(7){
	display: none;
}
.nvshen_list_table table td:nth-child(4),.nvshen_list_table table td:nth-child(6),.nvshen_list_table table td:nth-child(7){
	display: none;
}
.nvshen_list_table .table_paiming img{
	width: 0.6rem;
    height: 0.6rem;
    object-fit: contain;
}
.nvshen_list_table table .table_pic img {
    width: 0.88rem;
    height: 0.88rem;
    object-fit: cover;
    border-radius: 50%;
    padding: 10px 0;
}
#box2, #box3, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7 {
    display: none;
}
.nvshen_list_table p {
    font-size: 0.4rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
}


/*上传作品*/
.upload {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.266666rem;
    padding-bottom: 1.2rem;
    border-bottom: 0.026666rem solid #44396f;
}
.form {
    width: 95%;
    margin: 0 auto;
}
.form .form-item {
    margin-bottom: 0.2rem;
    overflow: hidden;
}
.form .form-item label {
    font-size: 0.33rem;
    color: #fff;
    line-height: 0.8rem;
}
.form .form-item input {
    float: right;
    width: 75%;
    font-size: 0.33rem;
    background: #fff;
    line-height: 0.8rem;
    text-indent: 1em;
}
.form .form-item .imgList {
    float: right;
    width: 75%;
    margin-bottom: 0.666666rem;
}
.form .form-item p {
	font-size: 0.213333rem;
    color: #fff;
    line-height: 3;
}
.form .form-item .imgList .uploadBtn {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    /*overflow: hidden;*/
    color: #fff;
    border: 0.026666rem #fff dotted;
    border: 0.026666rem #fff solid;
    /*box-sizing: border-box;*/
    margin: 0 0.133333rem 0.133333rem 0;
}
.form .form-item .imgList .uploadBtn input[type=file] {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.form .form-item .imgList .uploadBtn:after, .form .form-item .uploadBtn: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%);
}
.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: 2rem;
    height: 2rem;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    border: 0.026666rem #eee solid;
    /*box-sizing: border-box;*/
    margin: 0 0.133333rem 0.133333rem 0;
    vertical-align: top;
}
.form .form-item .imgList .imgbox .close {
    position: absolute;
    background: #ff0000;
    color: #FFFFFF;
    border-radius: 0.35rem;
    line-height: 0.3rem;
    text-align: center;
    height: 0.35rem;
    width: 0.35rem;
    font-size: 0.2rem;
    padding: 1px;
    top: -0.106666rem;
    right: -0.106666rem;
    cursor: pointer;
    z-index: 1;
}
.form .form-item .imgList .imgbox .close:before {
    content: "\2716";
    color: #FFFFFF;
}



/*活动奖励*/
.title{
	display: block;
	width: 100%;
	height: 0.933333rem;
	line-height: 0.933333rem;
	font-size: 0.48rem;
	color: #af99f3;
	text-align: center;
	margin: 0 auto;
	background: url(../img/title.png) no-repeat center;
	background-size: 100% 100%;
}
.rule_more{
	margin-bottom: 0.8rem;
}
.rule_more h2{
	font-size: 0.5rem;
	margin-top: 0.666666rem;
    color: #fff;
    text-align: center;
}
.rule_more .rule_text{
	width: 95%;
    margin: 0 auto;
    color: #9e93c8;
    font-size: 0.33rem;
    line-height: 2;
}
.rule_more table {
    width: 100%;
    text-align: center;
    line-height: 2;
    border: 1px solid #5d47a2;
    background: #362b64;
    margin: 0.133333rem auto;
}
.rule_more table .first {
    color: #fff;
    background: #5d47a2;
}
.rule_more table th {
    color: #fff;
}
.rule_more table td, .rule_more table th {
    border: 1px solid #5d47a2;
}


/*阅读页*/
.content {
    width: 100%;
    margin: 20px auto;
}
.content .t_info {
    text-align: center;
    margin-bottom: 0.533333rem;
}
.content .t_title {
    font-size: 0.46rem;
    line-height: 2;
    color: #fff;
    font-weight: 700;
}
.content .t_time {
	font-size: 0.32rem;
    color: #bfb4eb;
    line-height: 2;
}
.bshare-custom .tips, .bshare-custom a {
    display: inline-block;
    font-size: 0.213333rem;
    vertical-align: middle;
    color: #bfb4eb!important;
}
.content .sider {
    width: 100%;
    margin: 0 auto;
    /*border: 1px solid #44396f;*/
    background: #151618;
    color: #adadad;
    font-size: 0.36rem;
}
.content .sider .frame{
	padding: 2%;
}
.content .sider .img{
    text-align: center;
}
.content .sider .img img{
    max-width: 100%;
}
.reply {
    width: 96%;
    margin: 0.4rem auto;
}
.sendreply{}
.sendreply p {
    font-size: 0.32rem;
    color: #9e93c8;
    padding-bottom: 0.133333rem;
    margin-bottom: 0.2rem;
    border-bottom: 0.026666rem solid #44396f;
}
.sendreply textarea {
    background: #151618;
    border: 1px solid #44396f;
    width: 100%;
    height: 1rem;
    resize: none;
    color: #fff;
}
.sendreply .sendreply_btn {
    display: block;
    font-size: 0.32rem;
    background: #816bda;
    color: #241d43;
    width: 1.866666rem;
    height: 0.506666rem;
    text-align: center;
    line-height: 0.506666rem;
    margin: 0.133333rem 0 0.266666rem auto;
}
.replylist{
	background: #151618;
    padding: 2%;
    font-size: 0.32rem;
}
.replylist li {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #272727;
}
.replylist li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.replylist li .post_avatar {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.133333rem;
    object-fit: cover;
}
.replylist img {
    max-width: 100%;
}
.replylist li .post_text {
    display: inline-block;
    width: 88%;
}
.replylist li .post_text .name {
    color: #ffc35b;
    line-height: 2;
}
.replylist li .post_text .time {
    color: #676767;
    line-height: 2;
    float: right;
}
.replylist li .post_text .des {
    color: #fff;
}