@charset "UTF-8";
@font-face {
  /* 给自定义字体取个名字，后面可以用这个名字引用字体 */
  font-family: 'Tomorrow';
  /* 字体文件的路径，这里假设字体文件在当前目录下 */
  src: url("/static/font/Tomorrow-Bold.ttf");
  /* 可选的字体样式，如 normal 或 italic */
  font-style: normal;
  /* 可选的字体粗细，如 normal 或 bold */
  font-weight: normal;
}

body {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 16px;
  background-color: #1d1d1d;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

.contact-us-us {
  margin-top: 140px;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0.6) 0%, #1D1D1D 100%), url("/static/img/about-bg.png");
}

.contact-us-top {
  width: 1400px;
  margin: 0 auto;
}

.nav-detail {
  padding-top: 20px;
}

.contact-us-us-title {
  margin: 50px 0 40px;
  font-family: 'Tomorrow';
  font-size: 43px;
  color: #FFFFFF;
  text-align: center;
}

.contact-us-abstract {
  margin: 0 auto;
  width: 880px;
  text-align: center;
  font-family: 18px;
}

.contact-us-contant {
  width: 1400px;
  margin: 0 auto;
  /* margin-top: 100px; */
}

.contact-information {
  font-family: 'Tomorrow';
  font-size: 34px;
  margin-bottom: 20px;
}

.contact-information-text {
  line-height: 25px;
}

.contact-way {
  margin-top: 50px;
  display: flex;
  /* justify-content: space-between; */
  /* gap: 20px; */
  flex-wrap: wrap;
}

.contact-way-item {
  width: calc(100% / 3);
  text-align: center;
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.contact-information-text {
  line-height: 25px;
}

.contact-way-name {
  font-size: 25px;
  line-height: 26px;
  /* text-align: center; */
  margin-bottom: 10px;
}

.contact-way-img {
  position: absolute;
  top: -80px;
  left: 180px;
}

.con-introduce {
  margin: 40px 0 100px;
  line-height: 40px;
}

.con-introduce img {
  width: 24px;
  height: 21px;
  margin-right: 10px;
}

.con-introduce-item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  body {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 14px;
    background-color: #1d1d1d;
  }
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }
  .contact-us-us {
    margin-top: 140px;
    width: 100%;
    height: 215px;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(180deg, rgba(29, 29, 29, 0.6) 0%, #1D1D1D 100%), url("../img/about-bg-mb.png") no-repeat;
  }
  .contact-us-top {
    width: 92%;
    margin: 0 auto;
  }
  .nav-detail {
    padding-top: 10px;
  }
  .nav-detail {
    width: 100vw;
    padding: 10px 15px 0;
    box-sizing: border-box;
    font-size: 12px;
  }
  .contact-us-us-title {
    margin: 20px 0 18px;
    font-family: 'Tomorrow';
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
  }
  .contact-us-abstract {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
  .contact-us-contant {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    /* margin-top: 100px; */
  }
  .contact-information {
    font-family: 'Tomorrow';
    font-size: 22px;
    margin-bottom: 20px;
  }
  .contact-information-text {
    line-height: 22px;
  }
  .contact-way {
    margin-top: 50px;
    display: flex;
    /* justify-content: space-between; */
    /* gap: 20px; */
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-way-item {
    width: calc(100% / 2);
    text-align: center;
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .contact-information-text {
    word-wrap: break-word;
    line-height: 22px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .contact-way-name {
    font-size: 20px;
    line-height: 25px;
    /* text-align: center; */
    margin-bottom: 10px;
  }
  .contact-way-text {
    line-height: 22px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .contact-way-img {
    width: 117px;
    position: absolute;
    top: -50px;
    left: 55px;
  }
  .con-introduce {
    margin: 26px 0 100px;
    line-height: 40px;
  }
  .con-introduce img {
    width: 24px;
    height: 21px;
    margin-right: 5px;
  }
  .con-introduce-item {
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    line-height: 26px;
  }
  .con-introduce-item img {
    margin-top: 3px;
  }
}
