
body{
    background-color: #F6F8FC;
}
.my{
    width: 1185px;
    display: flex;
    align-items: flex-start;
    margin: 20px auto 25px;
    background-color: #fff;
    border-radius: 6px;
    padding: 0 20px;
}
.my .myleft{
    width: 385px;
}
.my .myright{
    width: 800px;
}
.my .my_title.brno{
    border-right: none;
}
.my .my_title{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    padding:   22px 20px;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}
.my .my_content{
    padding: 25px 10px ;
}
.tablebox{
    padding-top: 20px;
    margin-left: -1px;
    border-left: 1px solid #eee;
}
.my_content{
    border-right: 1px solid #eee;
}
.my_content .label_item.avatar img{
    border-radius: 50%;
    overflow: hidden;
    width: 72px;
    height: 72px;
}
.my_content .label_item.avatar{
    text-align: center;
    justify-content: center;
}
.my_content .label_item {
    display: flex;
    margin-bottom: 35px;
    align-items: flex-start;

}
.my_content .label_item div{
    font-size: 13px;
    width: 150px;
    line-height: 20px;
}
.my_content .label_item label{
    line-height: 20px;
    width: 130px;
    text-align: right;
    margin-right: 20px;
    font-size: 13px;
    color: #4D4D4D;
    display: block;
}
.tablebox tr{
    height: auto !important;
}
.tablebox{
    padding-left: 20px;
}
#tableBtnbox{
    font-size: 12px;
    color: #64174E;
    margin: 0;
    padding:0;
}
#tableBtnbox div{
    cursor: pointer;
}
.laytable-box .laytable-fixed td.nowrap> div{
    height: 110px;
}
#tableBtnboxw1 {
    display: flex;
    height: 100%;
    justify-content: center;
}
#tableBtnboxw1  .mybtn.url{
    color:#0248EC;
    cursor: pointer;
    
}
#tableBtnboxw1  .mybtn.w1{
    width: 100%;
    height: 100%;
    color: #F72F3A;
    cursor: pointer;
}
#tableBtnboxw1  .mybtn.d1{
    cursor: pointer;
    color: #64174E;;
}
#tableBtnbox  .mybtn{
    width: 46%;
    height: auto;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
}
#tableBtnbox .bl{
    color: #2C59AD;
}

.laytable-cell-0-hospital{
    border-right: none !important;
}
.updateperson .updatebtn{
    background: #64174E;
    border-radius: 4px;
    padding: 8px 16px;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
}
.updateperson{
    margin: 40px 40px;
    text-align: right;
}
.updatebtn{
    cursor: pointer;
}