.heardModule {
  position: relative;
  background: #fff;
  z-index: 3;
}
.heardModule .navModule {
  position: fixed;
  display: flex;
  width: 100%;
  z-index: 1;
}
.heardModule .navModule .navList {
  color: #fff;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  margin-top: 31px;
  justify-content: center;
  width: 100%;
  z-index: 1;
  /* position: fixed; */
}
.heardModule .navModule .navList .navDiv {
  margin: 0 15px;
  /* position: relative; */
}
.heardModule .navModule .navList .navDiv span {
  cursor: pointer;
  position: relative;
}
.heardModule .navModule .navList .navDiv span:hover::after {
  content: "";
  width: 50%;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}
.heardModule .navModule .navList .navIndexDiv {
  margin: 0 30px;
  cursor: pointer;
  position: relative;
}
.heardModule .navModule .navList .navIndexDiv::after {
  content: "";
  width: 50%;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}
.heardModule .hreadImg {
  width: 100%;
  height: 68%;
}
.heardModule .hreadImg img {
  height: 100%;
  width: 100%;
}
.heardModule .hreadImg .contactUsBut {
  position: absolute;
  width: 12%;
  border-radius: 10px;
  opacity: 1;
  background: #F5F9FF;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.heardModule .hreadImg .contactUsBut1 {
  position: absolute;
  width: 12%;
  border-radius: 10px;
  opacity: 1;
  background: linear-gradient(270deg, #8E7CFE 3%, #8E7CFE 34%, #5E8BFF 100%);
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.heardModule .logo {
  height: 40px;
  width: 130px;
  position: relative;
  top: 28px;
  left: 4%;
}
.heardModule .logo img {
  width: 100%;
}
.heardModule .searchDiv {
  margin-left: auto;
  margin-top: 33px;
  min-width: 20px;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.heardModule .searchDiv img {
  height: 17px;
  width: 20px;
}
.heardModule .searchDiv input {
  position: absolute;
  right: 27px;
  width: 100px;
  height: 30px;
  top: -6px;
  line-height: 30px;
  display: none;
}
.heardModule .searchDiv span {
    color: #fff;
    position: absolute;
    right: 0px;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 17px;
    text-align: center;
    display: none;
}
.heardModule .languageDiv {
  font-size: 18px;
  color: #fff;
  margin-top: 31px;
  margin-right: 4%;
  white-space: nowrap;
  min-width: 36px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.heardModule .languageDiv .languageDivOption {
  height: 190px;
  width: 150px;
  position: absolute;
  bottom: -175px;
  left: -50px;
}
.heardModule .languageDiv .languageDivOption div {
  height: 50px;
  width: 100%;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
}
.heardModule .languageDiv .languageDivOption div:hover {
  color: #000;
  background: #E9E9E9;
}
.heardModule .languageDiv .languageDivOption .fill {
  height: 20px;
  opacity: 0;
  width: 100%;
}
.heardModule .backHread {
  background: url("../images/heard/background.png") no-repeat;
  background-size: 100% 100%;
  height: 105px;
  width: 100%;
  position: fixed;
  top: 0;
}
.heardModule .navContainer {
  height: 520px;
  position: absolute;
  bottom: -520px;
  left: 0;
  right: 0;
  display: none;
}
.heardModule .navContainer .fill {
  height: 20px;
  opacity: 0;
  width: 100%;
}
.heardModule .navContainer .borderb {
  position: relative;
}
.heardModule .navContainer .borderb::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  width: 119%;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.heardModule .navContainer .navContainerItem {
  height: 500px;
  width: 100%;
  display: flex;
}
.heardModule .navContainer .navContainerItem > div:nth-child(1) {
  width: 64%;
  max-width: 1240px;
  overflow: hidden;
}
.heardModule .navContainer .navContainerItem > div:nth-child(1) img {
  height: 500px;
}
.heardModule .navContainer .navContainerItem > div:nth-child(2) {
  flex: 1;
  background: #fff;
}
.heardModule .navContainer .navContainerItem > div:nth-child(2) .navHread {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  color: #000;
  margin-bottom: 30px;
  margin-left: 75px;
  margin-top: 40px;
  padding-bottom: 20px;
}
.heardModule .navContainer .navContainerItem > div:nth-child(2) .navContainerList {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  min-width: 180px;
  font-variation-settings: "opsz" auto;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  margin-bottom: 30px;
  margin-left: 75px;
  text-indent: 20px;
  flex-shrink: 0;
  cursor: pointer;
}
.heardModule .navContainer .navContainerItem > div:nth-child(2) .navContainerList1 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  min-width: 180px;
  font-variation-settings: "opsz" auto;
  color: #000;
  position: relative;
  margin-bottom: 30px;
  margin-left: 75px;
  flex-shrink: 0;
}
.heardModule .navContainer .navContainerItem > div:nth-child(2) .navContainerList::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
}
.heardModule .navContainer .navContainerItem > div:nth-child(2) .navContainerList:hover {
  color: #000;
}
.heardModule .navContainer .navContainerItem > div:nth-child(2) .navContainerList:hover::before {
  background: #7C5CFC;
}
.heardModule .navContainer .navContainerItem > div:nth-child(2) .navContainerListDiv {
  display: flex;
  flex-direction: row;
}
.heardModule .mask {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}/*# sourceMappingURL=heard.css.map */