﻿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;
}

.centerView {
    margin-top: 75px;
}

    .centerView .header {
        height: 215px;
        padding-left: 215px;
        padding-top: 67px;
        position: relative;
        border-bottom: solid 1px rgba(230,230,230,1);
    }

        .centerView .header .icon {
            position: absolute;
            top:0px;
            left:0px;
            width: 180px;
            height: 180px;
        }
        .centerView .header .title {
            height: 23px;
            font-size: 24px;
            font-weight: 500;
            color: rgba(76,76,76,1);
        }
        .centerView .header .sub_title {
            margin-top: 16px;
            height: 18px;
            font-size: 18px;
            font-weight: 500;
            color: rgba(138,138,138,1);
        }

    .centerView .center {
        padding-top: 33px;
        position: relative;
        height: 100%;
        margin-bottom: 50px;
    }
        .centerView .center .title {
            height: 18px;
            font-size: 18px;
            font-weight: bold;
            color: rgba(83,83,83,1);
         }
        .centerView .center .detail {
            margin-top: 27px;
            font-size: 16px;
            font-weight: 600;
            color: rgba(133,133,133,1);
            line-height: 30px;
            white-space: pre;
        }

.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;
}
