html,body{
	width:100%;
	overflow-x: hidden;
	overflow-y:auto;
	height:100%;
}
body{
    font-size:0.16rem;
}

.scanner-wrapper{
	/* position: absolute; */
	width:100%;
	/* height: 11rem; */
	background:url(../img/webimg/bg_top.png) center;
	background-size:100% auto;
	/* position: relative; */
	/* background-repeat: repeat-y; */
	/* top: 120px; */
	margin-top:1.2rem;
	padding-bottom: 1.2rem;
	overflow:hidden;
}
.imgScanner-title{
	text-align: center;
	color: #1564C4;
	font-size: 0.36rem;
	margin-top: 0.72rem;
}
#scanner{
	position: relative;
	width: 12rem;
	margin: 0.36rem auto 0;
	/*background: yellow;*/
	
}

#scanner>div{
	position: relative;
	/* height: 100%; */
	
}
#scanner>div>div>img{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.scanner-img-title{
	color: #626365;
	font-size: 0.18rem;
	margin: 0.20rem auto 0.9rem;
	width: 12rem;
	line-height: 0.3rem;
}
.scanner-detail-text{
	color: #999999;
	font-size: 0.14rem;
	line-height: 0.30rem;
	margin: 0.20rem auto 1rem;
	width: 12rem;
}
.index-wrapper{
	padding-top: 0.5rem;
	padding-left: 0.33rem;
	width: 12rem;
    margin: 0 auto;
}
.page-from a{
	color: #A4AEBF;
}
.page-now{
	cursor: pointer;
}
.page-now a{
	color: #1858A0;
}

/* 以下为轮播图样式 */
.carousel-content{
	width: 12rem;
	height: 7rem;
	position: relative;
	margin: 0 auto;
}
.carousel{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
    border-radius: 0.05rem;
}
.carousel li{
	float: left;
	position: absolute;
	display: none;
}
.carousel li{
	width: 100%;
	height: 100%;
}
.carousel li img{
	width: 100%;
}
.carousel-index{
	position: absolute;
    bottom: -1.9rem;
    width: 100%;
    display: flex;
    justify-content: center;
}
.carousel-index li{
	float: left;
    width: 0.12rem;
    height: 0.12rem;
    line-height: 0.12rem;
    text-align: center;
    border-radius: 0.06rem;
    background-color: rgba(0,0,0,0.3);
    font-size: 0.2rem;
    cursor: pointer;
    margin: 0 0.03rem;
    color: #fff;
}
.carousel-index li.current-index{
	background-color: rgba(19,113,219,0.8);
}
.carousel-index li:hover{
	background-color: rgba(19,113,219,0.8);
}
.carousel-prev,.carousel-next{
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
	margin: auto;
	/* background: #428DE2; */
    width: 0.8rem;
    height: 0.8rem;
    /* border-radius: 50%; */
}
.carousel-prev img,.carousel-next img{
	width: 100%;
	height: 100%;
}
.carousel-prev{
	left: -1rem;
}
.carousel-next{
	right: -1rem;
}

