body {
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, #ff4001 0%, #ff8500 100%) no-repeat fixed top; */
  /* background-image: url("../images/bg.png"); */
}
body .head {
  width: 1180px;
  height: 54px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
body .head img {
  margin-top: 24px;
}
body .head p {
  width: 56px;
  height: 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #FA541C;
  margin-top: 29px;
}
body .content {
  width: 1180px;
  height: 543px;
  display: flex;
}
.left-image {
  flex:1;
  display:flex;
  align-items:center;
}
.left-image img {
  max-width: 90%;
  max-height: 100%;
}
body .content .login {
  float: right;
  width: 380px;
  height: 543px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .content .login span {
  width: 96px;
  height: 31px;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  color: #000000;
  opacity: 0.86;
  margin-top: 40px;
}
body .content .login .account {
  width: 300px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 32px;
}
body .content .login .account .title {
  width: 24px;
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  opacity: 0.86;
}
body .content .login .account input {
  width: 300px;
  height: 48px;
  background: #ffffff;
  border-radius: 8px;
}
body .content .login .account :nth-of-type(2) {
  margin-top: 24px;
}
body .content .login .verification {
  width: 300px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 24px;
}
body .content .login .verification .title {
  width: 36px;
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  opacity: 0.86;
}
body .content .login .verification .security {
  width: 300px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
body .content .login .verification .security input {
  width: 160px;
  height: 48px;
  background: #ffffff;
  opacity: 1;
  border-radius: 8px;
}
body .content .login .verification .security .number {
  width: 120px;
  height: 48px;
  border: 1px solid #c4c4c4;
  opacity: 1;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}
body .content .login .radio {
  width: 300px;
  height: 24px;
  font-size: 12px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
body .content .login .radio input {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  opacity: 1;
  border-radius: 2px;
}
body .content .login .radio p {
  width: 48px;
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  opacity: 0.85;
  margin-left: 8px;
}
body .content .login button {
  width: 300px;
  height: 48px;
  margin-top: 24px;
  border-radius: 8px;
}
body footer {
  width: 100%;
  height: 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #ffffff;
  opacity: 0.65;
  position: fixed;
  bottom: 21px;
  text-align: center;
}
