@charset "utf-8";

.picPreviewWrap .ad-areaOne a{
    width: 200px;
    height: 150px;
    position: relative;
    display: block;
}
.picPreviewWrap .ad-areaOne .nextPic{
    width: 101px;
    height: 76px;
    max-height: 76px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.picPreviewWrap .picCenEight{
    display: none;
}
.picPreviewWrap .ad-areaOne a {
    width: 101px;
    height: 76px;
    position: relative;
    display: block;
}
.picPreviewWrap .lastPage {
    width: 834px !important;
    margin: 223px auto !important;
    height: 82px !important;
    padding: 0 30px !important;
    box-sizing: border-box !important;
}
.picPreviewWrap .stage {
    position: relative;
    width: 100%;
    height: 100%;
}
.picPreviewWrap aside{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.picPreviewWrap .carousel {
    overflow: hidden;
    position: relative;
}
.picPreviewWrap .carousel ul {
    width: 20000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.picPreviewWrap .carousel li {
    float: left;
}
.picPreviewWrap .prev-stage,
.picPreviewWrap .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 56px;
    height: 410px;
    color: #fff;
}
.picPreviewWrap .prev-stage {
    left: 0;
}
.picPreviewWrap .next-stage {
    right: 0;
}
.picPreviewWrap .prev-stage:hover span,.picPreviewWrap .next-stage:hover span {
    background: rgba(0, 0, 0, .3);
}
.picPreviewWrap .prev-stage:hover span,
.picPreviewWrap .next-stage:hover span {
    /*background: rgba(0, 0, 0, .3);*/
    /*display: block; */
}

.picPreviewWrap .prev-stage span,
.picPreviewWrap .next-stage span {
    position: absolute;
    top: 45%;
    width: 40px;
    height: auto;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 5px;
    background: rgba(0, 0, 0, .3);
}
.picPreviewWrap .prev-stage span>i{
    display: block;
    width: 16px;
    height: 28px;
    background: url("../../../../info/jsp/picNews/img/arrowL_big.png");
    background-size: 100%;
    margin: 0 auto;
}
.picPreviewWrap .next-stage span>i{
    display: block;
    width: 16px;
    height: 28px;
    background: url("../../../../info/jsp/picNews/img/arrowR_big.png");
    background-size: 100%;
    margin: 0 auto;
}
.picPreviewWrap .prev-stage span {
    left: 0;
}
.picPreviewWrap .next-stage span {
    right: 0;
}
.picPreviewWrap .carousel-stage{
    position: relative;
    /*text-align: center;*/
    /*text-align: -webkit-center;*/
    /*text-align: -moz-center;*/
    /*vertical-align: middle;*/
    /*display: table-cell;*/
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.picPreviewWrap .carousel-stage img{
    display: none;
}
.picPreviewWrap .carousel-stage img:nth-child(1){
    display: block;
}
.picPreviewWrap .curBlock{
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
}
.picPreviewWrap .firstPage,
.picPreviewWrap .prevPage,
.picPreviewWrap .nextPage,
.picPreviewWrap .lastPage {
    font-family: "微软雅黑", "Microsoft YaHei", "黑体简体", "Arial regular,helvetica regular", serif !important;
}
.picPreviewWrap .picNewsBox {
    flex: 1;
    display: flex;
}
.picPreviewWrap .leftPicBox {
    height: 100%;
    background: #fff;
}
.picPreviewWrap #adBox {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 335px;
    width: 285px;
    padding: 0 16px 5px 0;
}


.picPreviewWrap .leftPic-top {
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}


.picPreviewWrap .rightPicBox {
    width: 362px;
    background: #fff;
    height: 528px;
    position: relative;
    overflow: hidden;
}
.picPreviewWrap .leftPic-center {
    background: #eee;
    clear: both;
    width: 300px;
    position: relative;
    padding-left: 16px;
}
.picPreviewWrap .exit{
    position: absolute;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-top: 20px;
    top: -25px;
    right: -27px;
    text-align: right;
    background:rgba(0,0,0,.5) url("../../img/icon/close.png") no-repeat 11px 30px;
    cursor: pointer;
}
.picPreviewWrap .curPicCen .btnControl{
    width: 54px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: stretch;
    justify-content: center;
    height: 100%;
}

.picPreviewWrap .curPicCen .imgControl{
   position: absolute;
    bottom: 10px;
    left:0;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between
}
.picPreviewWrap .curPicCen .imgControl>div{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.picPreviewWrap .curPicCen>div i {
    width: 20px;
    height: 20px;
    background-size: contain !important;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
}
.picPreviewWrap .descShowWrap{
    width: 205px;
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 10px;
}
.picPreviewWrap .descShowWrap .descTxt:first-child{
    display: inline-block;
}
.picPreviewWrap .descShowWrap .descTxt{
    max-height: 90%;
    overflow: auto;
    display: none;
}
.picPreviewWrap .descShowWrap .descTxt p{
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.picPreviewWrap .descShowWrap .descTxt span{
    color: #999999;
    font-size: 12px;
    display: block;
    margin: 13px 0;
}
.picPreviewWrap .descShowWrap .descTxt pre{
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #424242 !important;
    border: none !important;
    background: none !important;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    word-break: break-all;
    outline: 0;
    width: 100%;
    overflow: hidden;
    text-align: left;
    font-family: "Microsoft YaHei", "黑体简体", "Arial regular,helvetica regular", serif !important;
}
.picPreviewWrap #picCenOne>i{
    display: none;
}
.picPreviewWrap #picCenOne>i:nth-child(1){
    display: none;
}

.picPreviewWrap .picCenTwo>i:nth-child(1) {
    background: url('../../img/icon/sx.png') no-repeat;
}

.picPreviewWrap .picCenTwo>i:nth-child(3) {
    background: url('../../img/icon/fd.png') no-repeat;
}
.picPreviewWrap .picCenTwo{
    display: flex;
}
.picPreviewWrap .picCenTwo span{
    margin: 0 5px;
    width: 42px;
    text-align: center;
}

.picPreviewWrap .pixCenThree>a>i {
    display: block;
    width: 100%;
    background: url("../../img/icon/ck.png") no-repeat center center;
    margin-bottom: 10px;
}
.picPreviewWrap .goBack>a>i {
    display: block;
    width: 100%;
    background: url("../../img/icon/goback.png") no-repeat center center;
}
.picPreviewWrap .pixCenThree>a,
.goBack a{
    color: #3a3a3a;
    display: block;
    text-decoration: none;
    text-align: center;
}

.picPreviewWrap .picCenFour>a {
    color: #424242;
    text-decoration: none;
}

.picPreviewWrap .picCenFour>a:hover {
    color: #757575;
    text-decoration: none;
}

.picPreviewWrap .picCenSix {
    position: relative;
}

.picPreviewWrap .curPicCen>div>span {
    margin-left: 5px;
}
.picPreviewWrap #picCenOne>span {
    margin-left: 0;
    margin-right: 5px;
}
.picPreviewWrap .curPicCen>div.picCenTwo>span {
    margin-right: 5px;
}
.picPreviewWrap .curRightPic {
    margin: 0 68px 0 20px;
}
.picPreviewWrap .rightPic-top{
    overflow: hidden;
}
.picPreviewWrap #adBox>li {
    display: none;
}

