﻿@charset "UTF-8";
　
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

body {
  overflow: hidden;
  background-color: #f0f0f0;
  font-family: Arial, "Microsoft YaHei";
  margin: 0;
  padding: 0;
  min-width: 320px;
  max-width: 750px;
  position: relative;
}

#carouse{
	width: 100%;
	height: 100%;
	position: fixed;
}
#carouse .swiper-slide img{
	width: 100%;
	height: 100%;
	background-size:100%;
	border:none;
}
#carouse  #clierheight{
	position: relative;
	width: 100%;
	height: 100%;
}
#carouse #pagesw{
	z-index: 999;
}
#carouse #pagesw .swiper-pagination-bullet{
	width: 0.2rem;
	height: 0.2rem;
}
#carouse #now{
	display: block;
	position: absolute;
	bottom: 15%;
	left: 0%;
	width: 9.5rem;
	height: 1.2rem;
	border:1px solid #0080FC;
	color: #0080FC;
	font-size:0.6rem;
	text-align: center;
	line-height: 1.2rem;
	border-radius: 0.1rem;
}
