#relate.relate {
  position: relative;
  width: 100%;
  min-width: 1366px;
  background: #fff;
  font-family: 'Microsoft YaHei-Regular';
  overflow: hidden;
  padding-top: 122px;
}
#relate .breadcrumb {
  padding: 20px 0;
}
#relate .breadcrumb-item {
  background: url(/assets/images/common/icon-slash.png) no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #77798E;
}
#relate .breadcrumb-item:hover {
  color: #1259F0;
}
#relate .breadcrumb-item:first-child {
  background-image: url(/assets/images/common/icon-home.png);
  padding-left: 20px;
}
#relate .breadcrumb-item:first-child:hover {
  color: #1259F0;
}
#relate .breadcrumb-item:last-child {
  color: #39435A;
}
#relate .breadcrumb-item:last-child:hover {
  color: #39435A;
}
#relate .top {
  height: 420px;
  background: url(/assets/images/medical/aboutus/bg-relate-top.png) no-repeat center center;
  background-size: auto 420px;
  background-color: #edf3f9;
}
#relate .top-content {
  padding-top: 72px;
}
#relate .top-content .name {
  line-height: 48px;
  font-size: 36px;
  font-weight: bold;
  color: #202735;
}
#relate .top-content .desc {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #495973;
  margin-top: 16px;
}
#relate .top-content .zx-btn {
  width: 140px;
  height: 50px;
  background: linear-gradient(270deg, #0EC6B6 0%, #02B9AA 100%);
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 56px;
}
#relate .top-content .zx-btn:hover {
  background: #00CCC6;
}
#relate .container {
  padding-top: 56px;
}
#relate .container .title {
  text-align: center;
  margin: 0 auto;
  padding-top: 19px;
  position: relative;
}
#relate .container .title .title-name {
  display: inline-block;
  line-height: 42px;
  font-size: 32px;
  font-weight: bold;
  color: #39435A;
  position: relative;
  z-index: 1;
}
#relate .container .title .title-en {
  background: linear-gradient(180deg, #B4B8C1 0%, rgba(180, 184, 193, 0.2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 39px;
  font-size: 32px;
  font-weight: bold;
  font-family: DIN;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#relate .container .title .text {
  line-height: 28px;
  font-size: 16px;
  color: #495973;
  margin-top: 12px;
}
#relate .container1 {
  padding-top: 41px;
  padding-bottom: 23px;
}
#relate .container1 .consultation-content {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
#relate .container1 .consultation-content .item {
  width: 659px;
  height: 196px;
  border-radius: 16px;
  padding: 32px 40px;
}
#relate .container1 .consultation-content .item:nth-child(1) {
  background: url(/assets/images/medical/aboutus/bg-relate-1-1.png) no-repeat right bottom, linear-gradient(180deg, #F2F6FA 0%, #FFFFFF 40%);
  background-size: 200px auto, 100%;
}
#relate .container1 .consultation-content .item:nth-child(2) {
  background: url(/assets/images/medical/aboutus/bg-relate-1-2.png) no-repeat right bottom, linear-gradient(180deg, #F2F6FA 0%, #FFFFFF 40%);
  background-size: 200px auto, 100%;
}
#relate .container1 .consultation-content .item .name {
  line-height: 29px;
  font-size: 22px;
  font-weight: bold;
  color: #202735;
}
#relate .container1 .consultation-content .item .phone {
  background: url(/assets/images/medical/aboutus/icon-relate-1-1.png) no-repeat left center;
  background-size: 32px;
  line-height: 32px;
  font-size: 0;
  color: #495973;
  padding-left: 48px;
  margin-top: 32px;
}
#relate .container1 .consultation-content .item .phone span {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
#relate .container1 .consultation-content .item .phone .tel {
  font-size: 24px;
  font-weight: bold;
  font-family: DIN;
  color: #1F66FF;
  margin-right: 12px;
}
#relate .container1 .consultation-content .item .text {
  line-height: 18px;
  font-size: 14px;
  color: #495973;
  margin-top: 12px;
}
#relate .container1 .consultation-content .item .btn {
  display: block;
  width: 136px;
  height: 41px;
  background: url(/assets/images/medical/aboutus/icon-relate-1-2.png) no-repeat 24px center, linear-gradient(135deg, #42A4FF 0%, #3076FF 100%);
  background-size: 16px auto, 100%;
  line-height: 41px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-indent: 24px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 32px;
  overflow: hidden;
  position: relative;
}
#relate .container1 .consultation-content .item .btn::before {
  content: '';
  width: 53px;
  height: 41px;
  background: url(/assets/images/medical/aboutus/bg-relate-1-3.png) no-repeat center center;
  background-size: 53px;
  position: absolute;
  left: -53px;
  top: 0;
}
#relate .container1 .consultation-content .item .btn:hover::before {
  left: 136px;
  transition: all 1.5s ease-in-out;
}
#relate .container2 {
  padding-bottom: 56px;
}
#relate .container2 .content {
  height: 262px;
  background: url(/assets/images/medical/aboutus/bg-relate-2-1.png) no-repeat center center;
  padding: 48px 94px;
  margin-top: 64px;
}
#relate .container2 .content .name {
  line-height: 34px;
  font-size: 26px;
  font-weight: bold;
  color: #214683;
  padding-bottom: 20px;
  position: relative;
}
#relate .container2 .content .name::after {
  content: '';
  width: 32px;
  height: 4px;
  background: #214683;
  position: absolute;
  left: 0;
  bottom: 0;
}
#relate .container2 .content .text {
  line-height: 21px;
  font-size: 16px;
  color: #495973;
  margin-top: 24px;
}
#relate .container2 .content .phone {
  line-height: 29px;
  font-size: 0;
  color: #495973;
  margin-top: 16px;
}
#relate .container2 .content .phone span {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
#relate .container2 .content .phone .tel {
  font-size: 24px;
  font-weight: bold;
  font-family: DIN;
  color: #214683;
  margin-right: 12px;
}
#relate .container3 {
  padding-bottom: 110px;
}
#relate .container3 .container-content {
  background: url(/assets/images/medical/aboutus/bg-relate-3-1.png) no-repeat left top;
  overflow: hidden;
}
#relate .container3 .container-content .title .title-en {
  transform: translateX(-85px);
}
#relate .container3 .content {
  width: 730px;
  margin-top: 88px;
  display: flex;
  float: right;
}
#relate .container3 .content .content-item {
  flex: 1;
}
#relate .container3 .content .content-item .text {
  line-height: 26px;
  font-size: 20px;
  color: #495973;
}
#relate .container3 .content .content-item .phone {
  line-height: 29px;
  font-size: 0;
  color: #202735;
  margin-top: 16px;
}
#relate .container3 .content .content-item .phone span {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
#relate .container3 .content .content-item .phone .tel {
  font-size: 24px;
  font-weight: bold;
  font-family: DIN;
  color: #0E224B;
  margin-right: 12px;
}
#relate .container4 {
  background: url(/assets/images/medical/aboutus/bg-relate-4-1.png) no-repeat center 68px, linear-gradient(180deg, rgba(244, 246, 249, 0.28) 0%, #F4F6F9 100%);
  background-size: 1800px auto, 100%;
}
#relate .container4 .content {
  padding: 89px 240px 0;
  display: flex;
  justify-content: space-between;
}
#relate .container4 .content .content-item {
  width: 328px;
  height: 368px;
  background: url(/assets/images/medical/aboutus/bg-relate-4-2.png) no-repeat center center;
  background-size: 100%;
  padding-top: 62px;
}
#relate .container4 .content .content-item:nth-child(1) .btn {
  background: linear-gradient(90deg, #42B1EF 0%, #0D84EA 100%);
}
#relate .container4 .content .content-item:nth-child(2) .btn {
  background: linear-gradient(90deg, #15CEAD 0%, #07AEA0 100%);
}
#relate .container4 .content .content-item .name {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #020A1A;
  text-align: center;
}
#relate .container4 .content .content-item .img {
  width: 158px;
  height: 158px;
  background: #fff;
  font-size: 0;
  padding: 8px;
  margin: 16px auto;
  border-radius: 11px;
  box-shadow: 0px 3px 12px 0px rgba(24, 71, 109, 0.09);
}
#relate .container4 .content .content-item .img img {
  width: 148px;
  height: 148px;
}
#relate .container4 .content .content-item .btn {
  width: 208px;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 24px auto;
  border-radius: 20px;
}
#relate .container5 {
  padding-bottom: 100px;
}
#relate .container5 .content {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
#relate .container5 .content .left {
  width: 667px;
}
#relate .container5 .content .left .city-item {
  background: #F9FAFC;
  padding: 32px 40px 35px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
  cursor: pointer;
}
#relate .container5 .content .left .city-item:last-child {
  margin: 0;
}
#relate .container5 .content .left .city-item.active {
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(9, 26, 45, 0.08);
  position: relative;
}
#relate .container5 .content .left .city-item.active::before {
  content: '';
  width: 6px;
  height: 100%;
  background: #07AEA0;
  position: absolute;
  left: 0;
  top: 0;
}
#relate .container5 .content .left .city-item.active .name {
  background: url(/assets/images/medical/aboutus/icon-relate-5-1.png) no-repeat left center;
  background-size: 28px;
  line-height: 28px;
  padding-left: 34px;
}
#relate .container5 .content .left .city-item .name {
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #39435A;
}
#relate .container5 .content .left .city-item .address {
  line-height: 21px;
  font-size: 16px;
  color: #777E8E;
  margin-top: 28px;
}
#relate .container5 .content .right {
  width: 667px;
}
#relate .container5 .content .right .map {
  width: 100%;
  height: 312px;
  background: #f1f1f1;
  overflow: hidden;
}
#relate .container5 .content .right .map > div {
  z-index: 1 !important;
}
