﻿.public-site-footer {background-color: #fff;color: #333;    border-top: 1px solid #e3e3e3;}
.public-site-footer .public-container{}
.public-site-footer .footer-contact img {max-height: 0.42rem;}
.public-site-footer .footer-contact p{display: flex; align-items: center;}
.public-site-footer .footer-contact i{color: #333; margin-right: 10px;}
.public-site-footer .footer-contact span{display: flex; align-items: center;}

.public-site-footer .footer-link{display: flex; justify-content: space-between;}
.public-site-footer .footer-link dl{}
.public-site-footer .footer-link dl+dl{margin-left: 0.5rem;}
.public-site-footer .footer-link dl dt{font-size: 0.16rem; color: #888; margin-bottom: 0.15rem;}
.public-site-footer .footer-link dl dd{font-size: 0.16rem; display: flex;}
.public-site-footer .footer-link dl dd a{color: #333; line-height: 2.2; margin-right: 0.3rem; display: block;}


.public-site-footer .copyright {color: #888; border-top: 1px solid #9a9a9a;}
.public-site-footer .copyright a{color: #888;}

.public-site-footer .footer_ewm{display: flex;align-items: center;}
.public-site-footer .footer_ewm dl{position: relative;}
.public-site-footer .footer_ewm dl dt{font-size: 0.16rem; display: flex; justify-content: center; align-items: center; height: 0.6rem; border-radius: 50%; cursor: pointer;}
.public-site-footer .footer_ewm dl dd{height: 0; overflow: hidden; position: absolute; bottom: 0.5rem; left: 50%; margin-left: -0.75rem; width: 1.5rem; box-sizing: border-box;-webkit-transition: all .2s linear;transition: all .2s linear;}
.public-site-footer .footer_ewm dl dd .box{position: relative;  background: #fff; padding: 0.1rem; border-radius: 0.05rem;border: 1px solid #d1d1d1;}
.public-site-footer .footer_ewm dl dd .box:after{content: ""; position: absolute; margin-left: -0.06rem; left: 50%; bottom: -0.12rem; width: 0; height: 0; border-left: 0.06rem solid transparent; border-top: 0.12rem solid #d1d1d1; border-right: 0.06rem solid transparent;}
.public-site-footer .footer_ewm dl:hover dd{height: 1.8rem;}
.public-site-footer .footer_ewm dl dd .pic {background: #fff; width: 1.3rem; height: 1.3rem;}
.public-site-footer .footer_ewm dl dd .pic img {width: 100%; display: block;}
.public-site-footer .footer_ewm dl dd h3 {color: #333;  font-size: 0.14rem; font-weight: normal; text-align: center; margin: 0 0.1rem;}
