#footer{
    overflow: hidden;
}
.f-title {
    padding-top: 40px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 50px;
}

.f-phone {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.f-cooperation {
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.f-text a {
    margin-top: 20px;
    color: #6C6C6C;
}

.f-text a:hover {
    color: #e1e1e1;
}

.f-address {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    color: #6C6C6C;
}
.f-form{
    margin-left: 3px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.f-need {
    display: flex;
}
.f-need input{
    max-height: 50px;
    margin: 3px 3px;
}
.f-need select{
    width: 230px;
    margin: 3px 3px;
}

.copyright a {
    color: #6C6C6C;
}

.copyright a:hover {
    color: white;
}

#float-footer {
    display: none;
    z-index: 9999;
    bottom: 0;
}
.f-need .mobile{
    width: 220px;
    margin-right: 6px;
}
.f-need .text{
    width: 400px;
}