
.alont_Color {
    background-color: #fff;
}
.header-bar{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #bfbfbf;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 0.34rem;
    right: 0;
    z-index: 10;
    background: #FFFFFF;
}
.header-bar .lt{
    height: 100%;
    width: 26%;
}
.header-bar .tex-name{
    font-size: 17px;
    color: black;
    line-height: 43px;
    display: inline-block;
    margin-left: 0;
    vertical-align: top;
    text-align: left;
    margin-left: 14%;
}
.header-bar .experience{
    float: right;
    font-size:14px;
    color: white;
    line-height: 24px;
    padding: 0 7px;
    margin: 10px 0;
    background-color: #ff9801;
    border-radius: 5px;
    border: none;
}
.header-bar .lt .go-ico{
    width: .2rem;
    height: .45rem;
    background-position: -1.4rem -5.54rem;
}
.header-bar .lt a img{
    position: relative;
    top: .05rem;
    margin-right: .1rem;
}
.header-bar .lt .home,
.sub_header .lt .home{
    font-size: 15px;
    font-weight: bold;
    padding-left:10px;
    color: #000000;
    position: relative;
    vertical-align: top;
}
.sub_header .lt .home{
    top: .05rem;
}
.header-bar .lt .home i,
.sub_header .lt .home i{
    position: absolute;
    right: -.36rem;
    top: .13rem;
    width: .26rem;
    height: .17rem;
    background-position: -2.64rem -7.8rem;
}
.sub_header .lt .home em{
    width: .29rem;
    height: .35rem;
    background-position: -3.18rem -7.67rem;
    margin-right: 0.5rem;
}

.header-bar .rt .nav-ico{
    width: .46rem;
    height: .69rem;
    background-position: -.81rem -5.51rem;
}
.app-ico {
    display: inline-block;
    background: url(../../images/foreman/icon.png) no-repeat;
    background-size: 7rem 10rem;
    vertical-align: middle;
}
/*设置*/
 .set-tag {
     float: right;
    display: inline-block;
}
 .set-tag img {
    width: 25px;
    margin-left: 3%;
     vertical-align: middle;
}
.set-content {
    width: 120px;
    position: absolute;
    text-align: center;
    right: 3%;
    padding: 3px 15px 0;
    display: none;
    background-color: white;
    top:0.8rem;
    box-sizing: border-box;
    border: 1px solid #efefef;
    border-radius: 12px;
    box-shadow: 1px 1px 1px #efefef;
    z-index: 999;
}
.set-content a {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 0.9em;
    border-bottom: 1px solid #efefef;
}
.set-content a:last-child{border-bottom: none;}
/*评论、收藏模块*/
.collection-content{
    width: 100%;
    text-align: center;
    padding-top:20%;
}
.collection-content img{
    display:block;
    margin:0 auto 6%;
}
.collection-content p{font-size: 0.30rem;color: #c1c1c1;}
