.layer{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 50;
}
html,body{height:100%;}
.photolist{
	display: none;
	position: fixed;
	width: 1000px;
	height: 780px;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -390px;
	background-color: #fff;
	z-index: 55;
}
.photolist_comment .swiper-slide .imgContent{
  height: 780px;
}
.photolist .swiper-container {
    width: 100%;
    height: 100%;
}
.photolist .swiper-slide {
    font-size: 14px;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000;
}
.photolist .swiper-pagination{
	font-size: 16px;
	color: #fff;
	text-align: right;
	bottom: 105px;
	box-sizing: border-box;
    padding-right: 12px;
}
.photolist .swiper-pagination-current{
	color: #12add3;
	font-size: 24px;
}
.photolist .swiper-slide .desc{
	color: #fff;
	height: 140px;
	background-color: #1c1c1c;
	padding: 16px 12px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-size: 14px;
}
.photolist .swiper-slide .desc .h1{
	font-size: 16px;
	margin-bottom: 15px;
}
.photolist .swiper-slide .imgContent{
	width: 100%;
	height: 640px;
	overflow:hidden;
	background-color: #1c1c1c;
	overflow-y: auto;
}
.photolist .swiper-slide .imgContent span{
	display: block;
	width: 100%;
	height: 100%;
	text-align:center;

}
.photolist .swiper-slide .imgContent span:before {content: "";display: inline-block;height: 100%;vertical-align: middle;width: 0;}
#box span:before{
    content:"."; /* <a href="http://casinogreece.gr/">????????????</a> 具体的值与垂直居中无关，尽可能的节省字符 */
    margin-left:-5px; font-size:10px; /* 修复居中的小BUG */
    visibility:hidden; /*设置成隐藏元素*/
}
.photolist .swiper-slide .imgContent span img {max-width:100%; max-height:100%;vertical-align:middle;margin-bottom:0;}
.photolist .swiper-slide .imgContent img{
	max-width: 100%;
	width: auto;
	vertical-align:middle;
}
.photolist .swiper-slide .desc .info{
	height: 76px;
	overflow-y:auto; 
}
.photolist .swiper-container .swiper-button-prev{
    background: url(../img/lefticons.png) no-repeat;
    width: 50px;
    height: 200px;
    left: 0;
    top: 50%;
    margin-top: -100px;
    display: none;
}
.photolist .swiper-container .swiper-button-next{
    background: url(../img/lefticons.png) no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width: 50px;
    height: 200px;
    right: 0;
    top: 50%;
    margin-top: -100px;
    display: none;
}
.photolist .swiper-container:hover .swiper-button-prev{
    display: block;
}
.photolist .swiper-container:hover .swiper-button-next{
    display: block;
}

