@import "Extend.css";
.indexHeader {
  width: 100%;
  height: 72px;
  line-height: 72px;
  background: linear-gradient(270deg, rgba(246, 246, 249, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  z-index: 999;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  position: fixed;
  top: 0;
  left: 0;
}
.indexHeader .div-m {
  width: 90%;
  padding: 0 5%;
  height: 72px;
  display: flex;
  justify-content: space-between;
}
.indexHeader .logo {
  cursor: pointer;
  margin-right: 8px;
}
.indexHeader .logo img {
  display: block;
  height: 35px;
  margin-top: 30px;
}
.indexHeader .newLogo {
  width: 400px;
  height: 72px;
  display: flex;
}
.indexHeader .newLogo img {
  display: inline-block;
  height: 34px;
  margin-top: 19px;
}
.indexHeader .newLogo p {
  font-size: 18px;
  color: #070f29;
  margin-left: 24px;
  font-weight: bold;
}
.indexHeader .page-title {
  display: flex;
}
.indexHeader .page-title .login {
  font-size: 18px;
}
.indexHeader .page-title .login .old-button {
  width: 80px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  background: #ffd043;
  color: #fff;
  font-size: 16px;
  color: #262935;
}
.indexHeader .page-title .login .rgister {
  background: #fff;
  color: #262935;
  margin-left: 10px;
}
.indexHeader .page-title .login .login-btn {
  cursor: pointer;
}
.indexHeader .page-title .free-use {
  padding-left: 16px;
}
.indexHeader .page-title .free-use button {
  width: 140px;
  height: 48px;
  background: #6887f0;
  border-radius: 8px;
  font-weight: 500;
  border: 2px solid #6887f0 !important;
  font-family: PingFangSC-Light;
  color: #ffffff;
  letter-spacing: 0;
  cursor: pointer;
  text-align: center;
}
.contact-page {
  max-width: 1680px;
  min-width: 1280px;
  height: 100%;
  position: relative;
  background: #fff;
  overflow: auto;
}
.contact-page .main-content {
  margin: 150px auto 0;
  width: 1200px;
  z-index: 999;
}
.contact-page .main-content .main .main-title {
  font-size: 36px;
  color: #131840;
  margin: 60px 0;
  font-weight: bold;
  font-family: GlowSansSC-Extended-Heavy;
}
.contact-page .main-content .main .title {
  font-size: 36px;
  color: #131840;
  margin-bottom: 32px;
  font-weight: bold;
}
.contact-page .main-content .main .main-text {
  margin-bottom: 40px;
}
.contact-page .main-content .main .main-text img {
  display: block;
  width: 100%;
}
.contact-page .main-content .main .company-address {
  margin-bottom: 40px;
}
.contact-page .main-content .main .company-address .address-list {
  font-size: 16px;
  color: #131840;
}
.contact-page .main-content .main .title {
  font-size: 20px;
  color: #4f71ff;
  font-weight: bold;
}
.contact-page .main-content .main .company-contact .contact-main {
  display: flex;
  justify-content: space-between;
}
.contact-page .main-content .main .company-contact .contact-main .contact-list p {
  font-size: 16px;
  color: #131840;
  margin-bottom: 24px;
}
.contact-page .main-content .main .company-contact .contact-main .contact-style {
  display: flex;
  justify-content: space-between;
  margin-right: 117px;
  z-index: 999;
}
.contact-page .main-content .main .company-contact .contact-main .contact-style div {
  margin-left: 80px;
}
.contact-page .main-content .main .company-contact .contact-main .contact-style img {
  display: block;
  width: 128px;
}
.contact-page .main-content .main .company-contact .contact-main .contact-style p {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
.contact-page .main-content .main .footer {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin: 90px 0;
}
.contact-page .topImg {
  position: fixed;
  top: 0;
  left: 0;
  width: 10%;
}
.contact-page .topImg img {
  display: block;
  width: 100%;
}
.contact-page .bottomImg {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 30%;
}
.contact-page .bottomImg img {
  display: block;
  width: 100%;
}
