
 @font-face {
    font-family: 'iconfont';  /* Project id 3183780 */
    src: 
        url('//tvtech.cctv.com/photoAlbum/templet/common/DEPA1649842051503543/font_3183780_smslsp8l0v.woff2?t=164') format('woff2'),
         url('//tvtech.cctv.com/photoAlbum/templet/common/DEPA1649842051503543/font_3183780_smslsp8l0v.woff?t=164') format('woff'),
         url('//tvtech.cctv.com/photoAlbum/templet/common/DEPA1649842051503543/font_3183780_smslsp8l0v.ttf?t=164') format('truetype'),
         url('//tvtech.cctv.com/photoAlbum/templet/common/DEPA1649842051503543/font_3183780_smslsp8l0v.svg?t=164#iconfont') format('svg'); 
      /*   
        url('//at.alicdn.com/t/font_3183780_smslsp8l0v.woff2?t=1646017922770') format('woff2'),
         url('//at.alicdn.com/t/font_3183780_smslsp8l0v.woff?t=1646017922770') format('woff'),
         url('//at.alicdn.com/t/font_3183780_smslsp8l0v.ttf?t=1646017922770') format('truetype'),
         url('//at.alicdn.com/t/font_3183780_smslsp8l0v.svg?t=1646017922770#iconfont') format('svg'); */
  }
  
  
 *{
  margin: 0;
  padding: 0;
}
body{
 overflow:hidden;
 margin:0;
 padding:0;
 width: 100vw;
 height: 100vh;
}

/* 全屏样式 */

  /* deeper elements */
  :-webkit-full-screen body {
    width: 100%;
    height: 100%;
  }
  

.paper-container{
 position: relative;
}

.page-header{
 /* position: absolute;
 left: 0;
 top: 0; */
 width: 100%;
 height: 75px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 background-color: #ffffff;
 z-index: 2;
}

.logo{
 margin-left: 70px;
 margin-right: 42px;

 position: relative;
 height: 51px;
 width: 200px;
}
.logo:hover{
    cursor: pointer;
}
.logo img{
    width: 100%;
    height: 100%;
}
/* .logo:hover::after{
    position: absolute;
    left: 45px;
    top: 20px;
    padding: 5px;
    background-color: #0095ff;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
   
    content: attr(title);
    z-index: 2;
} */

/* 头部栏 */
.header-left{
    display: flex;
}

