﻿.footer-box{
    background: #1B1B1C;
}
.footer-content{
    width: 62.5%;
    max-width: 1200px;
    padding-right: 1rem;
    margin: 0 auto;
    min-width: 750px;
}
.merit{
    font-family: PingFangSC-Light,Noto Sans SC;
font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    /* font-weight: lighter; */
    padding: 2.68rem 0 3.08rem 0;
}
.merit img{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.71rem;
}
.footer-line{
    width: 100%;
    height: 1px;
    opacity: 0.55;
    background: #4C4C4C;
}
.more-info{
    padding: 3.32rem 0 13.8rem 0;
}
.more-info-1{
    width: 40.42rem;
}
.more-info-1 div{
    font-family: PingFangSC-Regular,Noto Sans SC;
font-weight: 400;
    /* font-weight: lighter; */
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 1.6rem;
}
.more-info-1 .co-3F{
    color: #999999;
}
.phone-number{
    font-family: PingFangSC-Medium,Noto Sans SC;
font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
}
.time{
    font-family: PingFangSC-Light,Noto Sans SC;
font-weight: 300;
    font-size: 13px;
    color: #989898;
    letter-spacing: 0;
}
.wechart-box,.webo-box{
    margin-top: 1.8rem;
    cursor: pointer;
}
.wechart-box img,.webo-box img{
    width: 1.6rem;
    height: 1.6rem;
}
.webo-box{
    margin-left: 2.74rem;
}
.wechart-box .select,.webo-box .select{
    display: none;
}
.wechart-box:hover .no-select{
    display: none;
}
.wechart-box:hover .select{
    display: block;
}
.webo-box:hover .no-select{
    display: none;
}
.webo-box:hover .select{
    display: block;
}
.information{
    padding: 1.89rem 0 5.21rem 0;
    font-family: PingFangSC-Regular,Noto Sans SC;
font-weight: 400;
    font-size: 13px;
    color: #989898;
    letter-spacing: 0;
}
.footer-content a:hover,.footer-content a:visited,.footer-content a:link,.footer-content a:active {
    text-decoration: none;
    color: #999999!important;
}
.go-concat span:hover{
    text-decoration: underline;
    cursor: pointer;
    color: #FFFFFF;
}
.merit span:hover{
    color: #999999;
}
a{
    color: #999999;
}
.wx-code-box{
    position: absolute;
    top: 60px;
    left: -46px;
    width: 110px;
    display: none;
    z-index: 10;
}
.wechart-box:hover .wx-code-box{
   display: inherit;
}