div#photoGallery {
  position: relative;
  max-width: 650px;
  margin-bottom: 5px;
  margin-top: 9px;
}
div#photoGallery #photoMain {
  	
  background: url(../../../images/loading.gif) no-repeat center center;
  margin: auto;
  text-align: center;
  overflow: hidden;
  height: 490px;
}
div#photoGallery #photoMain img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
div#photoGallery #prevNextCtrl {
  position: absolute;
  top: 0;
  width: 500px;
  left: 30px;
}
div#photoGallery #prevNextCtrl #btnPrev {
  left: -10px;
}
div#photoGallery #prevNextCtrl li {
  position: absolute;
  top: 0;
  height: 500px;
  width: 150px;
  cursor: pointer;
  z-index: 5;
}
div#photoGallery #prevNextCtrl #btnPrev span {
  left: -20px;
  
}
div#photoGallery #prevNextCtrl li span {
  top: 140px;
  position: absolute;
  display: block;
  padding: 138px 0 0 0;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
div#photoGallery #prevNextCtrl #btnNext {
  right: -10px;
}
div#photoGallery #prevNextCtrl li {
  position: absolute;
  top: 0;
  height: 419px;
  width: 150px;
  cursor: pointer;
  z-index: 5;
}
div#photoGallery #prevNextCtrl #btnNext span {
  right: -20px;
}
div#photoGallery #prevNextCtrl li span {
  top: 140px;
  position: absolute;
  display: block;
  padding: 138px 0 0 0;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
div#photoGallery #photoCaption_used {
  font-size: 10px;
  height: 20px;
  line-height: 1.2;
  margin: 5px 10px;
  text-align: center;
}
div#photoGallery #photoCaption_used {
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}
div#photoGallery #photoThimb {
  margin: 0 0 0 8px;
}
div#photoGallery #photoThimb li {
    position: relative;
  z-index: 1;
  vertical-align: top;
  display: inline-block;
  _display: inline;
  zoom: 1;
  font-size: 10px;
  text-align: left !important;
  width: 36px;
  margin: 1px 0 0 1px;
  padding: 11px 15px;
}
 img {
	max-width: 100%;
}

.content {
	overflow: hidden;
	margin: 20px auto;
}

.reply table, .reply td {
	border: none;
	padding: 2px 5px;
}


.guestbook_list {
	margin: 12px auto;
	line-height: 26px;
}

	.guestbook_list dl {
		border: 5px solid #E9E9EB;
		margin: 8px auto;
		padding: 5px;
	}

		.guestbook_list dl dt {
			border-bottom: 1px dashed #E9E9EB;
			height: 26px;
			line-height: 26px;
			color: #314E8C
		}

			.guestbook_list dl dt span {
				float: right;
				line-height: 26px;
			}

		.guestbook_list dl dd.g_content {
			padding: 5px;
			line-height: 26px;
		}

.new-list {
	margin-top: 15px;
	padding: 10px 0;
	background: #fff;
}

	.new-list li {
		height: 30px;
		line-height: 30px;
		border-bottom: 1px dashed #ccc;
	}

.mores {
	width: 30%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
}

.video_btn {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}

#photoCaption_used a {
	display: inline-block;
	margin: 5px;
	padding: 4px 10px;
	border-radius: 10px;
	background: #FE3F47;
	color: #fff;
}

.b-box .b-top {
	background-color: #FFF;
	display: flex;
	margin: 10px 0;
}

.b-box .b-ul {
	list-style: none;
}

.b-box .b-bottom li {
	width: calc(100% - 22px);
	background-color: #FFF;
	border: 1px solid #ddd;
	margin: 10px 0;
	padding: 10px;
	display: none;
	height: 100%;
	position: relative;
}

.b-box .b-top dd {
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	color: #fff;
	position: relative;
	margin: 0;
	padding: 0;
	background: 0;
	border: 0;
	cursor: pointer;
}

	.b-box .b-top dd:nth-child(1) {
		background: #E53333;
	}

	.b-box .b-top dd:nth-child(2) {
		background: #009900;
		margin: 0 2%;
	}

	.b-box .b-top dd:last-child {
		padding-right: 0;
		background: #9933E5;
	}

	.b-box .b-top dd:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 7px;
		width: 7px;
		height: 7px;
		margin-top: -7px;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

.b-box .b-bottom .b-show {
	display: block;
}

.b-box .b-bottom li:nth-child(1).b-show:before, .b-box .b-bottom li:nth-child(2).b-show:before, .b-box .b-bottom li:nth-child(3).b-show:before {
	content: "";
	position: absolute;
	top: -16px;
	left: 15%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-bottom: 8px solid #ddd;
}

.b-box .b-bottom li:nth-child(2).b-show:before {
	left: 50%
}

.b-box .b-bottom li:nth-child(3).b-show:before {
	left: auto;
	right: 15%;
}

.b-box .b-top dd.b-color:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px
}

.picScroll-left .hd .prev {
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 75px;
	overflow: hidden;
	cursor: pointer;
}

.picScroll-left .hd .next {
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: 75px;
	overflow: hidden;
	cursor: pointer;
}
div#photoGallery #prevNextCtrl {
  position: absolute;
  top: 0;
  width: 500px;
  left: 30px;
}
div#goodsLeft {
  width: 560px;
  float: left;
}
@media (max-width: 480px) {
	div#photoGallery{
	width: 409px;
	}
	div#photoGallery #prevNextCtrl li {
	  width: 23px;
	}
	div#photoGallery #photoMain {
	  width: 409px;
	}
	div#photoGallery #prevNextCtrl #btnPrev {
	  left: 0px;
	}
	div#photoGallery #prevNextCtrl {
	  width: 362px;
	}
	div#photoGallery #prevNextCtrl #btnNext {
	  right: 0px;
	}
}