﻿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;
}

    .accountMes .listItem {
        background-color: #e5e5e5;
        padding: 20px 15px;
        height: 100%;
    }




.centerView {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 50px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .centerView .avatarV {
        width: 100%;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0;
    }

        .centerView .avatarV .icon {
            width: 100px;
            height: 100px;
            border-radius: 50px;
        }

        .centerView .avatarV .btn {
            margin-top: 12px;
            width: 86px;
            height: 34px;
            background: rgba(237,247,247,1);
            border-radius: 4px;
            text-align: center;
            font-size: 14px;
            font-family: Lantinghei SC;
            font-weight: 600;
            color: rgba(35,183,182,1);
            line-height: 34px;
        }

.bottomV {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-between

}

    .bottomV .item {
        width: 46%;
        height:70px;
        margin-bottom:20px;
    }

        .bottomV .item .title {
            padding-left: 15px;
            height: 20px;
            line-height:20px;
            font-size: 16px;
            font-weight: bold;
            color: rgba(102,98,110,1);
        }

        .bottomV .item .inputV {
            margin-top: 5px;
            padding: 0 15px;
            width: 100%;
            height: 46px;
            background: #fafafa;
            border: 1px solid rgba(233, 233, 233, 1);
            border-radius: 3px;
            font-size: 16px;
            font-weight: 600;
            color: rgba(107,107,107,1);
        }
.saveBtn {
    margin-top: 20px;
    width: 300px;
    height: 46px;
    background: #5ab4b5;
    color: #fff;
    line-height: 46px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
}
.contenRigthBox {
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #586060;
}
    .contenRigthBox .back {
        margin-top: 2px;
        width: 30px;
        height: 30px;
    }

    .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;
}