.header-right{
    display: flex;
    margin-left: 18px;
    height: 65px;
    align-items: center;
    z-index: 999;
}
.header-right figure{
    margin-right: 32px;
    font-family: "iconfont";
    font-size: 25px;
    color: #9a9a9a;
}
.header-data{
    display: flex;
    align-items: center;
   
}
.header-select{
    position: relative;
    box-sizing: border-box;
    height: 34px;
    width: 130px;
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 12px;
    color: #666565;
    border:2px solid #d0cfcf;
    line-height: 30px;
    padding-left: 10px;
}
.header-selected{
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header-option-icon{
    content: '';
    border-top: 7px solid #727171;
    border-left: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    border-bottom: 7px solid #ffffff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-25%);
    /* transform: translateY(-25%) rotateX(180deg); */
}
.header-option{
    display: none;
    position: absolute;
    left: 0;
    top:32px ;
    border: 1px solid #d0cfcf;
    border-top: none;
    width: 100%;
    background-color: #ffffff;
    max-height: 120px;
    overflow: auto;
    text-indent:1em;
    white-space: nowrap;
    z-index: 8;
}
.header-select:hover{
    cursor: pointer;
}
.header-right figure:hover{
    cursor: pointer;
}
.header-right .header-download{
    margin-right: 55px;
}
.footer-tools{
	position: fixed;
	left: 50%;
	bottom: 36px;
    transform: translate(-50%);
	height: 48px;
	z-index: 9999;
	width: 370px;
    border: 1px solid rgb(180, 184, 203);
    border-radius: 4px;
    background-color: rgba(255,255,255, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer-tools div{
    cursor: pointer;
    font-family: "iconfont";
    font-size: 24px;
    color: #606567;
}

.tools-back{
    display: none;
}
.footer-tools .page{
    font-size: 13px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.footer-tools .page-current{
    font-size: 13px;
}
.footer-tools .page-all{
    font-size: 13px;
}
.footer-tools .smaller{
    color: #999;
}
.header-popup{
    position: absolute;
    right: 14px;
    top: 70px;
    z-index: 9;
}
.msg-outPop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255, 0.5);
    z-index: 99999;
}
.msg-popup{
    position: absolute;
    width: 54%;
    min-width: 1080px;
    height: 523px;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    box-shadow: 5px 5px 5px rgba(0,0,0, 0.4);
    padding: 68px 94px  56px 114px;
}
.list{
    cursor: pointer;
}
.list-outPop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255, 0.5);
    /* overflow: scroll; */
    z-index: 99999;
}
.list-Popup{
    position:absolute;
    left: 50%;
    top: 45%;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    width: 71.5%;
    min-width: 1200px;
    height: 83%;
    border-radius: 14px;
    border: 1px solid #ebebeb;
    box-shadow: 5px 5px 5px rgba(0,0,0, 0.4);
    padding: 100px 70px 70px 70px;
  
}
.list-title{
    width: 80px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid rgb(130, 130, 130);
    font-size: 17px;
    color: rgb(130, 130, 130);
    line-height: 36px;
    text-align: center;
    letter-spacing: 10px;
    padding-left: 10px;
    position: absolute;
    left: 70px;
    top: 30px;
}
.list-cancel{
    position: absolute;
    right: 33px ;
    top: 33px;
    font-size: 21px;
    width: 21px;
    height: 21px;
    color: #918883;
    cursor: pointer;
    font-family: 'iconfont';
}
.list-cancel img{
    width: 100%;
    height: 100%;
}
.list-body{
    display: flex;
    flex-wrap: wrap;
    
}
.list-card:nth-child(2n-1){
    width: 42%;
 
    margin-bottom: 16px;
}
.list-card:nth-child(2n){
    width: 42%;
 
    margin-bottom: 16px;
}
/* 新 */
.list-card-title{
    border-left: 1px solid rgb(88, 162, 222);
    font-size: 18px;
    color:rgb(83, 131, 181);
    padding-left: 12px;
    line-height: 42px;
    background-image: linear-gradient(to right,rgb(180,225,248),rgb(255,255,255));
    margin-bottom: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    /* -webkit-line-clamp:1; */
}
.list-msg{
    height: 48px;
    border-bottom: 2px solid rgb(227, 227, 227);
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    line-height: 20px;
}
.list-msg em{
    font-size:15px;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.list-msg-page{
    width: 10%;
}
.list-msg-name{
    width: 69%;
    text-overflow:ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    margin-right:10px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:2;
}
.list-msg-article{
    width: 21%;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:1;
}
/* 旧 */
/* .list-card-title{
    height: 42px;
    border-left: 1px solid rgb(88, 162, 222);
    font-size: 18px;
    color:rgb(83, 131, 181);
    padding-left: 12px;
    line-height: 42px;
    background-image: linear-gradient(to right,rgb(180,225,248),rgb(255,255,255));
    margin-bottom: 10px;
} */
/* .list-msg{
    height: 38px;
    border-bottom: 2px solid rgb(227, 227, 227);
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
} */
/* .list-msg em{
    font-size:15px;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.list-msg-page{
    width: 37px;
}
.list-msg-name{
    width: 69%;
    display: block;
    text-overflow:ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    margin-right:10px;
}
.list-msg-article{
   min-width: 50px;
} */
.msg-body{
    display: flex;
    justify-content: space-between;
}
.pm-list-cancel{
    display: none;
}
.msg-picture{
    width: 150px;
    height: 210px;
    border: 1px solid #ebebeb;
    margin-right: 77px;
    flex: 1;
}
.msg-picture figure img{
    width: 100%;
    height: 100%;
}
.msg-middle{
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 4px;
}
.msg-middle section{
    display: flex;
    font-size: 14px;
    color: #7b7a7a;
}
.msg-middle section div:nth-child(1){
    margin-right: 37px;
    color: #7b7a7a;
    font-weight: bold;
}
.msg-right{
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 4px;
}
.msg-right section{
    display: flex;
    font-size: 14px;
    color: #7b7a7a;
}
.msg-right section div:nth-child(1){
    margin-right: 37px;
    color: #7b7a7a;
    font-weight: bold;
}
.msg-cancel{
    position: absolute;
    right:18px ;
    top: 22px;
    font-size: 21px;
    width: 21px;
    height: 21px;
    color: #918883;
    cursor: pointer;
    font-family: 'iconfont';
}
.msg-cancel img{
    width: 100%;
    height: 100%;
}
.msg-title{
    width: 86px;
    height: 34px;
    border: 1px solid #787a7a;
    border-radius: 8px;
    line-height: 34px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 15px;
}
.msg-content{
    line-height: 32px;
    font-size: 16px;
    color: rgb(113,113, 113);
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 4; */
    overflow: hidden;
    height: auto;
}
.pm-msg-cancel{
    display: none;
}
.list-body{
    height: 100%;
    overflow-y: scroll;
    justify-content: space-between;
    padding-right: 70px;
}
.pm-share-outPop{
    display: none;
}
.share-icon{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 260px;
    height: 90px;
    background-color: #ffffff;
    font-size: 8px;
}
.share-icon img{
    width: 40px;
    height: 40px; 
}
.share-icon figure{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.share-icon i{
    display: block;
    margin-top: 6px;
}
.share-cancel{
    height: 25px;
    width: 260px;
    line-height: 25px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    font-size: 12px;
    border-top: 1px solid #e9e8e8;
    cursor: pointer;
   
}
/* 视图层 */
.magazine-viewport{
    background:url(https://p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1649842051503543/bg.png) no-repeat center center;
    background-size: cover;
    
}
.magazine-viewport .container{
	position:absolute;
	top: 50%;
	left: 50%;
	width: 702px;
	height: 508px;
	box-sizing: border-box;
}
.container-out{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}

.magazine-viewport .magazine{
	width: 702px;
	height: 508px;
	left: 0;
	top: 30px;
    margin-top: 0 !important;
}

.magazine-viewport .page{
	width: 461px;
	background-color:white;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.magazine-viewport .zoomer .region{
	display:none;
}

.magazine .region{
    display: none;
	position: absolute;
	overflow: hidden;
	background:#0066FF;
	opacity: 0.2;
	border-radius: 10px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}

.magazine .region:hover{
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.magazine .region.zoom{
	opacity: .01;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
}

.magazine .region.zoom:hover{
	opacity:0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}

.magazine .page{
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.magazine-viewport .page img{
	user-select: none;
	margin:0;
}

.magazine .even .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}

.magazine .odd .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
	background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

.magazine-viewport .zoom-in .even .gradient,
.magazine-viewport .zoom-in .odd .gradient{
	display:none;
}

.magazine-viewport .loader{
	background-image:url(https://p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1649842051503543/loader.gif);
	width:22px;
	height:22px;
	position:absolute;
	/* top:280px;
	left:219px; */
    top:50%;
	left:50%;
    transform: translate(-50%,-50%);
}

.magazine-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}

.magazine-viewport .next-button,
.magazine-viewport .previous-button{
	position:fixed;
	top:30%;
	width:50px;
	height:300px !important;
	cursor: pointer;
	user-select: none;
}
.magazine-viewport .next-button{
	right:0px;
	color: #ffffff;
	text-align: center;
	line-height: 300px;
	font-size: 58px;
	/* -webkit-border-radius:0 15px 15px 0; */
	-moz-border-radius:0 15px 15px 0;
	-ms-border-radius:0 15px 15px 0;
	-o-border-radius:0 15px 15px 0;
}

.magazine-viewport .previous-button{
	left:0px;
	color: #ffffff;
	text-align: center;
	line-height: 300px;
	font-size: 58px;
	/* -webkit-border-radius:15px 0 0 15px; */
	-moz-border-radius:15px 0 0 15px;
	-ms-border-radius:15px 0 0 15px;
	-o-border-radius:15px 0 0 15px;
}

.magazine-viewport .previous-button-hover,
.magazine-viewport .next-button-hover{
	background-color:rgba(0,0,0, 0.8);
}

.magazine-viewport .previous-button-hover,
.magazine-viewport .previous-button-down{
	background-position:-4px 284px;
	background-repeat:no-repeat;

}

.magazine-viewport .previous-button-down,
.magazine-viewport .next-button-down{
	background-color:rgba(0,0,0, 0.4);
}

.magazine-viewport .next-button-hover,
.magazine-viewport .next-button-down{
	background-position:-38px 284px;
	background-repeat:no-repeat;
}

.magazine-viewport .zoom-in .next-button,
.magazine-viewport .zoom-in .previous-button{
	display:none;
}

.animated{
	-webkit-transition:margin-left 0.5s;
	-moz-transition:margin-left 0.5s;
	-ms-transition:margin-left 0.5s;
	-o-transition:margin-left 0.5s;
	transition:margin-left 0.5s;
}

/* 缩略图层 */
.thumbnails-out{
    position:fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 999;
}
.thumbnails{
	position:absolute;
	top:50%;
    transform: translate(0,-50%);
	left:0;
	width:100%;
	height: 340px !important;
	/* z-index:109; */
	background-color: rgba(30, 66, 129, .6);
    
}
.thumbnails_pc{
    display: flex;
    align-items: center;
    margin: 50px 60px 0 60px;
    margin-top: 50px !important;
    
}
.thumbnails_mb{
    display: none;
}
.thumbnails > div{
	/* width:1050px;
	height:100px;
	margin:20px auto; */
    
}

.thumbnails_pc_out{
	margin:0;
	padding:0;
	text-align:center;
    overflow-x: auto;
    display: flex;
    height: 270px;

	/* -webkit-transform:scale3d(0.5, 0.5, 1);
	-moz-transform:scale3d(0.5, 0.5, 1);
	-o-transform:scale3d(0.5, 0.5, 1);
	-ms-transform:scale3d(0.5, 0.5, 1);
	transform:scale3d(0.5, 0.5, 1);
	-webkit-transition:-webkit-transform ease-in-out 100ms;
	-moz-transition:-moz-transform ease-in-out 100ms;
	-ms-transition:-ms-transform ease-in-out 100ms;
	-o-transition:-o-transform ease-in-out 100ms;
	transition:transform ease-in-out 100ms; */
}
.thumbnails_pc_out::-webkit-scrollbar{
   
    height: 7px;
    background-color: #1e4277;
    border-radius: 7px;
}
.thumbnails_pc_out::-webkit-scrollbar-thumb{
    height: 7px;
    background-color: #a4dbf4;
    border-radius: 7px;
} 
.thumbanils-touch ul{
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
}

.thumbnails-hover ul{
	/* -webkit-transform:scale3d(0.6, 0.6, 1);
	-moz-transform:scale3d(0.6, 0.6, 1);
	-o-transform:scale3d(0.6, 0.6, 1);
	-ms-transform:scale3d(0.6, 0.6, 1);
	transform:scale3d(0.6, 0.6, 1); */
}

.thumbnails li{
	list-style:none;
	margin:0 5px;
    display: flex;
    position: relative;
    height: 194px;
    flex-shrink:0 ;
	-webkit-box-shadow:0 0 10px rgba(0,0,0, 0.8);
	-moz-box-shadow:0 0 10px rgba(0,0,0, 0.8);
	-ms-box-shadow:0 0 10px rgba(0,0,0, 0.8);
	-o-box-shadow:0 0 10px rgba(0,0,0, 0.8);
	box-shadow:0 0 10px  rgba(0,0,0, 0.8);
    /*
	-webkit-transition:-webkit-transform 60ms;
	-moz-transition:-webkit-transform 60ms;
	-o-transition:-webkit-transform 60ms;
	-ms-transition:-webkit-transform 60ms;
	transition:-webkit-transform 60ms; */
}
.thumbnails li :hover{
    cursor: pointer;
}

.thumbnails li span{
	display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -35px;
    font-size: 15px;
    color: #bcc2cb;
}

.thumbnails .current{
	/* -webkit-box-shadow:0 0 10px red;
	-moz-box-shadow:0 0 10px red;
	-ms-box-shadow:0 0 10px red;
	-o-box-shadow:0 0 10px red;
	box-shadow:0 0 10px red; */
    
}

.thumbnails .thumb-hover{
	/* -webkit-transform:scale3d(1.3, 1.3, 1);
	-moz-transform:scale3d(1.3, 1.3, 1);
	-o-transform:scale3d(1.3, 1.3, 1);
	-ms-transform:scale3d(1.3, 1.3, 1);
	transform:scale3d(1.3, 1.3, 1);

	-webkit-box-shadow:0 0 10px #666;
	-moz-box-shadow:0 0 10px #666;
	-ms-box-shadow:0 0 10px #666;
	-o-box-shadow:0 0 10px #666;
	box-shadow:0 0 10px #666; */
}

.thumbanils-touch .thumb-hover{
	/* -webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none; */
}

.thumbnails .thumb-hover span{
	/* position:absolute;
	bottom:-30px;
	left:0;
	z-index:2;
	width:100%;
	height:30px;
	font:bold 15px arial;
	line-height:30px;
	color:#666;
	display:block;
	cursor:default; */
}
/* 
.thumbnails img{
	float:left;
} */
.back {
    width: 36px;
    height: 36px;
    transform: rotate(45deg);
    position: absolute;
    border-left: 6px solid #a4dbf4;
    border-bottom: 6px solid #a4dbf4;
    left:20px;
    top: 120px;
}

.advance {
    width: 36px;
    height: 36px;
    transform: rotate(45deg);
    position: absolute;
    border-right: 6px solid #a4dbf4;
    border-top: 6px solid #a4dbf4;
    right:20px;
    top: 120px;
    
}

.exit-message{
	position: absolute;
	top:10px;
	left:0;
	width:100%;
	height:40px;
	z-index:10000;
}

.exit-message > div{
	width:140px;
	height:30px;
	margin:auto;
	background:rgba(0,0,0,0.5);
	text-align:center;
	font:12px arial;
	line-height:30px;
	color:white;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}

.zoom-icon{
	/* position:absolute; */
	display: inline-block;
	z-index:1000;
	width:22px;
	height:22px;
	top:10px;
	right:10px;
	background-image:url(https://p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1649842051503543/zoom-icons.png);
	background-size:88px 22px;
}

.zoom-icon-in{
	background-position:0 0;
	cursor: pointer;
}

.zoom-icon-in.zoom-icon-in-hover{
	background-position:-22px 0;
	cursor: pointer;
}

.zoom-icon-out{
	background-position:-44px 0;
}

.zoom-icon-out.zoom-icon-out-hover{
	background-position:-66px 0;
	cursor: pointer;
}

.bottom{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
/* 底部功能区 */


.tools-zoom{
	display: inline-block;
	height: 45px;
	width: 60px;
}
.tools-thumbnails{
	display: inline-block;
	height: 45px;
	width: 60px;
}
.tools-autoplay{
	display: inline-block;
	height: 45px;
	width: 80px  !important;
}


.page-hover{
	cursor: pointer;
}
.tools-zoom-hover{
  border-bottom: 3px solid  #AB7659;
}
.go-first-hover{
	border-bottom: 3px solid  #AB7659;
	cursor: pointer;
}

.share{
	width: 400px;
	height: 500px;
	background-color: rgba(0,0,0, 0.4);
	display: fixed;
}
.page-hide{
	display: none;
}
.page-input{
	width: 23px;
	height: 13px;
	border: 1px solid rgb(133, 133, 133);
	display: none;
    border-radius: 3px;
}
.page-input:focus{
	
	outline: none;
}
.page-input-show{
	display: inline-block ;
	margin:auto 0;
}
.Popup{
	position:fixed;
	left: 50%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	width: 180px;
  height: 240px;
	background-color: #fff;
	box-shadow: 0 0 7px rgb(189 140 79 / 70%);
	padding: 15px;
	text-align: center;
  display: none;
	z-index: 29;
}
.Popup_show{
	display: flex;
	flex-direction: column;
}
.Popup_qr{
	width: 144px;
	height: 144px;
}
.Popup_share_wx{
	font-size: 18px;
}
.Popup_share{
	display: flex;
	justify-content: space-around;
}
.Popup_share a div{
	display: none;
}
.Popup_wb{
	width: 38px;
	height: 38px;
}
.Popup_wb_mobile{
	display: none;
}
.paper-container-cover{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.8);
	z-index: 19;
}
.paper-container-cover-show{
	display: block;
}
.footer-tools-mobile{
	display: none;
}
.topBar{
    
}
.Popup_close{
	position: absolute;
	top: -10px;
	right: 0;
	font-size: 25px;
	transform: rotate(45deg); 
	-o-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
  cursor: pointer;
}
.search{
	display: none;
}
.close{
    display: none;
}

@media only screen and (max-width: 969px) {
.Popup{
		top: 50%;
}

.footer-tools{
    position: fixed;
	background-color: #ffffff;
    border-radius: 0;
    width: 100%;
    border: none;
    bottom: 0;
    height: 45px;
    font-size: 24px;
    z-index: 999;
 }
 .prev{
     display: none;
 }
 .next{
     display: none;
 }
 .larger{
     /* display: none; */
 }
 .smaller{
     display: none;
 }
 .tools-back{
     display: block;
 }
 .screen{
     display: none;
 }
 .magazine-viewport .previous-button{
	 display: none !important;
 }
 .magazine-viewport .next-button{
	display: none  !important;
}
.magazine-viewport{
    position: fixed !important;
    top: 48px;
    background:url(https://p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1649842051503543/bg.png) no-repeat center center;
    background-size: cover;
                
}
.footer-tools-mobile{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #fff;
	z-index: 20;
	border-top: 1px solid #AB7659;
	background-color: #F4E6D7;
	display: flex;
	justify-content: space-between;
 }
 .footer-tools-mobile span{
	 width: auto;
 }
 .tools-zoom{
	 margin-left: 10px;
 }
 .tools-share{
	 margin-right: 10px;
 }
 /* 缩略图层 */
 .thumbnails-out{
    height:100vh;
    background-color: rgba(0,0,0,0) ;
   /* top: 47px ; */
    z-index: 99999;
 }
 .thumbnails{
	 width: 100%;
	 height:100% !important;
	 background-color: rgba(0,0,0,0.7) ;
	 top: 0;
     left: 0;
     transform: translate(0 ,0);
 }
.thumbnails_mb{
	 display: flex;
     justify-content: center;	 
     margin-top: 47px!important;
     height:75%;
     z-index: 9999999;
 }
.thumbnails_mb ul {
    margin-top: 0;
    box-sizing: border-box;
    margin-bottom: 30px;
    
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    height: 100%;
    /* justify-content: space-between; */
    padding: 0 25px;
    width: 75%;
    z-index: 9999999;
}
.thumbnails_mb img{
    width: 100%;
    height: 75%;
}
 .thumbnails_pc{
     display: none;
 }
 
 .thumbnails_mb li{
	position: relative;
    height: 25%;
    width: 28%;
    margin-left: 0;
    margin-right: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: none;

}
.thumbnails_mb li span{
	color: #ffffff;
	position: static;
    transform: translate(0);
    height: 25%;
    display: flex;
    align-items: center;
	font-size: 8px;
    
}
.thumbnails_mb div::-webkit-scrollbar{
    display: none;
}
.thumbnails_mb-cancel{
    font-family: 'iconfont';
    position: fixed;
    left: 50%;
    bottom: 10vh;
    transform: translate(-50%);
    color: #ffffff;
    font-size: 28px;
    z-index: 9999999;
}
.advance{
    display: none;
}
.back{
    display: none;
}
.page-header{
    position: fixed;
    top: 0;
    height: 48px;
    align-items: center;
}
.header-data{
    display: flex;
}
.header-right > figure{
    display: none;
}
.header-left{
    flex: 1;
    display: flex;
    align-items: center;
}
.logo img{
    width: 96px;
    height: 25px;
}
.logo{
    margin-left: 15px;
    height: 25px;
    margin-right: 15px;
    width: auto;
}
.header-right{
    flex: 1;
    justify-content: right;
    height: 18px;
}
.header-right .header-share{
    display: block;
    margin-right: 27px;
    font-size: 18px;
}
.header-right .header-msg{
    display: block;
    margin-right: 27px;
    font-size: 18px;
}

 .topBar{
	 display: block;
	 color: #ffffff;
	 text-align: center;
	 font-size: 18px;
 }


 .middle{
	 display: none;
	 position: absolute;
	 top: -100%;
	 background-color: rgba(0,0,0, 0.8) ;
	 color: #ffffff;
	 z-index: 19;
 }
 .middle_show{
	 display: flex;
	 justify-content: space-around;
	 width: 100%;
 }
 .middle span{
	 width: 48px;
	 
 }
 .page-input{
	 width: 25px;
 }

 .paper-container-cover-show{
	 display: none;
 }
 .Popup_qr{
	 display: none;
 }
 .Popup_share_wx{
	 display: none;
 }
 .Popup{
	 width: 100%;
	 height: 100px;
	 background-color: red;
	 bottom: 0;
	 background-color: rgba(0,0,0, 0.9);
 }
 .Popup_share{
	 text-align: center;
	 margin: auto;
	 width: 95%;
	 justify-content: left;
	 
 }
 .Popup_share a{
	 margin-right: 30px;
	 text-decoration:none;
	 color: #ffffff;
 }
 .Popup_share a:nth-child(2){
	display: none;
 }
 .Popup_share a div{
	 display: block;
 }
 .Popup_wb{
	 display: none;
 }
 .Popup_wb_mobile{
	 display: block;
	 width: 50px;
	 height: 50px;
 }
 /* 移动端分享弹窗 */
 .pm-share-outPop{
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
}
.pm-share-pop{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 265px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px 10px 0 0 ;

}
.pm-share-top-bar{
    border-top: 1px solid #e5e6e6;
    border-bottom: 1px solid #e5e6e6;
    border-radius: 10px 10px 0 0;    
    height: 55px;
    width: 100%;
}
.pm-share-line{
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background-color: #c9caca;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 8px;
}
.pm-share-title{
    font-size: 14px;
    color: #595757;
    position: absolute;
    left: 50%;
    top: 22px;
    transform: translate(-50%);
}
.pm-share-icon{
    height: 144px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}
.pm-share-icon figure{ 
    display: flex;
    height: 72px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
}
.pm-share-icon img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.pm-share-cancel{
    height: 64px;
    border-top: 1px solid #f3f3f3;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}
/* 移动端信息弹窗 */
.msg-outPop{
    /* z-index: 999999; */
    background-color: rgba(0, 0, 0, 0.65);
}
.msg-popup{
    height: auto;
    width: 97%;
    min-width: 0;
    position: absolute;
    left: 50%;
    /* top: 25%;
    transform: translate(-25%); */
    padding: 22px 10px 28px 10px;
    border: 1px solid #ebebeb;
}
.msg-cancel{
    display: none;
}
.msg{
    display: none;
}
.msg-picture{
    display: none;
}
.msg-middle{
    height: auto;
    width: 45%;    

}
.msg-right{
    width: 50%;
}
.msg-middle section div:nth-child(1){
    margin-right: 16px;
    font-size: 10px;
    min-width: 72px;
    
}
.msg-middle section div{
    font-size: 10px;
    line-height: 28px;    
    overflow: hidden;
    white-space: nowrap;
    
    text-overflow: ellipsis;
}

.msg-right section div:nth-child(1){
    margin-right: 16px;
    font-size: 10px;
    min-width: 72px;
}
.msg-right section div{
    font-size: 10px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    
    text-overflow: ellipsis;
}

.pm-msg-cancel{
    font-family: 'iconfont';
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    bottom: 10vh;
    color: #ffffff;
    font-size: 28px;
    display: block;
    
}
.msg-title{
    margin: 15px 0 7px 0;
    width: 50px ;
    height: 20px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    font-size: 10px;
    line-height: 20px;
    color: #7e7d7d;
}
.msg-content{
    font-size: 9px;
    line-height: 18px;
    width: 100%;
    /* height: 90px;
    overflow: hidden;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 6; */
}
/* 目录浮层 */
.list-outPop {
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.65);
}
.list-Popup{
  width: 98%;
 
  height: 375px;
  box-shadow: none;
  padding: 0;
  min-width: 0;
}
.list-cancel{
    display: none;
    
}
.list-title{
    width: 45px;
    height: 22px;
    color: #7e7d7d;
    border: 2px solid #cbcbcb;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 5px;
    padding-left: 5px;
    left: 50%;
    top: 10px;
    transform: translate(-50%);

}
.list-body{
    height: 310px;
    margin: 40px 10px 10px 10px;
    width: calc(100% - 10px);
}
.list-card:nth-child(2n){
    width: 100% ;
    box-sizing: border-box;
    padding-right: 10px;
    margin: 0;
}
.list-card:nth-child(2n-1){
    width: 100%;
    box-sizing: border-box;
    padding-right: 10px;
    margin: 0;
    margin-bottom: 10px;
}
.list-card-title{
    /* height: 26px; */
    font-size: 10px;
    line-height: 26px;
    margin-bottom: 8px;
}
.list-msg{
    height: 23px;
    line-height: 23px;
    font-size: 10px;
    white-space:nowrap;
    cursor: pointer;
}
.list-msg em{
    font-size:10px
}
.pm-list-cancel{
    display: block;
    font-family: 'iconfont';
    position: fixed;
    left: 50%;
    bottom: 10vh;
    transform: translate(-50%);
    color: #ffffff;
    font-size: 28px;
}

}
@media screen and (orientation: landscape) {
    .list-Popup{
        height: 80vh;
       /* width: auto; */
       overflow-y: scroll;
        overflow-x: hidden;
    }
    .msg-popup{
        height: 50vh;
        width: 58%;
        overflow: scroll;
    }
    .list-body{
        overflow-y: scroll;
        overflow-x:hidden;
    }
    .pm-list-cancel{
        bottom:3vh
    }
    .thumbnails_mb li{
        height: 100%;
        width: 28%;
        /* width: auto; */
    }
    .thumbnails_mb ul{
        height: 88%;
    }
}
