
body.none {
    overflow-x: hidden;
    overflow-y: hidden;
}
.LookPicture *:before,
.LookPicture *:after {
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    content: "";
}
.LookPicture {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.LookPicture * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.LookPicture_Background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19960924;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none !important;
}
.LookPicture {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19960925;
    width: 100%;
    height: 100%;
    display: none;
}
.LookPicture .Look_Close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 19960925;
    background: url(../imgs/close.png) no-repeat;
}

.LookPicture .Look_img {
    display: none;
    position: absolute;
    max-width: 85%;
    max-height: 85%;
    top: 50%;
    left: 50%;
    z-index: 19960924;
    box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
    border: 0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.LookPicture .Look_img:hover {
    box-shadow: 0 0 20px #000000;
    -moz-box-shadow: 0 0 20px #000000;
    -webkit-box-shadow: 0 0 20px #000000;
}
.LookPicture .Look_img.Look_Show {
    display: block;
}
.LookPicture .Look_before {
    position: absolute;
    display: inline-block;
    width: 27px;
    height: 50px;
    left: 50px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    background: url(../imgs/arrow-left-light.png) no-repeat;

}

.LookPicture .Look_before:hover {
    left: 40px;
}

.LookPicture .Look_next {
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    z-index: 19960926;
    right: 50px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    background: url(../imgs/arrow-right-light.png) no-repeat;
}
.LookPicture .Look_next:hover {
    right: 40px;
}
.Look_Open {
    display: block !important;
}
.LookPicture .look_title{
    bottom: 20px;
    left: 50%;
    color: rgb(255, 255, 255);
    position: absolute;
    z-index: 19960928;
    display: none;
    font-size:22px;
    //margin-left: -20px;
}