.bread_crumbs_box button {
  width: 96px;
  height: 30px;
  background: rgba(249, 150, 21, 1);
  opacity: 1;
  border-radius: 4px;
  margin-top: 103px;
  border: none;
  outline: none;
  color: #fff;
}
.bread_crumbs_box {
  display: flex;
  justify-content: space-between;
}
.support_container {
  width: 1200px;
  height: 880px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 20px rgba(64, 158, 254, 0.16);
  opacity: 1;
  margin: auto;
}
.support_header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background: rgba(103, 166, 230, 1);
  opacity: 1;
  border-radius: 4px 4px 0px 0px;
}
.support_box {
  width: 750px;
  margin: auto;
  margin-top: 80px;
}
.support_text {
  color: #555;
  font-size: 18px;
  text-align: center;
}
.support_btn {
  display: flex;
  justify-content: center;
  margin-top: 51px;
}
.support_btn button {
  width: 96px;
  height: 30px;
  background: rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
}
