       /* 页脚 */
       footer {
           font-size: 12px;
           color: #CCCCCC;
           background: #2B303B;
           width: 100%;
           min-height: 328px;
       }

       footer .top {
           padding: 40px 0 15px 0;
           border-bottom: 1px solid #495162;
       }

       footer .top a:hover {
           color: #0092ff;
       }

       footer .links {
           width: 800px;
       }

       footer .links .link-item {
           flex: 1;
       }

       footer .links .link-item .title {
           font-size: 16px;
           margin-bottom: 22px;
       }

       footer .links a {
           font-size: 12px;
           color: #CCCCCC;
           display: block;
           line-height: 1;
           margin-bottom: 20px;
       }

       footer .contact {
           width: 400px;
           padding: 0 60px;
       }

       footer .contact img {
           width: 90px;
           height: 90px;
           transition: transform .4s linear;
           transform-origin: right bottom;

       }

       footer .contact img:hover {
           transform: scale(2.5);
           transform-origin: right bottom;
       }

       footer .contact .phone {
           text-align: center;
           color: #fff;
           font-size: 24px;
       }

       footer .contact .service-time {
           text-align: center;
           position: relative;
           margin: 14px 0;
       }

       footer .contact .service-time::after {
           content: '';
           width: 80px;
           height: 1px;
           background: #495162;
           position: absolute;
           left: 10px;
           top: 50%;
           transform: scaleY(-50%) translateY(-50%);
       }

       footer .contact .service-time::before {
           content: '';
           width: 80px;
           height: 1px;
           background: #495162;
           position: absolute;
           right: 10px;
           top: 50%;
           transform: scaleY(-50%) translateY(-50%);
       }

       footer .contact .qr-code .code-item {
           text-align: center;
       }

       footer .contact .qr-code .code-item .name {
           color: #fff;
           font-size: 14px;
       }

       footer .contact .qr-code .code-item .tip {
           font-size: 12px;
           margin-bottom: 8px;
           margin-top: 4px;

       }

       footer .bottom {
           color: #CCCCCC;
       }

       footer .bottom img {
           width: 13px;
           height: 15px;
           margin-right: 0px;
           vertical-align: text-bottom;
       }

       footer .bottom {
           padding: 14px 0 20px;
       }

       footer .bottom div {
           margin-right: 20px;
       }

       footer .bottom a {
           color: #CCCCCC;
           margin-right: 20px;
       }

       footer .bottom a:hover {
           color: #fff !important;
       }

       footer .bottom .copyright {
           margin: 0 0 14px 0;
       }

       /* 页脚 end */