.container{
    width: 100%;
    height: 400px;
}
.content{
    width: 509px;
    height: 102px;
    margin: 30px auto;
}
.err-img{
    width:86px ;
    height: 102px;
    margin-right: 35px;
    float: left;
    background-image: url("../../images/erricon.png");
}
.succ-img{
    width:86px;
    height: 102px;
    margin-right: 35px;
    float: left;
    background-image: url("../../images/succicon.png");
}
.text p:first-child{
    font-size: 18px;
    color: #005197;
    font-weight: 500;
    padding-top: 28px;
}
.text p:nth-child(2){
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
}
.text p:last-child{
    font-size: 14px;
}
a{
    color: #005197;
}
table {
    position: absolute;
    width: 495px;
    border: 1px solid #c7c7c7;
    border-width: 1px 0px 1px 1px;
    border-collapse: collapse;
    margin-top: 55px;
}
td{
    color: #737373;
    height: 40px;
    border: 1px solid #c7c7c7;
}
tr td:first-child{
    width: 100px;
    text-align: center;
}
tr td:last-child{
    width: 300px;
    text-align: left;
    padding-left: 10px;
}
.succ-btn{
    margin-top: 250px;
}
.succ-btn a{
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration:none;
    display: inline-block;
    border-radius: 5px;
}
.succ-btn a:first-child{
    border: 1px solid #005197;
    color: #005197;
    margin-right: 20px;
}
.succ-btn a:last-child{
    border: none;
    color: #ffffff;
    background-color: #005197;
}