footer{
    background-color: #000;
    color: #fff;

    padding: 20px 0;
    /*margin-bottom: 5px;*/
    position: relative;
    width: 100%;
}
.record{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}
#volcfe-footer a {
    text-decoration: none;
    color: #fff;
}

#volcfe-footer .volcfe-footer-pc {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}
#volcfe-footer .volcfe-footer-content-pc {
    -moz-box-pack: justify;
    border-bottom: 1px solid #dde2e9;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
     /*height: calc(480px - 40px);*/
     /*max-height: calc(480px - 50px);*/
    padding: 60px 0;
}
#volcfe-footer .flex {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
#volcfe-footer * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

#volcfe-footer .volcfe-pc-menu-title {
    font-size: 14px;
    font-weight: 500;
}
#volcfe-footer .volcfe-pc-menu {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
}
#volcfe-footer .volcfe-footer-qrcode-item-wrap {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-right: 12px;
}
#volcfe-footer .volcfe-footer-qrcode-item {
    background: #fff;
    padding: 10px;
}
#volcfe-footer .volcfe-footer-qrcode-text {
    line-height: 20px;
    margin-top: 8px;
}
#volcfe-footer .volcfe-footer-qrcode {
    display: block;
    height: 64px;
    width: 64px;
}
#volcfe-footer .volcfe-pc-menu-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px;
}

.Consultation {
    /* padding: 10px 20px; */
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    /* margin-top: 50pxpx; */
    width: fit-content;
    font-family: "Source Han Sans CN";
    display: flex;
}
.Consultation i{
    font-size: 25px;
    margin-right: 10px;
}
.Consultation span{
    font-size: 20px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
}
.btn_connection{
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0 30px ;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}
.btn_connection i{
    font-size: 20px;
}
.copyright{
    font-size: 12px;
    line-height: 20px;
}
.footer_title{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 15px;
}
.text{
    line-height: 40px;
    font-size: 14px;
}
.text a{
    color: #fff;
}