body {
  margin: 0;
  height: 100vh;
  max-height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: rgb(35, 41, 43);
}

/* ============================ h5-box */

.h5-box {
  padding: 0 20px 200px 20px;
  text-align: center;
}

.h5-box .tip-box .logo {
  margin: 30px 0 20px 0;
  width: 200px;
  height: 80px;
}

.h5-box .tip-box .text {
  color: #fff;
}

.h5-box .tip-box .text .text-1 {
  margin-bottom: 10px;
  font-size: 22px;
}

.h5-box .tip-box .text .text-2 {
  margin-bottom: 20px;
  font-size: 14px;
  color: #ccc;
}

.h5-box .tip-box .phone {
  margin-bottom: 20px;
  width: 100%;
}

.h5-box .centered-div {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 10px 0 10px;
  background-color: rgb(80, 80, 80);
}

.h5-box .centered-div a {
  margin-bottom: 4px;
  display: inline-block;
}

.h5-box .centered-div a img {
  width: 100%;
}

/* ============================ pc-box */

.pc-box .logo {
  margin: 30px 0 0 50px;
  width: 200px;
  height: 70px;
}

.pc-box .main-box {
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 120px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-box .left-box,
.pc-box .right-box {
  width: 600px;
}

.pc-box .left-box {
  margin-right: 40px;
  /* margin-bottom: 30px; */
}

.pc-box .text {
  color: #fff;
}

.pc-box .text .text-1 {
  margin-bottom: 10px;
  font-size: 30px;
}

.pc-box .text .text-2 {
  margin-bottom: 20px;
  font-size: 14px;
  color: #ccc;
}

.pc-box .phone {
  margin-bottom: 20px;
  width: 100%;
}

.pc-box .centered-div {
  display: flex;
}

.pc-box .centered-div a {
  margin-bottom: 4px;
  display: inline-block;
}

.pc-box .centered-div a:not(:last-child) {
  margin-right: 18px;
}

.pc-box .centered-div a img {
  width: 100%;
}

.pc-box .right-box {
  padding-bottom: 40px;
}

.pc-box .right-box .phone {
  width: 100%;
}
