.p-direct-business-page {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.p-watch-identify {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.plv-wi-c-watch-identify-login-page.plv-wi-c-watch-identify-login-page--page .plv-wi-c-watch-identify-login-page__wx-login-page,
.plv-wi-c-watch-identify-login-page.plv-wi-c-watch-identify-login-page--page .plv-wi-c-watch-identify-login-page__identify-login-page,
.plv-wi-c-watch-identify-login-page.plv-wi-c-watch-identify-login-page--page .plv-wi-c-watch-identify-login-page__work-wx-login-page,
.plv-wi-c-watch-identify-login-page.plv-wi-c-watch-identify-login-page--page .plv-wi-c-watch-identify-login-page__google-login-page {
  min-height: 100vh;
}

.plv-wi-c-mobile-wx-login-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f9fbff;
  background-image: url(/img/plv-mobile-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.plv-wi-c-mobile-wx-login-page__in-weixin,
.plv-wi-c-mobile-wx-login-page__not-in-weixin {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.g-img-cover {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.plv-wi-c-watch-identify-login-page .g-img-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.plv-wi-c-mobile-wx-login-page__cover {
  width: 90px;
  height: 90px;
  border-radius: 8px;
}

.g-multiline {
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.plv-wi-c-mobile-wx-login-page__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  margin-top: 24px;
  margin-bottom: 118px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #3d3d3d;
  text-align: center;
}

.plv-wi-c-watch-identify-login-page .g-multiline {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.plv-wi-c-normal-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 96px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 1;
  cursor: pointer;
  border: none;
  outline: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.plv-wi-c-normal-button--medium {
  height: 48px;
  font-size: 16px;
  border-radius: 24px;
}

.plv-wi-c-mobile-wx-login-page__btn {
  width: 264px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  background-color: #3082fe;
}

.plv-wi-c-watch-identify-login-page h1,
.plv-wi-c-watch-identify-login-page h2,
.plv-wi-c-watch-identify-login-page h3,
.plv-wi-c-watch-identify-login-page h4,
.plv-wi-c-watch-identify-login-page h5,
.plv-wi-c-watch-identify-login-page h6,
.plv-wi-c-watch-identify-login-page p,
.plv-wi-c-watch-identify-login-page ul,
.plv-wi-c-watch-identify-login-page ol,
.plv-wi-c-watch-identify-login-page li,
.plv-wi-c-watch-identify-login-page dl,
.plv-wi-c-watch-identify-login-page dt,
.plv-wi-c-watch-identify-login-page dd,
.plv-wi-c-watch-identify-login-page input,
.plv-wi-c-watch-identify-login-page textarea,
.plv-wi-c-watch-identify-login-page button {
  padding: 0;
  margin: 0;
}

.plv-wi-c-watch-identify-login-page input,
.plv-wi-c-watch-identify-login-page textarea,
.plv-wi-c-watch-identify-login-page select,
.plv-wi-c-watch-identify-login-page button {
  outline: none;
}

.plv-wi-c-watch-identify-login-page input[type='button'],
.plv-wi-c-watch-identify-login-page input[type='submit'],
.plv-wi-c-watch-identify-login-page input[type='reset'],
.plv-wi-c-watch-identify-login-page button {
  -webkit-appearance: none;
  border: none;
}

.plv-wi-c-mobile-form-protocol {
  position: relative;
}

.plv-wi-c-mobile-wx-login-page__protocol {
  z-index: 1;
  max-width: 80%;
  margin-top: 20px;
  line-height: 16px;
}

.plv-wi-c-mobile-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.plv-wi-c-mobile-form-checkbox__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 6px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 2px;
}

.plv-wi-c-mobile-form-checkbox.is-checked .plv-wi-c-mobile-form-checkbox__inner {
  background: #3082fe;
  border: none;
}

.plv-wi-c-mobile-form-checkbox__inner__circle {
  border-radius: 50%;
}

.plv-wi-c-mobile-form-checkbox__inner__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px !important;
  color: #fff;
}

.plv-wi-c-mobile-form-checkbox__content {
  font-size: 14px;
  line-height: 22px;
}

.plv-wi-c-mobile-form-protocol__content {
  font-size: 14px;
}

.plv-wi-c-mobile-wx-login-page__protocol .plv-wi-c-mobile-form-protocol__content {
  font-size: 12px !important;
}

.plv-wi-c-watch-identify-login-page h1,
.plv-wi-c-watch-identify-login-page h2,
.plv-wi-c-watch-identify-login-page h3,
.plv-wi-c-watch-identify-login-page h4,
.plv-wi-c-watch-identify-login-page h5,
.plv-wi-c-watch-identify-login-page h6,
.plv-wi-c-watch-identify-login-page p,
.plv-wi-c-watch-identify-login-page ul,
.plv-wi-c-watch-identify-login-page ol,
.plv-wi-c-watch-identify-login-page li,
.plv-wi-c-watch-identify-login-page dl,
.plv-wi-c-watch-identify-login-page dt,
.plv-wi-c-watch-identify-login-page dd,
.plv-wi-c-watch-identify-login-page input,
.plv-wi-c-watch-identify-login-page textarea,
.plv-wi-c-watch-identify-login-page button {
  padding: 0;
  margin: 0;
}

.plv-wi-c-mobile-form-protocol__content a {
  font-style: normal;
  color: #3082fe;
  text-decoration: none;
  cursor: pointer;
}

.plv-wi-c-mobile-popup {
  position: fixed;
  z-index: 10001;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plv-wi-c-mobile-popup--screen__vertical {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0);
  z-index: 3005;
  z-index: 3007;
}

.plv-wi-c-mobile-popup__mask {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 200%;
  background: rgba(0, 0, 0, 0.6);
}

.plv-wi-c-mobile-popup__content {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-height: 100vh;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
}

.plv-wi-c-mobile-popup--screen__vertical .plv-wi-c-mobile-popup__content {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0);
  height: 398.4px;
}

.plv-wi-c-mobile-popup__content__draggable__tip {
  display: none;
}

.plv-wi-c-mobile-popup__header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ededef;
}

.plv-wi-c-mobile-popup__header__title {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 50px;
  color: #333;
  text-align: center;
}

.plv-wi-c-watch-identify-login-page h1,
.plv-wi-c-watch-identify-login-page h2,
.plv-wi-c-watch-identify-login-page h3,
.plv-wi-c-watch-identify-login-page h4,
.plv-wi-c-watch-identify-login-page h5,
.plv-wi-c-watch-identify-login-page h6,
.plv-wi-c-watch-identify-login-page p,
.plv-wi-c-watch-identify-login-page ul,
.plv-wi-c-watch-identify-login-page ol,
.plv-wi-c-watch-identify-login-page li,
.plv-wi-c-watch-identify-login-page dl,
.plv-wi-c-watch-identify-login-page dt,
.plv-wi-c-watch-identify-login-page dd,
.plv-wi-c-watch-identify-login-page input,
.plv-wi-c-watch-identify-login-page textarea,
.plv-wi-c-watch-identify-login-page button {
  padding: 0;
  margin: 0;
}

.plv-wi-c-watch-identify-login-page h1,
.plv-wi-c-watch-identify-login-page h2,
.plv-wi-c-watch-identify-login-page h3,
.plv-wi-c-watch-identify-login-page h4,
.plv-wi-c-watch-identify-login-page h5,
.plv-wi-c-watch-identify-login-page h6 {
  font-size: inherit;
  font-weight: 400;
}

.plv-wi-c-mobile-popup__header__btn {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  color: #999;
}

.plv-wi-c-mobile-popup__header__btn__close {
  right: 0;
}

.plv-wi-c-mobile-popup__header__btn__close__icon,
.plv-wi-c-mobile-popup__header__btn__back__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px !important;
}

.plv-wi-c-mobile-popup__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
}

