#leadLogin
{
    height: 460px;
    width: 720px;
    background: #fff;
    border-radius:8px;
    position:absolute !important;
    left:50%;    /* 定位父级的50% */
    top:50%;
    transform: translate(-50%,-50%);
     -webkit-transform: translate(-50%,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform: translate(-50%,-50%);        /* for IE */
    -o-transform: translate(-50%,-50%);
}
#leadLoginPic
{
    width: 720px;
    height: 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius:8px 8px 0 0;
}
#leadLoginContent h3
{
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin: 25px;
}
#leadLoginContent ul
{    
    font-size: 15px;
    margin: 0px 40px 0px 45px;
    line-height: 18px;
    text-align:justify;
    color: #777;
}
#leadLoginContent ul li
{    
    margin-bottom: 15px;
    position: relative;
}
#leadLoginContent ul li:before
{    
    content:"|";
    left:-10px;
    position: absolute;
    color:#3AA65A;
    font-weight:bold;
}
#leadLoginBtn
{
    position: absolute;
    width: 100%;
    bottom:0;
    left:0;
    border-top: 1px solid #dddddd;
}
#leadLoginBtn p
{
    display: inline-block;
    width: 48%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    color: #999;
    cursor: pointer;
}
#leadLoginBtn .lborder
{
    border-left: 1px solid #dddddd;
    color:#f76452;
}
.moudle-sv-appointment-1-mask
{
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    width: 100%;
    height: 100%;
}