* {
  margin: 0;
  padding: 0;
}
.flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
#id {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap {
  background: url(img/bg.png) no-repeat top / cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 63px);
}
.main {
  display: inline-flex;
  height: 702px;
}
.left {
  width: 360px;
  height: 702px;
}
.right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 156px;
  width: 700px;
}
.right .logo {
  width: 440rpx;
  height: 52px;
}
.right .desc {
  margin-top: 64px;
  color: #333333;
  font-size: 18px;
  line-height: 30px;
}
.right .btns {
  display: flex;
  flex-direction: row;
  margin-top: 120px;
}
.right button {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px;
  width: 262px;
  height: 72px;
  background: #29CC44;
  border: 0 solid;
  border-radius: 8px;
  cursor: pointer;
}
.right button:disabled {
  opacity: 0.5;
}
.right button img {
  width: 32px;
  height: 32px;
}
.right button p {
  margin-left: 16px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 33px;
}
.right .tips {
  margin-left: 311px;
  margin-top: 12px;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}
.copyright {
  width: 100%;
  padding: 23px 0;
  background: #FAFAFA;
}
.copyright p {
  color: #999999;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
}
.copyright a {
  margin-left: 4px;
  color: #999999;
  text-decoration: none;
}
@media (max-width: 750px) {
  html {
    font-size: 50px;
    background-color: #F5F5F5;
  }
  .wrap {
    height: calc(100vh - 0.7rem);
  }
  .main {
    width: 100vw;
  }
  .left {
    display: none;
  }
  .right {
    margin-left: 0;
    width: 100%;
  }
  .right .logo {
    width: 4rem;
    height: auto;
  }
  .right .desc {
    margin-top: 0.5rem;
    padding: 0 0.6rem;
    box-sizing: border-box;
    font-size: 0.27rem;
    line-height: 0.5rem;
  }
  .btns {
    margin-top: 0.5rem !important;
    display: flex;
    flex-direction: column !important;
  }
  .btns button {
    width: 3.5rem;
    height: 1rem;
    margin-top: 0.5rem !important;
  }
  .btns button img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .btns button p {
    font-size: 0.3rem;
  }
  .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.3rem;
  }
  .copyright p {
    text-align: center;
    font-size: 0.2rem;
    padding: 0.1rem 0.3rem;
    box-sizing: border-box;
  }
}
