﻿@charset "utf-8";
 
/* common
-----------------------------------------------*/
/*__ maincontent _*/
.wahscroll{ width:100%; position:relative;  margin:0 auto;}
.wahscroll ul{ margin:0px; padding:0px;}
.wahscroll li{ margin:0px; padding:0px; list-style:none;}
.wahscroll .content{ width:100%; overflow:hidden;}
.wahscroll .content ul{ overflow:hidden; height:0px;}
.wahscroll .content ul li{ float:left;}
.wahscroll .content ul li img{ display:block; width:100%;}
.wahscroll .num{ position:absolute; left:0px; bottom:15px;}
.wahscroll .num li{ float:left; margin:10px 5px; width:38px; height:6px; border-radius:10px; overflow:hidden; background:#fff; border:1px solid #3e667d; font-size:0px; cursor:pointer;}
.wahscroll .num li.current{ background:#3e667d;}