.photo-mask {
    width: 100%;
    height: 100%;
    background: #084b68;
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.photo-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 202020;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

.photo-panel .photo-div,
.photo-panel .photo-bar {
    width: 100%;
}

.photo-panel .photo-div {
    width: 1180px;
    height: 680px;
    z-index: 11;
    margin: auto;
    position: relative;
    /*top:20%;*/
}

.photo-panel .photo-close {
    position: absolute;
    top: -58px;
    right: 46px;
    width: 32px;
    height: 32px;
    background: url(../img/close.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.photo-panel .photo-bar-tip {
    width: 700px;
    height: 44px;
    position: absolute;
    margin-top: -64px;
    padding: 10px;
}
.photo-panel .photo-bar-tip:hover {
    width: 700px;
    height: 44px;
    position: absolute;
    margin-top: -64px;
    background: #000;
    filter: alpha(opacity=20);
    -moz-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    padding: 10px;
}
.photo-panel .photo-img {
    width: 1021px;
    height: 671px;
    float: left;
    background: #fff;
}
.photo-panel .photo-view-w {
    width: 913px;
    text-align: center;
    margin: 0 auto;
}
.photo-panel .photo-view-w>p{
    width: 154px;
    height: 199px;
    border-radius: 10px;
    margin: 35px auto;
}
.photo-view-w h4{
    position: relative;
}
.photo-view-w h4 span:first-child{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 2px;
    color: #0f506c;
    display: block;
    margin-top: -20px;
}
.photo-view-w h4 span:last-child{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 60px;
    display: block;
}
.photo-view-w h4::after{
    content: '';
    width: 58px;
    height: 3px;
    background-color: #0f506c;
    position: absolute;
    left: 47%;
    bottom: -24px;
}
.photo-view-w .details{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 2px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    text-align: justify;
    text-indent: 2em;
}
.borderRadius{
    border-radius:10px ;
}
.photo-panel .photo-view-h {
    text-align: center;
    vertical-align: middle;
}
.photo-panel .photo-view-h>p{
    width: 991px;
    height: 592px;
    margin: 15px auto;
}
.photo-panel .photo-view-h span{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 1px;
    color: #0f506c;
}


@-webkit-keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-moz-keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
        -moz-transform-origin: top center
    }
    20% {
        -moz-transform: rotate(15deg)
    }
    40% {
        -moz-transform: rotate(-10deg)
    }
    60% {
        -moz-transform: rotate(5deg)
    }
    80% {
        -moz-transform: rotate(-5deg)
    }
    100% {
        -moz-transform: rotate(0deg)
    }
}

.photo-panel .photo-left,
.photo-panel .photo-right {
    /*width: 120px;*/
    float: left;
    margin-top: 220px;
}
.photo-left{
    margin-right: 16px;
}
.photo-right{
    margin-left: 16px;
}

.photo-panel .arrow-prv {
    background: url(../img/le.png);
    width: 62px;
    height: 176px;
    cursor: pointer;
}
.photo-panel .arrow-next {
    background: url(../img/ri.png);
    width: 62px;
    height: 176px;
    cursor: pointer;
}