@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-11-07 13:37:51
 * @version $Id$
 */
#bodybg{
	position: relative;
	z-index: 111;
}
#banner{
	width: 100%;
	min-width: 1200px;
	height: 787px;
	background: url(../images/banner.jpg) no-repeat center 0;
	/*background-size: 100% 100%;*/
	position: relative;
}
#contentbg{
	width: 100%;
	min-width: 1200px;
	min-height: 22px;
	background: url(../images/contentbg.jpg) repeat-y center 0;
}
.content{
	width: 1000px;
	height: auto;
	margin:0 auto;
}
.uploadbox{
	width: 924px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
}
.uploadboxcon{
	padding:0 67px;
}
.award{
	width: 527px;
	height: 387px;
	background:url(../images/award.png) no-repeat center 0;
	position: relative;
}
.awardbox{
	position: absolute;
	right: 60px;
	top: 140px;
	width: 232px;
	height: 164px;
	font-size: 12px;
	color: #6f6f6f;
}
.awardbox .inline{
	display: inline-block;
	width: 110px;
}
.awardbox .article{
	padding-top: 10px;
} 
.awardbox .article p{
    line-height: 22px;
    padding: 10px 0;
}
.awardbox .info li{
	color: #c26478;
	padding-bottom: 12px;
}
.awardbox .info li span{
	color: #6f6f6f;
}
.download{
	width: 260px;
	height: 386px;
	margin: 0 auto;
}
.download img {
	display: inline-block;
}
.downloadimg{
    margin-bottom: 56px;
    margin-top: 66px;
}
.downtips{
	font-size: 12px;
	width: 200px;
	display: inline-block;
	padding-left: 34px;
	padding-top: 10px;
	color: #6f6f6f;
}
.form{
	padding-top: 40px;
	padding-left: 6px;
}
.text{
	color: #d04518;
	text-decoration: underline;
	font-size: 20px;
	padding-top: 28px;
	display: inline-block;
}
.awardlist{
	padding-top: 50px;
}
.listbox{
    width: 298px;
    height: 220px;
	background:url(../images/award.png) no-repeat center 0;
	background-size: 100% 100%;
	position: relative;
	margin-right: 10px;
	margin-bottom: 20px;
	cursor: pointer;
}
.listbox:nth-child(3n){
	margin-right: 0;
}
.all{
	cursor: pointer;
	padding-top: 70px;
}
.message{
	width: 924px;
	height: auto;
	margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}
.message h3{
	font-size: 20px;
	color: #df3f1b;
	padding-bottom: 20px;
}
.msg{
	width: 914px ;
	height: 260px ;
	border:1px solid #df3f1b;
	border-radius: 10px;
    padding: 5px;
}
#foot{
	width: 100%;
	min-width: 1200px;
	height: 204px;
	background: url(../images/foot.jpg) repeat-y center 0;
}
a{text-decoration:none;}
.submit{
	background: url(../images/upload.png);
	width: 160px;
	height: 60px;
	background-size: 100% 100%;
	position: absolute;
    right: 108px;
	bottom: 0;
    cursor: pointer;
    border: none;
}
.input-file{
	position: relative;
}
input[id="avatval"],input.input{
    padding: 0 6px;
    padding-left: 10px;
    border: 1px solid #ce141c;
    width: 510px;
    height: 58px;
    line-height: 25px;
    background: #fefefe;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

input.input{
    border-radius: 10px;
}
input[type='file']{border:0px;display:none;}

input.input{
	width: 370px;
	margin-bottom: 10px;
}

.dialog  form{
	width: 454px;
	margin: 0 auto;
	padding-top: 56px;
    padding-bottom: 36px;   
}
.dialog input{
	width: 340px;
	height:42px;
	background: #f8f8f8;
	border:1px solid #dadada;
}
.dialog textarea{
	width: 434px;
	height:48px;
	background: #f8f8f8;
	border:1px solid #dadada;
	border-radius: 10px; 
	padding: 0 6px;    
	margin-top: 10px;
}

.headimgbtn{
    width: 80px;
    height: 44px;
    background: #D04518;
    display: inline-block;
    color: #fff;
    line-height: 44px;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.headimglabel{
	padding-top: 13px;
}
.headimginput{
	width: 265px !important;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 10px;    
    padding-left: 10px;
}
.dialog label{
	    width: 90px;
    display: inline-block;
}
.dialog p{
	padding-top: 10px;
}
.dialog{
	width: 540px;
	height: 370px;
	position: fixed;
	background: #FFFFFF;
	border:1px solid #d04518;
	border-radius: 10px;
	overflow-y: scroll;
	z-index: 112;
}
.alert{
	position: fixed;
	z-index: 112;
}
.sure{
	width: 180px;
	height: 45px;
	background: url(../images/sure.png) no-repeat center 0;
	background-size: 100% 100%;
    border: none;
    margin-left: 130px;
    margin-top: 40px;
}
.msgbtn{
	width: 192px;
	height: 58px;
	background: url(../images/submit.png) no-repeat center 0;
	background-size: 100% 100%;
	margin-top: 14px;
}
.production{
    position: absolute;
    top: 0;
     width: 527px;
    height: 387px; 
}
/* .img_wrap{
	width: 527px;
    height: 387px;
} */
.uploadboxcon{
    position: relative;
}
.listbox{}
.listbox .boxbody{
	position: absolute;
	right: 20px;
	top: 70px;
	width: 165px;
	font-size: 10px;
    color: #6f6f6f;    
    min-height: 101px;
}
.listbox .boxbody .article{
	padding-top: 5px;
} 
.listbox .boxbody .article p{
}
.username,.works{
	color: #b7455d;
}
.readonly{
	opacity: 0;
    position: absolute;
    top: 0;
    /* right: 0; */
	z-index: 110;
}
.msglist{
	border-top:5px solid #d04518;
    margin-top: 40px;
}
.msglist ul{
	padding:0 30px;
}
.msglist ul li{
	color: #464545;
	font-size: 18px;
	border-bottom: 1px solid #d1d1d1;
    padding: 28px 0;
    cursor: pointer;
}
.msglist ul li:last-child{
	border-bottom: none;
}
.msglist ul li span.datetime{
	color: #7d7d7d;
	font-size: 14px;
    float: right;
}
.qrcode{
    padding-top: 10px;
}
.qrcodetext{
    width: 80%;
    padding-left: 2%;
    padding-top: 5px;
}
.readonly .awardbox .article p{
	padding:0;
}
.post{
    padding-left: 36px;
}
.boxnum{
    color: #999;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 4px;
    left: 4px;
}
.list_vote{
    position: absolute;
    bottom: 0;
    left: 60px;
	color: #FFFFFF;
	width: 192px;
    height: 58px;
    background-color: #D04518;
    text-align: center;
    line-height: 58px;
    border-radius: 10px;
}
.listboxparent{
	position: relative;
    height: 284px;
    margin-bottom: 20px;
}
.article_title{
    padding-top: 38px;
}
.button-selectimg2{
    width: 120px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background: #D04518;
    color: #fff;
}