.site-footer { background: #383c4d; overflow: hidden; }

.site-footer .footer-title { margin-bottom: 20px; }

.site-footer .footer-left .content { color: #d6d6d6; }

.site-footer .footer-left a.content:hover{
    color:var(--main-theme-color1);
}

.site-footer .footer-content .list .item { color: #d6d6d6; margin-top: 15px; }

.site-footer .footer-content .list .item a { color: #d6d6d6; }

.site-footer .footer-content .list .item a:hover{
    color:var(--main-theme-color1);
}

.site-footer .footer-content .list .item .icon { min-width: 15px; text-align: center; }

.site-footer .footer-right a { color: #d6d6d6; }

.site-footer .footer-right a:hover{
    color:var(--main-theme-color1)!important;
}

.site-footer .footer-right .list .item { color: #d6d6d6; margin-top: 15px; }

.site-footer .footer-form-box .form-control { height: auto; padding: 10px 26px; border-radius: 0; }

.site-footer .footer-form-box [type="submit"] { display: block; width: 100%; height: 100%; background-color:
var(--main-theme-color1); border-color: var(--main-theme-color1); border-radius: 0; }

.site-footer .media a{
    margin-left:5px;
}

.site-footer .media .wechat {
    background: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 10px;
    position: relative;
}

.site-footer .media .wechat .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    transform: translate(-2px, -2px);
}

.site-footer .media .wechat .wechat-img{
    opacity:0;
    visibility: hidden;
    position: absolute;
    top: -250%;
    left: 0;
    transform: scale(3.5);
    transition:all 0.345s ease-out;
}

.site-footer .media .wechat:hover .wechat-img{
    opacity:1;
    visibility:visible;
}