.lhw-floor-wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.lhw-footer { background: #151621; padding: 50px 0 0; }
.lhw-footer p { margin: 0px; }
.lhw-footer .lhw-floor-wrapper { font-size: 0px; }
.lhw-footer .footer-item { color: #acacac; display: inline-block; vertical-align: top; font-size: 16px; border-right: 1px solid #3b3c3f; }
.lhw-footer .footer-item.footer-01 { width: 600px; }
.lhw-footer .footer-item .footer-p b { color: #fff; display: block; margin: 10px 0; }
.lhw-footer .footer-item .footer-p span { display: block; }
.lhw-footer .footer-item.footer-02 { height: 260px; padding: 0 45px; }
.lhw-footer .footer-item.footer-02 .footer-name { color: #fff; }
.lhw-footer .footer-item.footer-02 .footer-qrcode { margin-top: 25px; }
.lhw-footer .footer-item.footer-02 .footer-qrcode span { margin-top: 15px; display: block; font-size: 14px; }
.lhw-footer .footer-item.footer-03 { width: 259px; border-right: 0px; padding: 45px 49px; }
.lhw-footer .footer-item.footer-03 .footer-item-top { font-size: 0px; }
.lhw-footer .footer-item.footer-03 .footer-item-top img { width: 42px; height: 42px; display: inline-block; vertical-align: top; }
.lhw-footer .footer-item.footer-03 .footer-item-top .footer-item-text { display: inline-block; vertical-align: top; font-size: 16px; margin-left: 10px; }
.lhw-footer .footer-item.footer-03 .footer-item-top .footer-item-text span { display: block; }
.lhw-footer .footer-item.footer-03 .footer-item-top .footer-item-text i { display: block; font-style: normal; font-family: DINOffcPro; font-size: 45px; }
.lhw-footer .footer-item.footer-03 .footer-item-top .footer-item-text em { font-style: normal; }
.lhw-footer .footer-item.footer-03 .footer-item-top a { display: block; font-size: 16px; color: #fff; background: linear-gradient(to right, #2589ff, #00bbff); padding: 15px 20px; text-align: center; margin-top: 25px; text-decoration: none; border-radius: 50px; }

.lhw-footer .footer-href { margin-top: 32px; }
.lhw-footer .footer-href .lhw-floor-wrapper { padding-top: 20px; font-size: 16px; border-top: 1px solid #3b3c3f; }
.lhw-footer .footer-href p { float: left; color: #fff; }
.lhw-footer .footer-href a { color: #7c8187; text-decoration: none; margin-right: 20px; }

.lhw-footer .footer-copyright { height: 60px; line-height: 60px; color: #65696b; background: #10121c; margin-top: 25px; overflow: hidden; }
.lhw-footer .footer-copyright p { margin: 0px; font-size: 14px; float: left; }
.lhw-footer .footer-copyright span { margin: 0px; font-size: 14px; float: right; }

.lhw-footer-placeholder { height: 75px; transition: all 0.5s ease; }
.lhw-footer-placeholder.hide { display: none; }
.lhw-floor-xf.hide { transform: translateY(100px); opacity: 0; visibility: hidden; }
.lhw-floor-xf { width: 100%; height: 75px; position: fixed; bottom: 0px; left: 0px; background: rgba(20,22,23,0.9); font-size: 0px; z-index: 5; transition: all 0.5s ease; }
.lhw-floor-xf .lhw-floor-wrapper { height: 75px; }
.lhw-floor-xf p,.lhw-floor-xf span,.lhw-floor-xf a,.lhw-floor-xf .lhw-floor-close { display: inline-block; vertical-align: middle; }
.lhw-floor-xf a.bbb { width: 285px; height: 150px; margin: 0px; position: absolute; bottom: 0px; left: 0px;display: block; }
.lhw-floor-xf a.ccc { font-size: 20px; color: #fff; text-align: center; line-height: 75px; margin-left: 320px; }
.lhw-floor-xf a.ccc b { color: #2589ff; }
.lhw-floor-xf a.aaa { width: 132px; height: 36px; line-height: 36px; text-align: center; color: #fff; background: linear-gradient(to right, #2589ff,#00bbff); font-size: 16px; margin-left: 50px; border-radius: 50px; text-decoration: none; animation: zoomIn 1.2s linear 1.2s infinite alternate; }
.lhw-floor-xf .lhw-floor-close { width: 50px; text-align: center; margin-left: 50px; padding: 25px 0; }
@keyframes zoomIn {
	0% { transform: scale(0.7); }
	50% { transform: scale(1); }
	100% { transform: scale(0.7); }
}


.lhw-right-xf { width: 60px; position: fixed; bottom: 25%; right: 20px; transition: all 0.5s ease; transform: translateX(100px); opacity: 0; visibility: hidden; }
.lhw-right-xf.active { transform: translateX(0px); opacity: 1; visibility: visible; }
.lhw-right-xf .lhw-xf-free { font-size: 0px; display: block; }
.lhw-right-xf .lhw-xf-free:after { content: ""; width: 13px; height: 13px; display: block; position: absolute; top: -6.5px; right: -6.5px; background: #f60; border: 2px solid #fff; border-radius: 50px; animation: zoomIn 1.2s linear 1.2s infinite alternate; }
.lhw-right-xf .lhw-xf-item { height: 60px; display: flex; align-items: center; justify-content: center; text-align: center; background: #666; margin-top: 10px; position: relative; transition: all 0.5s ease; text-decoration: none; color: #323232; }
.lhw-right-xf .lhw-xf-item:hover { background: #323232; }
.lhw-right-xf .lhw-xf-item i { position: absolute; top: 5px; left: -10px; animation-fill-mode: both; animation-duration: 1s; animation-name: flash; animation-iteration-count: infinite; }
@keyframes shake {from, to {-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(-2px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% {-webkit-transform: translate3d(2px, 0, 0); transform: translate3d(2px, 0, 0); } }
@keyframes flash {from, 50%, to {opacity: 1; } 25%, 75% {opacity: 0; } }

.lhw-right-xf .lhw-xf-tel .lhw-connect-box { width: 256px; position: absolute; top: -139px; right: 70px; background: #fff; padding: 25px 0; text-align: left; box-shadow: 0 15px 32px rgba(0,0,0,0.15); opacity: 0; transform: translate(100px,100px) scale(0); visibility: hidden; transition: all 0.5s ease; }
.lhw-right-xf .lhw-xf-tel:hover .lhw-connect-box { transform: translate(0,0) scale(1); opacity: 1; visibility: visible; }
.lhw-right-xf .lhw-xf-tel .lhw-connect-box:after { content: ""; width: 0px; right: 0px; border-left: 5px solid #fff; border-top: 5px solid transparent; border-bottom: 5px solid transparent; position: absolute; right: -5px; bottom: 90px; }
.lhw-right-xf .lhw-xf-tel .lhw-connect-box span { display: block; padding: 0 25px; }
.lhw-right-xf .lhw-xf-tel .lhw-connect-box span b { color: #2589ff; }
.lhw-right-xf .lhw-xf-tel .lhw-connect-box p { margin: 20px 0 0; text-align: center; }



.lhw-footer .footer-copyright p{
	color:#acacac;
}
.lhw-footer .footer-copyright p a{
	color:#acacac;
}