#identity{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
}
#identityCon{
    position: relative;
    left: 50%;
    margin-left: -250px;
    top: 80px;
    width: 550px;
    height: 80%;
    background-color: rgb(102, 103, 141);
    padding-top: 50px;
    border-radius: 20px;
    overflow-y: scroll;
}
::-webkit-scrollbar{width:0px}
#identityCon ul li{
    list-style: none;
    width: 400px;
    /*background: #ffffff;*/
    text-align: right;
    margin-top: 20px;
}
#identityCon ul li input[type=text],#identityCon ul li input[type=number]{
    width: 300px;
    height: 30px;
}
#identityCon ul li img{
    width: 240px;
    height: 172px;
}
#identityCon ul li .text{
    display: inline-block;
    width: 160px;
    float: left;
    text-align: center;
    padding-top: 50px;
}
#identityCon ul li .text span{
    font-size: 12px;
}
#identityCon ul .sex{
    text-align: left;
    margin-left: 63px;
}