body{
    font-family: "Microsoft Yahei";
}
.loginBg{
    background: rgba(73,155,234,1);
}
.login-area{
}
.app-logo{
    max-width: 80px;
    margin: 0 auto;
}
.app-logo img{
    max-width: 80px;
    border-radius: 50%;
    background-repeat:no-repeat;
    background-position: center;
}
/*chat*/
#chatPart .item-avatar img{
    border-radius: 0;
    max-width: 34px;
    max-height: 34px;
    top:7px;

}
#chatPart .item-avatar{
    min-height: 50px;
}
#chatPart .item{
    padding: 8px 0 0 60px;
    margin-bottom: -1px;

}
#chatPart .item h2{
    font-size: 12px;
}
#chatPart .item p{
    font-size: 12px;
}
/*main*/
#mainButton .ion-ios-search:before{
    font-size: 24px;
    margin-right: 10px;
}
#mainButton .ion-ios-plus-empty:before{
    font-size: 34px;
}
#mainTabs .tabs{
    bottom: 4px;
}




/*search*/
#search .ion-android-arrow-back{
    border-color: transparent;
}
#search .item-input-wrapper{
    border-bottom: 1px solid lightgreen;
    background-color: transparent !important;
    border-radius: 0;
}
.item-input-wrapper .ion-ios-search:before{
    font-size: 22px;
}
.item-input-wrapper input::-webkit-input-placeholder {
    color: #A6AAAA;
}
#search{
    padding-left: 0;
}




/*input, textarea, .item-input, .item-input-wrapper {*/
    /*background-color: #f4f4f4 !important;*/
/*}*/
textarea{
    resize: none;
    height: 20px;
    padding-left: 5px;
}
.removeBPP{
    padding: 0;
    margin:0;
}
/*输入框底部绿色*/
.textare{
    width:80%;
    padding-top: 9px;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #eee;
}
.person-img{
    width:40px;
    height: 40px;
    border-radius: 0;
    position: absolute;
    bottom: 10px;
}
.left{
    left:10px;
}
.message-wrapper:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
.message-wrapper{
    margin-top: 20px;
    position: relative;
}
.chat-bubble{
    border-radius: 5px;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    margin: 10px;
    max-width: 80%;
}
.chat-bubble:before {
    content: "\00a0";
    display: block;
    height: 16px;
    width: 9px;
    position: absolute;
    bottom: -7.5px;
}

.chat-bubble.left {
    background-color: limegreen;
    float: left;
    margin-left: 55px;
}



.previous-title{
    display: block;
}

/*三级关系*/

#backTo .ion-android-arrow-back{
    border-color: transparent;
}

#detailPerson .listPer{
    margin:10px 0;
}
#detailPerson .listPer .item{
    border-width: 0;
}
#detailPerson .listPer img{
    max-width: 40px;
    max-height: 40px;
    width:100%;
    height: 100%;
    border-radius: 0;
}
#detailPerson .listMiddle,#detailPerson .listChat,#detailPerson .clearChat{
    margin-bottom: 10px;
}
#detailPerson .listMiddle .item ,
#detailPerson .listChat .item,
#detailPerson .clearChat .item,
#detailPerson .tsChat .item{
    padding: 12px;
    font-size: 12px;
}
#detailPerson .track{
    height: 20px;
}
#detailPerson .track{
    width:41px;
}
#detailPerson .handle{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top:7px;
    left: 8px;
}

/*通讯录*/
#listContact .item-divider{
    height: 18px;
    line-height: 18px;
    min-height: 18px;
    font-size: 12px;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 20px;
}
#listContact .list .item{
    border-top-color: transparent;
    border-bottom-color: #eee;
    margin-bottom: 1px;

}
#listContact .list{
    margin-bottom: -2px;
    background: #eee;
}
.contactImg{
    width:26px;
    height: 26px;
    vertical-align: middle;
}
#listContact .contactItem{
    padding: 12px;
    font-size: 12px;
}
/*文字居中*/
#listContact .contactItem span{
    vertical-align: middle;
    margin-left: 10px;
}

/*chat*/
.chatBG{
    background-color: #FCFCFC;
}
#chatDetail .ion-android-arrow-back{
    border-color: transparent;
}
#chatPart .item{
    border-color: #eee;
}
#chatPart p{
    color: #aaa;
    font-size: 12px;
}


/*discover*/
#discovery .list{
    margin-bottom: 0;
    margin-top: 20px;
}
#discovery .item-avatar{
    min-height: 40px;
    padding-left: 72px;
    border:none;
}
#discovery .item-avatar img{
    width:30px;
    height: 30px;
    vertical-align: middle;
    top:6px;
}
#discovery .item-avatar p{
    vertical-align: middle;

}
#discovery .item{
    padding: 10px 12px 10px 62px;
}
#discovery .list .item{
    border-top-color: transparent;
    border-bottom-color: #eee;
    margin-bottom: 2px;
}
#discovery .borderItem{
    /*border-bottom: 1px solid #c33;*/
}

/*friend*/
#friendShip .ion-android-arrow-back{
    border-color: transparent;

}
#friendShip{
    padding-left: 0;
}
#friendShip .ion-camera{
    border-color: transparent;
}
.imgItem{
    position: relative;
}
.itemBg{
    width:100%;
    height: 220px;
}
.itemPer{
    position: absolute;
    bottom: -26px;
    right:10px;
    width:69px;
    height: 69px;
    border: 1px solid #fff;
}
.perName{
    position: absolute;
    bottom: 16px;
    right:88px;
    color: #fff;
}
#friendContent .list{
    margin-top: 30px;
}
#friendContent .list img{
    border-radius: 0;

}
#friendContent .list p{
    font-size: 12px;
    margin: 1px;
}
#friendContent .list .item{
    border-top-color: transparent;
    border-bottom-color: #eee;
    margin-bottom: 1px;
}
.imgsUser{
    margin-top: 10px;
}
.imgsUser img{
    max-width: 80px;
    max-height: 100px;
}
.userTimer{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
    position: relative;
}
.userTimer a{
    font-size: 12px;
    color: #aaa;
}
.userTimer a:nth-child(2){


}
.userTimer span{
    margin: 0 5px;
}
.comment{
    position: absolute;
    right:-8px;
    /*bottom:11px;*/
}
.userTimer .dark-bg{
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 50%;
    padding:2px 8px;
    color: #eee;

}
.ng-show {
    animation: 0.5s myChange;
}
@keyframes myChange {
    from {
        width: 0;
    } to {
          width: 50%;
    }
}