* {
	margin: 0;
	padding: 0;
}

body,
html {
	padding: 0;
	margin: 0;
}

.warp {
	margin: 0 auto;
	max-width: 640px;
}

.content-img {
	width: 100%;
}

.chuiniu {
	overflow: hidden;
	width: 80%;
	margin-left: 10%;
	line-height: 50px;
	font-size: 16px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
	border-radius: 25px;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
	position: relative;
}

.chuiniu svg {
	width: 20px;
	height: 20px;
	padding: 0 6px;
	vertical-align: middle;
}

.form {
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 2em;
}

.form .q-item {
	margin-bottom: 1em;
	color: #777;
}

.form .q-item .answer {
	color: #333;
}

.form .q-item input[type="text"] {
	outline: none;
	border: none;
	border-bottom: 1px solid rgb(220, 220, 220);
	padding: 6px;
	width: 80%;
}

.form .q-item .answer span {
	display: inline-block;
	width: 50%;
	margin-right: -1em;
	color: #555;
	font-size: 0.9em;
}

.form .q-item .question span {
	font-size: 0.8em;
}

.submit {
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	border-radius: 25px;
	width: 80%;
	margin: 1em 0;
	margin-left: 10%;
	background: #ef8093;
	text-align: center;
}

.baoming {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
	width: 280px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	height: 198px;
	overflow: hidden;
	color: rgb(51, 51, 51);
}

.footer-nav {
	width: 100%;
	max-width: 640px;
	background: #ef8093;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: fixed;
	bottom: 0;
}

.icon {
	width: 1em;
	height: 1em;
}

.scroller p {
	margin: 0;
}

.scroller {
	position: relative;
	transition: bottom 300ms;
	margin: 0;
}

.active {
	visibility: visible;
}

.normal {
	visibility: hidden;
}

.photo_img {
	position: relative;
}

.luck_draw {
	position: absolute;
	left: 7%;
	bottom: 21.5%;
	width: 64px;
	transition: width 0.5s;
}

@media (min-width: 400px) and (max-width: 450px) {
	.luck_draw {
		width: 71px;
	}
}

@media (min-width: 451px) and (max-width: 500px) {
	.luck_draw {
		width: 76px;
	}
}

@media (min-width: 501px) and (max-width: 525px) {
	.luck_draw {
		width: 81px;
	}
}

@media (min-width: 526px) and (max-width: 550px) {
	.luck_draw {
		width: 86px;
	}
}

@media (min-width: 551px) and (max-width: 575px) {
	.luck_draw {
		width: 91px;
	}
}

@media (min-width: 576px) and (max-width: 600px) {
	.luck_draw {
		width: 96px;
	}
}

@media (min-width: 601px) and (max-width: 625px) {
	.luck_draw {
		width: 101px;
	}
}

@media (min-width: 626px) {
	.luck_draw {
		width: 106px;
	}
}

/*評論活動*/
.winner_tips {
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	margin: 5px 0;
	height: 40px;
	line-height: 40px;
	background: url("lw.png") no-repeat 4px 7px;
	background-size: 24px auto;
	padding-left: 36px
}

.winner_tips a {
	color: #3990e6;
}

.winner_tips span {
	color: #f22f6d
}

.cmnt_op_bottom {
	clear: both;
	font-size: 10px;
	margin-top: 8px;
	margin-bottom: 4px;
	position: relative;
	color: #aaa
}

.cmnt_op_bottom_times {
	float: left;
	line-height: 16px;
	font-size: 12px;
}

.cmnt_op {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 16px;
	line-height: 16px;
	text-align: right;
	overflow: visible;
}

.cmnt_op_bottom_report {
	float: left;
	line-height: 16px;
	padding-left: 12px;
	color: #aaa;
}

.cmnt_op_bottom_report.on {
	color: #d2d2d2;
}

/*評論*/
.cmnt_article {
	clear: both;
	overflow: hidden;
	*zoom: 1;
}

.cmnt_title {
	height: 24px;
	position: relative;
	margin: 5px 0;
}

