
/*Begin:调整公共模板部分*/
#contest-detail-content .item-bottom-float {
	display: none;
}
#content-contest-detail {
	padding-top: 0;
}
.cover_photo {
	height: 600px;
	background-image: url(imgs/head.jpg);
}
/*End:调整公共模板部分*/
html{
	font-size: 62.5%;
}

.commonWidth {
	padding-top: 0;
	padding-bottom:0;
	margin: 0 auto;
	position: relative;
	width: 1180px;
}
.commonWidth div {
	background-repeat:no-repeat;
}
.common{
	background-color: #f0f0f0;
	min-width:1260px;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans-serif;
}
.commonDiv {
	padding:15px 0 20px;
}
.common p {
	margin: 10px 0;
}
.float_left {
	float:left;
}
.relative {
	position:relative;
}
.clear_float {
	clear:both;
}
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.lx-title {
	font-size: 3rem;
	color: #5f6468;
	text-align: center;
	font-weight: bold;
	padding-bottom: 50px;
}
.lx-title.commonDiv {
	padding-top: 74px;
}
.lx-p-title {
	font-size: 2.4rem;
	color:#484848;
}
.lx-p-content {
	padding-top:20px;
	color: #484848;
	font-size: 1.6rem;
	line-height: 2.6rem;
	overflow: hidden;
}
.lx-p-div {
	margin-top: 35px !important;
}
.lx-prize-title {
	position: absolute;
	left: 20px;
	top: 320px;
	color: #fff;
	font-size: 1.6rem;
}

.lx-li-txt {
	margin-left: 10px;
}
.lx-left-txt .lx-li-txt {
	margin-left: 0;
	text-align: left;
}

.lx-p-uname {
	font-weight: bold;
}
.lx-p-separator {
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
}
.lx-txt-indent {
	text-indent: 1.3em;
}
.lx-p-cate {
	font-weight: bold;
	margin:15px 0 !important;
}
.lx-p-cat-content {
	padding-top:20px;
}
.lx-thanks .lx-p-uname{
	display: inline-block;
	width: 100px;
}
.lx-p-separator-pre {
	margin-left:15px;
}
.lx-author .commonDiv {
	padding-top: 0;
}
.bg-author {
	padding-top: 0px;
}

.lx-magazine-txt {
	font-weight: bold;
	font-size: 1.5rem;
}
.blod{
	font-weight: bold;
}
a.appstore {
	float: left;
	width: 200px;
	height: 0;
	overflow: hidden;
	padding-top: 63px;
	margin: 0 11px;
	background-position: -326px -347px;
	background: transparent url(tx_imgs/vinfo.png) no-repeat 0 0;
}
.button {
	cursor: pointer;
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 28px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background-color: #0099e5;
	border: 1px solid #08c;
	text-shadow: 0 1px 0 #08c;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.15) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.15) inset;
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
}
.headimg-mobile {
	margin: 0 auto;
	width: 100%;
}
.img-mobile {
	text-align: center;
	display: none;
}
@media only screen and (max-width: 640px){
	html{
		font-size: 60%;
	}
	.lx-p-title {
		font-size: 2rem;
	}
	body{
		margin: 0px;
	}
	.commonWidth {
		width: 100%;
	}
	.commonDiv {
		width:100%;
		padding: 20px 15px 20px 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.common {
		min-width: 100%;
	}
	.lx-p-content {
		padding-top: 20px;
	}
	.lx-p-content.imgshow-div {
		text-align: center;
	}
	.contest-mask-container {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	#content-contest-detail .contest-title {
		font-size: 18px;
	}
	.contest-mask-info .item-prize {
		font-size: 16px;
	}
	.contest-time {
		font-size: 14px;
	}
	.upload-button {
		font-size: 18px;
	}
	.lx-p-content img{
		width: 390px;
	}

	.cover_photo {
		height: 500px;
	}
	.img-mobile {
		display: block;
		margin-bottom: -3px;
	}

}

/*iphone6p*/
@media only screen and (max-width: 414px){
	.cover_photo {
		height: 399px;
	}

}

/*iphone6*/
@media only screen and (max-width: 380px){
	.lx-p-content img{
		width: 340px;
	}
	.cover_photo {
		height: 374px;
	}
}

/*iphone4、iphone5、iphone5s*/
@media only screen and (max-width: 320px){
	.lx-p-content img{
		width: 290px;
	}
	.cover_photo {
		height: 340px;
	}
}