.footer-box {
    position: relative;
    /* z-index: 999; */
    left: 0px;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 300px;
    background: rgba(37, 37, 37, 1);
}

.dilogo{
    width:80%;
    margin:0 auto;
}
.dilogo img{
    width:80%;
}
.footer-pc{
    /* width: 100%; */
    display: block;
}
.footer-m{
    display: none;
}
.footer-title {
    width: 64px;
    height: 21px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-transform: none;
    font-style: normal;
}

.footer-content {
   
    margin: 20px 0;
}

.footer-logo {
    left: 371px;
    width: 126.05px;
    height: 38.24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    

}

.img-logo-position {
    position: relative;
    top: 16px;
    z-index: 1;
    border: unset !important;
    box-shadow: unset;
    text-align: center;
    /* left: calc(50% - 32.704515087945865px/2 + 0px); */
    width: 32.7px;
    height: 25.7px;
}

.img-back-1 {
    position: relative;
    top: 0;
    z-index: 0;
    border: unset !important;
    box-shadow: unset;
    left: calc(50% - 57px/2 + 0px);
    width: 57px;
    height: 57px;
    
    background-size: cover;
    bottom: 0px;
    margin: 0 auto;
}



.img-CNt-2 {
    margin: 0 auto;
    line-height: 57px;
    
    background-size: cover;
}

.img-pkb-2 {
    top: 20px;
    margin: 0 auto;
    line-height: 57px;
    width: 45.580078125px;
    height: 15.564453125px;
    
    background-size: cover;
}

.img-tle-2 {
    margin: 0 auto;
    line-height: 57px;
    width: 22.111328125px;
    height: 25.7041015625px;
    
    background-size: cover;

}

.img-rtq-2 {
    margin: 0 auto;
    line-height: 57px;
    width: 26.060546875px;
    height: 25.7041015625px;
    
    background-size: cover;

}



.qr-code {
    position: relative;
    display: inline-block;
    /* z-index: 257; */
    border: unset !important;
    box-shadow: unset;
    width: 130px;
    height: 130px;
    
    background-size: cover;
}


@media only screen and (min-width: 0) and (max-width: 1200px) {
.footer-pc{
    display: none !important;
}
.footer-m{
    display: block;
    height:1000px;
}
.footer-m-title{
    width: 180px;
    margin: 0 auto;
    padding-top: 20px;
}
.footer-m-content-title{
    color: #FFFFFF;
    font-weight: bold;
    height: 50px;
}
.footer-m-content-content{
    color: #b9b9b9;
    height: 120px;
    line-height: 50px;
}
.footer-m-icon{
    text-align: center;
}

.footer-icon-back{
    background-image: url(/Public/icon/icon-back.png);
    height: 57px;
    margin-bottom: 40px !important;
    width: 57px;
    background-size: cover;
    margin: 0 auto;
    line-height: 50px;
}
.five-left-bottom{
    margin: 20px 50px;
    text-align: center;
}
.wb-icon{
    width: 32px;
    height: 25px;
}
.xhs-icon{
    width: 45px;
    height: 15px;
}
.dy-icon{
    width: 22px;
    height: 25px;
}
.zh-icon{
    width: 25px;
    height: 25px;
}
.wx-img{
    width: 60%;
    margin: 0 auto;
}
}