.base-footer{

}

.base-footer-info{
    width: 100%;
    min-width:1200px;
    background: #333333;
    padding:50px 0;
}
.base-footer-info .content-wrapper{
    width: 1200px;
    margin: 0 auto;
}
.base-footer-info .content-wrapper .left-box{
    width: 50%;
    float:left;
}
.base-footer-info .content-wrapper .sub-title{
    line-height:40px;
    color:#ffffff;
    font-weight:700;
    font-size:16px;
}
.base-footer-info .content-wrapper .company-item{
    margin-bottom: 20px;
}
.base-footer-info .content-wrapper .department-wrapper{
    color:#999999;
    line-height:30px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.base-footer-info .content-wrapper .department-list{
    display: flex;
}
.base-footer-info .content-wrapper .department-list .department-wrapper:last-child{
    margin-right:0;
}
.base-footer-info .content-wrapper .department-wrapper .dot{
    width: 4px;
    height:4px;
    border-radius: 50%;
    background-color: #999999;
}

.base-footer-info .content-wrapper .contact-info {
    color: #999999;
    line-height: 30px;
}
.base-footer-info .content-wrapper .right-box{
    width: 50%;
    float:right;
}
.base-footer-info .media-list{
    display: flex;
    flex-wrap: wrap;
}
.base-footer-info .media-list .media-item{
    width: 160px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.base-footer-info .media-list .media-item .name{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 5px;
}
.base-footer-info .media-list .media-item img{
    height: 40px;
}
.base-footer-info .media-list .media-item:hover .qr-code-img{
    display: block;
}
.base-footer-info .media-list .qr-code-img{
    display: none;
    position: absolute;
    top: -160px;
    left: 0;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    transition: all 0.2s;
}
.base-footer-info .media-list .qr-code-img img{
    width: 150px;
    height: 150px!important;
    border: none;
}

.base-footer .copy-right{
    background: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    padding: 10px 0px;
    color:#999999;
}
