body{
	-webkit-overflow-scrolling: touch;
  overflow-y: scroll;
	background: #fff;
}
html{
	-webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
/*星星*/
.star1 {
    background-position: -64px 0;
}
.star2 {
    background-position: -48px 0;
}
.star3 {
    background-position: -32px 0;
}
.star4 {
    background-position: -16px 0;
}
.star5 {
    background-position: 0 0;
}
.comment-star {
    display: inline-block;
    width: 78px;
    height: 14px;
    background: url(../other/images/star.png) no-repeat;
}

.i2 {
    background: url(../other/images/icon1.png) top center no-repeat;
    width: 20px;
    height: 10px;
    margin-left: 10px;
	margin-right: 5px;
	display: inline-block;
}
.i3 {
    background: url(../other/images/icon2.png) top center no-repeat;
    width: 13px;
    height: 14px;
    margin-left: 10px;
	margin-right: 5px;
	display: inline-block;
}

/*分页*/
.my_page {
	margin-top: 0.8rem;
    text-align: center;
}
.pagination  li {
    display: inline;
}
.pagination  li  a, .pagination  li  span {
    color: #b4a078;
}
.pagination  li  a, .pagination li span {
    border: none;
}
.pagination li a, .pagination  li span {
/*     position: relative;
    float: left; */
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd; 
}
.pagination  .active a, .pagination .active  span, .pagination .active a:hover, .pagination .active  span:hover, .pagination  .active  a:focus, .pagination  .active span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #b4a078;
    border-color: #b4a078;
}

.hred_menu {
	height: 2rem;
	/* background: #f5f5f5; */
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}

.hred_menu_blank{
	position: absolute;
	/* top: -1.5rem; */
	z-index: 999;
	line-height: 2rem;
	/* left: 0.8rem; */
	height: 2rem;
	vertical-align:middle;
	top: -0.1rem;
}
.hred_menu_blank a{
	color: #333;
	font-size: 0.5rem;
	    width: 5rem;
    display: inline-block;
}
.hred_menu_blank a img{
	width: 0.5rem;
	vertical-align:middle;
	    margin-left: 0.8rem;
}
.hred_menu_title{
	line-height: 2rem;
	text-align: center;
	width: 100%;
	font-size: 0.9rem;
	color: #666;
}

.fg_label {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    font-size: 0.5rem;
    color: #999999;
    border-radius: 12px;
    border: 1px solid #dddddd;
    margin-left: 0.5rem;
}