.footer {
  background: #333333;
}

.footer .footer-box {
  color: #adadad;
}

.footer .footer-box .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.02vw;
  padding-bottom: 2.92vw;
  border-bottom: 1px solid #585858;
}

.footer .footer-box .top-content .desc-1 .title,
.footer .footer-box .top-content .desc-2 .title {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 27px;
}

.footer .footer-box .top-content .desc-1 .text,
.footer .footer-box .top-content .desc-1 .line,
.footer .footer-box .top-content .desc-2 .text,
.footer .footer-box .top-content .desc-2 .line {
  font-size: 12px;
  line-height: 18px;
}

.footer .footer-box .top-content .desc-1 .text {
  width: 453px;
  line-height: 24px;
}

.footer .footer-box .top-content .desc-2 {
  margin: 0 230px 0 130px;
}

.footer .footer-box .top-content .desc-2 .line {
  margin-bottom: 9px;
}

.footer .footer-box .top-content .desc-2 > div {
  width: 230px;
}

.footer .footer-box .top-content .desc-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer-box .top-content .desc-3 .title {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 27px;
}

.footer .footer-box .top-content .desc-3 .img-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-box .top-content .desc-3 .img-box-wrap .img-box {
  position: relative;
  padding-right: 2.08vw;
  cursor: pointer;
}

.footer .footer-box .top-content .desc-3 .img-box-wrap .img-box > img {
  width: 32px;
  height: 32px;
}

.footer .footer-box .top-content .desc-3 .img-box-wrap .img-box .hover {
  font-size: 12px;
  position: absolute;
  left: -54px;
  bottom: 46px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  height: 170px;
  background: #fff;
  border-radius: 8px;
  padding: 14px;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.32);
          box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.32);
}

.footer .footer-box .top-content .desc-3 .img-box-wrap .img-box .hover > img {
  width: 92px;
  height: 92px;
}

.footer .footer-box .top-content .desc-3 .img-box-wrap .img-box .hover > div {
  font-size: 12px;
  line-height: 18px;
}

.footer .footer-box .top-content .desc-3 .img-box-wrap .img-box .hover .arrow {
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
}

.footer .footer-box .top-content .desc-3 .img-box-wrap .img-box:hover .hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-box .top-content .desc-3 .foot-text {
  margin-top: 10px;
}

.footer .footer-box .top-content .desc-3 .foot-text div {
  font-size: 12px;
  line-height: 18px;
}

.footer .footer-box .bottom-content {
  font-size: 12px;
  color: #626262;
  padding: 20px 0;
  text-align: center;
}
/*# sourceMappingURL=common-footer.css.map */