.bigImg_img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
}
.bigImg_img .mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
}
.bigImg_img .imgaaalist {
    position: absolute;
    top: 10%;
    bottom: 22%;
    margin-bottom: 2px;
    left: 0;
    right: 0;
    text-align: center;
}
.bigImg_img .imgaaalist img {
    height: 100%;
    max-width: 100%;
}
.bigImg_img .imgaaalist .loading {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    /*background-image: url(../component/loading.gif);*/
    /*background-image: -webkit-image-set(url(../component/loading.gif) 1x, url(../component/loading@2x.gif) 2x);*/
}
.bigImg_img .imgaaalist .pre {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bigImg_img .imgaaalist .pre span {
    background-image: url(../../images/recommend-detail/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 46px;
    height: 88px;
    background-position: -56px -89px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -37px;
}
.bigImg_img .imgaaalist .next {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bigImg_img .imgaaalist .next span {
    background-image: url(../../images/recommend-detail/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 46px;
    height: 88px;
    background-position: -112px -94px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -37px;
}
.bigImg_img .close {
    position: absolute;
    right: 60px;
    top: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-image: url(../../images/recommend-detail/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 33px;
    height: 33px;
    background-position: -168px -94px;
}
.bigImg_img .slide {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -500px;
    width: 1000px;
    height: 93px;
    overflow: hidden;
}
.bigImg_img .slide .desc {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 39px;
}
.bigImg_img .slide ul {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: left .3s linear;
    -moz-transition: left .3s linear;
    -o-transition: left .3s linear;
    transition: left .3s linear;
    margin-bottom: 25px;
    white-space: nowrap;
    font-size: 0;
}
.bigImg_img .slide ul li {
    display: inline-block;
    width: 89px;
    height: 67px;
    margin-left: 10px;
    background-color: #000000;
    cursor: pointer;
}
.bigImg_img .slide ul li:first-child {
    margin-left: 0;
}
.bigImg_img .slide ul li img {
    width: 100%;
    height: 100%;
    opacity: .6;
    filter: alpha(opacity=60);
}
.bigImg_img .slide ul li img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.bigImg_img .slide ul li.selected img {
    opacity: 1;
    filter: alpha(opacity=100);
}