/* 底部样式 */
.footer{
    background: #1D2939;
    padding: 64px 280px 48px 280px;
}
.footer .footer-top{
    display: flex;
    justify-content: space-between;
}
/*.footer .footer-top .introduction-box {*/
/*    width: 459px;*/
/*    flex: 0 0 459px;*/
/*    */
/*}*/
/*.footer .footer-top .introduction-box .logo{*/
/*    margin-bottom: 32px;*/
/*}*/
/*.footer .footer-top .introduction-box .logo img{*/
/*    width: 62px;*/
/*    height: 32px;*/
/*}*/
/*.footer .footer-top .introduction-box .introduction{*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: 22px;*/
/*    color: #E4E7EC;*/
/*    height: 132px;*/
/*    overflow: hidden;*/
/*    margin-bottom: 33px;*/
/*}*/
/*.footer .footer-top .introduction-box .link{*/
/*    display: flex;*/
/*    gap:32px;*/
/*}*/
/*.footer .footer-top .introduction-box .link a{*/
/*    font-size: 16px;*/
/*line-height: 22px;*/

/*!* 灰色/200#E4E7EC *!*/

/*color: #E4E7EC*/
/*}*/
.footer .footer-top .contactUs h1{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.footer .footer-top .contactUs .item{
    display: flex;
    margin-top: 32px;
}
.footer .footer-top .contactUs .item img{
    flex: 0 0 20px;
    margin-right: 6px;
    width: 20px;
    height: 20px;
}
.footer .footer-top .contactUs .item span{
    color: #E4E7EC;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
.footer .footer-top .contactUs .wx{
    margin-top: 16px;
}
.footer .footer-top .contactUs .wx img{
    width: 140px;
    height: 140px;
}
.footer .footer-top .contactUs .wx p{
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    color: #E4E7EC;
}
.footer .footer-code img {
    width: 120px;
    height: 120px;
}
.footer .footer-code img:first-child {
    margin-right: 12px;
}
.footer .footer-bottom{
    border-top: 1px solid #344054;
    padding-top: 40px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.footer .footer-bottom .website p{
    font-size: 16px;
    line-height: 22px;
    color: #98A2B3;
}
.footer .footer-bottom .share{
    display: flex;
    gap:24px;
}
.footer .footer-bottom .share img{
    width: 24px;
    height: 24px;
}
.footer .footer-bottom .share a{
    display: block;
    width: 24px;
    height: 24px;
    /*transition: 0.5s;*/
}   
/*.footer .footer-bottom .share a:hover{*/
/*    transform: translateY(-10px);*/
/*}*/
.footer .footer-bottom .share .share-hover {
    display: none;
}
.footer .footer-bottom .share .share-hover-layer {
    display: none;
    width: 135px;
    height: 141px;
    position: relative;
    bottom: 165px;
    left: 50%;
    margin-left: -67px;
}
.footer .footer-bottom .share .share-hover-layer img {
    width: 100%;
    height: 100%;
}

.section6 footer a{
    width: 24px;
    height: 24px;
}
.section6 footer .share-default{
    width: 24px;
    height: 24px;
}
.section6 footer .share-hover{
    display: none;
    width: 24px;
    height: 24px;
}
.section6 footer a{
    display: block;
}
.section6 footer .share-hover-layer {
    display: none;
    width: 135px;
    height: 141px;
    position: relative;
    bottom: 165px;
    left: 50%;
    margin-left: -67px;
}
.section6 footer .share-hover-layer img {
    width: 100%;
    height: 100%;
}<!--耗时1773231893.4663秒-->