body, html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}

/*------------------nav begin-----------*/

/*导航字体和颜色控制*/
.weui-tabbar {
	font-weight: 300;
	color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box	
}
.weui-tabbar__item .weui-tabbar__label {
	font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
}
p.weui-tabbar__label{
	margin:0;
}
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
	color: #CC0000;
}

/*导航图标颜色控制*/
#nav1 {
	background: url(../img/icon_nav_home.png) no-repeat left center;
	background-size: 27px 27px;
}
.weui-bar__item--on #nav1 {
	background: url(../img/icon_nav_home_active.png) no-repeat left center;
	background-size: 27px 27px;
}
#nav2 {
	background: url(../img/icon_nav_my.png) no-repeat left center;
	background-size: 27px 27px;
}
.weui-bar__item--on #nav2 {
	background: url(../img/icon_nav_my_active.png) no-repeat left center;
	background-size: 27px 27px;
}
#nav3 {
	background: url(../img/icon_nav_check.png) no-repeat left center;
	background-size: 27px 27px;
}
.weui-bar__item--on #nav3 {
	background: url(../img/icon_nav_check_active.png) no-repeat left center;
	background-size: 27px 27px;
}
#nav4 {
	background: url(../img/icon_nav_scan.png) no-repeat left center;
	background-size: 27px 27px;
}
.weui-bar__item--on #nav4 {
	background: url(../img/icon_nav_scan_active.png) no-repeat left center;
	background-size: 27px 27px;
}	

#nav5 {
	background: url(../img/icon_nav_search.png) no-repeat left center;
	background-size: 27px 27px;
}
.weui-bar__item--on #nav5 {
	background: url(../img/icon_nav_search_active.png) no-repeat left center;
	background-size: 27px 27px;
}	
/*------------------nav end-----------*/

/*-------------header begin-----------*/

.header {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #CC0000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.header .icon {
	position: absolute;
	vertical-align: middle;
}

.header a:first-of-type  .icon {
	width: 12px;
	height: 23px;
	top: 13px;
	left: 15px;
	background-image: url(../img/iconcommon.png);
	background-size: 111px 26.5px;
	background-position: -32px 0;
}

.header a:nth-of-type(2) .icon {
	width: 25px;
	height: 25px;
	top: 9.5px;
	right: 15px;
	background-image: url(../img/icon_person.png);
	background-size: 100%;
}

/*-------------header end-----------*/


/*---------button color begin-------*/
.weui-btn_primary{
	background-color:#CC0000;
}
.weui-btn_primary:not(.weui-btn_disabled):active {
  color: rgba(255, 255, 255, 0.6);
  background-color: #CC0000;
}
/*---------button color end--------*/

/*--------clear border begin-------*/
.clear_border:before{
	border-top: 0px;
}
.clear_border:after{
	border-bottom: 0px;
}
.clear_border_top:before{
	border-top: 0px;
}
.clear_border_bottom:after{
	border-bottom: 0px;
}
/*--------clear border end-------*/

/*-----select color begin--------*/
.toolbar .picker-button {
	color: #ff6600;
}

.weui-cells_radio .weui-check:checked + .weui-icon-checked:before {
	color: #ff6600;
}
/*----select color end-----------*/
