.text-9C9C9C {
    color: #9C9C9C;
}
.text-size14 {
    font-size: 14px;
}
.text-size16 {
    font-size: 16px;
}
.text-size24 {
    font-size: 24px;
}
.text-size28 {
    font-size: 28px;
}
.line-height25 {
    line-height: 25px;
}
.fw-400 {
    font-weight: 400; 
}
.mt-5 {
    margin-top: 5px;
}
.width-1200 {
    width: 1200px;
}
.footer-wrap {
    width: 100%;
    background: #2E3033;
}
.footer-wrap a {
    color: #9c9c9c;
    font-weight: 400;
}
.footer-top-wrap {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-sizing: border-box;
}
.footer-top-item-img {
    margin-right: 20px;
    width: 36px;
    height: 36px;
}
.footer-top-item {
    padding: 37px 0;
}


.footer-center {
    margin: 0 auto;
    padding: 68px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-sizing: border-box;
}
.phone-wrap {
    position: relative;
    padding-top: 6px;
    margin-right: 48px;
}
.phone-title::after {
    position: absolute;
    width: 34px;
    height: 40px;
    content: '';
    display: block;
    background: url(./images/footerPhoneIcon.png) left top no-repeat;
    left: -60px;
    top: 0px;
    animation: bounceleft 2s linear infinite;
}
.phone {
    margin: 4px 0 10px 0;
}
.online {
    margin-top: 18px;
    display: inline-block;
    width: 140px;
    height: 40px;
    border-radius: 4px;
    background: url(./images/footerOnlineBg.png) center no-repeat;
}
.padding-lr {
    width: 100%;
    padding: 0 120px;
    box-sizing: border-boxß;
}
.footer-center-item {
    padding: 6px 0 0 16px;
    min-height: 240px;
    border-left: 1px solid rgba(255,255,255,0.08); 
    box-sizing: border-box;
    /* margin-right: 40px; */
}
.footer-center-item-title {
    margin-bottom: 36px;
    font-size: 18px;
}
.footer-center-item li {
    margin-bottom: 14px;
    font-size: 14px;
}
.footer-center-item li:hover a,
.footer-bottom-wrap dd:hover a {
    color: #06c9b5;
}
.position-rel {
    position: relative;
}
.code-wrap {
    display: none;
    position: absolute;
    top: -14px;
    right: -108px;
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    background: #FFFFFF;
    z-index: 1;
}
.code-wrap::before {
    content: '';
	width: 0;
	height: 0;
	border: 12px solid;
	position: absolute;
	top: 10px;
	left: -18px;
	border-color: transparent rgba(255,255,255,1) transparent transparent; 
}
.code-img {
    width: 80px;
    height: 80px;
}
.footer-center-item li a:hover .code-wrap {
    display: block;
}

.footer-bottom-wrap {
    padding: 38px 0;
    margin: 0 auto;
}
.footer-bottom-wrap span {
    margin-right: 20px;
}
.footer-bottom-wrap dd {
    margin-right: 30px;
    min-width: 140px;
}

.copy-right {
    padding: 30px 0 40px 0;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.08); 
}
@keyframes bounceleft {
    20%{
        transform:rotate(45deg);
    }
    40%{
        transform:translate3d(0, 0px, 0);   
    }
    80%{
        transform:translate3d(0, 10px, 0);
    }
    100% {
       transform:translate3d(0, 0px, 0);  
    }
}