body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
	width: 100%;
	margin:0;
	font-size:23px;
	font-family:"Hiragino Sans GB","Helvetica Neue","Microsoft YaHei","微软雅黑",Helvetica,STHeiTi,Arial,sans-serif,-apple-system, BlinkMacSystemFont,"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;
    scroll-behavior: smooth;
	padding:0;
	font-size:24px;
	background-color:#F4F4F4;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	cursor:pointer;
}
input[type="text"],input[type="email"],input[type="password"],textarea {
	outline:none;
}
ul,li,dl,dd,dt {
	margin:0;
	padding:0;
	list-style:none;
}
::selection {
	background-color:#38485a;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.3);
}
*::-moz-selection {
	background-color:#38485A;
	color:#FFFFFF;
	text-shadow:0 1px 0 rgba(0,0,0,0.3);
}
form,p {
	margin:0;
	padding:0;
}
input:-webkit-autofill {
	-webkit-box-shadow:0 0 0 1000px white inset;
}
a {
	outline:none;
	blr:expression(this.onFocus=this.blur());
}
/*引用样式*/blockquote {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0 0 0 0;
	padding-right:8px;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-style:italic;
	padding:2px 0;
}
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
	height:0;
}
a {
	text-decoration:none;
	color:#525558;
}
a:hover {
	text-decoration:none;
}
.placeholder {
	color:#999;
}
.left {
	float:left;
}
.f-red {
	color:red;
}
.f-green {
	color:green;
}
.normal-btn {
	letter-spacing:2px;
	text-indent:4px;
	padding:0 15px;
	height:30px;
	border:0;
	text-align:center;
	outline:0;
	color:#fff;
	font-size:14px;
	line-height:28px;
	background-color:#5fb336;
	cursor:pointer;
}
div.pages{
    text-align: center;
    padding:15px 0;
}
div.pages a{
    padding:2px 4px;
    margin:0 4px;
}
div.pages a:hover{
    background: #eee;
    text-decoration: none;
}
div.pages a i{
    font-style: normal;
}
div.pages a.on{
    background: #5fb336;
    color:#fff;
}
.my-header {
	position:relative;
	min-width:100%;
	height:134px;
	margin:0 auto;
	font-weight:500;
	z-index:10;
}
.my-header a.head-logo {
	float:left;
	margin:0px 30px 5px 0;
	height:120px;
	width:120px;
	text-align:right;
	font-size:12px;
	background-size:contain;
}
.my-header .inner {
	padding:0 40px;
}
.head-user {
	float:right;
}
.head-nav {
	float:left;
	margin: auto;
	font-size:46px;
	font-weight:700;
}
.head-nav ul li {
	float:left;
	margin:0 auto;
}
.head-nav ul li>a {
	float:left;
	margin:0 auto;
	padding:0 12px;
	letter-spacing:2px;
}
.head-nav ul li a:hover {
	color:#5fb336;
}
.head-nav ul li a:active {
	color:#5fb336;
}
.head-nav ul li a:focus {
	color:#5fb336;
}
.head-nav ul li a {
	float:left;
	margin:0 auto;
	display:block;
	line-height:110px;
	font-weight:500;
}
.head-hp {
	float:left;
	margin:0 auto;
	font-size:60px;
	font-weight:1000;
}
.head-hp ul li {
	float:left;
	margin:0 auto;
}
.head-hp ul li>a {
	float:left;
	margin:0 auto;
	padding:0 22px;
	letter-spacing:2px;
}
.head-hp ul li a:hover {
	color:#5fb336;
}
.head-hp ul li a:active {
	color:#5fb336;
}
.head-hp ul li a:focus {
	color:#5fb336;
}
.head-hp ul li a {
	float:left;
	margin:0 auto;
	display:block;
	line-height:110px;
	color:#000000;
	font-weight:500;
}
.head-user a {
	color:#fff;
}

.my-header .head-user .unlogin1 .dropdown-content {
            display: none;
            position: absolute;
            width: 96px;
			height: auto;
			background-color: #666;
        }

.my-header .head-user .unlogin1 .dropdown-content a {
            color: #FFF;
            padding: 14px 12px;
			font-size:32px;
            text-decoration: none;
            display: block;
        }

