* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 0.4267rem;
  color: #fff;
}

#mse {
  margin-bottom: 0.8533rem;
  display: none;
}

.xgplayer-skin-default {
  width: 100% !important;
  height: 4.5333rem !important;
}

body {
  min-height: 100vh;
  background-image: url("../img/login/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: calc(0.88rem + constant(safe-area-inset-top));
  padding-top: calc(0.88rem + env(safe-area-inset-top));
}

body main {
  padding: 0 0.32rem;
  padding-bottom: calc(0.32rem + constant(safe-area-inset-bottom));
  padding-bottom: calc(0.32rem + env(safe-area-inset-bottom));
}

body main .welcome {
  margin-bottom: 0.96rem;
  display: flex;
  flex-direction: column;
  gap: 0.1067rem;
}

body main .welcome span:first-child {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 800;
  font-size: 0.9333rem;
  color: #fb5b03;
}

body main .welcome span:last-child {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.64rem;
  color: #fb5b03;
}

body main .content {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.4267rem;
}

body main .content form {
  display: flex;
  flex-direction: column;
  gap: 0.4267rem;
  margin-bottom: 0.2133rem;
}

body main .content form .phone,
body main .content form .password {
  height: 1.3333rem;
  background: #ffffff;
  border-radius: 1.3333rem;
  display: flex;
  align-items: center;
  padding: 0 0.4267rem;
  gap: 0.2133rem;
}

body main .content form .phone input,
body main .content form .password input {
  flex: 1;
  outline: none;
  font-size: 0.3733rem;
  border: none;
}

body main .content form .phone input::input-placeholder,
body main .content form .password input::input-placeholder {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.3733rem;
  color: #999999;
}

body main .content form .phone input::-webkit-input-placeholder,
body main .content form .password input::-webkit-input-placeholder {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.3733rem;
  color: #999999;
}

body main .content form .phone input::-moz-placeholder,
body main .content form .password input::-moz-placeholder {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.3733rem;
  color: #999999;
}

body main .content form .phone input::-moz-placeholder,
body main .content form .password input::-moz-placeholder {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.3733rem;
  color: #999999;
}

body main .content form .phone input::-ms-input-placeholder,
body main .content form .password input::-ms-input-placeholder {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.3733rem;
  color: #999999;
}

body main .content form .phone img,
body main .content form .password img {
  width: 0.4267rem;
  height: 0.4267rem;
}

body main .content .tips {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.3733rem;
  color: #fb5c04;
  margin-bottom: 0.8rem;
}

body main .content .userOperation {
  margin-bottom: 0.8533rem;
}

body main .content .userOperation .loginBtn {
  height: 1.3333rem;
  background: linear-gradient(270deg, #fe9b4e 0%, #fb5901 100%);
  border-radius: 1.3333rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 0.4533rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.3333rem;
  margin-bottom: 0.4267rem;
}

body main .content .userOperation .create {
  height: 1.3333rem;
  background: #f5f5f5;
  border-radius: 1.3333rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 0.4533rem;
  line-height: 1.3333rem;
  text-align: center;
  color: #666666;
}

body main .content .banquan {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.3467rem;
  color: #999999;
  text-align: center;
}

.video {
  display: flex;
  height: 4.5333rem;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.8533rem;
}

.video .poster {
  width: 100%;
  height: 100%;
}

.video .bofangBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.video .bofangBtn img {
  width: 0.8533rem;
  height: 0.8533rem;
}

.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
