page {
  background: linear-gradient(to bottom, #f06c7a 0%, #f06c7a 100%);
  min-height: 100%;
  height: auto;
}

.page-master,
body,
.container,
.ui-page-login {
  min-height: 100% !important;
  height: auto !important;
}

.inp {
  color: #233 !important;
  font-size: 28upx !important;
}

.container {
  position: relative;
  width: 100vw;
  margin-bottom: 40upx !important;
  padding-bottom: 6% !important;
  box-sizing: border-box;
  /* height: 100vh; */
  overflow-x: hidden;
  background: #fff;
  background: -webkit-linear-gradient(top, #efc480 0%, #f8dca5 25%, white 98%);
  background: linear-gradient(180deg, #efc480 0%, #f8dca5 25%, white 98%);
}

body.pages-login-login {
  background: -webkit-linear-gradient(top, #efc480 0%, #f8dca5 25%, white 98%);
  background: linear-gradient(180deg, #efc480 0%, #f8dca5 25%, white 98%);
}

.code-p {
  position: relative;
}

.prName {
  position: absolute;
  color: #fff;
  font-size: 14px;
  right: 3%;
}

.par-name {
  background: rgba(0, 0, 0, 0) !important;
  color: #fff;
  margin: 0 !important;
  font-size: 30upx;
  height: 40upx !important;
  line-height: 40upx !important;
  margin-bottom: 5upx !important;
  margin-top: 3upx !important;
}

.logo-bg {
  width: 100%;
  height: 150px;
}

.icon {
  color: #ffffff;
}

.wx-logo-box {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #c8963d;
  margin-top: 40px;
  background: none;
  display: block;
  height: 100%;
}
.wx-logo-box:hover {
  background: none;
}
.wx-logo-box::after {
  border: 0px !important;
}
.wx-logo-box .auto-login {
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.wx-logo-box .third-party-txt {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #c8963d;
  margin-top: -20px;
}

.logo {
  width: 100%;
  height: 41.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -18%;
  /* // margin-bottom: 0.1%; */
}
.logo .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo .img img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.form {
  padding: 0 7%;
  font-size: 16px;
}
.form .username,
.form .password,
.form .code {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid rgba(233, 180, 97, 0.7);
  padding: 0 18px;
  margin-bottom: 16px;
}
.form .username input,
.form .password input,
.form .code input {
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0);
  border: none;
  color: #333;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.form .btn {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  font-size: 18px;
  line-height: 1;
  background: linear-gradient(90deg, #e8b458, #f0cf7c);
  box-shadow: 0px 4px 10px 0px rgba(170, 110, 30, 0.32);
  color: #4a2900;
  font-weight: 600;
}

.re .username {
  position: relative;
  width: 100% !important;
}
.re .username .get-code {
  position: absolute;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  padding: 0 20px;
  z-index: 3;
}
.re .username .get-code:after {
  content: " ";
  width: 1px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  z-index: 3;
  margin-right: 100%;
  left: 0;
  top: 10px;
}
.re .res {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: rgba(200, 150, 61, 0.8);
}

.res {
  color: #c8963d !important;
}

/* 协议勾选区域 */
.protocol-row {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #845708;
  display: flex;
  align-items: center;
}
.protocol-label {
  display: flex;
  align-items: center;
}
.protocol-checkbox {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #e3b363;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
.protocol-checkbox:checked {
  background-color: #e3b363;
}
.protocol-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4a2900;
}
.protocol-text {
  line-height: 1.6;
}
.protocol-link {
  color: #845708;
  text-decoration: underline;
  font-weight: 500;
}

.form .username,
.form .password,
.form .code {
  width: 100% !important;
}

.form .username,
.form .password,
.form .code {
  width: 100% !important;
}

.form .username,
.form .password,
.form .code {
  width: 100% !important;
}

.dow-btn {
  margin-bottom: 30upx;
}

/* 微信内置浏览器时全屏展示「请用浏览器打开」提示 */
.wechat-tip-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #fff;
  padding: 20px;
}
.wechat-tip-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
