footer {
  position: relative;
  margin-top: 122px;
}

footer .search_box{
  position: relative;
}

footer .search {
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

footer .search span {
  width: 20px;
  color: #d70c25;
  font-weight: bolder;
  left: 30px;
  top: 24px;
  z-index: 100;
  position: absolute;
  font-size: 20px;
}

footer .search input {
  width: 539px;
  height: 68px;
  background: #ffffff;
  opacity: 0.98;
  border-radius: 10px;
  padding-left: 70px;
}

footer .search .redbtn {
  width: 200px;
  height: 70px;
  display: inline-block;
  background: #d70c25;
  border-radius: 10px;
  position: absolute;
  right: -60px;
  top: -2px;
  box-sizing: border-box;
}

footer .search .redbtn:hover{
  background: white;
  color: #D70C25;
  border: 4px solid #D70C25;
}

footer .search .redbtn p {
  font-size: 18px;
  font-family: Helvetica;
  font-weight: bold;
  color: #ffffff;
  line-height: 74px;
  text-align: center;
}

footer .search .redbtn:hover p{
  color: #d70c25;
  margin-top: -4px;
}

footer .search_box {
  display: flex;
  /* height: 210px; */
}

footer .search_box .leftone {
  width: 50%;
  background: #f5f5f5;
}

footer .search_box .rightone {
  width: 50%;
}

footer .search input{
  border: none;

}

footer .text {
  width: 100%;
  /* height: 550px; */
  background: #d70c25;
  color: white;
  position: relative;
  z-index: 1;
}

footer .text > div {
  width: 80%;
  margin: 0 auto;
}

footer .text .text_bg {
  width: 660px;
  position: absolute;
  top: 40px;
  left: 32%;
  z-index: -1;
}

footer .text .first {
  padding-top: 75px;
  display: flex;
}

footer .text .first .logo {
  width: 130px;
  height: 45px;
}

footer .text .first .tips {
  float: left;
}

footer .text .first div {
  display: inline-block;
  position: relative;
}

footer .text .first .logo {
  width: 130px;
  height: 45px;
}

footer .text .first .tips {
  position: absolute;
  left: 36%;
  margin: 10px auto;
  width: auto;
}

footer .text .first .tips ul {
  width: 1075px;
  display: flex;
}

footer .text .first .tips ul li {
  font-size: 18px;
  font-family: Helvetica;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
}

footer .text .second > p {
  font-size: 22px;
  font-family: Helvetica;
  font-weight: bold;
  color: #ffffff;
  line-height: 64px;
}

footer .text .second div p {
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

footer .text .third {
  padding-bottom: 42px;
}

footer .text .third span {
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}

footer .text .footer_tip {
  font-size: 22px;
  font-family: Helvetica;
  font-weight: bold;
  color: #ffffff;
  line-height: 64px;
  margin-top: 65px;
}

footer .text .second {
  display: grid;
  grid-template-columns: 34% 52% 34%;
}

footer .second .twocolumns {
  display: grid;
  grid-template-columns: 50% 50%;
}

footer .second .icons {
  display: flex;
  width: fit-content;
}

footer .second .icons span{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin-left: 18px;
  font-size: 16px;
}

footer .third {
  display: flex;
  padding-top: 43px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 138px;
}
