/* drama-poster */

.photo {
    width: 630px;
    margin-left: 290px;
    margin-top: -70px;
    position: relative;

}

.current img {

    transform:scale(1.2);
    -webkit-transition:all .5s ease 0s;
    transition:all .6s ease 0s;

}

.show-poster-3 span {
    display: none;
    text-align: center;
}

.photo li.current span {
    display: block;
	margin-left:-19px;
	width: 147px;
}

.photo ul {
    width: 630px;
    margin-left: 30px;
}

.photo li {
    padding: 0 7px
}

.show-poster-3 {
    width: 108px;
    float: left;
    text-align: center;
}

.show-poster-3 img {
    display: inline-block;
    padding-top: 230px;
    transition: all 0.5s;
    margin-bottom: 17px;
}

.show-poster-3 p {
    display: none;
    color: #999;
    font-size: 18px;
    position: absolute;
    width: 630px;
    height: 144px;
    left: 0;
    line-height: 36px;
	text-indent: 2em;
}

.photo li.current p {
    display: block;
    text-align: left;

}

.drama-slide {
    margin-left: 205px;
}

.drama-slide li {
    top: 93px;
    float: left;
    margin-top: 615px;
	position: absolute;
}



.drama-slide li.next {
    margin-left: 780px;
}

.drama-slide li a {
    display: block;
    width: 27px;
    height: 16px;

}

.drama-slide li.prev a {
    background-position: 0 -122px
}

.drama-slide li.prev a:hover {
    background-position: 0 -147px
}

.drama-slide li.next a {
    background-position: -13px -122px
}

.drama-slide li.next a:hover {
    background-position: -13px -147px
}

/*悬浮*/

.floating_ck {
    position: fixed;
    display: none;
    right: 90px;
    top: 45%;
	line-height:1;
}

.floating_ck dl dd.return {
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background: #CDDAE7;
    margin-top: 2px;
}



.consult {
    position: relative;
    width: 50px;
    height: 118px;
    text-align: center;
    cursor: default;
    background: #82C1FF;
    border: 1px solid #82C1FF;
    border-radius: 5px;
    font-size: 16px;
}

.consult span {
    color: #fff;
    display: block;
    padding: 15px;
    line-height: 21px;
}

.floating_ck dl dd.return {
    border: 1px solid #CDDAE7;
    border-radius: 5px;
}

.floating_ck .return span img {
    padding: 15px 0;
}
.return img {
    margin-top: 3px;
}
.floating_left {
    position: absolute;
    left: -261px;
    top: 0px;
    width: 249px;
    height: 325px;
    background-color: #fff;
    border-bottom: solid 1px #e0dede;
    box-shadow:#e0e0dc 0 0 1px 1px;
    display: none;
}
.floating_left a .pop-qq .zixun {
	font-size: 14px;
	color: #000;
}
.floating_left .close img{
    float:right;
    padding: 15px;
}
.floating_left .qq {
    margin-top: 25px;
    margin-left: 22px;

}
.floating_left .qq img {
    float: left;
    margin-top: 7px;
}
.floating_left .qq .pop-qq {
    text-align: left;
    margin-left: 38px;
}
.floating_left .qq .pop-qq a {
	color: #333;
	font-size: 14px;
}

.floating_left .qq .pop-qq .time{
    font-size: 14px;
}
.floating_left .qq .pop-qq p.time {
    color: #999999;
    margin-top: 12px;
}
.floating_left .wechat {
	float:left;
    margin-top: 25px;
    margin-left: 22px;

}
.floating_left .wechat img {
     float: left;
     margin-top: 7px;
 }
.floating_left .wechat .pop-wechat {
    text-align: left;
    margin-left: 38px;
}
.floating_left .wechat .pop-wechat .zixun {
	font-size: 14px;
}

.floating_left .wechat .pop-wechat .code {

    margin-top: 12px;
}
.floating_left .tel{
	float:left;
	font-size: 14px;
	margin-top: 25px;
    margin-left: 22px;	
}
.floating_left .tel img {
    float: left;
    margin-top: 7px;
}
.floating_left .tel .pop-tel {
    text-align: left;
    margin-left: 38px;
}
.floating_left .tel .pop-tel p.number {
    color: #999999;
    margin-top: 12px;
}