#shade{
    height: 100%;
    text-align: center;
    position: fixed;
    top: 1%;
    margin-top: -1rem;
    line-height: 2rem;
    width: 100%;
    color: #fff;
    background: rgba(0,0,0,0.6);
    display: inline-block;
    border-radius: 5px;
    z-index: 9999;
}

#shade .dialog{
    margin-top: 15rem;
    margin-left:48rem;
    height: 265px;
    width: 450px;
    border-radius: 5px;
    background: white;
    position: relative;
}
#shade .code{
    float: left;
    margin-top: 10rem;
    margin-left:43.3rem;
}
#shade img{
    float: left;
    margin-top: 12.5rem;
    margin-left:56.3rem;
}
.tel{
    color:red;
    font-size: 35px;
    display: block;
    padding-top: 6rem;
}

.lxfs{
    color: blue;
    font-size: 25px;
    display: block;
    float: left;
    padding-top: 24px;
    padding-left: 160px;
}
.wzdl{
    border-radius: 5px;
    width: 240px;
    height: 30px;
    font-size: 20px;
    padding-top: 20px;
    margin-top: 30px;
}
.prompt{
    color: black;
    font-size: 25px;
    display: block;
    padding:75px 15px 0px 15px;
}
.quxiao{
    color: white;
    border-radius: 10px;
    font-size: 22px;
    background-color: #cbcbcb;
    padding: 10px 35px;
    position: absolute;
    top: 180px;
    left: 78px;
    cursor: pointer;
}
.queren{
    color: white;
    border-radius: 10px;
    font-size: 22px;
    background-color: #0099ff;
    padding: 10px 0px;
    width:130px;
    top: 180px;
    position: absolute;
    cursor: pointer;
}

.quchongzhi{
    color: white;
    border-radius: 10px;
    font-size: 22px;
    background-color: #0099ff;
    padding: 10px 0px;
    width:130px;
    top: 180px;
    position: absolute;
    cursor: pointer;
}

