.Content .detail {
  width: 1050px;
}
.Content .detail .detailContent {
  padding-top: 0.4rem;
  position: relative;
}
.Content .detail .detailContent::before {
  content: '';
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0;
  border-top: 1px solid #e2e2e2;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 1;
}
.Content .detail .detailContent .contactLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.Content .detail .detailContent .contactLine .contactLineDiv {
  width: 324px;
  height: 150px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0 30px 30px;
  position: relative;
  margin-right: 29px;
}
.Content .detail .detailContent .contactLine .contactLineDiv::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border: 1px solid #F2F2F2;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 1;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(210, 210, 210, 0.45);
          box-shadow: 0px 4px 8px 0px rgba(210, 210, 210, 0.45);
}
.Content .detail .detailContent .contactLine .contactLineDiv .contactType {
  font-size: 18px;
  margin-bottom: 6px;
  color: #333;
}
.Content .detail .detailContent .contactLine .contactLineDiv .contactWays {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.Content .detail .detailContent .contactLine .contactLineDiv:last-child {
  margin-right: 0;
}
.Content .detail .detailContent .workTime {
  color: #333333;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.Content .detail .detailContent .mapContainer {
  width: 100%;
  height: 330px;
  margin-top: 20px;
}
.Content .detail .detailContent .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-bottom: 0.4rem;
  margin-top: 0.35rem;
}
.Content .detail .detailContent .location .general {
  position: relative;
  padding-bottom: 40px;
  padding-right: 121px;
}
.Content .detail .detailContent .location .general::before {
  content: '';
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0;
  border-right: 1px solid #e2e2e2;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 1;
}
.Content .detail .detailContent .location .locationTitle {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.Content .detail .detailContent .location .locationContent {
  line-height: 34px;
  font-size: 14px;
  color: #666;
}
p {
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .Content .detail {
    width: 100%;
  }
  .Content .detail .detailContent {
    position: relative;
    padding: 0.4rem 0.24rem;
  }
  .Content .detail .detailContent::before {
    content: '';
    pointer-events: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    border-top: 1px solid #e2e2e2;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    z-index: 1;
  }
  .Content .detail .detailContent .contactLine {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.6rem;
  }
  .Content .detail .detailContent .contactLine .contactLineDiv {
    width: 100%;
    height: 0.88rem;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 0.4rem;
    position: relative;
    margin-bottom: 0.24rem;
    line-height: 0.88rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .Content .detail .detailContent .contactLine .contactLineDiv::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border: 1px solid #F2F2F2;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    z-index: 1;
    pointer-events: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(210, 210, 210, 0.45);
            box-shadow: 0px 4px 8px 0px rgba(210, 210, 210, 0.45);
  }
  .Content .detail .detailContent .contactLine .contactLineDiv .contactType {
    display: inline-block;
    font-size: 0.24rem;
    margin-bottom: 0;
    color: #333;
    width: 1.3rem;
  }
  .Content .detail .detailContent .contactLine .contactLineDiv .contactWays {
    display: inline-block;
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #999999;
  }
  .Content .detail .detailContent .workTime {
    color: #333333;
    text-align: center;
    line-height: 0.24rem;
    font-size: 0.18rem;
  }
  .Content .detail .detailContent .mapContainer {
    width: 100%;
    height: 3.3rem;
    margin-top: 0.4rem;
  }
  .Content .detail .detailContent .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    margin-bottom: 0.4rem;
    margin-top: 0.35rem;
  }
  .Content .detail .detailContent .location .general {
    position: relative;
    padding-right: 0;
    padding-bottom: 0.4rem;
  }
  .Content .detail .detailContent .location .general::before {
    content: '';
    pointer-events: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    z-index: 1;
  }
  .Content .detail .detailContent .location .locationTitle {
    color: #333;
    font-size: 0.24rem;
    font-weight: bold;
  }
  .Content .detail .detailContent .location .locationContent {
    line-height: 0.34rem;
    font-size: 0.18rem;
    color: #666;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contactLine {
    text-align: left;
  }
  .contactLine .contactLineDiv {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(210, 210, 210, 0.45);
            box-shadow: 0px 4px 8px 0px rgba(210, 210, 210, 0.45);
    border: 1px solid #F2F2F2;
    display: inline-block;
    margin-right: 0.34rem !important;
  }
  .contactLine .contactLineDiv:last-child {
    margin-right: 0 !important;
  }
  .contactLine .contactLineDiv::after {
    display: none;
  }
  .Content .detail {
    width: 1050px;
  }
  .Content .detail .detailContent {
    border-top: 1px solid #e2e2e2;
  }
  .Content .detail .detailContent::before {
    display: none;
  }
  .location .general {
    display: inline-block;
  }
  .location .Branch {
    float: right;
  }
}
@supports (-ms-ime-align: auto) {
  .contactLine {
    text-align: left;
  }
  .contactLine .contactLineDiv {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(210, 210, 210, 0.45);
            box-shadow: 0px 4px 8px 0px rgba(210, 210, 210, 0.45);
    border: 1px solid #F2F2F2;
    display: inline-block;
    margin-right: 0.34rem !important;
  }
  .contactLine .contactLineDiv:last-child {
    margin-right: 0 !important;
  }
  .contactLine .contactLineDiv::after {
    display: none;
  }
  .Content .detail {
    width: 1050px;
  }
  .Content .detail .detailContent {
    border-top: 1px solid #e2e2e2;
  }
  .Content .detail .detailContent::before {
    display: none;
  }
  .location .general {
    display: inline-block;
  }
  .location .Branch {
    float: right;
  }
}
