body{
    background: #fff;
}
.table1{
    width: 462px;
    height: 300px;
    position: absolute;
    top: -100px;
    left: 0;
    right:0;
    bottom:0;
    margin:auto;
    background-color: #fff;
    border-radius:10px;
}
.table1>.top{
    position: relative;
    height: 50px;
    background-color: #489ffe;
    border-radius:10px 10px 0 0;
}
.table1>.top>p{
    font-size: 14px;
    color:#ffffff;
    line-height: 50px;
    height: 14px;
    width: 56px;
    margin:0 auto;
}
.table1 img{
    width: 50px;
    height: 50px;
    margin-top: 30px;
    margin-left: 50px;
}
.table1>.list{
    position: absolute;
    top: 82px;
    left: 140px;
    /*width: 226px;*/
    height: 112px;
}
.table1>.list>p{
    font-size: 14px;
    color:#666666;
    margin-bottom: 9px;
}
.table1>.list>p:nth-child(1){

    margin-bottom: 9px;
}
.table1>.list>p>span{
    font-size: 14px;
    color:#489ffe;
}
.table1>.list>p:nth-child(2)>span>b{
    font-size: 24px;
}
.table1>.btn{
    position: absolute;
    width: 300px;
    height: 36px;
    bottom: 35px;
    /*margin: 0 auto;*/
    left: 86px;
}
.table1>.btn>button{
    border: 1px solid #489ffe;
    width: 120px;
    height: 36px;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.table1>.btn>button a{
    display: block;
    width:100%;
    height:100%;
    line-height: 36px;
    color: #489ffe;
    float: left;
}
.table1>.btn>button:nth-child(2){

    margin-left: 45px;
}
.table1 .btn button:hover{
    background-color: #489ffe;
    color:#fff;
}
.table1 .btn button:hover a{
    color: #fff;
}
