/* CSS Document */
.profile{ padding:30px 0 10px 0; line-height:20px;}
.actorList{ overflow:hidden; padding-bottom:20px;}
.actorList ul{ margin:0 -10px 0 -10px;}
.actorList li{ width:50%; float:left; position:relative;}
.actorList li .picture{ width:100%;}
.actorList li a{ display: block; position: relative; color: #FFF; overflow: hidden;background-color: #FFF; margin:10px;}
.actorList li a img{ display:block; width:100%;}
.actorList li a .actorNane{ padding:10px 0; display: block; width: 100%; position: absolute; left: 0; bottom: 0; background-image: url(../images/opacityBg5.png?v=2); text-align:center; }
.actorList li a .actorNane em,.actorList li a span i{ display:block;}
.actorList li a .actorNane em{  padding-bottom:5px;}

/*pop box*/
.mask { background-color: #000; opacity: 0.5; position: fixed; left: 0; top: 0; z-index: 101; }
#popup { z-index: 102; display: none; position: absolute; background-color: #FFF; box-shadow: 5px 5px 20px #333; height:340px;}
#popup .close { display: block; position: absolute; top: 0; right: 10px; text-align: center; line-height: 40px; font-size: 2.5em; color: #000; width: 40px; height: 40px; z-index:100; }
#popup .info{ height:350px; width:100%; margin:auto; position:relative;}

.popLeft{ float:left; width:50%; position:relative;  margin-top:25px;}
.popLeft #bigPic{ width:90%;}
.popLeft p{ position:absolute; left:-5px; bottom:-50px; background:#FFF; width:90%;  height:60px; border:2px #000 solid; z-index:2; text-align:center; line-height:20px;}
.popLeft p span,.popLeft p em{ display:block; line-height:14px; padding-top:5px;}
.popLeft p span { font-size:1.4em; padding-top:10px;}
.popLeft .nameBg{ position:absolute; left:-10px; bottom:-53px; background:#000; width:90%; height:60px; z-index:1;}

.popRight{ width:50%;overflow:hidden; float:right;}
.popRight .actorProfile{ width:100%; height:280px;overflow:auto; margin-top:45px;}
.popRight .actorProfile h5{ background-color:#666; padding:2px 15px; color:#FFF; float:left;border-radius:5px; font-weight:normal;}
.popRight .actorProfile p{ clear:both; padding:10px 0; padding-right:10px; line-height:20px;}
