footer {
  background-color: #F3F2F2;
  padding: 70px 0 30px 0;
}
footer .footer-wrapper {
  text-align: center;
}
footer .footer-wrapper .concat-info .concat-title {
  font-size: 18px;
}
footer .footer-wrapper .concat-info .concat-item {
  margin: 10px 0;
  font-size: 14px;
  color: #333333;
}
footer .footer-wrapper .concat-info .concat-item.concat-address {
  margin-left: -10px;
}
footer .footer-wrapper .concat-info .concat-item.concat-address img {
  width: 400px;
  height: 234px;
}
footer .footer-wrapper .concat-info .concat-item .concat-item-qrcode-item {
  display: inline-block;
  margin-right: 46px;
  text-align: center;
}
footer .footer-wrapper .concat-info .concat-item .concat-item-qrcode-item .qrcode-wrapper {
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
}
footer .footer-wrapper .concat-info .concat-item .concat-item-qrcode-item .qrcode-wrapper img {
  width: 112px;
  height: 112px;
}
footer .footer-wrapper .concat-info .concat-item .concat-item-qrcode-item .concat-item-qrcode-title {
  margin-top: 6px;
}
footer .footer-wrapper .footer-left {
  display: inline-block;
  text-align: left;
}
footer .footer-wrapper .footer-left .icon-wrapper {
  margin-bottom: 30px;
}
footer .footer-wrapper .footer-left .icon-wrapper svg {
  width: 187px;
  height: 42px;
}
footer .footer-wrapper .footer-right {
  min-height: 405px;
  display: inline-block;
  margin-left: 50px;
  text-align: left;
  color: #333333;
  vertical-align: top;
  position: relative;
}
footer .footer-wrapper .footer-right .bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .footer-wrapper .footer-right .footer-menu {
  display: inline-block;
  vertical-align: top;
  width: 180px;
}
footer .footer-wrapper .footer-right .footer-menu .menu-title {
  font-size: 18px;
  margin-bottom: 16px;
}
footer .footer-wrapper .footer-right .footer-menu .menu-item a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}
footer .footer-wrapper .footer-right .footer-menu .menu-item:not(:last-child) {
  margin-bottom: 16px;
}
footer .beian {
  margin-top: 16px;
  color: #333333;
  font-size: 14px;
  text-align: center;
}
footer .beian a {
  color: #333333;
  text-decoration: none;
}

/*# sourceMappingURL=footer.css.map */


.backtop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.backtop .backtop-wrapper .backtop-box {
  transform: scale(0);
  width: 36px;
  border-radius: 18px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(148, 18, 3, 0.3);
  transition: all 0.3s;
}
.backtop .backtop-wrapper .backtop-box .backtop-icon {
  cursor: pointer;
  position: relative;
  width: 36px;
  height: 36px;
  padding: 9px;
  box-sizing: border-box;
}
.backtop .backtop-wrapper .backtop-box .backtop-icon svg {
  width: 18px;
  height: 18px;
  fill: #B1A2A0;
}
.backtop .backtop-wrapper .backtop-box .backtop-icon + .backtop-icon {
  border-top: 1px solid #E1D4D4;
}
.backtop .backtop-wrapper .backtop-box .backtop-icon:hover svg {
  fill: #941203;
}
.backtop .backtop-wrapper .backtop-box .backtop-icon:hover .hidden-box {
  display: block;
}
.backtop .backtop-wrapper .backtop-box .backtop-icon .hidden-box {
  display: none;
  position: absolute;
  right: 45px;
  top: 18px;
  transform: translateY(-50%);
  padding: 8px 10px;
  text-align: center;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(148, 18, 3, 0.3);
  white-space: nowrap;
}
.backtop .backtop-wrapper .backtop-box .backtop-icon .hidden-box:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -5px;
  top: 50%;
  background: #ffffff;
  transform: translateY(-50%) rotateZ(45deg);
  z-index: 0;
}
.backtop .backtop-wrapper .backtop-box .backtop-icon .hidden-box .hidden-box-title {
  font-size: 12px;
  line-height: 20px;
  color: #B1A2A0;
}
.backtop .backtop-wrapper .backtop-box .backtop-icon .hidden-box .hidden-box-number {
  font-size: 12px;
  line-height: 20px;
}
.backtop .backtop-wrapper .backtop-box .backtop-icon .hidden-box .hidden-box-number a {
  text-decoration: none;
  color: #941203;
}
.backtop .backtop-wrapper .backtop-box .backtop-icon .hidden-box .hidden-box-image img {
  width: 88px;
  height: 88px;
}
.backtop .backtop-wrapper .backtop-box + .backtop-box {
  margin-top: 9px;
}
.backtop .backtop-wrapper .backtop-box.spec:hover {
  background: #941203;
}
.backtop .backtop-wrapper .backtop-box.spec:hover svg {
  fill: #ffffff;
}
.backtop .backtop-wrapper .backtop-box.show {
  transform: scale(1);
}


/*# sourceMappingURL=footer.css.map */
