.photoAlbum-content{
    padding: 0 50px;
}
.photoAlbum-pageTitle{
    /* width: 100%; */
	padding-top: 46px;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
    text-align: center;
    line-height: 40px;
    line-height: 50px;
}
.photoAlbum-photoArea .photo-btn>button{
    margin:10px 0;
    background: #004a8f;
    padding: 5px 16px;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 5px;
    letter-spacing: 2px;
    cursor: pointer;
}
.photoAlbum-photo{
    margin-bottom: 10px;
    display: none;
    min-height: 335px;
}
.photoAlbum-pageTitle p{
    padding: 12px 0;
    font-size: 12px;
    margin: 0;
    color: #999999;
}
.photoTypeOne{
    object-fit: cover;
    width: 440px;
    height: 334px ;
}
.photoTypeOneA{
    margin-right: 10px ;
    margin-bottom: 10px ;
    float: left ;
}
.photoTypeTwo{
    object-fit: cover;
    width: 420px;
    height: 162px ; 
}
.photoTypeTwoA{
    margin-bottom: 10px;
    float: left ;
}
.photoTypeThree{
    object-fit: cover;
    width: 195px;
    height: 135px;
}
.photoTypeFour{
    object-fit: cover;
    width: 446px;
    height: 135px;
}
.photoTypeFourA{
	 /*margin: 0 5px; */
}
.photoAlbumphoto-shadow{
    display: inline-block;
    width: 260px;
    height: 165px;
    position: relative;
}
.photoAlbumshadow{
    display: inline-block;
    width: 260px;
    height: 165px;
    background: rgba(53, 53, 53, 0.5);
    font-size: 42px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 165px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.photoTypeFive{
    object-fit: cover;
    width: 210px;
    height: 135px;
}
.photoAlbum-article{
    color: #333333;
    padding: 10px 0;
    /* font-size: 16px; */
    margin: 20px 0;
    line-height: 32px;
}
.photoAlbum-article img{
    max-width: 100%;
}

/*
 照片轮播相关 
 */
 .elem, .elem * {
	box-sizing: border-box;
	/* margin: 0 !important; */
}
.elem {
	display: inline-block;
	/* font-size: 0; */
	border-bottom: none;
	background: #fff;
	background-clip: padding-box;
   /* 20231220新增 */
	width: 30% !important;
    float: left;
    height: 162px;
    overflow: hidden;
    margin-right: 3%;
    margin-bottom: 15px;
	padding:0;
}
.elem > span {
	display: block;
	cursor: pointer;
}
.elem img{
	width:  100%;
  	height: 162px;
}

/* 
隐藏分享，全屏和切换图标
 */
.lcl_socials,.lcl_thumbs_toggle,.lcl_fullscreen{
    display: none !important;
}
#lcl_nav_cmd{
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 40px !important;
}
#lcl_nav_cmd .lcl_icon{
    background: none !important; 
    border: none !important;
    color: #fff !important;
   
}
.lcl_prev{
    left:-10% !important;
}
.lcl_next{
    right: -100% !important;
}
.lcl_close{
    top: -350px !important;
    right: 24px !important;
}
.lcl_play{
    right: -48% !important;
    /* transform: translateX(-50%) !important; */
}
