/* 底部样式 */
footer {
  width: 100vw;
  height: 583px;
  background-color: #000;
}

.footer {
  width: calc(100% - 248px);
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  box-sizing: border-box;
  position: relative;
  margin:auto;
}
.footer_icon {
  width: 78px;
  height: 53px;
  
}
.footer_connect.social-share  .social-share-icon{
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 40px;
}
.footer_weibo,
.footer_vx {
  width: 52px;
  height: 52px;
}
.footer_ul {
  overflow: hidden;
}

.footer_ul h5 {
  color: #9f9f9f;
  line-height: 17px;
  font-size: 12px;
}
.footer_ul ul {
  margin-top: 20px;
}
.footer_ul ul li {
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 24px;
}
.footer_ul ul li a {
  color: #fff;
}

.footer_ul h4 {
  color: #fff;
  margin-top: 14px;
}

.footer_ul_box .footer_ul {
  margin-bottom: 42px;
}

.footer_connect {
  width: 135px;
  display: flex;
  justify-content: space-between;
}

select {
  width: 120px;
  height: 32px;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  appearance: none;
  color: #333333;
  background: #EFEFEF;
  line-height: 17px;
  font-size: 12px;
  border: none;
  overflow:hidden;
}


.bottom_layer {
  text-align: center;
  color: #ffffff;
  line-height: 17px;
  font-size: 12px;
  position: absolute;
  bottom: 28px;
  left: 50%;
  margin-left: -200px;
}

.footer_connect.social-share .social-share-icon{
    display:flex;
}

.social-share .icon-weibo, .social-share .icon-wechat, .social-share .icon-qq{
    display:flex;
    justify-content:center;
    background:#fff!important;
    color: #333!important;
    border: none!important;
}
.social-share .icon-weibo:before, .social-share .icon-wechat:before, .social-share .icon-qq:before{
    font-size: 30px;
}
.social-share .icon-weibo:hover, .social-share .icon-qq:hover{
    background: #000!important;
    border: 1px solid #fff!important;
    color: #fff!important;
    box-sizing: border-box
}
.social-share .icon-wechat:hover{
    background: #000!important;
    border: 1px solid #fff!important;
    color: #fff!important;
    box-sizing: border-box
}
