/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}


.shade,
.img-shade {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
		position: fixed;
    z-index: 99999;
}

.pop {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999;
	display: none;
	transform: translate(-50%,-50%);
	overflow-y: hidden;
	max-width: 1360px;
	max-height: 100%;
}
.pop-box{
	padding: 0 16px;
	background-color: #fff;
	max-height: calc(100vh - 40px);
	overflow-y: hidden;
}


.pop-title {
	position: relative;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 30px;
	color: #000000;
	border-bottom: 1px solid #dddddd;
}

.pop-title .icon-pop-close {
	display: flex;
	width: 50px;
	height: 80px;
	justify-content: flex-end;
	align-items: center;
	font-size: 26px;
	color: #000000;
	cursor: pointer;
}

.pop-cont {
	padding: 30px 0 0;
	overflow: auto;
	max-height: 100%;
}
.pop-slide-box{
	height: 100%;
	overflow: auto;
}
.pop-cont img{
	max-width: 100%;
	max-height: calc(100vh - 228px);
}
.pop-cont .pop-slide-item p{
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #000000;
}


.border-hide {
	width: 100%;
	overflow: hidden;
}