.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui-container{
	padding:6px 12px 6px 12px;
}
.ui-row{
	 overflow:hidden;
	 height: auto;
     line-height:100%;
}
.ui-row div{
    float: left;
    line-height:28px;
    padding:0px;
    text-align:center
}
/*导航样式1*/
.ui-nav {
    width: 100%;
    height: 30px;
    font-size: 14px;
    color: #8f8f94;
    margin-top: 4px;
    margin-bottom: 4px;
    padding:0;
    list-style-type: none;
}
.ui-nav li {
    float: left;
    text-align: center;
    height: 30px;
}
.ui-nav .active {
    border-bottom: 2px solid #FF6100;
    padding: 6px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
.ui-nav a, .ui-nav a:link, .ui-nav a:visited, .ui-nav a:hover, .ui-nav a:active {
    color: #535353
}
/*百分比宽度*/
.ui-width-100 {
    width: 100%;
}
.ui-width-70 {
    width: 70%;
}
.ui-width-60 {
    width: 60%;
}
.ui-width-50 {
    width: 50%;
}
.ui-width-45 {
    width: 45%;
}
.ui-width-40 {
    width: 40%;
}
.ui-width-33 {
    width: 33.33%;
}
.ui-width-30 {
    width: 30%;
}
.ui-width-25 {
    width: 25%;
}
.ui-width-20 {
    width: 20%;
}
.ui-width-10 {
    width: 10%;
}