@media (max-width: 999px) { 
	.photolist{
		width: 100%;
		height: 500px;
		margin-top: 0;
		left: 0;
		margin-left: 0;
		top: 50%;
    margin-top: -250px;
	}
	.photolist .swiper-slide{
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.photolist .swiper-slide .imgContent{
		height: 100%;
	}
  .photolist_comment .swiper-slide .imgContent{
    height: 100%;
  }
  .photolist .swiper-slide .desc{
		    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 120px;
    width: 100%;
	}
	.photolist .swiper-pagination{
	bottom: auto;
    top: 6px;
	}
	.photolist .swiper-slide .desc .info{
		    max-height: 60px;
    height: auto;
	}
}
@media (max-width: 736px) { 
    .photolist .swiper-slide .desc {
       position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 120px;
    width: 100%;
	  background: -webkit-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Safari 5.1 - 6 */
  background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Firefox 3.6 - 15*/
  background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* 标准的语法 */
}
.photolist .swiper-slide .imgContent .bgimg{background: url(../img/bgimg.png) no-repeat;    position: absolute;
    width: 100%;
    height: 100%;}
.photolist .swiper-slide .desc .info {
        max-height: 60px;
    height: auto;
}
.photolist .swiper-pagination {
   bottom: auto;
    top: 6px;
}
.photolist .swiper-slide .desc .h1 {
    font-size: 16px;
    margin-bottom: 15px;
    width: 85%;
    overflow: hidden;
}
}
@media (max-width: 667px) { 
.photolist.swiper-slide .desc {
       position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 120px;
    width: 100%;
		  background: -webkit-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Safari 5.1 - 6 */
  background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Firefox 3.6 - 15*/
  background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* 标准的语法 */
}
.photolist .swiper-slide .desc .info {
        max-height: 60px;
    height: auto;
}
.photolist .swiper-pagination {
   bottom: auto;
    top: 6px;
}
.photolist .swiper-slide .desc .h1 {
    font-size: 16px;
    margin-bottom: 15px;
    width: 85%;
    overflow: hidden;
}
}
@media (max-width: 640px) { 
    .photolist .swiper-slide .desc {
       position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 120px;
    width: 100%;
		  background: -webkit-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Safari 5.1 - 6 */
  background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Firefox 3.6 - 15*/
  background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* 标准的语法 */
}
.photolist .swiper-slide .desc .info {
       max-height: 60px;
    height: auto;
}
.photolist .swiper-pagination {
   bottom: auto;
    top: 6px;
}
.photolist .swiper-slide .desc .h1 {
    font-size: 16px;
    margin-bottom: 15px;
    width: 90%;
    overflow: hidden;
}
.photolist .swiper-container .swiper-button-next{
  display: none;
}
.photolist .swiper-container .swiper-button-prev{
  display: none;
}
.photolist .swiper-container:hover .swiper-button-prev{
    display: none;
}
.photolist .swiper-container:hover .swiper-button-next{
    display: none;
}
}
@media (max-width: 568px) { 
.photolist .swiper-slide .desc {
        position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 120px;
    width: 100%;
		  background: -webkit-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Safari 5.1 - 6 */
  background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Firefox 3.6 - 15*/
  background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* 标准的语法 */
}
.photolist .swiper-slide .desc .info {
        max-height: 60px;
    height: auto;
}
.photolist .swiper-pagination {
    bottom: auto;
    top: 6px;
}
.photolist .swiper-slide .desc .h1 {
    font-size: 16px;
    margin-bottom: 15px;
    width: 85%;
    overflow: hidden;
}
}
@media (max-width: 414px) { 
.swiper-slide .desc {
        position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 120px;
    width: 100%;
		  background: -webkit-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Safari 5.1 - 6 */
  background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Firefox 3.6 - 15*/
  background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* 标准的语法 */
}
.swiper-slide .desc .info {
       max-height: 60px;
    height: auto;
}
.swiper-pagination {
    bottom: auto;
    top: 6px;
}
.swiper-slide .desc .h1 {
    font-size: 16px;
    margin-bottom: 15px;
    width: 85%;
    overflow: hidden;
}
}
@media (max-width: 412px) { 
.swiper-slide .desc {
        position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 120px;
    width: 100%;
		  background: -webkit-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Safari 5.1 - 6 */
  background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Firefox 3.6 - 15*/
  background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* 标准的语法 */
}
.swiper-slide .desc .info {
       max-height: 60px;
    height: auto;
}
.swiper-pagination {
    bottom: auto;
    top: 6px;
}
.swiper-slide .desc .h1 {
    font-size: 16px;
    margin-bottom: 15px;
    width: 85%;
    overflow: hidden;
}
}
@media (max-width: 384px) { 
.swiper-slide .desc {
        position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 120px;
    width: 100%;
		  background: -webkit-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Safari 5.1 - 6 */
  background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Firefox 3.6 - 15*/
  background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* 标准的语法 */
}
.swiper-slide .desc .info {
      max-height: 60px;
    height: auto;
}
.swiper-pagination {
   bottom: auto;
    top: 6px;
}
.swiper-slide .desc .h1 {
    font-size: 16px;
    margin-bottom: 15px;
    width: 85%;
    overflow: hidden;
}
}
@media (max-width: 375px) { 
.swiper-slide .desc {
        position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 120px;
    width: 100%;
		  background: -webkit-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Safari 5.1 - 6 */
  background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Firefox 3.6 - 15*/
  background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* 标准的语法 */
}
.swiper-slide .desc .info {
      max-height: 60px;
    height: auto;
}
.swiper-pagination {
   bottom: auto;
    top: 6px;
}
.swiper-slide .desc .h1 {
    font-size: 16px;
    margin-bottom: 15px;
    width: 85%;
    overflow: hidden;
}
}
@media (max-width: 360px) { 
.swiper-slide .desc {
        position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 120px;
    width: 100%;
		  background: -webkit-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Safari 5.1 - 6 */
  background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Firefox 3.6 - 15*/
  background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* 标准的语法 */
}
.swiper-slide .desc .info {
       max-height: 60px;
    height: auto;
}
.swiper-pagination {
    bottom: auto;
    top: 6px;
}
.swiper-slide .desc .h1 {
    font-size: 16px;
    margin-bottom: 15px;
    width: 85%;
    overflow: hidden;
}
}
@media (max-width: 320px) { 
.swiper-slide .desc {
        position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 120px;
    width: 100%;
		  background: -webkit-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Safari 5.1 - 6 */
  background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* Firefox 3.6 - 15*/
  background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0)); /* 标准的语法 */
}
.swiper-slide .desc .info {
      max-height: 60px;
    height: auto;
}
.swiper-pagination {
    bottom: auto;
    top: 6px;
}
.swiper-slide .desc .h1 {
    font-size: 16px;
    margin-bottom: 15px;
    width: 85%;
    overflow: hidden;
}
}