.code_wrap {
  width: 100%;
  height: 146px;
  background-color: #c80000;
}
.code_cont {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.code_com {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  padding-right: 80px;
  transition: all 0.5s;
  color: #ffffff;
}
.code_com:hover {
  color: #000;
  transition: all 0.5s;
}
.code_line {
  width: 1px;
  height: 103px;
  background: #fff;
  margin: 0 108px;
}
.code_com_text {
  margin-left: 22px;
  margin-right: 12px;
}
.footer_wrap {
  height: 261px;
  background: #f0f0f0;
  position: relative;
}
.footer_cont {
  height: 100%;
  padding: 0 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_com1 {
  text-align: right;
}
.footer_phone {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-top: 16px;
}
.footer_com2 {
  font-size: 16px;
  line-height: 35px;
  color: #646464;
}
.footer_com_info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}
.footer_abso {
  position: absolute;
  right: 80px;
  bottom: 45px;
  text-align: right;
}
.footer_abso .p1 {
  font-size: 16px;
  color: #787878;
}
.footer_abso .p2 {
  font-size: 12px;
  color: #bebebe;
  margin-top: 8px;
}
.footer_top {
  position: fixed;
  z-index: 111111;
  right: 12px;
  bottom: 22px;
  cursor: pointer;
}
.footer_hint {
  width: 100%;
  height: 118px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  padding: 0 16% 0 18%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
  z-index: 11;
}
.hint_text {
  font-size: 15px;
  color: #ffffff;
}
.hint_btn {
  width: 130px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #ff0000;
  font-size: 16px;
  cursor: pointer;
  color: #ffffff;
}
.code_com .codeImg{ 
  width: 104px;
}
@media screen and (max-width: 992px) {
  .code_wrap {
    height: auto;
  }
  .code_cont {
    display: block;
  }
  .code_line {
    display: none;
  }
  .code_com {
    padding-right: 0;
    height: 1.8rem;
    border-bottom: 1px solid #cf1f1f;
  }
  .codeImg {
    display: none;
  }
  .code_com_text {
    width: 3.8rem;
    margin-left: 0;
    font-size: 0.4rem;
  }
  .footer_hint {
    height: auto;
    padding: 0.4rem 0.3rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .hint_text {
    font-size: 0.36rem;
    line-height: 0.6rem;
  }
  .hint_btn {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
    margin-top: 0.3rem;
  }
  .footer_top {
    bottom: 0.5rem;
  }
  .footer_wrap {
    height: auto;
  }
  .footer_cont {
    padding: 0.5rem 0.6rem;
    display: block;
  }
  .footer_phone {
    font-size: 0.6rem;
    text-align: center;
    margin-top: 0.2rem;
  }
  .footer_com2 {
    margin-top: 0.6rem;
  }
  .footer_com_info {
    gap: 0 0.16rem;
    font-size: 0.32rem;
  }
  .footer_abso {
    position: initial;
    text-align: center;
    padding-bottom: 0.5rem;
  }
  .footer_abso .p1 {
    font-size: 0.33rem;
  }
  .footer_abso .p2 {
    font-size: 0.23rem;
  }
}