
.page_title{	margin-bottom: 20px;}

.topbt_bg{
	padding: 0 0 20px 0;
}

/** review **/

.review_in{
	padding: 20px 20px 20px 20px;
}

#review .s_title{	margin-bottom: 20px;}

.review_top{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	height: 48px;
	text-align: left;
	margin: 0 0 12px 0;
	padding: 0 10px 10px 7px;
	color: #fff;
	background: #023875;
	border-top: 2px solid #3476c1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.review_top_l{
	width: 38px;
	padding: 6px 0 0 0;
}
.review_top_l span{
	font-size: 34px;
	line-height: 34px;
}

.review_top_r{
	width: calc(100% - 38px);
	font-size: 12px;
	line-height: 16px;
	padding: 8px 0 0 0;
}
.review_top_r span{	color: #91bdee;}

.reviewbox{
	text-align: left;
	margin: 0 0 20px 0;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.reviewbox:last-of-type{	margin-bottom: 0;}

.review_name{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 15px;
}

.review_name .review_img{
	width: 40px;
	margin-right: 10px;
}
.review_name .review_img span{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}
.review_name .review_img span img{
	width: 100%;
	height: auto;
}

.review_name p{
	width: calc(100% - 50px);
	font-size: 11px;
	line-height: 14px;
}
.review_name p a{	color: #ff6026;}

.reviewbox .review_txt{
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px 0;
	padding: 0 15px;
}

.reviewbox .bt{
	width: auto;
	font-size: 14px;
	padding: 0 10px;
	margin: 0 0 15px 15px;
}

#review > .bt{	margin-top: 20px;}


#next{
	text-align: center;
	padding: 0;
	background: none;
}

#next p{
	display: inline-block;
	vertical-align: top;
}

#next p a,
#next p span{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	font-size: 14px;
	line-height: 40px;
	margin: 0 5px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#next p span{
	border-color: rgba(255,255,255,0);
	font-weight: bold;
	padding: 0;
	border-radius: 0;
}
#next p a{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#next p a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

	#next p{	padding: 20px 7px 0 7px;}
	#next p a,
	#next p span{
		width: 34px;
		font-size: 13px;
		line-height: 34px;
		margin: 0 3px;
	}
	#next p a{color: #fff; border-color: #222; background: #0000;}
	#next p span{color: #000; border-color: #dfc04a; background: #dfc04a;}


#bt_bg{
	background: none;
	padding: 20px 0 0 0;
}
#bt_bg .bt{
	line-height: 22px;
	padding: 5px 0;
}
#bt_bg .bt i{
	font-style: normal;
	font-size: 22px;
	color: #ff6600;
}
#bt_bg .bt:hover i{	color: #fff;}