.plv-wi-c-mobile-popup__tips {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #fb7272;
  display: none;
}

.plv-wi-c-mobile-form-protocol-popup {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.plv-wi-c-mobile-form-protocol-popup__iframe {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  border: none;
}

.plv-wi-c-mobile-message-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.plv-wi-c-mobile-message-box__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0009;
}

.plv-wi-c-mobile-message-box__main {
  z-index: 1;
  width: 300px;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}

.plv-wi-c-mobile-message-box__main:not(.plv-wi-c-mobile-message-box__main--rotate) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 95%;
}

.plv-wi-c-mobile-message-box__header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0 16px;
  widows: 100%;
}

.plv-wi-c-mobile-message-box__header .plv-wi-c-mobile-message-box__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  text-align: center;
}

.plv-wi-c-mobile-message-box__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.plv-wi-c-mobile-message-box__main:not(.plv-wi-c-mobile-message-box__main--rotate) .plv-wi-c-mobile-message-box__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
}

.plv-wi-c-mobile-message-box__content {
  padding: 0 14px 20px;
}

.plv-wi-c-mobile-message-box__footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ededef;
}

.plv-wi-c-mobile-message-box__footer__btn {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 48px;
  color: #3082fe;
  vertical-align: middle;
  background: #fff;
  border: none;
  -webkit-appearance: none;
}