.picPreviewWrap #adBox>li:nth-child(1) {
    display: block;
}
.picPreviewWrap .rightPic-top>h3 {
    color: #424242;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
}

.picPreviewWrap .rightPic-top>span {
    color: #999999;
    font-size: 12px;
    margin: 10px 0;
    display: block;
}

.picPreviewWrap .rightPic-top p,
.picPreviewWrap #adBox li {
    color: #424242;
    font-size: 14px;
    line-height: 22px;
    width:280px;
    padding: 0;
}

.picPreviewWrap .rightPic-center {
    margin-top: 24px;
}

.picPreviewWrap .rightPic-center>div {
    float: left;
}
.picPreviewWrap .rightPic-c-right {
    display: inline-block;
    width: 46px;
    height: 20px;
    color: #fff;
    border-radius: 2px;
    background-color: #1e88e5;
    text-align: center;
    line-height: 20px;
    margin: 10px auto;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

.picPreviewWrap .rightPic-c-right:hover {
    background: #197ACE;
}
.picPreviewWrap .rightPic-bottom {
    width: 230px;
    position: absolute;
    bottom: 0;
}
.picPreviewWrap .rightPic-b-top {
    margin-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #bbb;
}
.picPreviewWrap .rightPic-b-top>h4 {
    display: inline-block;
    color: #212121;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: -2px;
    line-height: 10px;
    background: #fff;
}

.picPreviewWrap .rightPic-b-center>ul {
    overflow: hidden;
    margin: 5px -5px !important;
}

.picPreviewWrap .rightPic-b-center>ul>li {
    float: left;
    width: 70px;
    height: 53px;
    margin: 5px;
    position: relative;
    border: 1px solid #e0e0e0;
}

a[href |="#"]>img {
    cursor: pointer !important;
}
.picPreviewWrap .ad-logo {
    position: absolute;
    padding-left: 6px;
    padding-right: 8px;
    z-index: 1;
    bottom: 5px;
    right: 5px;
    background: rgba(33, 33, 33, 0.9);
    height: 18px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 18px;
    border-radius: 100px;
}

.picPreviewWrap .ad-areaOne .ad-logo {
    bottom: 2px;
    right: 2px;
}

.picPreviewWrap .ad-areaOne>li {
    float: none;
    margin: 10px auto 0;
    width: 101px;
    height: 76px;
}
.picPreviewWrap .ad-logo-pic {
    float: right;
    width: 11px !important;
    height: 9px !important;
    border: none !important;
    margin-left: 2px;
    vertical-align: sub;
    margin-top: 4px;
}

.picPreviewWrap .right-wrap-one {
    width: 148px;
    height: 148px;
    margin-bottom: 20px;
}

/*页面二屏*/
.picPreviewWrap .right-wrap-one>a>img {
    width: 100%;
    height: 100%;
}

.picPreviewWrap .left-wrap {
    padding: 0 38px 0 37px !important;
}

.picPreviewWrap .right-wrap-two {
    width: 148px;
    height: 254px;
}

/*最后一页*/
.picPreviewWrap aside {
    background: #2C2C2C;
    color: #ffffff;
}

.picPreviewWrap .lastPage {
    width: 834px;
    margin: 233px auto;
    height: 82px;
    padding: 0 30px;
    box-sizing: border-box;
}

.picPreviewWrap .lastPage-top {
    font-size: 20px;
    margin-bottom: 12px;
}

.picPreviewWrap .lastPage-center {
    overflow: hidden;
}

.picPreviewWrap .lastPage-center>p {
    float: left;
    font-size: 14px;
    line-height: 24px;
    width: 480px;
}

.picPreviewWrap .lastPage-center>a {
    float: left;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

.picPreviewWrap .lastPage-center>a:nth-child(2) {
    margin-left: 20px;
    border: 1px solid #FFFFFF;
    line-height: 36px;
}

.picPreviewWrap .lastPage-center>a:nth-child(2):hover {
    background: #fff;
    color: #2C2C2C;
}

.picPreviewWrap .lastPage-center>a:nth-child(3) {
    margin-left: 10px;
    background: #1E88E5;
}

.picPreviewWrap .lastPage-center>a:nth-child(3):hover {
    background: #197ACE;
}

.picPreviewWrap .lastPage-bottom {
    margin-top: 30px;
    padding: 30px;
    border: 1px solid #5E5E5E;
    border-radius: 4px;
    position: relative;
    height: 330px;
}

.picPreviewWrap .lastPage-bottom>span {
    color: #999999;
    font-size: 14px;
    position: absolute;
    left: 362px;
    top: -10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #2c2c2c;
}

.picPreviewWrap .lastPageBleft {
    float: left;
    width: 340px;
}

.picPreviewWrap .lastPageBleft>ul>li {
    width: 160px;
    float: left;
}

.picPreviewWrap .lastPageBleft>ul>li:nth-child(1) {
    margin-right: 20px;
    margin-bottom: 20px;
}

.picPreviewWrap .lastPageBleft>ul>li:nth-child(3) {
    margin-right: 20px;
}

.picPreviewWrap .lastPageBleft>ul>li dt {
    height: 120px;
    position: relative;
}

.picPreviewWrap .lastPageBleft dd {
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.picPreviewWrap .lastPageBleft dd:hover {
    text-decoration: none !important;
    color: #428bca;
}

.picPreviewWrap .lastPageBright {
    float: right;
    width: 340px;
    height: 282px;
}

.picPreviewWrap .lastPageBleft a {
    color: #FFFFff;
}

/*end*/

/*全屏样式*/
.picPreviewWrap .allScreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100% !important;
    height: 100%;
    background: #333;
}

.picPreviewWrap .spanScreen {
    position: fixed;
    top: 10px;
    left: 60px;
    font-size: 18px;
    z-index: 100;
    pointer-events: none;
    color: #999;
}

.picPreviewWrap .boxScreen {
    position: relative;
    padding-top: 0;
    margin: 0 auto;
    background: #333;
}

.picPreviewWrap .leftPic-top-screen {
    background: transparent !important;
    border-color: transparent !important;
}

.picPreviewWrap .twoScreen {
    position: fixed;
    z-index: 100;
    top: 10px;
    right: 117px;
    border-right: none !important;
    background: rgba(0, 0, 0, .3);
    border-radius: 4px;
    height: 32px !important;
    line-height: 32px !important;
    padding: 0 10px !important;
    color: #FFFFff !important;
    font-size: 14px !important;
}

.picPreviewWrap .curiScreen {
    bottom: 70px !important;
}

.picPreviewWrap .leftPic-bottom-scree {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

/*end*/
/* 下一图集 */
.picPreviewWrap .rightPic-b-center {
    height: 86px;
}


.picPreviewWrap{
    width: 100%;
    height: 100%;
    background: #fff;
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: 99;

}
.pic-warp{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row;
    position: static;
}



