
img {
	border: 0;
	vertical-align: top
}

.shutter {
	overflow: hidden;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 1;
}

.shutter-img {
	z-index: 1
}

.shutter-img,.shutter-img a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.shutter-img a {
	cursor: default
}

.shutter-img a>img {
	width: 100%;
	height: 100%
}

.shutter-img .created {
	overflow: hidden;
	position: absolute;
	z-index: 20
}

/*------scode-----*/
.qrcode-img{overflow: hidden;text-align: center;position: relative;padding-top: 2%;}
.qrcode-img img{width: 150px;height: 150px; margin: auto;}
.qrcode-img p, .codeTxt{padding: 20px 0;text-align: center;line-height: 18px;}

.code-err{position: absolute;top: 2px;left: 73px;width: 150px;height: 150px;background-color: rgba(230, 240, 250, .95);background-color:#f4faff\9;z-index: 999;}
.qrcode-img .code-err p{padding: 40px 0 10px 0;}
.refreshBtn{
	width: 100px; 
	height: 36px; 
	line-height: 36px;
	background: #d43318;
	color: #fff;
	margin: auto;
	display: block;
	text-align: center;
	border-radius: 4px;
	font-size:12px;
}
.refreshBtn:hover{color: #fff;background-color: #e94609;}

/*
.shutter-btn li {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 49px;
	height: 49px;
	margin-top: -25px;
	cursor: pointer
}

.shutter-btn li.prev {
	left: 20px;
	background: url(../images/bg/shutter_prevBtn.png) no-repeat 0 -49px
}

.shutter-btn li.next {
	right: 20px;
	background: url(../images/bg/shutter_nextBtn.png) no-repeat 0 -49px
}

.shutter-desc {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	background: url(../images/bg/shutter_shadow.png) repeat
}

.shutter-desc p {
	padding-left: 20px;
	line-height: 36px;
	color: #fff;
	font-size: 14px
}
*/
