.home-link{
    width: 100%;
    height: .7656rem;
    background: #9B0D14;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-link-content {
    width: 7.8125rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-link-content-left{
    display: flex;
    flex-direction: column;
}
.home-link-title {
    color: #FFFFFF;
    font-size: .1146rem;
    display: flex;
    align-items: center;
}
.home-link-title img {
    width: .1042rem;
    height: .1042rem
}
.home-link-list {
    width: 4.7917rem;
    display: flex;
    flex-wrap: wrap;
    padding-top: .0833rem;
}
.home-link-list a {
    color: #FFFFFF;
    font-size: .0833rem;
    text-decoration: none;
    margin-right: .1563rem;
    white-space: nowrap;
    padding-bottom: .026rem;
}
.home-link-content-right{
    height: 100%;
    display: flex;
}
.link-item{
    display: flex;
    flex-direction: column;
    align-items: center;
  
    width: .6771rem;
    padding: .1354rem .0781rem 0 .0885rem;
    box-sizing: border-box;
    position: relative;
}
.link-item::before{
    content: '';
    position:absolute;
    left: 0;
    top: 0;
    width: 1px;
    background: rgba(255,255,255,0.44);
    height: .651rem;
}
.link-item:last-child:after{
    content: '';
    position:absolute;
    right: 0;
    top: 0;
    width: 1px;
    background: rgba(255,255,255,0.44);
    height: .651rem;
}
.link-icon{
    width: .2604rem;
    height: .2604rem;
    object-fit: contain;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-icon img{
    width: .1198rem;
    height: .1198rem;
    object-fit: contain;
}
.link-text{
    font-size: .0781rem;
    padding-top: .0521rem;
    color: #FFFFFF;
    text-align: center;
}