.footer {
  height: 354px;
  background: #333333;
  padding: 60px 100px 0px;
  color: #ffffff;
}
.footerTitle {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px;
}
.footerLink {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
  text-decoration: none;
  display: block;
  color: #ffffff;
  opacity: 0.6;
}
.footerContractWrapper {
  width: 200px;
}
.footerContractWrapper .imgWrapper {
  margin-bottom: 20px;
}
.footerContractWrapper .img1 {
  background-image: url("../imgs/footer/img1.png");
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.footerContractWrapper .img2 {
  background-image: url("../imgs/footer/img2.png");
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.footerContractWrapper .img3 {
  background-image: url("../imgs/footer/img3.png");
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.footerContractWrapper .phone,
.footerContractWrapper .email {
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}
.copyRight {
  background: #262525;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 20px 100px;
}
.copyRight a {
  color: rgba(255, 255, 255, 0.6);
}
