#p_showdow{
    position: fixed;
    width:100%;
    top: 0;
    height:100%;
    z-index: 1001;

    background: rgba(0,0,0,0.6);

    text-align: center;
    display: none;

}
#p_showdow .p_title{
    width: 90%;
    height: 10%;
    border-bottom: 1px solid silver;
    display: inline-block;
    position: relative;
}
#p_showdow .p_title img{
    border: 2px solid snow;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #b1c4d0;
    /*
    margin-left: 15%;
    */
    margin-right: -210px;
    right: 50%;
    margin-top: -12px;
    position: fixed;


}
#p_showdow .p_title span{
    height: 100%;
    line-height: 30px;
    left: 0;
    width: 60px;
    position: absolute;
    text-align: center;
    border-bottom: 1px solid #ff0000;
    margin-left: 0px;

}
#p_showdow .contenter{
    margin-top: 20px;
    overflow: auto;

}
#p_showdow .p_info{

    margin-left: 20px;
    width: 90%;
    display: none;;


}

.p_info label{

}
#p_showdow .showdo_footer{
    position: relative;
    width: 90%;
    display: inline-block;
    border-top: 1px solid silver;
    text-align: center;
    margin-top: 40px;
}
.contenter .labe{
    width: 30px;
    height: 31px;
    background-color: yellow;
    display: inline-block;
    position: absolute;
    left: 60.5px;
    border-top: 2px solid #98a1a6;
    border-bottom: 2px solid #98a1a6;
    border-left: 2px solid #98a1a6;
    margin-top: 3.76%;

}
.contenter label input{
    padding-right: 150px;
}
.contenter .labeico1{
    background: rgba(0, 0, 0, 0) url("../img/content/display/username.png") repeat scroll center center;
    background-size: cover;
}
.contenter .labeico2{
    background: rgba(0, 0, 0, 0) url("../img/content/display/password.png") repeat scroll center center;
    background-size: cover;
}
#p_showdow .contnet{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30%;
    height: 40%;
    min-width: 400px;
    min-height: 400px;
    max-height: 600px;
    max-width: 400px;
    border: 1px solid #00bbee;
    background-color: #ffffff;
    opacity: 0.9;
}
#p_showdow .p_group{
    text-align: center;
}

#p_showdow .info{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 300px;
    line-height: 50px;
    border: 1px solid #00bbee;
    background-color: #ffffff;
    opacity: 0.9;
}