/* 底部导航背景色 */
.weui-tabbar {
	background-color: #ffffff;
}

/* 底部导航选中色 */
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon > i,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label{
    color: #1675ff;
}

.weui-tabbar__icon {
    margin-top: 2px;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.weui-tabbar:before {
    border-top: 1px solid #e5e5e5;
}

.slide .dot .cur{
    background-color:#1675ff;
    border: 1px solid #1675ff;
}

.mine-div{
    width:100%;
    height: 135px;
    background-image: url('../../client/img/user-bg2.png')!important;
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    text-align: center;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.line-one {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.line-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.img-size-15{
    width: 15px;
    height: 15px;
}

.user-info-left{
    font-size: 14px;
    padding-top:2px;
    color: #666666;
    padding-left: 8px;
    width: calc(50vw - 70px);
}

.user-info-right{
    font-size: 14px;
    padding-top:2px;
    color: #666666;
    padding-left: 8px;
    width: calc(50vw - 60px);
}

.list-cell-body{
    background: #ffffff;border-radius: 5px;margin: 15px;
}

.list-cell{
    display: flex;justify-content: space-between;padding: 15px;
}

.list-cell-info{
    display: flex;align-items: center;
}

.list-cell-info img{
    width:20px;margin-right:5px;display:block;
}

.list-cell-info div{
    color: #333333;font-size: 14px;padding-left: 4px;padding-top: 2px;
}

.list-cell:active{
    background-color:#f5f5f9;
}

.list-cell-more:after{
    border-width: 1px 1px 0 0;
    border-color:#C8C8CD;
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
}

.list-cell-more {
    padding-right: 13px;
    position: relative;
    text-align: right;
    color: #999999;
}

