.goods-img-wrap{
    cursor: pointer;
}
.full-screen-layer,.give-money{
    background-image: url("/images/ninety_percent_black.png");
    background-repeat: repeat;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.full-screen-layer .spinner {
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 60px;
}
.full-screen-layer .full-screen-img-container {
    height: 100%;
}
.full-screen-layer .full-screen-img-container .control-panel {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 30px;
    height: 60px;
    left: 50%;
    margin-left: -510px;
    position: absolute;
    width: 1020px;
}
.full-screen-layer .full-screen-img-container .control-panel .scale-panel {
    height: 60px;
    left: 50%;
    margin-left: -352px;
    position: absolute;
    width: 704px;
}
.full-screen-layer .full-screen-img-container .control-panel .scale-panel .scale-line {
    background-color: #bebebe;
    height: 2px;
    margin-top: 29px;
}
.full-screen-layer .full-screen-img-container .control-panel .scale-panel .scale-block {
    background-color: white;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 4px;
}
.full-screen-layer .full-screen-img-container .control-panel .scale-plus {
    background-image: url("/images/full_screen_image_icon.png");
    background-position: -124px 0;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 35px;
    margin-top: -17px;
    position: absolute;
    right: 92px;
    top: 50%;
    width: 35px;
}
.full-screen-layer .full-screen-img-container .control-panel .scale-reduce {
    background-image: url("/images/full_screen_image_icon.png");
    background-position: -87px 0;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 35px;
    left: 92px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 35px;
}
.full-screen-layer .full-screen-img-container .control-panel .prev {
    background-image: url("/images/full_screen_image_icon.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 35px;
    left: 25px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.full-screen-layer .full-screen-img-container .control-panel .next {
    background-image: url("/images/full_screen_image_icon.png");
    background-position: -30px 0;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 35px;
    margin-top: -17px;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 20px;
}
.full-screen-layer .full-screen-img-container .close-btn,.give-close-btn {
    background-image: url("/images/full_screen_image_icon.png");
    background-position: -50px 0;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 80px;
    top: 80px;
    width: 35px;
}
