footer {
  width: 100%;
  height: 244px;
  padding: 50px 0 40px;
  background-color: #ececec;
}

.footerBox {
  width: 1520px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footerRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 472px;
  height: 100%;
}

.footerRight img {
  height: 36px;
  object-fit: cover;
}

.footerRight span {
  color: #999999;
}

.footerRight h1 {
  font-family: SourceHanSansCN-Regular;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0px;
}

.footerRight h2,
.footerRight h2 a {
  font-family: OPPOSans-R;
  color: #333333;
  font-size: 14px;
  margin: 9px 0;
  letter-spacing: 0px;


}

.footerRight p {
  font-family: OPPOSans-R;
  color: #999999;
  font-size: 12px;
}

.footerRight a {
  font-family: OPPOSans-R;
  color: #999999;
  font-size: 12px;
}

.footerLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footerLeftBox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: space-between;
  justify-content: space-between;
  width: 440px;
  height: 100px;
}

.select_list {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 320px;
  background-color: #fff;
  height: auto;
  max-height: 160px;
}

.select_list li {
  display: flex;
  align-items: center;
  height: 40px;
  width: 283px;
  padding-left: 37px;
  background-color: #fff;

}

.selectBox:hover {
  overflow: inherit;
}

.selectBox {
  background-color: #fff;
  height: 40px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.selectBox a {
  font-family: SourceHanSansCN-Regular;
  font-weight: 500;
  color: #333333;
  font-size: 14px;
}

.selectBox a:hover {
  color: #D1332D;
}

/* .selectBox li:last-child a:hover {
  color: #333333;
} */

.selectBox img {
  position: absolute;
  bottom: 12px;
  left: 10px;
}

.select_img_box {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: auto;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}






.searchBox {
  position: relative;
}

.searchBox img {
  position: absolute;
  left: 10px;
  top: 12.5px;
}

.search {
  width: 283px;
  height: 40px;
  outline: none;
  border: none;
  background-color: #fff;
  padding-left: 37px;
  font-family: SourceHanSansCN-Regular;
  font-weight: Regular;
  font-size: 14px;
  color: #cccccc;
}

.footDaohang {
  display: flex;
}

.footDaohang li {
  margin: 39px 0px 70px 35px;
}


.footDaohang span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D1332D;
  margin-right: 5px;
  opacity: 0;
  transition: .3s;
}

.footDaohang a:hover span {
  opacity: 1;
}

.footDaohang a {
  font-family: SourceHanSansCN-Regular;
  color: #333333;
  font-style: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.yeerui {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #666666;
}

.yeerui span {
  color: #999999;
}


@media screen and (max-width:1600px) {


  .footerBox {
    width: 1200px;
    justify-content: center;
  }
}

@media screen and (max-width:700px) {
  footer {
    width: 100%;
    height: auto;
  }

  .footerBox {
    width: 90%;
    height: auto;
    flex-direction: column;
  }

  .footerRight {
    width: 100%;
    height: 338px;
  }

  .footerRight img {
    width: 100%;
    height: auto;
    margin-bottom: 140px;
  }

  .footerLeft {
    position: relative;
    align-items: flex-start;
  }

  .footerLeftBox {
    position: absolute;
    width: 100%;
    bottom: 194px;
    height: 90px;
  }

  .footerLeftBox>img {
    display: none;
  }

  .footDaohang {
    display: none;
  }

  .selectBox a {
    width: 200px;
    overflow: hidden;
  }

  .select_img_box {
    width: 40px !important;
  }
}