﻿@charset "utf-8";
/* CSS Document */
.pic-shower{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 990;
    // display: none;
}
.pic-shower .shower-box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 550px;
    height: 650px;
    background: #000;
}
.pic-shower .change-bnt{
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -400px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    background:url(../img/arrow_left_big_white_nor.png) center no-repeat;
    opacity: 0.6;
    display: inline-block;
    border: 1px solid #fff;
}
.pic-shower .change-bnt:hover{
    opacity: 1;
}
.pic-shower .change-bnt-r{
    margin-left: 350px;
    background-image: url(../img/arrow_right_big_white_nor.png);
}
.pic-shower .pic-box{
    width: 550px;
    height: 520px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.pic-shower .pic-box img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.pic-shower .txt-box{
    width: 510px;
    height: 105px;
    padding: 20px;
    background: #fff;
    color: #333;
    line-height: 20px;
}
.box-head{
    margin-bottom: 4px;
}
.pic-shower .txt-box p:first-child{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
.pic-shower .close-bnt{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url(../img/close-img.png) center no-repeat;
    opacity: 0.6;
}
.pic-shower .close-bnt:hover{
    opacity: 0.9;
}
#empty{
    text-align: center;
    margin:30px 0;
}