.footer {
    background-color: #333;


}

.footer_main {
    max-width: 1300px;
    margin: 0 auto;
}

.footer_top {
    padding: 80px 20px 25px 20px;
    border-bottom: 0.5px solid #BCB9B9;
}

.footer_conten {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 0.5px solid #BCB9B9;
    align-items: flex-start;
}

.footer_left_box {
    display: flex;
    margin-right: 6vw;
}

.footer_left_item_title {
    font-family: 'Alimama FangYuanTi VF', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    /* text-decoration: underline; */
    margin-bottom: 30px;
}

.footer_left_item {
    margin-right: 2vw;
}

.footer_ragin_box {
    width: 10%;
}

.footer_ragin_box img {
    width: 100%;
}

.footer_left_item_details {
    font-family: Microsoft YaHei UI;
    font-weight: 290;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F3F3F2;
    padding: 10px 0;
}
/* .footer_left_item_details:hover{
    color: #ffa45ea8;
    cursor: pointer;
} */
.wxgzh {
    font-family: 'Alimama FangYuanTi VF', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-align: center;
    margin-top: 5px;
}

.footer_bottom {
    color: #F3F3F2;
    text-align: center;
    padding: 10px;

}

.footer_bottom a {
    font-size: 14px;
    color: #F3F3F2;
    text-align: center;
    /* text-decoration: underline; */
}

.sjwx {
    display: none;
}
.footer_about{
    background: #4f4f4f;
    /* box-shadow: 0px 0px 6px 1px #ffffff; */
    margin: 10px 0 15px 0;
    padding: 8px 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 7px;
    border: 1px solid #fffffff2;
    color: #FFF;
    cursor: pointer;
}
.footer_about:hover{
    background: #ef9b5a;
    box-shadow: 0px 0px 6px 1px #ffffff;

}

@media screen and (max-width: 1199px) and (min-width: 600px) {
    .sjwx {
        display: block;
        width: 128px;
    }

    .pbanwx {
        display: none;
    }

    .footer_left_item:nth-child(1) {
        width: 138px;
    }

    .footer_left_item:nth-child(2) {
        width: 128px;
    }

    .footer_left_item_title {
        font-size: 18px;
        margin-bottom: 3px;
        margin-top: 5px;
    }

    .footer_left_item_details {
        /* font-size: 12px; */
        padding: 8px 0;
    }

  

    

    .footer_left_box {
        margin-right: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    
}

@media screen and (max-width: 599px) {
    .sjwx {
        display: block;
        width: 128px;
    }

    .pbanwx {
        display: none;
    }

    .footer_left_item:nth-child(1) {
        width:128px;
    }

    .footer_left_item:nth-child(2) {
        width: 75px;
    }

    .footer_left_item_title {
        font-size: 17px;
        margin-bottom: 3px;
        margin-top: 5px;
    }

    .footer_left_item_details {
        font-size: 12px;
        padding: 8px 0;
    }

    .wxgzh {
        font-size: 11px;
    }

    .footer_bottom {
        font-size: 11px;
    }

    .footer_bottom a {
        font-size: 11px;
    }

    .footer_left_box {
        margin-right: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer_top {
        padding-top: 25px;
    }
}
@media (min-width: 2001px) {
    .footer_left_item {
        margin-right: 30px; /* 设置右边距为30px */
    }
}