@charset "utf-8";
/* CSS Document */



#photoshow{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background-color: #000;
	overflow:hidden;
	z-index: 99999;
}

#photoshow-header {
	height:30px;
	width:100%;
	overflow:hidden;
}
#photoshow-header #photo-title{
	float:left;
	width:-moz-calc(100% - 50px);
    width:-webkit-calc(100% - 50px);
    width: calc(100% - 50px);
	line-height: 30px;
	color:#FFF;
	overflow: hidden;
	cursor: pointer;
}
#photoshow-header #photo-title i{
	padding: 8px 10px;
}
#photoshow-header #line-share{
	float:right;
	width:30px;
	height:30px;
	padding-: 5px;
}

#photoshow-content{
	width: 100%;
    height: calc(100vh - 30px);
	overflow:hidden;
}
.owl-photo {
	padding-bottom:30px;
	position:relative;
}
.owl-photo .owl-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-photo .owl-nav{
}
.owl-photo .owl-nav [class*=owl-] {
    color: #000;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-photo .owl-dots .owl-dot{
    display:none;
    zoom: 1;
}

.owl-photo .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-photo .owl-dots .owl-dot.active span, 
.owl-photo .owl-dots .owl-dot:hover span {
    background: #F00;
}

.owl-photo .item{
	width: 100%;
    height: calc(100vh - 100px);
	margin:20px auto;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.owl-photo .item img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}





/*
.owl-photo .item{
	width: 100%;
	height:100%;
    text-align: center;
    overflow: hidden;
    position: relative;
	
}
.owl-photo .item img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
/*
#photoshow-header {
	width:100%;
	top: 0;
	padding:0 10px;
	overflow: hidden;
}
#photoshow-header #photo-title{
	float:left;
	width:-moz-calc(100% - 30px);
    width:-webkit-calc(100% - 30px);
    width: calc(100% - 30px);
	line-height: 20px;
	overflow: hidden;
}
#photoshow-header #photo-title i{
	padding: 8px 10px;
}
#photoshow-header #photo-title span{
	padding: 0px;
}
#photoshow-header #line-share{
	float:right;
	width:20px;
	height:20px;
	padding-top: 5px;
}



#photoshow-content{
	position:relative;
	width:100%;
  	height:100%;
  	z-index:0;
}



#photoshow-footer {
	bottom:0px;
    border-top: 1px solid rgba(255,255,255,.3);
}




/*
#photoshow{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #000;
	overflow:hidden;
	z-index:10;
	display:none;
}

.photoshow-box{
	position: fixed;
    background: rgba(17,17,17,0.75);
	width: 100%;
    z-index: 1000;
	font-size:14px;
	color:#FFF;
}
.photoshow-box a{
	color:#FFF;
	text-decoration:none;
}

#photoshow-header {
	width:100%;
	top: 0;
	padding:0 10px;
	overflow: hidden;
}
#photoshow-header #photo-title{
	float:left;
	width:-moz-calc(100% - 30px);
    width:-webkit-calc(100% - 30px);
    width: calc(100% - 30px);
	line-height: 20px;
	overflow: hidden;
}
#photoshow-header #photo-title i{
	padding: 8px 10px;
}
#photoshow-header #photo-title span{
	padding: 0px;
}
#photoshow-header #line-share{
	float:right;
	width:20px;
	height:20px;
	padding-top: 5px;
}

#photoshow-footer {
	bottom:0px;
    border-top: 1px solid rgba(255,255,255,.3);
}
#photoshow-footer .photoshow-pagenum{
	display:block;
	padding: 8px 0px;
	width:100px;
	margin:auto;
	font-size:15px;
	text-align:center;
}
#photoshow-footer .prev,
#photoshow-footer .next{
    position:absolute;
    left:2%;
    top:50%;
    margin-top: -10px;
}
#photoshow-footer .next{
    left:auto;
    right:2%;
}


#photoshow-content{
	position:relative;
	width:100%;
  	height:100%;
  	z-index:0;
}



#myPhotoShow {
    margin: 0;
	padding:0;
	width:100%;
    height:100%;
}
#myPhotoShow .carousel-inner{
    font-size:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
#myPhotoShow .carousel-inner .item {
    width:100%;
    height:100%;
    overflow:hidden;
}
#myPhotoShow .carousel-inner > .item > img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: auto;
    width: auto;
    max-width:100%;
    max-height:100%;
    margin:auto;
}



#photoshow-content ul.bd{
    width:100%;
    height:100%;
    overflow: hidden;
}
#photoshow-content ul.bd li{
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width:100%;
    height:100%;
    zoom:1;
    text-align: center;
    vertical-align:middle;
    overflow: hidden;
}
#photoshow-content ul.bd li img {
    display:block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: auto;
    width: auto;
    max-width:100%;
    max-height:100%;
    margin:auto;
}

#photoshow .hd{
    display:none;
}




.ui-loader-default{ display:none}
.ui-mobile-viewport{ border:none;}
.ui-page {padding: 0; margin: 0; outline: 0} 
*/
