@charset "utf-8";
/* CSS Document */
.fb-content {
	color: #FFF;
	padding-bottom: 50px;
}
.fb-content img {
	width: 100%;
}
.fb-side li,.fb-side li a{
	margin: 0 !important;
	padding: 0 !important;
}
.name {
	text-align: left;
	font-size: 3rem;
	line-height: 70px;
}
.name span{
	font-size: 2.7rem;
}
.mess {
	margin: 10px 0;
	font-size: 1.2rem;
	color: rgba(119,164,182,1.00);
}
.mess span {
	display: inline-block;
	margin-right: 10px;
}
.intro {
	margin: 20px 0;
	text-align: justify;
	font-size: 1.4rem !important;
	line-height: 2.7rem;
}
.control {
	text-align: center;
	font-size: 1.7rem;
	line-height: 17px;
}
.control span {
	width: 40%;
	overflow: hidden;
	text-overflow: clip !important;
	white-space: nowrap;
	display: inline-block;
	border:1px solid rgba(104,205,248,1.00);
	margin: 0 10px;
}
.control em{
	display: block;
	padding: 7px;
	background-color: rgba(0,255,255,0.5);
	width: 34px;
	height: 33px;
	float: left;
	transform: rotate(90deg);
}
.control span e {
	display: block;
	overflow: hidden;
	text-overflow:ellipsis !important;
	padding: 0 7px;
	margin: 0 5px;
	font-size: 1.3rem !important;
	float: right;
	width: calc(100% - 44px);
	line-height: 30px;
}
.control span e a{
	font-size: 1.3rem !important;
}
.share{
	margin-top: 30px;
}
.share *{
	border-radius: 2px;
	cursor: pointer;
}
.share .title{
	font-size: 1.4rem;
	text-align: center;
	line-height: 30px;
	background-color: orangered;
	width: 50px;
	margin: 10px auto;
}
.share img {
	display: block;
	width: 50px;
	height: 50px;
	margin: 9px;
}
.fixed {
	position: fixed;
	right:90px;
	top:200px;
	width: 20px;
	padding: 0;
}
.fixed img {
	margin-left: 0;
	margin-right: 0;
}
.img-container {
	width: 100%;
	overflow: hidden;
	height: 150px;
}
.fb-video-list li{
	margin-bottom: 10px;
}
.fb-video-list a{
	display: inline-block;
	margin: 10px 0;
}
.fb-video-list img:hover{
	transform: scale(1.1);
}
.carousel-album {
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}
.carousel-album img{
	width: auto !important;
	margin: 0 auto;
}
@media screen and ( max-width: 471px) {
	.control span {width: 85%;}
	.control span:nth-child(0) e{float: right;}
	.control span:nth-child(0) em{float: left;}
	.name,.name span {font-size: 2.4rem;line-height: 40px;}
	.name span {display: none;}
}
@media screen and ( max-width: 767px) {
	.share *{float: left;}
	.share .title{height:50px; line-height: 50px;margin-right: 10px; display: none;}
}
@media screen and ( max-width: 991px) {
	.fb-video-list img{height: 190px;}
}
@media screen and ( max-width: 1199px) and ( min-width: 992px) {
	.fb-video-list img{height: 170px;}
}
@media screen and ( min-width: 1200px) {
	.fb-video-list img{height: 150px;}
}









