* {
	box-sizing: border-box;	
}

a, a:link, a:visited {
	text-decoration: none;
	color: #fff;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

i, em {
	font-style: normal;
}

html {
	height: 100%;
}


body{
 padding-bottom: 65px; margin: 0px;
	font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft YaHei","Arial","Helvtica","sans-sefif";
	font-size: 14px;
	color:#333;
	background-color: #EFF3F6;
}


.avatar-circle {
	border: solid 4px #fff;
	border-radius: 50%;
}

.avatar-circle.big {
	width:152px;
	height:152px;
	margin-bottom: 15px;
}	


.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.inline-block-style {
	display: inline-block;
}

.topbar {
	position: fixed;
	width: 100%;		
	background-color: #34BCCC;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	z-index: 100;
	text-align: center;
	color: #fff;
	font-weight: 600;
	top: 0px;
	}

.bar-color a {
	width: 50px;
	position: absolute;
}

.ab-left {
	left: 0;
}

.ab-right {
	right: 0;
}


.home-sub-nav {
    position: fixed;
    top: 45px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #F5F5F5;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.home-sub-nav li {
	display: table-cell;
	width: 1%;
}

.home-sub-nav a {
	position: relative;
	line-height: 36px;
	display: block;
	text-align: center;
	color: #5D5D5D;
}

.home-sub-nav a.active {
	color: #FF8200;
}

.home-sub-nav a.active::before {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: none repeat scroll 0% 0% #FF8200;
   }


   .home-sub-nav a .num {
    position: absolute;
    top: 0px;
    left: 60%;
    height: 20px;
    line-height: 20px;
    width: 20px;
    color: #FFF;
    background: none repeat scroll 0% 0% #FF5B36;
    border-radius: 50%;
    transform: scale(0.5);
    font-style: normal;
}


.add-circle-btn {
	position: fixed;
	right: 20px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #FFC800;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	font-weight: 700;
	box-shadow: 1px 1px 1px #ccc;
}



.bottom-nav {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    border-top: 1px solid #EAEAEA;
}

.bottom-nav li {
    display: table-cell;
    width: 1%;
}

.bottom-nav a {
    position: relative;
    line-height: 20px;
    display: block;
    text-align: center;
    color: #868686;
    padding: 10px 0;
}

.bottom-nav a.active {
    color: #1B89CF;}