/*底部*/

.footer{
    width: 100%;
    height: 300px;
    background-image: url('../images/bottom_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 60px 30px;
    color: #8C8C8C;
    box-sizing: border-box;
    /*position: absolute;*/
    /*bottom: 0px;*/
}
.footer .code{
    width: 180px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 45px;
}
.footer .code .code-text{
    white-space: nowrap;
    font-size: 14px;
    margin-right: 10px;
}
.footer .code .img-box{
    border-radius: 4px;
}
.footer .code img{
    width: 100px;
}
.footer .footer-left{
    min-height: 160px;
}
.footer .footer-left .bottom-nav{
    margin-bottom: 50px;
    max-width:80%;
}
.footer .footer-left .bottom-nav li{
    white-space: nowrap;
    margin-right: 15%;
    padding: 0 0 10px;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}
.footer .footer-left .bottom-nav li:before{
    content: '';
    width:0%;
    height: 2px;
    background-color: #008A71;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
}
.footer .footer-left .bottom-nav li:hover{
    color: #008A71;
    font-weight: bold;
}
.footer .footer-left .bottom-nav li:hover:before{
    width: 100%;
}
.footer .footer-left .bottom-source{
    margin-bottom: 30px;
    max-width:700px;
}
.footer .footer-left .bottom-source li{
    margin-right: 50px;
    white-space: nowrap;
    font-size: 14px;

}
.footer .footer-left .bottom-source li i{
    color: #008A71;
    margin-right: 10px;
}

/*.pc-footer-logo{*/
/*    display: block;*/
/*}*/
/*.pc-footer-text{*/
/*    text-align: left;*/
/*    font-size: 14px*/
/*}*/
.mobile-img , .mobile-footer-text{
    display: none;
}
.links{
    min-height: 160px;
 }
.links .link-title{
    font-size: 16px;
    margin-bottom: 20px;
}
.links .link-title span{
    display: none;
}
.links li{
    padding: 10px 0;
}
.links  li a{
    font-size: 14px;
    white-space: nowrap;
}
.links  li a:hover{
    color: #008A71 !important;
}

@media screen and (max-width: 850px) {
    .footer{
        padding: 20px 15px 20px;
        align-items: flex-start;
        position: relative;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
    }
    .footer .footer-left,.links{
        min-height: auto;
        width: 250px;
    }
    .links{
        display: flex;
        align-items: center;
    }
    .links .link-title{
        font-size: 14px;
        margin-bottom: 0px;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }
    .links .link-title span{
        display: flex;
    }
    .links ul{
        margin-bottom: 0;
    }
    .links li{
        padding: 0;
    }
    .links li a{
        font-size: 12px;

    }
    .footer .footer-left .bottom-nav{
        display: none;
    }
    .footer .footer-left .bottom-source{
        flex-direction: column;
        margin-bottom: 5px;
    }
    .footer .footer-left .bottom-source{
        align-items: flex-start;
    }
    .footer .footer-left .bottom-source li{
        margin-right:0px;
        margin-bottom: 12px;
    }
    .mobile-img , .mobile-footer-text{
        display: block;
    }
    .footer .code{
        flex-direction: column-reverse;
        align-items:center;
        margin-bottom: 0;
        width: auto;
    }
    .pc-footer-text{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
        text-align: center;
        width: 80%;
    }
    .pc-footer-logo{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 90px;
        width: 220px;
    }

    .footer-left, .footer-right{
        display: inline-block;
    }
}

@media (min-width: 850px) and (max-width: 1080px){
    .pc-footer-logo{
        width: 200px;
    }
    .footer .footer-left .bottom-nav li{
        margin-right: 8%;
    }
    .footer .footer-left .bottom-nav{
        margin-bottom: 30px;
    }
    .footer .footer-left .bottom-source li{
        margin-right: 20px;
    }
    .footer-right{
        display: none;
    }
}
@media (min-width: 1080px) and (max-width: 1670px) {
    .pc-footer-logo{
        width: 200px;
    }
    .footer .footer-left .bottom-nav li{
        margin-right: 8%;
    }
    .footer .footer-left .bottom-nav{
        margin-bottom: 30px;
    }
    .footer .footer-left .bottom-source li{
        margin-right: 20px;
    }
}