.cmnt_title span {
	display: block;
	position: absolute;
	left: -15px;
	top: 0;
	height: 24px;
	width: 72px;
	background: #21acfd;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.cmnt_item {
	clear: both;
	overflow: hidden;
	*zoom: 1;
	padding: 0 4px 12px 38px;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}

.cmnt_item:last-child {
	border-bottom: none;
}

.cmnt_top {
	clear: both;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #00a0fe;
	margin: 14px 0 -8px -38px;
	position: relative;
}

.cmnt_base .cmnt_top {
	height: 40px;
	line-height: 24px;
	font-size: 12px;
	margin: 0 0 2px;
	color: #333;
}

.cmnt_top span:first-child {
	display: block;
	color: #3990e6;
	position: relative;
	padding-left: 38px;
	background: url("./TB2D1lcoipnpuFjSZFkXXc4ZpXa_!!2684310334.png") no-repeat;
	background-size: 100px auto;
	background-position: 0 -336px;
}

.cmnt_top .cmnt_source {
	display: block;
	color: #999;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.cmnt_top .cmnt_nick {
	display: block;
	height: 20px;
	line-height: 20px;
	font-style: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.cmnt_top .cmnt_nick em {
	display: inline-block;
	font-size: 10px;
	color: #aaa;
	margin-left: 4px;
	font-style: normal
}

.phone {
	display: inline-block;
	vertical-align: middle;
	width: 0;
}

.cmnt_top .cmnt_time {
	display: block;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	color: #999;
	font-style: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.cmnt_base .cmnt_top span {
	padding-left: 0;
	background: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.cmnt_top span img {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.cmnt_top code {
	font-size: 10px;
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 24px;
	line-height: 24px;
	width: 45px;
	text-align: right;
}

.cmnt_top .editor {
	font-size: 9px;
	font-style: normal;
	line-height: 19px;
	padding: 0 10px 1px 21px;
	border: 1px solid #fe7358;
	border-radius: 10px;
	color: #fe7358;
	margin-left: 10px;
	background: url("./TB2D1lcoipnpuFjSZFkXXc4ZpXa_!!2684310334.png") no-repeat;
	background-size: 100px auto;
	background-position: 9px -539px;
}

.cmnt_base .cmnt_top code {
	font-size: 12px;
	color: #8b8b7e;
	top: 7px;
	width: 30px;
	text-align: center;
}

.cmnt_text {
	font-size: 15px;
	line-height: 20px;
	text-align: justify;
	color: #333;
	padding: 2px 0;
	word-break: break-all;
	word-wrap: break-word;
	margin-top: 2px;
	padding-right: .5rem;
}

.cmnt_quote {
	font-size: 12px;
	color: #3990e6;
	padding: 10px 5px;
	text-indent: 2em;
	background: #f2f2f2;
	margin: 10px 0 0 0;
	clear: both;
}

.cmnt_text a {
	margin-left: 10px;
	color: #5494EA;
	font-size: 12px;
}

.cmnt_op {
	position: absolute;
	right: 0;
	top: 13px;
	display: block;
	height: 16px;
	line-height: 16px;
	text-align: right;
	overflow: visible;
}

.cmnt_op a {
	background: url("./TB2D1lcoipnpuFjSZFkXXc4ZpXa_!!2684310334.png") no-repeat;
	background-size: 100px auto;
	color: #aaa
}

.cmnt_op a {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	line-height: 16px;
}

.cmnt_op a.good {
	padding-left: 20px;
	color: #999;
	background-position: 0 -105px;
	font-size: 12px;
	position: relative;
	padding-right: 10px;
}

.cmnt_op a.good::after {
	width: 1px;
	content: '';
	display: inline-block;
	height: 14px;
	background: #dfdfdf;
	position: absolute;
	right: -1px;
	top: 1px;
}

.cmnt_op a.good.on {
	background-position: 0 -136px
}

.cmnt_op a.cmntico {
	padding-left: 22px;
	color: #aaa;
	margin-left: 10px;
	background-position: 0 -69px;
	font-size: 12px;
	position: relative;
	padding-right: 5px;
}

.cmnt_op a.unfold {
	width: 28px;
	background-position: -50px -190px;
}

img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

p {
	padding: .18rem;
}
