@charset "utf-8";
.footer_menu a,.footer_menu dt{
   color: #fff;
}
.footer_menu dl{
    margin: 0px 5px;
    /* background-color: green; */
    width: 160px;
}.footer_menu dt{
    /* background-color: blueviolet; */
    text-align: center;
    line-height: 200%;
    font-size: 16px;
    font-weight: bold;
 
}
.footer_menu dd{
    /* background-color: saddlebrown; */
    text-align: left;
    line-height: 150%;
    height: 22px;
    overflow: hidden;
    margin-bottom: 5px; 
}
.footer_qr{
    padding: 5px 10px;
    /* background-color: chartreuse; */

}
.footer_qr .qr_code{
    margin: 5px;
        text-align: center;
}.footer_qr .qr_code .qr_code_img{
      border: 1px solid #a1a1a1;
      padding: 5px;
      background-color: #fff;
      width: 128px;
      text-align: center;
      margin: 0px auto;
}

.footer_qr .qr_code img{
    width: 128px;
    height: 128px;
    margin: 0px auto;


}
.footer_qr .qr_code .info{

    color: #fff;
}
.describe{
    border-top: #fff 1px solid;
    padding: 5px 10px;  
    color: #fff;
    line-height: 188%;
}
.describe p{
    color: #fff;
}
.copyright{
    text-align: center;
    color: #fff;
    line-height: 150%;
    padding-bottom: 10px;
}
.copyright p,.copyright a{
    color: #fff;
}