body {
  font-size: 0.14rem;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  padding: 0;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kw {
  padding-top: 0;
}

.kw input {
  outline: 0;
  border: 0;
}

em {
  font-style: normal;
  color: #ffc915;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-content-center {
  align-content: center;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#contact {
  padding: 64px 0 144px 0;
}

#contact .wrapper .contact-title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

#contact .wrapper .contact-content {
  margin-top: 56px;
  margin: 56px auto 0;
}

#contact .wrapper .contact-content .contact-item {
  width: 360px;
  height: 80px;
  margin: 40px 60px 0 0;
  position: relative;
}

#contact .wrapper .contact-content .contact-item:nth-of-type(1),
#contact .wrapper .contact-content .contact-item:nth-of-type(2),
#contact .wrapper .contact-content .contact-item:nth-of-type(3) {
  margin-top: 0;
}

#contact .wrapper .contact-content .contact-item:nth-of-type(3n) {
  margin-right: 0;
}

#contact .wrapper .contact-content .contact-item .item-img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
}

#contact .wrapper .contact-content .contact-item .contact-info {
  margin: 0 24px;
  width: 240px;
}

#contact .wrapper .contact-content .contact-item .contact-info .title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
  position: relative;
}

#contact .wrapper .contact-content .contact-item .contact-info .title .icon-attention {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 8px;
  background: url("https://static.realme.net/v2/support/images/icon/contact_info.svg") no-repeat center/100%;
}

#contact .wrapper .contact-content .contact-item .contact-info .title .dialog-attention {
  padding: 40px;
  width: 480px;
  position: absolute;
  top: 35px;
  left: 0;
  display: flex;
  border-radius: 16px;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  z-index: 1;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  visibility: hidden;
}

#contact .wrapper .contact-content .contact-item .contact-info .title .dialog-attention .attention-text {
  word-break: break-word;
}

#contact .wrapper .contact-content .contact-item .contact-info .title .dialog-attention .triangle {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

#contact .wrapper .contact-content .contact-item .contact-info .title .dialog-attention .connect {
  position: absolute;
  width: 100%;
  height: 50px;
  top: -16px;
  left: 0;
}

#contact .wrapper .contact-content .contact-item .contact-info .business-time {
  color: #333;
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#contact .wrapper .contact-content .contact-item .contact-info .extra-link {
  color: #333;
  font-size: 14px;
  line-height: normal;
  cursor: pointer;
}

#contact .wrapper .contact-content .contact-item .icon-arrow {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  background: url("https://static.realme.net/v2/support/images/icon/more_arrow_right.svg") no-repeat center/100%;
}

#contact .wrapper .dialog-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#contact .wrapper .dialog-container .dialog-statement {
  width: 600px;
  padding: 40px 64px;
  border-radius: 16px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}