/*body{*/
    /*background-color:rgba(0,0,0,0.5);*/
/*}*/
.table2{
    z-index: 100;
    width: 462px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    margin:auto;
    background-color: #fff;
    border-radius:10px;
}
.table2>.top{
    position: relative;
    height: 50px;
    background-color: #489ffe;
    border-radius:10px 10px 0 0;
}
.table2>.top>p{
    font-size: 14px;
    color:#ffffff;
    line-height: 50px;
    height: 14px;
    width: 56px;
    margin:0 auto;
}
.table2>.no{
    width: 100%;
    height: 20px;
    margin: 80px auto;
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    line-height: 20px;
    color:#666666;
}
.table2>button{
    width: 120px;
    height: 36px;
    margin-left: 171px;
    background-color: #498ffe;
    border:none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.table2>button a{
    color: #fff;
    display:block;
    width:100%;
    height:100%;
    line-height: 36px;
}
