
/**
 * @module 个人信息
 * @author jiawei
 * @date 2021/01/20
 */
 .my-right-content{
     float: left;
     text-align: center;
 }
 .userPic{
     text-align: center;
     width: 100%;
 }
 .userPic img{
     width: 126px;
     height: 126px;
     border-radius: 50%;
 }
 .modify{
     cursor: pointer;
     padding: 5px 15px;
    background: #FFFFFF;
    border: 1px solid #B5CEF6;
    border-radius: 4px;
     margin-left: 30px;
     color: #1857BC;
 }
 .information{
     margin-top: 40px;
 }
 .information li{
     margin-bottom: 20px;
 }
 .informationTitle {
     display: inline-block;
     width: 100px;
     text-align: right;
     margin-right: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
 }
 .information input{
     padding-left: 20px;
     width: 365px;
     height: 36px;
 }
 .submit{
     cursor: pointer;
     margin-top: 20px;
     border: none;
    width: 133px;
    height: 38px;
    background: #FF7C1C;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
 }


 .ovf{overflow: hidden;
    text-align: center;
}
    .tx{
         margin-top:44px; 
        }
    .tx img{
         width: 90px;
          height: 90px;
           border-radius:50%;
            margin-right:30px;
            border: 1px solid #fca89d; 
        }
    .tx span{ 
        border: solid 1px #fca89d;
         color: #fca89d;
          font-size: 16px;
           padding: 10px;
            cursor: pointer; }
    .upload1 { position: absolute; right:0; }
    .tx img{ float: left; }
    .tx input{ width: 86%; opacity: 0; }
    .upload-b { float: left; margin-top:36px; position: relative; }

    .information input[name=sex] {
        padding-left: 20px;
        width: 20px;
        height: 36px;
    }
    .information .sex {
        display: inline-block;
        text-align: left;
        /* float: left; */
        /* padding-left: 20px; */
        width: 365px;
        height: 36px;
    }
    #male{
        margin-right: 15px;
    }
