.footer {
    background-color: #dfd8c8 !important;
    position: relative;
}

.footer .login {
    position: absolute;
    left: 282px;
    top: 0;
    width: auto;
    height: 250px;
    -webkit-user-drag: none;
}

.footTitle {
    font-size: 36px;
    font-weight: 700;
    color: #A04335;
    line-height: 36px;
    margin: 0 !important;
}

.footTitle-en {
    font-family: fangsong;
    font-weight: 700;
    font-size: 18px;
    color: #33201C;
}

.footLine {
    width: 100%;
    height: 1px;
    background: #B8B2A5;
    margin: 10px 0;
}

.footLabel {
    color: #7A521E !important;
}

.qrcode {
    width: 108px;
    height: 108px;
    margin-top: 10px;
    -webkit-user-drag: none;
}

.phone-box {
    display: flex;
    width: 100%;
}

.phone-icon {
    width: 58px;
    height: 58px;
    -webkit-user-drag: none;
}

.phone-desc {
    font-size: 20px;
    font-weight: 700;
    color: #60524C;
}

.footPhone {
    margin-left: 10px;
    font-size: 42px;
    font-family: Impact;
    font-weight: 400;
    color: #A04335;
}

.footSmall {
    line-height: 20px;
    color: #615D54;
}

.info-list {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 350px;
    height: 55px;
    margin-left: 85px;
    margin-top: 35px;
}

.info-item {
    width: 24%;
    height: 25px;
    background: #B9B4A6;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF !important;
    line-height: 25px;
    cursor: pointer;
    margin-left: 3px;
}