/*!
 * Viewer v1.0.0
 * https://github.com/fengyuanchen/viewer
 *
 * Copyright (c) 2015-2018 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-04-01T06:09:55.194Z
 */

.code{
	display: none;
	width: 280px;
	height: 280px;
	padding: 10px;
	border-radius: 10px;
	line-height: 3;
	font-size: 16px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left:-150px;
	z-index: 999999;
	text-align: center;
}
.code div{
	width: 200px;
	height: 200px;
	margin: 10px auto;
}
.code p{
	position: absolute;
	right: 16px;
	top: 16px;
	width:16px;
	height: 16px;
	background: url(../img/magnifyicon.png) no-repeat -20px -20px;
}
.viewer-close:before,
.viewer-flip-horizontal:before,
.viewer-flip-vertical:before,
.viewer-fullscreen-exit:before,
.viewer-fullscreen:before,
.viewer-next:before,
.viewer-one-to-one:before,
.viewer-play:before,
.viewer-zoom-in:before,
.viewer-zoom-out:before,
.viewer-saomiao:before,
.viewer-download:before,
.viewer-feedback:before,
.viewer-select:before {
	background-image: url(../img/magnifyicon.png);
	background-repeat: no-repeat;
	color: transparent;
	position: absolute;
	font-size: 0;
	height: 16px;
	line-height: 0;
	width: 16px;
	right: 36px;
	top: 5px;
}

.viewer-zoom-in:before {
	background-image:none;
	content: '';
}

.viewer-zoom-out:before {
	background-image:none;
	content: '';
}

.viewer-one-to-one:before {
	right: 26px;
	background-position: 0 0;
	content: '';
}

.viewer-play:before {
	background-position: -20px 0;
	content: ""
}
.viewer-saomiao:before{
	background-position: -40px 0;
	content: "";
	right: 12px;
}

.viewer-download:before{
	background-position: -60px 0;
	content: ""
}

.viewer-feedback:before{
	right: 20px;
	background-position: -80px 0;
	content: ""
}

.viewer-select:before{
	right: 24px;
	background-position: 0 -20px;
	content: ""
}

.viewer-container {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.viewer-fixed-container{
	position: relative;
	top: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #e5e5e5;
}
.viewer-container::-moz-selection,
.viewer-container ::-moz-selection {
	background-color: transparent
}

.viewer-container::selection,
.viewer-container ::selection {
	background-color: transparent
}

.viewer-container img {
	display: block;
	height: auto;
	max-height: none!important;
	max-width: none!important;
	min-height: 0!important;
	min-width: 0!important;
	width: 100%
}

.viewer-canvas {
	background-color: #fff;
    text-align: center;
    width: 63%;
    height: 85%;
    margin: 0 auto 10px;
    overflow: hidden;
    position: relative;
}

.viewer-canvas>img {
	height: auto;
	margin: 15px auto;
	max-width: 90%!important;
	width: auto
}

.viewer-footer {
	width: 63%;
	bottom: 0;
	height:40px;
	padding-top: 10px;
	background-color:#e5e5e5;
	position: relative;
	margin: 0 auto;
	text-align: center
}

.viewer-navbar {
	overflow: hidden;
	height: 0;
}

.viewer-list {
	box-sizing: content-box;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 1px 0
}

.viewer-list>li {
	color: transparent;
	cursor: pointer;
	float: left;
	font-size: 0;
	height: 50px;
	line-height: 0;
	opacity: .5;
	overflow: hidden;
	transition: opacity .15s;
	width: 30px
}

.viewer-list>li:hover {
	opacity: .75
}

.viewer-list>li+li {
	margin-left: 1px
}

.viewer-list>.viewer-loading {
	position: relative
}

.viewer-list>.viewer-loading:after {
	border-width: 2px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px
}

.viewer-list>.viewer-active,
.viewer-list>.viewer-active:hover {
	opacity: 1
}

.viewer-player {
	background-color: #000;
	bottom: 0;
	cursor: none;
	display: none;
	right: 0
}

.viewer-player,
.viewer-player>img {
	left: 0;
	position: absolute;
	top: 0
}

.viewer-toolbar ul {
	display: inline-block;
	*display: inline;
	*zoom:1; 
	width: 60%;
	margin: 0 auto 5px;
}

.viewer-toolbar li {
	float: left;
	height: 24px;
	width: 20%;
	color: #7f7f7f;
	list-style: none;
	border-right:1px solid #b3b3b3;
	font-size: 12px;
	position: relative;
	cursor: pointer;
}

.viewer-toolbar .viewer-zoom-in,
.viewer-toolbar .viewer-zoom-out{
	width: 10px;
}

.viewer-toolbar .viewer-zoom-in{
	border-right: 0;
	padding-left: 30px;
	border-left: 1px solid #b3b3b3;
	margin-right: 52px;
}

.viewer-toolbar .viewer-zoom-out{
	padding-right: 30px;
}
.viewer-toolbar .viewer-prev,
.viewer-toolbar .viewer-next{
	width: 74px;
	height: 74px;
	top: -435px;
	position: absolute;
	border-right: 0;
	background:url(../img/arrows.png);
	
}
.viewer-toolbar .viewer-prev{
	left: 25px;
}

.viewer-toolbar .viewer-prev:hover{
	background-position: 0 -90px;
}
.viewer-toolbar .viewer-next{
	right: 25px;
	background-position: right 0;
}
.viewer-toolbar .viewer-next:hover{
	background-position: right -90px;
}
.viewer-toolbar li+li {
	margin-left: 1px
}

.viewer-toolbar .viewer-small {
	height: 18px;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 18px
}


.viewer-tooltip {
	color: #7f7f7f;
	font-size: 12px;
	height: 20px;
	left: 23.6%;
	line-height: 20px;
	/*margin-left: -25px;*/
	margin-top: -10px;
	position: absolute;
	text-align: center;
	bottom: 20px;
	width: 50px
}

.viewer-title {
	color: #ccc;
	display: none;
	font-size: 12px;
	line-height: 1;
	margin: 0 5% 5px;
	max-width: 90%;
	opacity: .8;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: opacity .15s;
	white-space: nowrap
}

.viewer-title:hover {
	opacity: 1
}

.viewer-button {
	cursor: pointer;
	height:35px;
	overflow: hidden;
	position: absolute;
	right: -60px;
	top: 20px;
	width:35px;
	background: url(../img/magnifyicon.png) -100px 0;
}
.viewer-close-box{
	width: 1200px;
	height: 20px;
	margin: 0 auto;
	position: relative;
}

.viewer-button:before {
	bottom: 15px;
	left: 15px;
	position: absolute
}

.viewer-fixed {
	position: fixed
}

.viewer-open {
	overflow: hidden
}

.viewer-show {
	display: block
}

.viewer-hide {
	display: none
}

.viewer-backdrop {
	background: transparent;
}

.viewer-invisible {
	visibility: hidden
}

.viewer-move {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.viewer-fade {
	opacity: 0
}

.viewer-in {
	opacity: 1
}

.viewer-transition {
	transition: all .3s
}

@keyframes a {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

.viewer-loading:after {
	animation: a 1s linear infinite;
	border: 4px solid hsla(0, 0%, 100%, .1);
	border-left-color: hsla(0, 0%, 100%, .5);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 1
}

@media (max-width:767px) {
	.viewer-hide-xs-down {
		display: none
	}
}

@media (max-width:991px) {
	.viewer-hide-sm-down {
		display: none
	}
}

@media (max-width:1199px) {
	.viewer-hide-md-down {
		display: none
	}
}