#header{
    position: absolute;
    top: 64px;
    left: 22px;
    right: 22px;
    background-color: white;
    height: 132px;
    border-radius:8px;
    box-shadow: 0px 0px 8px #dce6fb;
}

#headerIcon{
    position: absolute;
    top: 20px;
    left: 15px;
    width: 56px;
    height: 56px;
    border-radius: 28px;
}

#name{
    position: absolute;
    top: 26px;
    left: 81px;
    font-size:20px;
    color: #4A4A4A;

}

#department{
    position: absolute;
    top: 60px;
    left: 81px;
    font-size:13px;
    color: #929292;
}

#phoneImage{
    position: absolute;
    left: 18px;
    bottom: 10px;
    width: 18px;
    height: 18px;
}

#phoneNumber{
    position: absolute;
    bottom: 7px;
    left: 40px;
    font-size:13px;
    color: #929292;
}

#professionImage{
    position: absolute;
    left: 18px;
    bottom: 10px;
    width: 18px;
    height: 18px;
}

#professionLabel{
    position: absolute;
    bottom: 7px;
    left: 40px;
    font-size:13px;
    color: #929292;
}

#cardImage{
    position: absolute;
    left: 18px;
    bottom: 10px;
    width: 18px;
    height: 18px;
}

#cardNumber{
    position: absolute;
    bottom: 7px;
    left: 40px;
    font-size:13px;
    color: #929292
}

hr{
    border: none;
    background-color: #c0bfc4;
    height: 1px;
}
.navigation{
    height: 44px;
    width: 100%;
    background-color: white;
    text-align: center;
}

a.navigationback{
    position: absolute;
    top: 12px;
    height: 22px;
    left: 0;
    width: 40px;
}

.navigationright{
    position: absolute;
    font-size: 16px;
    top: 10px;
    text-align: right;
    right: 16px;
    width: 40px;
    color: #248AFF;
}

.navigationrightimg{
    position: absolute;
    top: 12px;
    height: 22px;
    right: 0;
    width: 40px;
}

img.navigationback{
    position: absolute;
    height: 22px;
}

.navigationtitle{
    position: absolute;
    top: 10px;
    left: 100px;
    right: 100px;
    font-size: 17px;
    color: #282828;
    text-align: center;
    font-family: '.PingFangSC-Medium';
}

.alieditContainer{position:relative;}
.alieditContainer .i-text{position: absolute;color: white;opacity:0.2; width:246px; height:48px; font-size:12px; margin: auto;left:0;right: 0px; -webkit-user-select:initial;  /*取消禁用选择页面元素*/z-index:9;	padding:0;	borde:0;}
.alieditContainer .sixDigitPassword {width:246px; height:22px; cursor:text; background:#fff; outline:none; position:relative; padding:13px 0; border:1px solid #ddd; border-radius:5px;}
.alieditContainer .sixDigitPassword i {width:40px; height:16px; float:left; display:block; padding:4px 0; border-left:1px solid #cccccc;}
.alieditContainer .sixDigitPassword i:first-child{border-left:0;}
.alieditContainer .sixDigitPassword i.active{background-image: url("https://t.alipayobjects.com/images/rmsweb/T1nYJhXalXXXXXXXXX.gif");background-repeat: no-repeat;background-position: center center; }
.alieditContainer .sixDigitPassword b{display:block; margin:5px auto 4px auto; width:7px; height:7px; overflow:hidden; display:none;/*visibility:hidden;*/ background:#000; border-radius:100%;}
.alieditContainer .sixDigitPassword .guangbiao{width:40px; height:48px; position:absolute; display:block; left:0px; top:-1px; border:1px solid rgba(82, 168, 236, .8); border:1px solid #00ffff\9; border-radius:5px; visibility:visible; -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.75), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);}
