/* 相册方向键 样式 开始 */
ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

div.pswp--open {
    z-index: 999999;
}
a.flex-next::after {
	visibility:visible;
    content: '\ea64';
	font-family: "ohmtang-csgi" !important;
	margin-right: 10px;
	font-size: 42px;   
	font-weight: bold;
}
a.flex-prev::before {
    visibility:visible;
    content: '\ea61';
	font-family: "ohmtang-csgi" !important; 
	margin-left: 10px;
	font-size: 42px;
	font-weight: bold;
}
ul.flex-direction-nav li a {
	color: rgb(204 204 204 / 48%);
    text-decoration: none;
    transition: all .5s ease-in-out;
}
ul.flex-direction-nav li a:hover {
	text-decoration: none;
    color: #3cb035;
}
/* 相册方向键 样式 结束 */