.back-to-top {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 60px; }
.back-to-top a {
    outline: none; }

#footer {
    margin-top: 5%;
    width: 100%;
    background-color: #31415A;
}
#footer p, #footer a {
    color: white;
}
#footer .footer-content ul{
    list-style-type: none;
}
#footer .footer-content li{
    text-align: right;
    margin-bottom: 1em;
    /* font-weight: 200; */
    font-size: 1em;
}
#footer .footer-content a{
    text-decoration: none;
    border-bottom: 1px solid #fff;
    font-weight: bolder;
    font-family: 'Microsoft YaHei', sans-serif;
}
.QRCode_L{
    margin-right: 2.5em !important;
}
#desktopOnly #footer .QRCode p{
    text-align: center;
    font-size: 1em;
    margin-bottom: 1em !important;
    position: absolute;
    left: -180%;
    top: 20%;
    width: 9em;
    text-align: right;
    font-weight: 300;
}
#footer .QRCode img{
    width: 6em !important;
}
#mobileOnly #footer .QRCode img{
    margin: auto;
    display: block;
}
#footer .QRCode {
    position: relative;
}
#footer .footer-key p{
    text-align: left;
    margin-bottom: 0 !important;
    font-size: 1em;
    font-weight: 200;
}
#footer .footer-key li{
    margin-bottom: 13%;
}
#footer .footer-content {
    width: 100%;
    padding-top: 3%;
}
.footer_contactUs{
    /* font-weight: 700; */
    /* border-bottom: 1px solid #fff; */
    display: table;
    margin-bottom: 10%;
}
#footer .footer-content p {
    /* margin: 0; */
}
#record p{
    margin-top: 2em;
    padding-bottom: 2em;
    font-size: 0.9em;
    font-weight: 400;
    height: unset;
}
.footer_center{
    border-left: 2px solid #98A0AB;
    border-right: 2px solid #98A0AB;
    position: relative;
}
.footer_center img{
    height: 90%;
}
.footer_L{
    padding-right: 2%;
}
.footer_L ul{
    margin-bottom: 10%;
}
#footer .footer-content a:hover {
    /* text-decoration:underline; */
    background-color: #497b99;
    padding-left: 0;
    padding-right: 0;
} 
.footer_R{
    padding-left: 2%;
}
.footer_bgColor{
    width: 100%;
    background-color: #31415A;
}
/* #footer .title {
    font-size: 2.0rem;
    color: white;
    text-decoration: underline;
    position: relative;
    left: 0px;
    margin-bottom: 20px;
} */

/* #footer .link p {
    float: left;
    margin: 5px 30px;
} */
/* #footer .aboutus {
    margin: 15px 0;
    padding-left: 30px;
} */


/* @media screen and (max-width: 580px)  {
    #footer .link p {
        float: none;
    }
} */

