@charset "UTF-8";
/* CSS Document */
img{
	display: block;
	max-width: 100%;
}
a{
	color: #333;
}
body{
	padding-bottom: 42px;
}
/*新闻内容*/
.content{
	padding: 30px 15px;
}
.news-tit{
	font-size: 21px;
	color: #000;
	line-height: 26px;
}
.news-msg{
	font-size: 14px;
	color: #808080;
	margin: 15px 0;
}
.news-msg > span:last-child{
	font-size: 12px;
	color: #ccc;
	margin-left: 15px;
}
.news-msg > span:last-child img{
	display: inline-block;
	vertical-align: middle;
	max-height: 10px;
}
.news-article{
	color: #1a1a1a;
	/*text-indent: 2em;*/
	text-align: justify;
	letter-spacing: 1px;
}
.news-article img{
	max-width: 100%;
	margin: 15px 0;
	display: inline;
}
/*相关新闻*/
/*公共tit*/
.item-tit{
	color: #e83831;
	font-size: 14px;
	padding: 15px;
}
.item-tit span{
	border-left: 3px solid #e83831;
	padding-left: 8px;
}
.item-tit.orange span{
	border-left: 3px solid #f66d09;
	color: #f66d09;
}
/*相关新闻、推荐新闻*/
.news-item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.news-item > div > img{
	max-width: 100px;
}
.news-item-tit{
	color: #303030;
	font-size: 14px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}
.news-item > div:last-child{
	padding: 0 10px;
}
.news-item-source{
	font-size: 12px;
	color: #808080;
}
.news-item-source img{
	display: inline-block;
	max-width: 20px;
	vertical-align: bottom;
	border-radius: 4px;
}
.news-item-source span:nth-child(2){
	color: #e8382f;
	margin-right: 8px;
	letter-spacing: 1px;
}
/*广告*/
.ads{
	padding: 30px;
}
/*问卷*/
.questionnaire{
	padding: 0 15px;
}
.questionnaire form{
	border: 1px solid #ededed;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(137,131,131,.2);
}
.q-tit{
	padding: 20px 15px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.q-options{
	padding: 0 12px;
}
.q-options > div{
	font-size: 12px;
	color: #b2b2b2;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0 12px 20px;
}
.q-options > div:last-child{
	border-bottom: none;
}
/*提交*/
.btn-submit{
    padding: 15px;
    margin-top: 10px;
	box-sizing: border-box;
}
.btn-submit button{
    font-size: 16px;
    background-color: #e8382f;
    color: #fff;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 40px;
    outline: none;
    letter-spacing: 2px;
}
/*点赞*/
.support > div:first-child{
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    color: #e8382f;
    padding: 6px 15px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 20px;
}
.support > div img{
	display: inline-block;
	vertical-align: text-bottom;
	max-height: 20px;
	margin-right: 3px;
}
/*推广*/
.extension{
	padding: 0;
	border-bottom: 5px solid #ededed;
}
/*评论*/
.comments{
	margin: 10px 0;
}
.comments .c-item{
	margin-bottom: 30px;
}
.comments .c-item > div:first-child{
	display: flex;
	justify-content: space-between;
}
.comments .c-item .user-msg{
	display: flex;
	align-items: center;
}
.header{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: url(../images/news-img.jpg) no-repeat center;
    background-size: cover;
    vertical-align: sub;
    margin-right: 8px;
}
.msg{
    display: inline-block;
}
.msg div:first-child{
    font-size: 14px;
    color: #333;
}
.msg div:last-child{
	font-size: 12px;
    color: #695f72;
}
.nums{
    text-align: right;
    font-size: 14px;
    color: #808080;
    font-weight: 300;
}
.nums img{
	display: inline-block;
	vertical-align: text-bottom;
	max-height: 18px;
}
.comments-info{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 10px 0 10px 50px;
    text-align: justify;
}
.comments-reply{
	font-size: 14px;
	margin-left: 50px;
	background-color: #f7f7f7;
	padding: 15px;
}
.comments-reply-item{
	margin-bottom: 15px;
}
.comments-reply .user-msg{
	color: #333;
}
.comments-reply .user-msg span{
	color: #e8382f;
	margin: 0 5px;
}
.comments-reply .header{
	width: 30px;
	height: 30px;
}
.comments-reply .reply{
	color: #484848;
	margin-left: 40px;
}
/*显示更多*/
.more{
	text-align: center;
	background-color: #f7f7f7;
	font-size: 14px;
	padding: 10px;
	border-top: 1px solid #ededed;
	border-bottom: 5px solid #ededed;
}
.more a{
	color: #999;
}
/*活动tit*/
.act-tit{
	display: flex;
	align-items: center;
	background-color: #ededed;
	font-size: 13px;
	color: #999;
	padding: 10px 12px;
}
.act-tit > div:first-child,.act-tit > div:last-child{
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.act-tit > div:nth-child(2){
	width: 120px;
	text-align: center;
}
/*抽奖*/
.luck-draw{
    background-color: #ffe7e0;
    padding: 20px 10px;
}
.draw-tit{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    background-color: #ff5756;
    padding: 5px;
    border-radius: 5px;
    margin-left: 50%;
	transform: translateX(-50%);
}
.draw-tit div{
    display: inline-block;
    background-color: #ff3437;
    border-radius: 5px;
	padding: 3px 30px;
}
.draw-tit span{
    color: #fef076;
}
.block{
    background-color: #ff3538;
    width: 70px;
    height: 15px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.bg-top{
    background-image: url(../images/bg-img.png);
    background-size: cover;
    height: 15px;
    background-color: #ff5756;
    border-radius: 10px 10px 0 0;
}
.bg-bottom{
    background-image: url("../images/bg-img.png");
    background-size: cover;
    height: 15px;
    background-color: #ff5756;
    border-radius: 0 0 10px 10px;
}
.draw-content{
    padding: 0 20px;
    background-image: url("../images/bg-img.png");
    background-size: cover;
	background-color: #ff5756;
}
.draw-content > div{
    background-color: #ff323a;
    border-radius: 10px;
	padding: 10px;
}
.draw-content > div > div{
    display: flex;
    justify-content: space-around;
    flex-flow: row nowrap;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,.8) inset;
}
.prize-item{
    text-align: center;
    color: #ff3636;
    font-size: 12px;
    padding: 15px 0;
	flex: 1 1 200px;
}
.prize-item:not(:last-child){
    border-right: 1px solid #ff9359;
}
.prize-item img{
    max-height: 40px;
	margin: 0 auto;
}	
	

/*底部条*/
.bottom-bar{
    position: fixed;
    bottom: 0;
	left: 0;
    width: 100%;
    background-color: #fff;
    padding: 5px 0;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    align-items: center;
	z-index: 102;
}
.bottom-bar > div:first-child{
    text-align: center;
    padding: 0 10px;
}
.bottom-bar > div:nth-child(2){
   flex: 1 1 230px;
}
.bottom-bar > div:last-child{
   padding: 0 10px;
}
.bottom-bar input{
   width: 100%;
   background-color: #eee;
   border: none;
   padding: 5px 10px;
   box-sizing: border-box;
   border-radius: 3px;
   outline: none;
   line-height: 18px;
	font-size: 12px;
}
.bottom-bar button{
   width: 60px;
   background-color: #e8382f;
   color: #fff;
	font-size: 14px;
   border-radius: 3px;
   border: none;
   line-height: 28px;
   box-shadow: none;
   outline: none;
}
.bottom-bar img{
	max-height: 22px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	max-width: 100%;
}

