.on{
	color: white;background-color: #1a9cd6;padding: 1px 4px 1px 4px;
	}
.center{text-align:center;} 
.center{color:#ffff;} 
.weui-navigator.weui-navigator-wrapper {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.weui-navigator .weui-navigator-list {
    display: table;
    table-layout: fixed;
    white-space: nowrap;
    width: auto;
}
.weui-navigator-list {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    margin: 0 auto;
}
.weui-navigator .weui-navigator-list li {
    display: inline-block;
}
.weui-navigator-list li {
    font-weight: 500;
}
.weui-navigator-list li {
    list-style: none;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    -webkit-box-flex: 1;
    display: -webkit-box;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a {
    color: #04be02;
}
.weui-navigator-list li a {
    text-decoration: none;
    color: #666;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
}
	.dropdown-menu li {
    	float: left;
    	width: 20%;
    	text-align: center;
	}
  	.dropdown-menu li a {
        display: block;
        border: 1px solid #f8f8f8;
        line-height: 30px;
        margin: -1px -1px 0 0;
    	text-align: center;
      	padding: 3px 10px;
    }
 	.dropdown-menu{
        position: absolute;
        top: 15%;
        left: 0px;
        z-index: 1000;
        display: none;
        float:left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 0px solid #ccc;
        border: 0px solid rgba(0,0,0,.15);
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
      }
	  .select {
    margin-top: 3px;
    width: 50px;
    height: 28px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    position: absolute;
    left: -50px;
    text-align: center;
    text-align-last: center;
    background-color: #fff;
}	
select {
    border: none;
    outline: none;
    height: 28px;
    line-height: 28px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menuuu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0 solid #ccc;
	border: 0 solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menuuu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menuuu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menuuu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menuuu>li>a:focus,.dropdown-menuuu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menuuu>.active>a,.dropdown-menuuu>.active>a:focus,.dropdown-menuuu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menuuu>.disabled>a,.dropdown-menuuu>.disabled>a:focus,.dropdown-menuuu>.disabled>a:hover {
	color: #777
}

.dropdown-menuuu>.disabled>a:focus,.dropdown-menuuu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.open>.dropdown-menuuu {
	display: block
}

.open>a {
	outline: 0
}
