html, body {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Microsoft YaHei";
    color: #333;
    background-color: #313234;
}
a {
    text-decoration: none;
}

/*************************footer部分内容*************************/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #313234;
    min-width: max-content;
}
.footer>:first-child {
    padding: 40px 0 0 0;
}
.footer td {
    vertical-align: top;
}
.footer-list {
    color: #999;
    font-size: 16px;
    min-width: 154px;
    max-width: 410px;
    line-height: 32px;
    text-align: left;
}
.footer-list a {
    color: #999;
    display: block;
}
.footer-list>:first-child {
    color: white;
    font-size: 20px;
    margin-bottom: 12px;
}
.footer-qr {
    margin-top: 26px;
    float: right;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #999;
}
.footer-qr img {
    margin-bottom: 10px;
}
.footer-line {
    border-top: 2px solid #666;
    margin-top: 27px;
}
.copyright {
    padding: 10px 0;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 22px;
}
.copyright a {
    color: #666;
}
.copyright img {
    width: 16px;
    vertical-align: middle;
    border-width: 0; /*兼容IE*/
}
/*************************consult部分内容*************************/
.consult {
    position: fixed;
    width: 120px;
    top: 30%;
    right: 2%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background-color: white;
    padding: 20px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=-45,strength=-1);
}
.consult img {
    max-width: 90px;
}
.consult-blue {
    font-size: 16px;
    color: #2068d5;
}