@charset "utf-8";
.header{
	width: 7.5rem;
	height: 9.12rem;
	background-image: url(../images/bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* padding-top: 1px; */
	overflow: hidden;
}
.header .logo{
	width: 1.77rem;
	height: 2.14rem;
	background-image: url(../images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 1.59rem auto 0 auto;
}
.header .text{
	font-size: .45rem;
	color:#fff;
	text-align: center;
	letter-spacing: .1rem;
	margin-top: .8rem;
}
.header .btns{
	padding:0 .34rem;
	margin-top: 1.03rem;
	color:#fff;
	overflow: hidden;
}
.header .btns a{
	float: left;
	display: block;
	width: 3.15rem;
	/* height: .62rem; */
	padding: .10rem .54rem;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size:.24rem;
	line-height: .42rem;
	text-align: right;
	background-color: rgba(255,255,255, .1);
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: .37rem .42rem;
	letter-spacing: .03rem;
}
.header .btns a:nth-child(1){
	margin-right: .52rem;
}
.header .btns .ios{
	background-image: url(../images/ios.png);
}
.header .btns .android{
	background-image: url(../images/android.png);
}
.super {margin-top: .5rem;}
.super .top{text-align: center;}
.super .top div h1{
	font-size: .5rem; color:#231815; font-weight: bold;
	line-height: 1rem;
}
.super .top div h2{
	font-size: .3rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #636464;
	line-height: .6rem;
}
.super .top .line{
	height: .08rem;
	width: .56rem;
	background-color: #BF1920;
	margin: .3rem auto;
	border-radius: .04rem;
}
.super .content{}
.super .content .item{padding: .4rem 1.1rem;}
.super .content .item .icon{
	width: .9rem; height: .9rem;
	float: left; margin-right: .32rem;
}
.icon-gao{
	background-image: url(../images/gao.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.icon-fanwei{
	background-image: url(../images/fanwei.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.icon-chongfu{
	background-image: url(../images/chongfu.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.super .content .item .text{
	width: 4rem; float: right;
}
.super .content .item .text .title{
	height: .4rem;
	position: relative;
}
.super .content .item .text .title h1{
	font-size: .3rem;
	font-weight: bold;
	color:#231815;
	position: absolute;
	z-index: 99;
}
.super .content .item .text .title .line{
	height: 0.18rem;
	border-radius: 4px;
	position: absolute;
	top: .25rem;
}

.super .content .item .text h2{
	margin-top: .1rem;
	font-size: .3rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #636464;
}
.redtext{
	color: #BF1920;
}

.super .content .item:nth-child(1) .text .title{width: 2.6rem;}
.super .content .item:nth-child(1) .text .title .line{
	width: 2.6rem;
	background-color:rgba(249,221,189,1);
}

.super .content .item:nth-child(2) .text .title{width: 1.85rem;}
.super .content .item:nth-child(2) .text .title .line{
	width: 1.85rem;
	background-color:rgba(212,238,242,1);
}
.super .content .item:nth-child(3) .text .title{width: 3.1rem;}
.super .content .item:nth-child(3) .text .title .line{
	width: 3.1rem;
	background-color:rgba(247,205,186,1);
}

.comments{padding: 0 .3rem; margin-top: .5rem;}
.comments .title{ height: .35rem; position: relative;}

.comments .title img{ width: 2.55rem; margin: 0 auto; position: relative; z-index: 99;}
.comments .title .line{ z-index: 1; width: 100%; border-bottom: 1px solid #c7c7c7; position: absolute;top:0.17rem}
.comments .body{}
.comments .body .item{
	padding: .3rem 0;
	margin-top: .15rem;
	border-bottom: 1px solid #f0f0f0;
}
.comments .body .item:nth-last-child(1){
	margin-bottom: .5rem;
}
.comments .body .item .top{ padding:0 .4rem; height:.82rem; position: relative;}
.comments .body .item .content{ padding:.4rem; font-size: .24rem; line-height: .40rem; color:#231815;}
.comments .body .item .bottom{ padding:0 .4rem; position: relative; }

.comments .body .item .top .user-info{ width: 4rem; float: left;}
.comments .body .item .top .headimg{
	width: .82rem; height: .82rem; float: left; margin-right: .18rem;
}
.comments .body .item .top .headimg img{
	width: 100%; height: 100%;
	border-radius: 50%;
}
.comments .body .item .top .datetime{
	font-size: .24rem;
	position: absolute;
	right: .5rem;
	top: .24rem;
	color: #666666;
}
.user-info .nickname{font-size: .3rem; font-weight: bold; color: #191919;}
.user-info .level{ margin-top: .12rem; font-size: .16rem;}
.user-info .level span{
	background-color: rgba(214,20,34,.8);
	color: #fff;
	padding: .05rem .1rem;
	border-radius: 5px;
	font-size: inherit;
}

.comments .body .item .bottom .star{
	width: 77px;
	height: 13px;
	background-image: url(../images/star.png);
	background-size: cover;
}
.comments .body .item .bottom .like{
	position: absolute;
	right: .5rem;
	top:0;
	text-align: right;
	/* background-image: url(../images/hand.png);
	background-size: .3rem; */
	/* width:.30rem; */
	height:.30rem;
	line-height:.3rem;
	/* background-size: cover; */
	font-size: .24rem;
	color:#666;
	/* padding-left: .3rem; */
}
.comments .body .item .bottom .like img{
	width:.30rem;
	height:.30rem;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: .05rem;
}
/*底部*/
footer{
	text-align: center;
	font-size: .28rem;
	color:#c7c7c7;
	margin: .5rem 0;
}
/*微信提示*/
.modal{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .85);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	display: none;
}

.wechat-tip{
	/* margin-top: .5rem; */
}
/*吸顶下载*/
.top-download{
	position: fixed;
	top: 0;
	height: 1.5rem;
	width: 7.5rem;
	z-index: 800;
	font-size: 0.28rem;
	background-color: rgba(191, 25, 32, .95);
	box-shadow: 0 0 .3rem 0rem rgba(0, 0, 0, .5);
	border-bottom: 1px solid rgba(191, 25, 32, 1);
	padding: .5rem;
	display: none;
}
.top-download .logo{
	width:1.9rem;
	/* height: .51rem; */
	float: left;
	vertical-align: text-bottom;
}
.top-download a{
	float: left;
	display: block;
	width: 2.02rem;
	/* height: .62rem; */
	padding: .08rem .15rem;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size:.24rem;
	/* line-height: .42rem; */
	text-align: right;
	background-color: rgba(255,255,255, .99);
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: .30rem .35rem;
	/* letter-spacing: .03rem; */
}

.top-download a{
	margin-left: .28rem;
}
.top-download a.ios{
	background-image: url(../images/pingguobiao.png);
}
.top-download a.android{
	background-image: url(../images/anzhuobiao.png);
}
.show{
	display: block!important;
}


/*微信提示*/
.loading-modal{
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
}

.loading-modal .loading-wrap{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.loading-modal .loading-wrap .loading{
	width: 80px;
	height: 80px;
	padding: 10px;
	background-color: rgba(0, 0, 0, .8);
	border-radius: 5px;


}
.loading-modal .loading-wrap .loading .icon{
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.loading-modal .loading-wrap .loading img{
	width: 100%;
}
.loading-modal .loading-wrap .loading p{
	font-size:12px;
	text-align: center;
	color: #fff;
	line-height: 20px;
}

.loading-hide{
	display: none;
}

.loading-fadeOut{
	animation:fadeOut .3s ease 0s 1;
	-webkit-animation:fadeOut .3s ease 0s 1;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}
