#main-footer {
    width: 100%;
    background-color: #35383f;
    /* min-width: 1200px; */
}

.site-footer {
    display: flex;
    padding: 0 5%;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.footer-line {
    height: 150px;
    width: 3px;
    /* margin-right: 30px; */
    background-color: #3f434c;
    margin: auto 30px auto 0;
}

.col-contact {
    margin: 0 30px;
    display: flex;
    align-self: center;
}
.col-contact img{
    width: 180px;
}

.col-links dt {
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1vw;
    font-weight: 400;
}
.col-links dt a{
    color: #ffffff;
}

.col-links dt span {
    color: #4ec4c7;
}

.col-links dd {
    margin: 2px 0 0;
    font-size: 0.9vw;
    color: #838489;
    cursor: pointer;
    margin-top: 6px;
}
.col-links dd a{
    color: #838489;
}
.col-links dd a:hover{
    color: #ffffff;
}

.site-info {
    padding: 20px 0;
    font-size: 12px;
    margin: 0 5%;
    border-top: 1px solid #9d9d9d;
}

.site-info .site-container {
    position: relative;
    width: 1200;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
}

.site-info .site-container .info-text {
    color: #9d9d9d;
}

.info-text p {
    margin-top: 2px;
    font-size: 1vw;
}

.site-qrcode {
    color: #838489;
    font-size: 16px;
    margin-left: 30px;
}

.qrcode-img {
    margin-top: 30px;
    margin-bottom: 10px;
}
.qrcode-img img{
    height: 120px;
    width: 120px;
    border-radius: 3px;
}
.qrcode-img>div {
    line-height: 30px;
    font-size: 1vw;
}

.work-time {
    font-size: 0.9vw;
}

@media screen and (max-width: 1200px) {
    .col-contact,.footer-line{
        display: none;
    }
}
