
.gotop {
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	position: fixed;
	z-index: 999;
	right: 10px;
	bottom: 20px;
	background-color: rgba(255, 255, 255, .5);
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	}
	.gotop:hover {
	  background-color: #015CB5;
	  color: #fff; }
	  
.archive_product .item {
	border: 1px solid #ddd;
	margin-bottom: 15px; }
	.archive_product .item p {
	  text-align: center;
	  font-size: 14px;
	  padding: 10px 0;
	  margin: 0; }
  
  .archive-news ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none; }
	.archive-news ul li {
	  border-bottom: 1px dotted #ddd;
	  padding: 10px 0;
	  font-size: 14px; }
  .archive-news .date {
	display: block;
	float: right;
	color: #666; }
  
  .pagelist {
	padding:1rem 0 0 0;
	font-size: 14px;
	list-style-type: none;
	display: flex;
	justify-content: center; }
	.pagelist span, .pagelist a {
	  padding: 8px 15px;
	  background-color: #ddd;
	  color: #333;
	  margin-right: 1px;
	  display: block; }
	.pagelist a:hover,.pagelist .current {
	  background-color: #333; 
		color:#fff;
	}
  
  .single-title {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #f1f1f1; }
  
  .panel-body {
	padding: 15px 0;
	line-height: 2em; }
  
  .page-content .title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ddd; }
  .page-content .text {
	line-height: 2em; }

/*相册*/
/* GALLERIES */
.gallery {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;	
}

.gallery-item img{
	border:1px solid #ddd;
	max-width: 100%;
	height: auto !important;	
}

.wp-caption-text{
	text-align: center;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}


.wp-block-gallery ul {
	list-style: none;
	margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
	margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
	margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
	margin-bottom: 4rem;
	margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.widget_media_gallery .gallery {
	margin: 0 -0.4em -0.8em -0.4em;
	width: calc(100% + 0.8em);
}

.widget_media_gallery .gallery-item {
	margin: 0 0 0.8em 0;
	padding: 0 0.4em;
}


	/* VANILLA GALLERIES */

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}