@font-face {
  font-family: '东竹石体';
  src: url(../fontfamily/Semibold.ttf);
}
body,
html {
  padding: 0;
  margin: 0;
}
body {
  background-image: linear-gradient(to bottom, #FFD079 70%, #FFEBB2 100%);
  height: 100vh;
  width: 100vw;
}
body .logo_box {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .logo_box .image {
  width: 80px;
}
body .logo_box div {
  margin-top: 10px;
  color: white;
  font-weight: 700;
}
body .download_box_left {
  position: absolute;
  left: 300px;
  top: 150px;
  color: #FFF;
}
body .download_box_left .title {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: '东竹石体';
}
body .download_box_left .text {
  margin-bottom: 5px;
  font-family: '东竹石体';
  font-size: 18px;
}
body .download_box_left .button {
  margin: 0 auto;
  width: fit-content;
  padding: 5px 20px;
  background-image: linear-gradient(to right, #F28E27, #FD654E);
  border-radius: 100vw;
  font-size: 14px;
  margin-top: 20px;
}
body .download_box_right {
  position: absolute;
  right: 400px;
  bottom: 200px;
  color: #FFF;
}
body .download_box_right .title {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: '东竹石体';
}
body .download_box_right .text {
  margin-bottom: 5px;
  font-family: '东竹石体';
  font-size: 18px;
}
body .download_box_right .button {
  margin: 0 auto;
  width: fit-content;
  padding: 5px 20px;
  background-image: linear-gradient(to right, #F28E27, #FD654E);
  border-radius: 100vw;
  font-size: 14px;
  margin-top: 20px;
}
body .image_phone_box {
  position: absolute;
  bottom: 100px;
  left: 200px;
}
body .image_phone_box .image_phone {
  width: 550px;
}
body .common {
  position: absolute;
}
body .common img {
  width: 150px;
}
body .image_item1 {
  top: -50px;
  left: 45%;
  transform: rotate(45deg);
}
body .image_item2 {
  top: -100px;
  left: 65%;
  transform: rotate(-45deg);
}
body .image_item3 {
  top: 74px;
  left: 59%;
  transform: rotate(-45deg);
}
body .image_item4 {
  top: 117px;
  left: 79%;
  transform: rotate(-45deg);
}
body .footer {
  position: fixed;
  bottom: 0;
  background-color: #A0A0A0;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
