﻿html{color:#000;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html *{outline:0;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
body {background:#FFF;color:#4a4f5a;font: 400 14px/1.5 "微软雅黑",Helvetica,STHeiti,Droid Sans Fallback;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0}
input,select,textarea{font-size:100%}
article,aside,footer,header,nav,section,audio,canvas,video,img {display: block;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
abbr,acronym{border:0;font-variant:normal}
del{text-decoration:line-through}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
button{outline:0;border:none;}
a:hover{text-decoration:none}
ins,a{text-decoration:none}
textarea {resize: none;}
iframe,img {border:0;}
img{display:block;width:100%;}
ul,ol {list-style:none;}
input,select,textarea {outline: 0;-webkit-user-modify: read-write-plaintext-only;}
input {-webkit-appearance: none;}
.pr{position:relative;}
.abs{position: absolute}
.fl{float:left;display:inline-block;}
.fr{float:right;display:inline-block;}
.clearfix:after{content:".";display:block;height:0;clear: both;visibility:hidden;}
.clearfix{*zoom:1;}
.wrap{min-width: 320px;max-width:768px;margin:0 auto;overflow:hidden;position:relative;}
/*
.wrapper03, .wrapper04, .wrapper05 {position:relative;height: .8rem;width: 100%;overflow: hidden;margin:0 auto;}
.wrapper03 .scroller, .wrapper04 .scroller, .wrapper05 .scroller {position:absolute;width:100%;}
.wrapper03 .scroller li, .wrapper04 .scroller li {height: .7rem;color:#333;float: left;line-height: .8rem;font-size: .4rem;text-align: center;border-bottom:.1rem solid #CCC;}
.wrapper03 .scroller li a, .wrapper04 .scroller li a{color:#333;display:block;margin:0 .3rem;padding:0 .1rem;}
.wrapper03 .scroller li.cur a, .wrapper04 .scroller li.cur a{color:#BD0000;height:.7rem;border-bottom:.1rem solid #BD0000;}
*/
.wrapper {
	padding:0;
	position:absolute;
	height: 4rem;
	width: 100%;
	overflow: hidden;
	margin:0 auto;
	z-index:1;
	float:left;
	border:0px solid red;
	}
.wrapper .scroller {
	position:absolute;
	width:100%;
	padding-right:13rem;
	}
.wrapper .scroller ul{
	padding-left:20rem;
	margin-left:-20rem;
	margin-top:0;
	width:1000%;
	/*
	height:3rem;
	*/
	padding-right:10rem;
	border:0px solid blue;
	border-bottom:.5rem solid #ccc;
	}
.wrapper .scroller li {
	height: 3.5rem;
	color:#333;
	float: left;
	line-height: 3.5rem;
	font-size: 1.6rem;
	text-align: center;
	}
.wrapper .scroller li a {
	color:#333;
	display:block;
	margin:0 1rem;
	padding:0 .5rem;
	}
.wrapper .scroller li.cur a {
	color:#BD0000;
	border-bottom:.5rem solid #BD0000;
	}
