@charset "utf-8";
#expert .note {
	margin: 10px auto 20px;
	width: 750px;
	text-align: center;
}
#expert .note h1 {
	font-size: 34px;
	line-height: 100px;
	font-weight: normal;
	color: #e00;
	border-bottom: 1px solid #ccc;
}
#expert .note>p {
	padding: 20px 0;
	line-height: 32px;
}
#expert .note>div {
	overflow: hidden;
}
#expert .note>div p {
	float: left;
	width: 250px;
	font-size: 16px;
}
#expert .note>div span {
	display: block;
	font-size: 40px;
	line-height: 45px;
}
#expert>ul {
	padding: 20px 20px 40px;
	overflow: hidden;
}
#expert>ul>p {
	padding: 100px 0;
	text-align: center;
}
#expert>ul li {
	position: relative;
	float: left;
	margin: 5px;
	width: 222px;
	height: 296px;
	cursor: pointer;
	overflow: hidden;
}
#expert>ul li>img {
	display: block;
	width: 100%;
	height: auto;
}
#expert>ul li>div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	background-color: rgba(0,0,0,.66);
	opacity: 0;
	transition: opacity .2s;
}
#expert>ul li>div:before {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 20px;
	height: 20px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#expert>ul li>div:after {
	content: "";
	position: absolute;
	right: 6px;
	bottom: 20px;
	width: 28px;
	height: 1px;
	background-color: #fff;
	transform: rotate(45deg);
}
#expert>ul li>div>h2 {
	position: absolute;
	right: 32px;
	bottom: 32px;
	left: 32px;
	font-size: 26px;
	line-height: 60px;
}
#expert>ul li>div>h2>span {
	display: block;
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
}
#expert>ul li>div>div {
	position: absolute;
	left: 32px;
	right: 32px;
	bottom: 32px;
	max-height: 285px;
	overflow: hidden;
	display: none;
}
#expert>ul li>div>div>p {
	margin: 1em 0;
}
#expert>ul li:first-child {
	width: 454px;
	height: 602px;
}
#expert>ul li:first-child>div>h2 {
	top: 16px;
	bottom: auto;
}
#expert>ul li:first-child>div>div {
	display: block;
}
#expert>ul li:first-child>div>div>p {
	margin: 5px 0;
}
#expert>ul li:hover>div {
	opacity: 1;
}
body {
	transition: all .2s;
}
body.s>*:not(#cover):not(#box) {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
}
#cover {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0;
	transition: all .2s, z-index 0s .2s;
}
#cover.s {
	opacity: .66;
	z-index: 20;
	transition: all .2s, z-index 0s;
}
#box {
	position: fixed;
	z-index: -1;
	left: 50%;
	top: 50%;
	padding: 3px;
	width: 912px;
	height: 608px;
	margin: -307px 0 0 -459px;
	background-color: #fff;
	opacity: 0;
	transform: scale(.75,.75);
	transition: all .2s, z-index 0s .2s;
}
#box.s {
	z-index: 30;
	opacity: 1;
	transform: scale(1,1);
	transition: all .2s, z-index 0s;
}
#box>span {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 29px;
	height: 29px;
	cursor: pointer;
	transition: all .2s;
}
#box>span:before, #box>span:after {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	width: 29px;
	height: 1px;
	background-color: #aaa;
	transition: all .2s;
}
#box>span:before {
	transform: rotate(45deg);
}
#box>span:after {
	transform: rotate(-45deg);
}
#box>span:hover {
	background-color: #e00;
}
#box>span:hover:before, #box>span:hover:after {
	background-color: #fff;
}
#box>img {
	display: block;
	float: left;
	width: 456px;
	height: 608px;
}
#box>div {
	float: right;
	width: 456px;
	height: 608px;
}
#box>div h2 {
	padding: 15px 32px 18px;
	font-size: 26px;
	line-height: 60px;
}
#box>div h2>span {
	display: block;
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
}
#box>div>div {
	margin-left: 32px;
	width: 412px;
	height: 470px;
	overflow: hidden;
}
#box>div>div:hover {
	overflow-y: auto;
}
#box>div>div>div {
	width: 392px;
}
#box>div>div>div>p {
	margin: 1em 0;
}