/***header top***/
.iflylogin-top {
    width: 100%;
    position: fixed;
    top: 0;
    height: 52px;
    background: url(../images/cy_header_bg.png) repeat-x bottom;
    line-height: 50px;
    z-index: 2;
}

.iflylogin-top h3 {
    margin-left: 2%;
    padding-left: 51px;
    background: url(../images/ifly_login_logo.png) no-repeat left center;
    color: #0078e6;
    font-size: 22px;
}

.iflylogin-top h3.passage {
    background: url(../images/cy_passlogo.png) no-repeat left center;
}

.header-people {
    margin-right: 2%;
    height: 50px;
}

.ptrealtive {
    position: relative;
}

.lap-ico {
    display: inline-block;
    height: 50px;
    background: url(../images/arror.png) no-repeat right center;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 14px;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.header-people .header-lap {
    min-width: 100px;
}

.header-lap {
    position: absolute;
    right: 0;
    top: 50px;
    background: #fff;
    min-width: 150px;
    border: 1px solid #eee \9;
    box-shadow: -1px 0px 2px #eee;
    line-height: 36px;
    font-size: 12px;
    display: none;
}

.header-role .header-lap {
    min-width: 120px;
}

.header-role, .header-people, .header-message {
    cursor: pointer;
}

.header-people:hover .header-lap {
    display: block;

}

.header-lap a {
    color: #333;
    display: block;
    padding-left: 15px;
    width: 85px;
}

.header-lap a:hover {
    background: #f8f8f8;
}

.header-lap a span {
    padding-left: 20px;

}

.header-lap a.edit span {
    background: url(../images/myi_option.png) no-repeat left 2px;
}

.header-lap a.quit span {
    background: url(../images/myi_option.png) no-repeat left -34px;
}

.header-lap a:hover {
    text-decoration: none;
}

.tea-photo {
    display: inline-block;
    height: 36px;
    width: 36px;
    vertical-align: middle;
    *margin-top: 7px;
}

.tea-photo img {
    vertical-align: top;
}

.tea-photo label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 36px;
    background: url(../images/tea_photo_bg.png) no-repeat;
    z-index: 100;
}

/***header top end***/

/***footer***/
.cmfooter {
    position: fixed;
    bottom: 0;
    top: auto;
    visibility: visible;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #2f3c4e;
    color: #fff;
    font-size: 12px;
    text-align: center;
    z-index: 999;
}

/***footer end***/