
.footer {
    width: 100%;
    background-image: url('../images/common/foot-bgc.png');
    background-size: cover;
    position: relative;
    z-index: 11;
}
.footer_center {
    display: flex;
    justify-content: space-between;
    width: 14.6rem;
    margin: 0 auto;
    padding: 0.7rem 0 0.8rem;
}

/* 左侧 */
.f_left {
    position: relative;
    width: fit-content;
}
/* logo、导航 */
.f_left .box1 {
    display: flex;
}
/* logo */
.f_left .logo-add {
    width: fit-content;
    margin-right: 0.74rem;
}
.f_left .logo-add .logo {
    display: block;
    width: 2.2rem;
    height: 0.62rem;
}
.f_left .logo-add .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.f_left .logo-add .add {
    margin-top: 0.3rem;
}
.f_left .logo-add .item {
    display: flex;
    margin-top: 0.15rem;
}
.f_left .logo-add .item .icon {
    width: 0.23rem;
    margin-right: 0.1rem;
    object-fit: contain;
}
.f_left .logo-add .item .txt {
    width: 2.77rem;
    font-size: 0.16rem;
    color: #DCDCDC;
    line-height: 0.25rem;
    text-align: left;
}
/* 导航 */
.f_left .navs {
    display: flex;
    width: fit-content;
    margin-top: 0.18rem;
}
.f_left .navs .item {
    width: fit-content;
    margin-right: 0.65rem;
}
.f_left .navs .item:last-child {
    margin-right: 0;
}
.f_left .navs .t1 {
    font-size: 0.16rem;
    font-weight: bold;
    color: #DCDCDC;
    white-space: nowrap;
}
.f_left .navs .t2 {
    margin-top: 0.3rem;
}
.f_left .navs .t2 a {
    display: block;
    margin-top: 0.16rem;
    font-size: 0.14rem;
    color: #DCDCDC;
    white-space: nowrap;
}
.f_left .navs .t2 a:hover {
    font-weight: bold;
    color: #B20000;
}
/* 友情链接 */
.f_left .box2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.f_left .box2 .tip {
    margin-right: 0.25rem;
    font-size: 0.16rem;
    font-weight: bold;
    color: #DCDCDC;
}
.f_left .box2 a {
    display: block;
    margin-right: 0.6rem;
    font-size: 0.16rem;
    font-weight: bold;
    color: #DCDCDC;
}
.f_left .box2 a:last-child {
    margin-right: 0;
}
.f_left .box2 a:hover {
    color: #B20000;
}

/* 右侧 */
.f_right {
    width: 3.7rem;
}
.f_right .form {
    width: 100%;
}
.f_right input {
    width: 100%;
    height: 0.52rem;
    margin-bottom: 0.08rem;
    padding: 0 0.15rem;
    background: #535354;
    border: none;
    font-size: 0.14rem;
    color: #DCDCDC;
    opacity: 0.95;
}
.f_right input::placeholder {
    font-size: 0.14rem;
    color: #DCDCDC;
}
.f_right textarea {
    width: 100%;
    height: 0.78rem;
    margin-bottom: 0.08rem;
    padding: 0.15rem 0.14rem;
    background: #535354;
    border: none;
    outline: none;
    resize: none;
    font-size: 0.14rem;
    color: #DCDCDC;
    opacity: 0.95;
}
.f_right textarea::placeholder {
    font-size: 0.14rem;
    color: #DCDCDC;
}
.f_right button {
    width: 100%;
    height: 0.52rem;
    background: #B20000;
    border: none;
    text-align: center;
    line-height: 0.52rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    cursor: pointer;
}


/* 版权信息 */
.footer_footer {
    width: 100%;
    padding-bottom: 0.6rem;
    text-align: center;
    font-size: 0.14rem;
    color: #7D7D7D;
}
.footer_footer a {
    font-size: 0.14rem;
    color: #7D7D7D;
}


@media screen and (max-width:1024px){
    .footer_center{
        width: 94%;
        margin: 0 auto;
    }
    .f_left .navs{
        display: none;
    }
    .f_left .logo-add .item .txt{
        font-size: 12px;
    }
    .f_left .box2 .tip{
        font-size: 12px;
    }
    .f_right input::-webkit-input-placeholder {

font-size: 12px;
}
.f_right textarea::-webkit-input-placeholder{
    font-size: 12px;
}
    .f_right button{
        font-size: 12px;
    }
}