﻿.user-center {
    min-height: 100%;
    z-index: 1;
    width: 100%;
    background: #fff;
    box-sizing: border-box
}

.back-wrapper {
    background: #46bff7;
    position: relative;
    height: 1.06667rem;
    line-height: 1.06667rem;
    padding: 0 .26667rem;
    color: #fff
}

.back-wrapper .icon-back {
    vertical-align: middle;
    color: #fff;
    font-size: .48rem
}

.back-wrapper .title {
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 40;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
    border-bottom: 0 solid #ccc;
    font-size: .45333rem
}

.back-wrapper .back {
    position: absolute;
    top: 0;
    left: .26667rem;
    font-size: .42rem;
    color: #fff;
    font-weight: 700
}

.back-wrapper .home {
    position: absolute;
    top: .05333rem;
    right: .26667rem;
    font-size: .50667rem
}

.nav-list3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .32rem .26667rem;
    background-color: #fff
}

.nav-list3 .nav-list-item {
    -ms-flex: 1;
    flex: 1;
    color: #333332;
    text-align: center
}

.nav-list3 .nav-list-item .icon-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: .96rem;
    height: .96rem;
    text-align: center;
    background: #1cb2ef;
    border-radius: 50%
}

.nav-list3 .nav-list-item .icon {
    font-size: .58667rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.29333rem;
    margin-top: -.29333rem
}

.nav-list3 .nav-list-item .icon-computer {
    font-size: .48rem;
    margin-left: -.25333rem;
    margin-top: -.24rem
}

.nav-list3 .nav-list-item .icon-timing {
    color: #fff
}

.nav-list3 .nav-list-item span {
    display: block;
    font-size: .32rem;
    margin-top: .13333rem
}

.nav-list3 .nav-list-item:nth-of-type(2) .icon-wrapper {
    background: #9894f6
}

.nav-list3 .nav-list-item:nth-of-type(2) .icon {
    font-size: .58667rem
}

.nav-list3 .nav-list-item:nth-of-type(3) .icon-wrapper {
    background: #5bc697
}

.nav-list3 .nav-list-item:nth-of-type(3) .icon {
    font-size: .53333rem;
    margin-left: -.26667rem;
    margin-top: -.26667rem
}

.nav-list3 .nav-list-item:nth-of-type(4) .icon-wrapper {
    background: #ffa42f
}

.nav-list3 .nav-list-item:nth-of-type(4) .icon {
    font-size: .58667rem
}

.nav-list3 .nav-list-item:nth-of-type(5) .icon-wrapper {
    background: #fb8585
}

.nav-list3 .nav-list-item:nth-of-type(5) .icon {
    font-size: .8rem;
    margin-left: -.4rem;
    margin-top: -.4rem
}

.gline {
    background: #f2f2f2;
    height: .26667rem;
    overflow: hidden
}

.list-wrapper {
    width: 100%;
    padding: .4rem .4rem .13333rem;
    box-sizing: border-box;
    overflow: auto
}

.list-wrapper .item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .53333rem
}

.list-wrapper .item .icon {
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    width: 2rem;
    border-radius: .08rem;
    overflow: hidden;
    margin-right: .37333rem
}

.list-wrapper .item .list-img {
    display: block;
    width: 2rem;
    height: 2.26667rem
}

.list-wrapper .item .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
    flex: 1;
    line-height: .53333rem;
    overflow: hidden;
    font-size: .37333rem
}

.list-wrapper .item .text .name {
    color: #363635;
    font-weight: 600;
    margin-bottom: .13333rem
}

.list-wrapper .item .text .name .status {
    color: #f7b347
}

.list-wrapper .item .text .desc {
    font-size: .32rem;
    color: #888;
    height: 1.04rem;
    line-height: .48rem;
    margin-bottom: .16rem
}

.list-wrapper .item .text .desc.p-history {
    width: 100%;
    height: .48rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.list-wrapper .item .text .desc.p-history .last-record {
    padding: 0 .08rem;
    color: #f86442
}

.list-wrapper .item .text .desc.p-history .time {
    padding: 0 .08rem;
    color: #f86442
}

.list-wrapper .item .text .p-status {
    font-size: .32rem;
    color: #888;
    line-height: .48rem;
    margin-bottom: .16rem;
    height: .48rem
}

.list-wrapper .item .text .p-status.p-history {
    width: 100%;
    height: .48rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.list-wrapper .item .text .p-status.p-history .last-record {
    padding: 0 .08rem;
    color: #f86442
}

.list-wrapper .item .text .p-status.p-history .time {
    padding: 0 .08rem;
    color: #f86442
}

.list-wrapper .item .text .broadcaster {
    color: #a8a8a8;
    font-size: .26667rem
}

.list-wrapper .item .text .broadcaster .icon-broad {
    display: inline-block;
    vertical-align: middle;
    font-size: .32rem;
    color: #d8d8d8;
    margin-right: .10667rem
}

.list-wrapper .item .select {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 2.93333rem
}

.list-wrapper .item .select .continue, .list-wrapper .item .select span {
    display: inline-block;
    padding: .16rem .21333rem;
    font-size: .32rem;
    background: #46bff7;
    color: #fff;
    border-radius: .13333rem
}

.list-wrapper .item .select .continue, .list-wrapper .item .select .delete-one {
    display: inline-block
}

.no-result-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.no-result-wrapper .no-result {
    text-align: center
}

.no-result-wrapper .no-result .no-result-icon {
    width: 1.70667rem;
    height: 1.70667rem;
    margin: 0 auto;
    background: url(../images/no-result.png) no-repeat 0 0;
    background-size: 1.70667rem 1.70667rem
}

.no-result-wrapper .no-result .no-result-text {
    margin-top: .13333rem;
    font-size: .34667rem
}