/* reset */
html {
  background-color: #CCCCCC;
}
body {
  font-family: Î¢ÈíÑÅºÚ, Microsoft YaHei, Arial, Helvetica, sans-serif;
  background-color: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  font-family: Î¢ÈíÑÅºÚ, Microsoft YaHei, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
/*    swiper    */
.main-box {
  min-width: 320px;
  max-width: 640px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.swiper-nav {
  margin-left:0!important;
  height:36px;
  border-bottom:1px solid #dddddd
}
.swiper-nav span {
  line-height: 36px;
  text-align: center;
  padding: 0 16px;
  cursor: pointer;
}
.swiper-nav .swiper-slide:first-child span {
	border-left: none;
}
.swiper-nav .swiper-slide:last-child span {
	border-right: none;
}
.swiper-pages {
	height: 100%;
}
.scroll-container {
	height: 100%;
	width: 100%;
}
.scroll-container .swiper-slide {
	width: 100%;
}
.swiper-scrollbar{
	position: absolute!important;
	right: 3px;
	top: 2%;
	width: 3px;
	height: 96%;
	background: rgba(0,0,0,0.4);
  opacity:0.2;
	z-index: 10;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
}
.swiper-nav .active{
  height:35px;
  color:#00ccff;
  border-bottom:4px solid #00ccff;
}

/* bg class */
.bg-white { background-color: #ffffff; }
.bg-eee{background-color:#eee;}
/* text color class */
.text-gray{color:#888888;}
.text-00ccff{color:#00ccff}
/*  class */
.display-block{ display:block }
.display-inline-block  { display: inline-block; }
.display-none{ display:none}
.pm-none { margin: 0; padding: 0; }
.div-center { margin-left: auto; margin-right: auto; }
.text-center { text-align: center; }
.border-radius-50 { border-radius: 50%; }
.absolute { position: absolute; }
.relative { position: relative; }
.fixed { position: fixed; }
.pos.right { right: 0; }
.pos.top { top: 0; }
.pos.bottom { bottom: 0; }
.width-full { width: 100%; }
.height-full { height: 100%; }
.overflow-hidden { overflow: hidden; }
.pull-left { float: left; }
.z-index-10{z-index:10}
.line-height-16{line-height:16px}

/* border class */
.border-3{border:3px solid rgba(170,170,170,0.8);}
.border-2-weak{border:2px solid rgba(170, 170, 170, 0.39);}
/*font-size*/
.font-size-12{font-size:12px;}
.font-size-10{font-size:10px;}
/*height width top left right*/
.left-0{left:0}
.right-0{right:0;}
/*Btn-animation*/
.nav-bar-item {
  height:0px;
  border:1px solid #00ccff;
  margin-bottom:3px;
  width: 19px;
          transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
          transition: all 0.3s;
  -webkit-transition: all 0.3s;
          transform-origin: left center;
  -webkit-transform-origin: left center;
}
.listBtn #levelSolid1{
  top:10px;
}
.listBtn #levelSolid2{
  top:16px;
          transform-origin: center;
  -webkit-transform-origin: center;
}
.listBtn #levelSolid3{
  top:23px;
}
.listBtn.active  #levelSolid1{
          transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
}
.listBtn.active  #levelSolid2{
          transform: rotate(0deg) scale(0);
  -webkit-transform: rotate(0deg) scale(0);
}
.listBtn.active  #levelSolid3{
          transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
}

/*   moreFunctionPage-Btn  */
#moreFunctionPage div span{
  height:0px;
  border-top:1px solid #Bbb;
}
#moreFunctionPage{
  top:36px;
  font-size:14px;
  box-shadow: -1px 0px 10px #aaa;
  z-index:5;
}
.more-function-btn{
  border:1px solid #dddddd;
  height:36px;
  width:40px;
  top:0px;
}

.text-inf,
.text-inf:hover,
.text-inf:active,
.text-inf:visited,
.text-inf:link {
  color:#00ccff!important;
}
.safe-img{
  /*background-image:url("../images/icons/logo.png");*/
  height: 26px;
  width: 28px;
  background-repeat: no-repeat;
  background-size: 25px;
}
.full-bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


