
.am-btn, button, input:not([type=radio]):not([type=checkbox]), select {
	vertical-align: middle
}
.am-gallery img{pointer-events:inherit;}

a:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 1px;
	outline-offset: -2px
}
img {
	box-sizing: border-box;
	vertical-align: middle;
}
.up-img {
	position: absolute;
	top: -40px;
	left: 261px;
	width: 40px;
}
.down-img {
	position: absolute;
	top: 40px;
	left: 257px;
	width: 40px;
}
.left-img {
	position: absolute;
	left: 218px;
	width: 40px;
}
.right-img {
	position: absolute;
	left: 300px;
	width: 40px;
}
.middle-img {
	position: absolute;
	left: 259px;
	top: 0px;
	width: 40px;
}
.am-icon-chevron-left:before {
	content: " "; background:url(../images/fan.png) center center no-repeat; width: 0.6rem; height: 0.6rem;  background-size: contain; display: inline-block;  vertical-align: middle;
}

.am-pureview-direction .am-pureview-next a:before {
content: " "; background:url(../images/rr.png) center center no-repeat; width: 0.25rem; height: 0.25rem;  background-size: contain; display: inline-block;  vertical-align: middle;
}
.am-pureview-direction a:before {
	content: " "; background:url(../images/ll.png) center center no-repeat; width: 0.25rem; height: 0.25rem;  background-size: contain; display: inline-block;  vertical-align: middle;
}
.am-animation-left-spring {
	-webkit-animation: am-left-spring .3s ease-in-out;
	animation: am-left-spring .3s ease-in-out
}
.am-animation-right-spring {
	-webkit-animation: am-right-spring .3s ease-in-out;
	animation: am-right-spring .3s ease-in-out
}
 @-webkit-keyframes am-right-spring {
0%, 100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
50% {
-webkit-transform:translateX(-20%);
transform:translateX(-20%)
}
}
@keyframes am-right-spring {
0%, 100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
50% {
-webkit-transform:translateX(-20%);
transform:translateX(-20%)
}
}
@-webkit-keyframes am-left-spring {
0%, 100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
50% {
-webkit-transform:translateX(20%);
transform:translateX(20%)
}
}
@keyframes am-left-spring {
0%, 100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
50% {
-webkit-transform:translateX(20%);
transform:translateX(20%)
}
}
.am-pureview {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1120;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.95);
	display: none;
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%)
}
.am-pureview-slider li.am-active, .am-pureview.am-active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0)
}
.am-pureview.am-active {
	transform: translate(0, 0)
}
.am-pureview ol, .am-pureview ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%
}
.am-pureview-slider {
	overflow: hidden;
	height: 100%
}
.am-pureview-slider li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 100;
	visibility: hidden
}
.am-pureview-slider li.am-pureview-slide-prev {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	z-index: 109
}
.am-pureview-slider li.am-pureview-slide-next {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	z-index: 109
}
.am-pureview-slider li.am-active {
	position: relative;
	z-index: 110;
	transform: translate(0, 0);
	visibility: visible
}
.am-pureview-slider .pinch-zoom-container {
	width: 100%;
	z-index: 1121
}
.am-pureview-slider .am-pinch-zoom {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.am-pureview-slider .am-pinch-zoom:after {
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	content: "\f110";
	-webkit-animation: icon-spin 2s infinite linear;
	animation: icon-spin 2s infinite linear;
	font-size: 24px;
	line-height: 24px;
	color: #eee;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 1
}
.am-pureview-slider .am-pinch-zoom.am-pureview-loaded:after {
	display: none
}
.am-pureview-slider img {
	position: relative;
	display: block;
	max-width: 100%;
	max-height: 100%;
	opacity: 0;
	z-index: 200;
	-webkit-user-drag: none;
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}
.am-pureview-slider img.am-img-loaded {
	opacity: 1
}
.am-pureview-direction {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -18px!important;
	z-index: 1122
}
.am-pureview-only .am-pureview-direction, .am-touch .am-pureview-direction {
	display: none
}
.am-pureview-direction li {
	position: absolute;
	width: 36px;
	height: 36px
}
.am-pureview-direction a {
	display: block;
	height: 36px;
	border: none;
	color: #ccc;
	opacity: .5;
	cursor: pointer;
	text-align: center;
	z-index: 1125
}
.am-pureview-actions, .am-pureview-bar {
	height: 45px;
	background-color: rgba(0,0,0,.35);
	position: absolute
}

.am-pureview-direction a:hover {
	opacity: 1
}
.am-pureview-direction .am-pureview-prev {
	left: 15px
}
.am-pureview-direction .am-pureview-next {
	right: 15px
}
.am-pureview-direction .am-pureview-next a:before {
	content: "\f138"
}
.am-pureview-bar {
	bottom: 0;
	width: 100%;
	color: #eee; box-sizing: border-box;
	line-height: 200px;
	padding: 0 40px;
	font-size: 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;height: 200px;
}
.am-pureview-bar .am-pureview-title {
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 6px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1; 
    overflow-y: auto; font-size: 38px; height: 200px;
}
.am-pureview-bar .am-pureview-total {
	font-size: 36px;
	line-height: 200px
}
.am-pureview-actions {
	left: 0;
	right: 0;
	top: 0
}
.am-pureview-actions a {
	position: absolute;
	left: 20px;top:30px;
	color: #ccc;
	display: block;
	width: 60px;
	line-height: 60px;
	text-align: left;
	font-size: 16px
}
.am-pureview-actions a:hover {
	color: #fff
}
.am-pureview-actions [data-am-toggle=share] {
	left: auto;
	right: 10px
}
.am-pureview-actions, .am-pureview-bar {
	opacity: 0;
	-webkit-transition: all .15s;
	transition: all .15s;
	z-index: 1130
}
.am-pureview-bar-active .am-pureview-actions, .am-pureview-bar-active .am-pureview-bar {
	opacity: 1
}
.am-pureview-nav {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1131
}
.am-pureview-bar-active .am-pureview-nav {
	display: none
}
.am-pureview-nav li {
	display: inline-block;
	background: #ccc;
	background: rgba(255,255,255,.5);
	width: 8px;
	height: 8px;
	margin: 0 3px;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer
}
.am-pureview-nav .am-active {
	background: #fff;
	background: rgba(255,255,255,.9)
}
[data-am-pureview] img {
	cursor: pointer
}
.am-pureview-active {
	overflow: hidden
}

@media screen and (max-width:450px) {
.middle-img {
	position: absolute;
	left: 259px;
	top: 0px;
	width: 40px;
	display: none;
}
.up-img {
	position: absolute;
	top: -40px;
	left: 261px;
	width: 40px;
	display: none;
}
.down-img {
	position: absolute;
	top: 40px;
	left: 257px;
	width: 40px;
	display: none;
}
.left-img {
	position: absolute;
	left: 218px;
	width: 40px;
	display: none;
}
.right-img {
	position: absolute;
	left: 300px;
	width: 40px;
	display: none;
}
.rotate_jia {
	display: none;
}
.rotate_div {
	display: none;
}
.rotate_jian {
	display: none;
}
}
