
.tipPage .tip{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin:50px 0;
}
.tipPage  .tip .iconfont{
    font-size:60px;
    color:#ffb800;
}
.tipPage  .tip .text{
    font-size:22px;
    font-family: sans-serif;
}

.tipPage  .link{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
.tipPage  .link a{
    display: flex;
    margin:0 15px;
    align-items: center;
}
.tipPage  .link a .iconfont{
    display:block;
    background-color: #ccc;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color:#fff;
    border-radius: 50%;
    font-size:22px;
    margin-right: 5px;
}
.tipPage  .link a .text{
    font-size:16px;
}
.tipPage  .link a:hover{
    color:var(--theme);
}
.tipPage  .link a:hover .iconfont{
    background-color: var(--theme);
}

