.brand .bottom{
  width:100%;
  height:211px;
  /* height:33.7vh; */
  background:#262626;
}
.brand .bottom .bottom-info{
  /* width:964px; */
  width:71%;
  height:195px;
  /* width:70.9vw;
  height:28.8vh; */
  margin:0 auto;
  box-sizing: border-box;
}
.brand .bottom .bottom-info .bottom-module{
  /* width:141px; */
  width:14.6%;
  /* width:10.3vw; */
  height:100%;
  float: left;
}
.brand .bottom .bottom-info .bottom-module ul h5{
  font-size:14px;
  color:#ebebeb;
  display: inline-block;
  margin:15px 0 0;
  padding-bottom:6px;
  /* margin:2.4vh 0 0;
  padding-bottom:0.9vh; */
  border-bottom:2px solid #4d4d4d;
  overflow: hidden;
}
.brand .bottom .bottom-info .bottom-module ul li{
  font-size:12px;
  color:#c3c3c3;
  line-height: 20px;
  /* line-height:3.2vh; */
}
.brand .bottom .bottom-info .bottom-module ul li a{
  font-size:12px;
  color:#c3c3c3;
  text-decoration: none;
}
.brand .bottom .bottom-info .bottom-module ul li:nth-of-type(1){
  margin-top:4px;
  /* margin-top:0.7vh; */
}
.brand .bottom .bottom-info .bottom-qrCode{
  width:110px;
  /* width:8.1vw; */
  height:100%;
  float: left;
  text-align: center;
}
.brand .bottom .bottom-info .bottom-qrCode img{
  width:88px;
  height:88px;
  /* width:6.5vw;
  height:6.5vw; */
  /* margin:2.9vh 1vh; */
  margin-top:18px;
  margin-bottom:6px;
}
.brand .bottom .bottom-info .bottom-qrCode p{
  font-size:12px;
  color:#c3c3c3;
  line-height: 18px;
  /* line-height: 2.9vh; */
}
.brand .bottom .bottom-info .bottom-time{
  /* width:259px; */
  width:27%;
  /* width:19vw; */
  float: left;
  color:#8d8d8d;
  height:100%;
}
.brand .bottom .bottom-info .bottom-time .bottom-call-font{
  font-size:20px;
  margin:26px 0 0 130px;
  /* margin:4.2vh 0 0 9.3vw; */
}
.brand .bottom .bottom-info .bottom-time .bottom-call-num{
  font-size:30px;
  font-weight: bold;
  font-style: italic;
  margin:7px 0 0 37px;
  /* margin:1.1px 0 0 6.9vh; */
}
.brand .bottom .bottom-info .bottom-time .bottom-call-email{
  font-size:12px;
  margin:0px 0 0 72px;
}
.brand .bottom .bottom-info .bottom-time p{
  font-size:12px;
  margin:8px 0 0 31px;
  /* margin:1.2vh 0 0 2.2vh; */
}
.brand .bottom .bottom-copyright{
  width:100%;
  height:31px;
  line-height: 31px;
  /* height:5vh;
  line-height: 5vh; */
  background:#191919;
  text-align: center;
  font-size:11px;
  color:#6b6b6b;
}
.brand .bottom .bottom-copyright a{
  color:#6b6b6b;
} 