.content-container {
  max-width: 1184px;
  margin: 0 auto;
}

.content-container .container-header {
  border-bottom: 1px solid #AE1C29;
  line-height: 55px;
  font-size: 14px;
}

.container-header .iconfont {
  color: #AE1C29;
  font-size: 4px;
}

.container-header .home-icon {
  font-size: 16px;
}

.container-header>span {
  margin-right: 10px;
}

.container-header .btn {
  border-radius: 15px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #AE1C29;
  color: #010101;
}

.container-header .btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 59, 112, 0.16);
}

.container-header .btn.active,
.container-header .btn:hover {
  background: linear-gradient(45deg, rgba(174, 28, 41, 1), rgba(219, 3, 23, 0.59));
  color: #fff;
}

.container-inner {
  padding: 30px 20px 60px;
}

.container-inner__map {
  width: 100%;
  height: 600px;
  background: #D2D2D2;
}

.container-inner__info {}

.icon-step-backward {
  color: #AE1C29;
  font-size: 27px;
}

.container-inner__info__header {
  font-size: 20px;
  font-weight: bold;
  color: #010101;
  line-height: 61px;
}

.container-inner__info__addr {
  font-size: 14px;
  color: #010101;
  line-height: 50px;
}

.container-inner__info__phone {
  font-size: 14px;
  color: #010101;
  line-height: 50px;
}

.container-inner__wx {
  margin: 30px;
  text-align: center;
}

.container-inner__wx_img {
  width: 163px;
  height: 163px;
}

.container-inner__wx_title {
  font-size: 16px;
  color: #010101;
  line-height: 40px;
}