
.tip{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin:50px 0;
}
.tip .icon{
    margin-bottom: 10px;
}
.tip .iconfont{
    font-size:75px;
    color:#666;
}
.tip .text{
    font-size:22px;
    font-family: sans-serif;
}

.fastLink{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
.fastLink a{
    display: flex;
    margin:0 15px;
    align-items: center;
}
.fastLink 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;
}
.fastLink a .text{
    font-size:16px;
}
.fastLink a:hover{
    color:var(--theme);
}
.fastLink a:hover .iconfont{
    background-color: var(--theme);
}