/* 整体盒子 */
body {
  padding: 0;
  margin: 0;
}

button {
  border: none;
  outline: none;
}
a {
  text-decoration: none;
}

button+button {
  margin-left: 12px;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.message {
  z-index: 1001;
  position: fixed;
  padding: 12px 20px;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  margin-bottom: 15px;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  max-width: 350px;
  text-align: center;
  font-size: 15px;
}
 
.message-success {
  color: #67C23A;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}
 
.message-error {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #F56C6C;
}
.message-warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #E6A23C;
}
 
.message-leave {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
}
.Page #pcModule .footer {
  background-image: url("../image/common/footer-bg.png");
  padding: 168px 147px 160px 147px;
  line-height: normal;
  background-size: cover;
  height: 557px;
  box-sizing: border-box;
  margin-top: 70px;
}

.Page #pcModule .footer .content {
  display: flex;
  justify-content: space-between;
}

.Page #pcModule .footer .content .right {
  display: flex;
  justify-content: right;
}

.Page #pcModule .footer .content .right .code-item {
  text-align: center;
  width: 167px;
  margin-right: 88px;
}

.Page #pcModule .footer .content .right .code-item img {
  width: 167px;
  height: 167px;
}

.Page #pcModule .footer .content .right .code-item div {
  height: 32px;
  margin-top: 11px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFEFE;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Page #pcModule .footer .content .left {
  margin-left: 120px;
}

.Page #pcModule .footer .content .left .phone {
  font-size: 23px;
  font-weight: bold;
  color: #2462D2;
  display: flex;
  align-items: center;
}

.Page #pcModule .footer .content .left .phone .svg-icon {
  fill: #2462D2;
  margin-right: 16px;
}

.Page #pcModule .footer .content .left .business-hours {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 10px 0 149px 45px;
}

.Page #pcModule .footer .content .left .record-number {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 45px;
}
/* -----------手机端---------- */

.Page #mobileModule .footerBox {
  padding: 35px;
}

.Page #mobileModule .footerBox .title {
  font-size: 12px;
  color: #1A1A1A;
  line-height: 16px;
  margin-bottom: 43px;
  text-align: center;
}

.Page #mobileModule .footerBox .codeItem {
  text-align: center;
}

.Page #mobileModule .footerBox .codeItem img {
  margin: 0 auto;
  height: 105px;
}

.Page #mobileModule .footerBox .codeItem .title {
  margin: 11px 0 47px 0;
}

.Page #mobileModule .footerBox .recordNumber {
  font-size: 8px;
  color: #808080;
  text-align: center;
  margin-top: 97px;
}
