.ipBanner{
    background: url("../img/linebanner.png") top center no-repeat;
    height: 500px;
}
.ipBtn1{
    width:206px;
    text-align: center;
    height:60px;
    line-height: 60px;
    background:linear-gradient(-60deg,rgba(250,130,65,1) 0%,rgba(255,165,117,1) 100%);
    border-radius:4px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-top: 355px;
    margin-right: 50px;
}
.ipBtn1:hover{
    color: #fff;
}
.ipBtn2{
    width:206px;
    text-align: center;
    height:60px;
    line-height: 60px;
    background:linear-gradient(-60deg,rgba(252,204,36,1) 0%,rgba(255,238,166,1) 100%);
    border-radius:4px;
    display: inline-block;
    color: #B4521E;
    font-size: 20px;
    margin-top: 355px;
}
.ipBtn2:hover{
    color: #B4521E;
}
.layui-table th{
    text-align: center;
    font-weight: bold;
}