@charset "utf-8";
#detail-hd{
    overflow: hidden;
    margin-top: 25px;
}
#detail-hd-left{
    float: left;
    width: 530px;
    height: 400px;
    overflow: hidden;
}
#detail-hd-left-img{
    width: 398px;
    height: 398px;
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    float: right;
    position: relative;
}
#detail-hd-left-img img{
    width: 100%;
    height: 100%;
}
#detail-hd-left-img-glass{
    width: 160px;
    height: 160px;
    position: absolute;
    cursor: move;
    background-color: #666;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}
#detail-hd-left-ls{
    float: left;
    width: 100px;
}
#detail-hd-left-ls li{
    width: 100px;
    height: 100px;
    background: #f8f8f8;
    margin-bottom: 13px;
}
#detail-hd-left-ls-box{
    height: 326px;
    overflow: hidden;
    margin: 18px 0;
}
#detail-hd-left-ls li img{
    width: 100%;
    height: 100%;
}
#detail-hd-left-ls li.active{
    background: #dbedf1;
}
#detail-hd-left-ls .btn{
    display: block;
    height: 19px;
    background: url("../images/detail-hd-left-ls-btns.png") no-repeat center top;
    text-indent: -999px;
    overflow: hidden;
}
#detail-hd-left-ls .btn.next{
    background-position: center bottom;
}
#detail-hd-right{
    float: right;
    width: 600px;
}
#detail-hd-right-title h1{
    line-height: 32px;
    font-size: 24px;
    color: #424242;
}
#detail-hd-right-title dl{
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    margin-top: 12px;
}
#detail-hd-right-title dt{
    float: left;
    background: #2f7ad2;
    color: white;
    padding: 0 4px;
}
#detail-hd-right-title dd{
    float: left;
    font-size: 18px;
    color: #747474;
    font-style: italic;
    text-indent: 7px;
}
#detail-hd-right-desc{
    height: 108px;
    padding: 8px 14px;
    background: #fbfbfb;
    border-left: 3px solid #dedede;
    margin-top: 45px;
    font-size: 15px;
    color: #5e5e5e;
    line-height: 36px;
}
#detail-hd-right-btns{
    overflow: hidden;
    margin-top: 36px;
}
#detail-hd-right-btns .btn{
    float: left;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
    padding-right: 20px;
    border-width: 1px;
    border-style: solid;
    background: url("../images/detail-hd-right-btns.png") no-repeat left top;
    font-size: 16px;
    color: white;
}
#detail-hd-right-btns .btn1{
    border-color: #ee6807;
    background-color: #ee6807;
    padding-left: 193px;
}

#detail-hd-right-btns .btn2{
    border-color: #2f7ad2;
    background-color: #2f7ad2;
    padding-left: 168px;
    background-position: left bottom;
    float: right;
}

#detail-hd-right-share{
    padding-top: 28px;
    background: url("../images/detail-hd-right-share-border.png") repeat-x left top;
    line-height: 18px;
    margin-top: 21px;
}
#detail-hd-right-share .bdsharebuttonbox a{
    padding-left: 22px;
    height: 18px;
    line-height: 18px;
    margin: 0 16px 0 0;
}

#details{
    margin-top: 97px;
}

.detail-block-hd{
    position: relative;
}
.detail-block-hd hr{
    border: none;
    display: block;
    height: 1px;
    width: 100%;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: -1;
}
.detail-block-hd p{
    overflow: hidden;
    width: 940px;
    margin: 0 auto;
}
.detail-block-hd a{
    line-height: 40px;
    float: left;
    display: block;
    color: #606060;
    padding: 0 36px;
    font-size: 16px;
    border-top: 2px solid transparent;
}
.detail-block-hd a.active{
    border: 1px solid #ddd;
    border-top: 2px solid #2f7ad2;
    border-bottom: none;
    background: white;
    color: #4a4a4a;
    font-weight: bold;
}

#details .detail-block-bd{
    padding: 74px 0;
}

#recommend{
    margin-top: 26px;
    margin-bottom: 10px;
}
#recommend .detail-block-bd{
    overflow: hidden;
    padding-top: 30px;
}
#recommend-ls{
    overflow: hidden;
    width: 940px;
    margin: 0 47px;
    float: left;
    height: 307px;
}
#recommend-ls ul{
    overflow: hidden;
    width: 110%;
}
#recommend-ls li{
    float: left;
    width: 215px;
    height: 307px;
    margin-right: 26px;
}
#recommend-ls li div{
    height: 215px;
    background: url("../images/recommend-ls-item-img-bg.png") no-repeat center bottom;
    position: relative;
    transition: all .3s;
}
#recommend-ls li div img{
    width: 171px;
    height: 171px;
    display: block;
    margin: 0 auto;
    padding-top: 22px;
    transition: all .3s;
    filter: drop-shadow(4px 20px 10px rgba(0,0,0,0));
}

#recommend-ls li div i{
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    background: url("../images/recommend-ls-arrow.png") no-repeat;
    right: 12px;
    bottom: 15px;
    transition: all .3s;
    opacity: 0;
    filter: alpha(opacity=0);
}
#recommend-ls li strong{
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    color: #4e4e4e;
    padding-top: 14px;
    transition: all .3s;
}
#recommend-ls li p{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #7f7f7f;
    padding-bottom: 10px;
}

#recommend-ls li:hover div{
    /*filter: brightness(90%);*/
    background-position: center 130px;
}
#recommend-ls li:hover div img{
    -webkit-filter: drop-shadow(8px 8px 10px red);
    filter: drop-shadow(4px 20px 10px rgba(0,0,0,.4));
}
#recommend-ls li:hover div i{
    bottom: -7px;
    opacity: 1;
    filter: alpha(opacity=100);
}
#recommend-ls li:hover strong{
    color: #077dcc;
}

#recommend .btn{
    display: block;
    width: 73px;
    height: 361px;
    text-indent: -999px;
    overflow: hidden;
    background: url("../images/detail-recommend-btns.png") no-repeat left center;
    float: left;
}
#recommend .btn.next{
    background-position: right center;
}


#bigImg {
    position: absolute;
    height: 400px;
    width: 400px;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background: url("../images/detail-bigimg-bg.png");
    background-color: #484848;
}