.contact-container {
  width: 100%;
}
.contact-container .contact-first .contact-solution {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 70px;
}
.contact-container .contact-first .contact-solution .solution {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-container .contact-first .contact-solution .solution p {
  margin-left: 24px;
  margin-right: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.contact-container .contact-first .contact-solution .solution img {
  display: block;
  width: 126px;
}
.contact-container .contact-first .contact-solution .tip {
  margin: 26px auto;
  font-size: 24px;
  font-weight: 500;
  color: #666666;
}
.contact-container .contact-first .contact-solution .know-detail {
  display: inline-block;
  padding: 15px 38px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  background: #f51c30;
}
.contact-container .contact-first .contact-lists {
  display: flex;
  margin-top: 72px;
}
.contact-container .contact-first .contact-lists .contact-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 50px;
  width: 25%;
}
.contact-container .contact-first .contact-lists .contact-list:hover {
  box-shadow: 0px 3px 18px 0px rgba(147, 147, 147, 0.14);
}
.contact-container .contact-first .contact-lists .contact-list img {
  display: block;
  width: 140px;
  margin-bottom: 25px;
}
.contact-container .contact-first .contact-lists .contact-list p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}
.contact-container .contact-first .contact-lists .contact-list span {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.contact-container .map {
  margin-top: 124px;
}
.contact-container .map img {
  display: block;
  width: 100%;
}
.contact-container .talent-main {
  margin-top: 92px;
}
.contact-container .talent-main table {
  margin-top: 49px;
}
.contact-container .talent-main table tr {
  cursor: pointer;
}
.contact-container .talent-main table tr th {
  width: 260px;
  height: 63px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  background-color: #F51C30;
  text-align: center;
}
.contact-container .talent-main table tr td {
  width: 260px;
  height: 63px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  border-top: 1px solid #EEEEEE;
}
.contact-container .talent-main table tr td:nth-child(3) {
  color: #1C5292;
}
.contact-container .talent-main table tr:first-child {
  cursor: unset;
}
.contact-container .talent-main table .tr-active td {
  color: #F51C30;
}
.contact-container .talent-main table .tr-active td:nth-child(3) {
  color: #F51C30;
}
.contact-container .talent-main table .talent-list:hover td {
  color: #F51C30;
}
.contact-container .talent-main table .talent-list:hover td:nth-child(3) {
  color: #F51C30;
}
.contact-container .talent-main .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999998;
  display: none;
  width: 100%;
  height: 100%;
  background: #817E81;
  opacity: 0.5;
}
.contact-container .talent-main .mask-popup {
  position: fixed;
  z-index: 999999999;
  display: none;
  width: 1200px;
  padding: 60px 100px;
  top: 20%;
  left: calc(-550%);
  background: #FFFFFF;
  box-sizing: border-box;
}
.contact-container .talent-main .mask-popup .close {
  position: absolute;
  top: -22px;
  right: -22px;
  cursor: pointer;
  width: 44px;
}
.contact-container .talent-main .mask-popup .popup-title {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.contact-container .talent-main .mask-popup .popup-title p {
  font-size: 26px;
  font-weight: bold;
  color: #f51c30;
  line-height: 24px;
}
.contact-container .talent-main .mask-popup .popup-title span {
  font-size: 24px;
  font-weight: bold;
  color: #f51c30;
  line-height: 24px;
}
.contact-container .talent-main .mask-popup .tip {
  margin-top: 30px;
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.contact-container .talent-main .mask-popup .detail-list {
  margin-top: 55px;
}
.contact-container .talent-main .mask-popup .detail-list h6 {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.contact-container .talent-main .mask-popup .detail-list p {
  color: #999999;
  line-height: 28px;
}
.contact-container .talent-main .mask-popup .contact-email {
  margin-top: 53px;
  font-size: 24px;
  font-weight: bold;
  color: #f51c30;
  line-height: 1;
  text-align: center;
}
.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
}
.map-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.map-pop {
  position: fixed;
  top: 20%;
  left: calc(50% - 600px);
  display: none;
  width: 1200px;
  height: 600px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.map-pop .my-container {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.map-pop .my-container #map-container {
  width: 100%;
  height: 100%;
}
