/* 卡片圆角 */
.card-radius{
    border-radius: 10px;
}
.card-radius-bottom{
    border-radius: 0 0 10px 10px;
}
/* 清除边框 */
.clear-border{
    border: none !important;
}
/* 上浮特效 可共享 */
.transform-up-item:hover{
    transform: translateY(-5px);
}
.transform-up-item{
    transition: all .5s linear;
}

/* 顶部导航 */
.top-container{
    z-index: 999;
}
.top-nav .nav-link{
    color: white !important;
}


/* 底部 可共享*/
/* 友情链接 */
.friendly-link-wrapper{
    background-color: #094ba8;
}
.friendly-link{
    color: #fff;
}
.friendly-link ul{
    list-style: none;
}
.friendly-link .title{
    min-width: 80px;
}

/* 底部信息 */
.footer{
    background-color: #1f1f27;
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 400;
}
.footer .wxcode{
    min-width: 100px;
}