﻿body {
    background-color: #faf7fa
}

.conntenrOll {
    display: flex;
    padding-bottom: 50px;
    justify-content: space-between;
    margin-top: -60px;
    position: relative;
}

.contenRigth {
    width: 82%;
    background-color: white;
    padding-bottom: 3rem;
    padding: 0 44px;
}

.accountMes {
    width: 100%;
    padding-left: 50px;
    /*    padding-top: 20px;*/
    padding-bottom: 20px;
    padding-right: 20px;
}
.accountMesUl {
    position: relative;
}
.accountMesUl .rightBtn {
    position: absolute;
    right: 0;
    height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #23B7B6;
    cursor:pointer;
}

.useList .listItem {
    margin-top: 17px;
    height: 86px;
    background: #f5fcfc;
    border: 2px solid rgba(227, 243, 244, 1);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.useList .active {
    background: rgba(255,255,255,1);
    border: 2px solid rgba(89, 179, 181, 1);
}

.listItem .leftIconBg {
    width: 68px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(227, 243, 244, 1);
}

.listItem .active {
    background: #5AB4B5;
}

.listItem .leftIconBg .leftIcon {
    width: 60px;
    height: 60px;
}

.listItem .infoView {
    left: 90px;
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    top: 0;
    padding: 15px 0;
    max-width: 650px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .listItem .infoView .firstLine {
        position: relative;
        display: flex;
        flex-direction: row;
        color: #3a3a3a;
    }

.firstLine .name {
}

.firstLine .mobile {
    margin-left:30px;
}

.firstLine .defaul {
    margin-left: 10px;
    margin-top: 2px;
    width: 45px;
    height: 20px;
    background: rgba(90,180,181,1);
    border-radius: 9px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,1);
    line-height: 20px;
    text-align: center;
}

.listItem .infoView .secondLine {
    color: #858f8f;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listItem .deletBtn {
    float: right;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 18px;
    right: 35px;
    cursor:pointer;
}

.listItem .editBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 18px;
    right: 103px;
    cursor: pointer;
}

.listItem .defaulBtn {
    height: 50px;
    position: absolute;
    top: 18px;
    right: 205px;
    display: flex;
    align-items: center;
    justify-content: right;
    flex-direction: row;
    line-height: 50px;
    cursor:pointer;
}

    .listItem .defaulBtn .icon {
        width: 50px;
        height: 50px;
        margin-right: 7px;
    }

    .listItem .defaulBtn .title {
        height: 50px;
        font-size: 16px;
        font-weight: 600;
        color: rgba(153,153,153,1);
        line-height: 50px;
    }

.contenRigthBox {
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #586060;
}

.Leftbox {
    display: flex;
    align-items: center;
    position: relative;
}

.LeftboxAC {
    width: 29px;
    height: 29px;
    object-fit: contain;
}


option {
    /*border: none;
    outline: none;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    padding-top: .4rem;
    border: 1px solid red;
}

.contenRigth .paging {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contenRigth .paging ul {
        display: flex;
    }