/* ����ͼ�� �Ѽ����� www.lanrentuku.com */

/*����ͼ*/
.focus {
    position: relative;
    width: 4.8rem;
    height: 2.8rem;
    background-color: #000;
    float: left;
}

.focus img {
    width: 4.8rem;
    height: 2.8rem;
}

.focus .shadow .title {
    width: 2.6rem;
    height: .65rem;
    padding-left: .3rem;
    padding-top: .2rem;
}

.focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: .14rem;
    font-weight: bolder;
    overflow: hidden;
}

.focus .btn {
    position: absolute;
    bottom: .34rem;
    left: 5.1rem;
    overflow: hidden;
    zoom: 1;
}

.focus .btn a {
    position: relative;
    display: inline;
    width: .13rem;
    height: .13rem;
    border-radius: .07rem;
    margin: 0 .05rem;
    color: #B0B0B0;
    font: .12rem/.15rem "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}

.focus .fPic {
    position: absolute;
    left: 0rem;
    top: 0rem;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: .16rem;
    z-index: 10;
}

.focus .shadow {
    margin-left: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0rem;
    z-index: 10;
    height: .7rem;
    line-height: .7rem;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: .2rem;
    overflow: hidden;
    margin-left: .1rem;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}

.focus .fcon img {
    display: block;
}

.focus .fbg {
    bottom: .41rem;
    right: .4rem;
    position: absolute;
    height: .21rem;
    text-align: center;
    z-index: 200;
}

.focus .fbg div {
    margin: .04rem auto 0;
    overflow: hidden;
    zoom: 1;
    height: .14rem
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: .1rem;
    height: .1rem;
    border-radius: .07rem;
    margin: 0 .05rem;
    color: #B0B0B0;
    font: .12rem/.15rem "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #fc114a;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .prev,
.focus .next {
    position: absolute;
    width: .4rem;
    height: .74rem;
    background: url(../images/focus_btn.png) no-repeat;
}

.focus .prev {
    top: 50%;
    margin-top: -0.37rem;
    left: 0;
    background-position: 0 -0.74rem;
    cursor: pointer;
}

.focus .next {
    top: 50%;
    margin-top: -0.37rem;
    right: 0;
    background-position: -0.4rem -0.74rem;
    cursor: pointer;
}

.focus .prev:hover {
    background-position: 0 0;
}

.focus .next:hover {
    background-position: -0.4rem 0;
}