.plv-wi-c-mobile-wx-login-page__qrcode-tips {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #3d3d3d;
}

.plv-wi-c-mobile-wx-login-page__qrcode {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 194px;
  height: 194px;
  margin-bottom: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  border: 1px solid #ccc;
}

.plv-wi-c-normal-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 96px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 1;
  cursor: pointer;
  border: none;
  outline: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.plv-wi-c-normal-button--medium {
  height: 48px;
  font-size: 16px;
  border-radius: 24px;
}

.plv-wi-c-mobile-wx-login-page__btn {
  width: 264px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  background-color: #3082fe;
}

.plv-wi-c-watch-identify-login-page input,
.plv-wi-c-watch-identify-login-page textarea,
.plv-wi-c-watch-identify-login-page select,
.plv-wi-c-watch-identify-login-page button {
  outline: none;
}

.plv-wi-c-watch-identify-login-page input[type='button'],
.plv-wi-c-watch-identify-login-page input[type='submit'],
.plv-wi-c-watch-identify-login-page input[type='reset'],
.plv-wi-c-watch-identify-login-page button {
  -webkit-appearance: none;
  border: none;
}

.plv-wi-c-watch-identify-login-page .plv-wi-c-watch-identify-login-page__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/plv-pc-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.plv-wi-c-pc-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plv-wi-c-pc-dialog__content {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 560px;
  max-height: 90%;
  font-size: 16px;
  color: #333;
  pointer-events: initial;
  background-color: #fff;
  border: 1px solid #ededef;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 16px #00000014;
}

.plv-wi-c-pc-dialog__header {
  z-index: 20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 48px;
  padding-right: 48px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 48px;
  color: #333;
  border-bottom: 1px solid #ededef;
  border-radius: 4px 4px 0 0;
}

.g-singleline {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 48px;
}

.plv-wi-c-watch-identify-login-page h1,
.plv-wi-c-watch-identify-login-page h2,
.plv-wi-c-watch-identify-login-page h3,
.plv-wi-c-watch-identify-login-page h4,
.plv-wi-c-watch-identify-login-page h5,
.plv-wi-c-watch-identify-login-page h6 {
  font-size: inherit;
  font-weight: 400;
}

.plv-wi-c-pc-dialog__tips {
  height: 24px;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #ff0000ad;
}

.plv-wi-c-pc-dialog__body {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}

.plv-wi-c-pc-wx-login-page__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 452px;
  padding: 32px;
}

.plv-wi-c-pc-wx-login-page__not-in-weixin {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.plv-wi-c-pc-wx-scan-login {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.plv-wi-c-pc-wx-scan-login .plv-wi-c-pc-wx-scan-login__qrcode-tips {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #3d3d3d;
}

.plv-wi-c-pc-wx-scan-login .plv-wi-c-pc-wx-scan-login__qrcode__wrapper {
  position: relative;
  border: 1px solid #ccc;
}

.plv-wi-c-pc-wx-scan-login .plv-wi-c-pc-wx-scan-login__qrcode {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 194px;
  height: 194px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.plv-wi-c-pc-wx-scan-login .plv-wi-c-pc-wx-scan-login__qrcode__loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}