.my-header .head-user .unlogin1 .dropdown-content a:hover {background-color: #999}

.my-header .head-user .unlogin1 .show {display: block;}
.container {
	width: 100%;
	position: relative;
	height: auto;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	margin-left: 0px;
		}
.container .photo_thumbnail {
    display:inline-flex;
	text-align: center;
    margin: 2px; /* item间距 */

}
.container .photo_thumbnail img {
    display:inline-flex;
	text-align: center;
    width: 482px; /* item宽度 */
	max-height: 482px;

}
.loadingbar {
	color:#aaa;
	text-align:center;
	padding:20px;
}
.loadingbar label {
	padding-right:60px;
	background:url(../images/dotloading.gif) no-repeat right center;
}
.loadingbar label.nomore {
	padding:0;
	display:inline-block;
	width:128px;
	height:37px;
	background:url(../images/nomore.png) no-repeat center;
}
.justified-gallery>.spinner {
	display:none;
}

.container .normal_list {
	position:relative;
	z-index:3;
	width:478px;
	margin:4px;
	display:inline-block;
	vertical-align:top;
	background-color:#fff;
	border-radius:30px;
	border: 1px solid #CCC;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
}
.container .normal_list:hover {
	-webkit-box-shadow:0 1px 15px rgba(0,0,0,.08);
	box-shadow:0 1px 15px rgba(0,0,0,.08);
}
.container .normal_list a.album_link {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:100;
}
.container .normal_list .top {
	width:478px;
	height:380px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-color:#b9c1c7;
	border-top-left-radius:30px;
    border-top-right-radius:30px;
}
.container .normal_list .bottom {
	position:relative;
	width:100%;
	padding-top:18px;
	height:120px;
	text-align:center;
	border:0px solid #eeeff2;
	border-top:none;
}
.container .normal_list .bottom a.name {
	font-size:32px;
	font-weight:500;
	line-height:1.4em;
	text-align:center;
	position:relative;
	z-index:150;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width:98%;
	display:inline-block;
}
.container .normal_list .bottom a:hover {
	color:#5fb336;
}
.container .normal_list .bottom span.desc {
	color:rgb(42,191,85);
	font-size:26px;
	display:block;
	margin:12px 0 4px 0;
	white-space:nowrap;
	overflow:hidden;
	width:98%;
	text-overflow:ellipsis;
}
.container .normal_list em {
	position:absolute;
	left:20px;
	bottom:155px;
	font-size:31px;
	font-style:normal;
	line-height:40px;
	height:42px;
	padding:10px 18px;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	border-radius:15px;
}
.container .normal_list em1 {
	position:absolute;
	right:20px;
	top:20px;
	font-size:31px;
	font-style:normal;
	line-height:40px;
	height:42px;
	padding:6px 12px;
	background-color:rgba(255,255,255,0.7); 
	color:#FF0000;
	font-weight:500;
	border-radius:15px;
}
.detail-header {
	width:100%;
	height:820px;
	overflow:hidden;
	position:relative;
	color:#fff;
	border: 0px solid #CCC;
	text-align:center;
	margin: 2px auto;
}
.detail-header-img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:820px;
	transform:translate(-0%,-0%);
}
.detail-header-imgbg {
	position:absolute;
	top:33%;
	left:50%;
	transform:translate(-50%,-50%);
	width:99%;
	height:520px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	filter:blur(0px);
    border-top-right-radius:30px;
    border-top-left-radius:30px;
}
.detail-header-imgpop {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.05);
}
.detail-header .text-item {
	width:100%;
	position:absolute;
	top:80%;
	left:50%;
	transform:translate(-50%,-50%);
}
.detail-header .text-botton {
	width:100%;
	position:absolute;
	left:50%;
	transform:translate(-50%,-50%);
}
.detail-header .text-item dt {
	height:38px;
	line-height:38px;
	padding-bottom:13px;
	font-size:24px;
}
.detail-header .text-item dt .title {
	display:inline-block;
	color:#000;
	vertical-align:middle;
	font-size:48px;
	letter-spacing:4px;
	text-shadow:5px 5px 0px #CCC;
}
.detail-header .text-item dt .num {
	display:inline-block;
	vertical-align:middle;
	font-size:32px;
	letter-spacing:4px;
	color:rgba(100,170,80,1);
	margin-top:30px;
}
.detail-header .text-item dt .num .cout {
	color:rgba(100,170,80,1);
}
.detail-header .text-item dt a {
	color:#000;
}
.detail-header .text-item dd a {
	color:#000;
}
.detail-header .text-item dd img {
	width:25px;
	height:25px;
	border-radius:50%;
	background-size:cover;
	vertical-align:middle;
}
.detail-header .total-info {
	position:absolute;
	right:40px;
	bottom:30px;
	font-size:14px;
}
.detail-header .back-link {
	position:absolute;
	left:40px;
	bottom:30px;
	font-size:32px;
	color:#CCC;
}
.detail-header .back-copy {
	position:absolute;
	right:40px;
	bottom:30px;
	font-size:32px;
	color:#CCC;
}
.detail-header .back-copy a {
	color:#FFF;
	display:inline-block;
	font-size:30px;
	height:43px;
	margin-left:10px;
	/* 自定义像素*/
    outline:none;
	text-align:center;
	/* 使文本内容居中*/
    width:84px;
	background:rgba(100,170,80,1);
	border:1px solid #CCC;
	border-radius:10px;
	position:relative;
	/* 设置相对定位*/;
}
.shua {
	position:absolute;
	display:flex;
	bottom:30px;
	justify-content:center;
	align-items:center;
	color:black;
	display:inline-block;
}
.detail-header .back-link a {
	color:#FFF;
	display:inline-block;
	font-size:30px;
	height:43px;
	margin-left:10px;
	/* 自定义像素*/
    outline:none;
	text-align:center;
	/* 使文本内容居中*/
    width:84px;
	background:rgba(100,170,80,1);
	border:1px solid #CCC;
	border-radius:10px;
	position:relative;
	/* 设置相对定位*/;
}
.pageset {
	position:relative;
	color:#000;
	font-size:35px;
	padding: 45px 0;
	width: 100%;
}


.footer {
	position:relative;
	padding:0;
	text-align:center;
	font-color:#000;
	width: 100%;
	font-size:25px;
	height:135px;
	font-weight:500;
}