* {
	transition: all .2s linear;
}

.layui-fluid {
	padding: 0;
}

img {
	max-width: 100%;
}


.first-floor {
	display: flex;
}

.first-floor>div {
	flex: 1;
	display: flex;
}

.des {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.title {
	font-weight: 500;
	padding: 20px 0;
	font-size: 26px;
}

.detail {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 2px;
}

.header-title {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 40px 0;
	justify-content: center;
	align-items: center;
	font-size: 32px;
}

.header-title .tip {
	font-size: 20px;
}

.effect {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	padding: 20px 0;
}

.first-effect {
	font-size: 24px;
	padding: 5px 0;
}

.two-effect {
	font-size: 16px;
	border-top: 2px solid #aeadad;
	border-bottom: 2px solid #aeadad;
	padding: 2px 0;
	width: 95px;
	text-align: center;
}

.star {
	background-color: #fee9ed;
	margin-top: 40px;
}

.star-body {
	padding: 0 20px 40px 20px;
}

.star-content {
	background-color: white;
	padding: 3%;
	display: flex;
}

.star-des {
	padding: 3% 4% 0 4%;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.star-des-top {
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #868686;
}

.star-head {
	width: 80px;
	height: 80px;
}

.star-des-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0px 0 0 20px;
}

.star-nickname {
	font-size: 18px;
}

.stat-fans-child {
	border-right: 1px solid #C0C4CC;
	flex: 1;
	text-align: left;
	color: #989898;
}

.stat-fans-child:last-child {
	border-right: 0;
	text-align: right;
}

.stat-fans-child b {
	color: #ffa3b5;
	font-size: 16px;
	margin-right: 0px;
}

.stat-comment {
	color: #c8c8c8;
	padding: 10px 0 0 0;
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 14px;
	text-indent: 35px;
}

.qa-body {
	background-color: #fee9ed;
	margin-top: 40px;
}

.qa-list {
	display: flex;
	flex-direction: column;
	padding: 0 100px 40px 100px;
	margin-bottom: 180px;
}

.qa-item{
	display: flex;
	margin-bottom: 40px;
}
.qa-item>div:nth-of-type(1){width: 8%;}
.qa-item>div:nth-of-type(2){width: 90%;}
.qa-title{
	font-size: 24px;
	padding: 0;
	font-weight: bold;
}

@media screen and (min-width:992px) {
	.qa-result{
		font-size: 18px;
	}
	.star-head {
		width: 130px;
		height: 130px;
	}

	.star-des-content {
		padding: 15px 0 0 20px;
	}

	.star-nickname {
		font-size: 22px !important;
	}

	.stat-fans-child b {
		font-size: 20px;
		margin-right: 10px;
	}

	.stat-comment {
		padding: 40px 0 0 0;
		font-size: 17px;
	}
	
	.qa-title{
		font-size: 22px;
		padding: 10px 0;
	}
}
