﻿/** 底部菜单*/
.bottom-style{
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("/whzsrc/img/whrc/bottom-back.jpg");
    display: flex;
    flex-direction: column;
}
.bottom-menu{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    height: 170px;
    justify-content: center;
    align-items: center;
}
.bottom-left{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*margin-top: 20px;*/
}
.bottom-left-tit{
    font-size: 16px;
    color: #fff;
}
.bottom-left-info{
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    line-height: 25px;
}
.left-info-item{
    font-size: 13px;
    color: #fff;
}
.bottom-right{
    display: flex;
    flex-direction: row;
    height: 100px;
    margin-top: 20px;
}
.bottom-right-menu{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bottom-menu-item{
    display: block;
    margin-bottom: 25px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}
.bottom-right-code{
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}
.bottom-center-line{
    width: 1px;
    height: 100px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    background-color: #fff;
}
.code-icon{
    width: 80px;
    height: 80px;
}
.code-txt{
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
}
.ba-txt{
    width: 100%;
    font-size: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 20px;
    justify-content: center;
}