@charset 'UTF-8';
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
    Helvetica Neue, sans-serif;
}
@media screen and(-webkit-min-device-pixel-ratio:0) {
  button,
  html body,
  input,
  select,
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
      Helvetica Neue, sans-serif;
  }
}
@-moz-document url-prefix() {
  button,
  html body,
  input,
  select,
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
      Helvetica Neue, sans-serif;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
small {
  font-size: 12px;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.top {
  width: 1032px;
  margin: 0 auto 24px;
}
.header,
header {
  position: relative;
  width: 1032px;
  padding: 24px 20px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo a,
.logo__ico {
  background-image: url(/public/img/photonics_go_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 235px;
  height: 48px;
  text-indent: -99999px;
}
.logo {
  display: flex;
  align-items: center;
}
.logo__txt {
  font-size: 24px;
  line-height: 34px;
  color: #333;
  font-weight: 400;
  margin-left: 24px;
  margin-top: 2px;
}
.aside a:first-child {
  color: #666;
}
@media only screen and (max-device-width: 720px), only screen and (-webkit-min-device-pixel-ratio: 3) {
  .top {
    width: auto;
    padding: 0;
    margin: 0;
  }
  .header {
    width: unset;
    height: unset;
    padding: 12px 20px 0;
    background-color: #fff;
    display: block;
  }
  .logo {
    display: block;
  }
  .logo a {
    display: block;
    margin: 0 0 0 auto;
    width: 96px;
    height: 32px;
    background-color: #f0f0f0;
    border-radius: 100px;
    background-image: url(/public/img/logo@3x.png);
    background-repeat: no-repeat;
    background-size: 65px 21px;
    background-position: center;
  }
  .logo__txt {
    display: block;
    width: 100%;
    position: initial;
    margin-top: 28px;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0;
    margin-left: 0;
    color: #333;
    font-weight: 700;
  }
}
.footer,
footer {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  width: 1032px;
  padding: 0 20px 24px;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.copyright {
  display: inline-block;
  padding-right: 60px;
  color: #999;
}
.copyright sup {
  vertical-align: bottom;
}
.nav a {
  display: inline-block;
  padding-right: 5px;
  padding-left: 1px;
  border-right: 1px solid #999;
  line-height: 12px;
  height: 12px;
  color: #999;
  margin: 3px 0;
}
.nav a:nth-child(4) {
  display: none;
}
.nav a:last-child {
  border: none;
}
.nav_footer {
  display: inline-block;
}
.qcode_footer {
  position: absolute;
  left: 50%;
  margin-left: -105px;
  bottom: 100px;
  color: #999;
  font-size: 14px;
}
.qcode_footer p a {
  color: #7753ff;
}
.qcode__img {
  display: none;
  width: 190px;
  height: 190px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 2;
}
.qcode_footer:hover .qcode__img {
  display: block;
}
.pc-hide-inline,
.pc_hide {
  display: none;
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.dialog {
  width: 400px;
  height: auto;
  position: fixed;
  left: 50%;
  margin-left: -210px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  top: 15%;
  z-index: 100;
}
.dialog__close {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  width: 35px;
  background: url(/public/img/login-ico.png) -72px -208px no-repeat;
  cursor: pointer;
  z-index: 9;
}
.dialog__close:hover {
  background: url(/public/img/login-ico.png) -33px -209px no-repeat;
}
.dialog__content {
  padding: 28px;
  text-align: center;
  font-size: 16px;
}
.content__tip {
  color: #333;
}
.content__link {
  margin-top: 30px;
}
.content__link a {
  color: #7440d8;
}
.content__button {
  margin: 25px auto 0;
  width: 160px;
  height: 40px;
}
.button_link {
  width: 100%;
  display: block;
  line-height: 40px;
  border: 1px solid #d2d2d2;
  background-color: #f6f6f6;
  color: #333;
  text-align: center;
  border-radius: 3px;
}
.form__box {
  width: 100%;
}
.form__item {
  position: relative;
  margin-bottom: 24px;
  color: #666;
}
.form-info {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  margin-bottom: 16px;
}
.form__tit {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin-top: 25px;
}
.form__input {
  width: 100%;
  position: relative;
}
.form__input input {
  box-sizing: border-box;
  display: block;
  padding: 12px 128px 12px 20px;
  width: 360px;
  background-color: #f5f6f9;
  border: 1px solid #f5f6f9;
  border-radius: 50px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.form__input input::placeholder {
  color: #999;
}
.form__box .form__input input:focus {
  border-color: #7b4dd6;
}
.form__tip {
  align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  font-size: 14px;
  line-height: 21px;
  margin: 8px 0 0;
}
.form__tip_modal {
  font-size: 12px;
  margin-top: 5px;
  color: #eb635e;
}
.form__item_error .form__tip,
.form__tip_error {
  color: #e3443f;
}
.J-bind-result-tip,
.J-wechat-phone,
.J-wechat-phone-code {
  display: flex;
  align-items: center;
}
.form__tip.form__tip_error {
  height: initial;
}
.form__tip_error .error {
  flex: 1;
}
.form__agreement {
  font-size: 11px;
  color: #666;
  position: relative;
  bottom: -4px;
}
#j_regForm > div.form__agreement.login_form__agreement {
  height: 0;
}
.form__agreement input[type='checkbox'] {
  width: 12px;
  height: 12px;
  margin-right: 3px;
  cursor: pointer;
  position: relative;
  top: 2px;
}
input[type='checkbox']::before {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
  content: ' ';
  background-image: url(/public/img/hook_off_ic@3x.png);
  background-repeat: no-repeat;
  background-size: cover;
}
input[type='checkbox']:checked::before {
  background-image: url(/public/img/2154878387981460281.png?v=1722909829);
  border-radius: 3px;
}
.gtonelogn .operator_protocol_wrapper_onelogin input[type='checkbox']::before {
  display: none;
}
.form__submit {
  width: 360px;
  height: 44px;
  line-height: 44px;
  margin: 40px auto 0;
}
.form__button_submit {
  height: 100%;
  width: 100%;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(117.4deg, #7753ff 0, #a88dfb 100%);
  border-radius: 50px;
  display: block;
  cursor: pointer;
  text-align: center;
}
.form__button_disabled {
  background-color: #ccc;
}
.form__code_abs {
  position: absolute;
  font-size: 12px;
  right: 0;
  bottom: -12px;
}
.form__link {
  width: 100%;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 60px;
  font-size: 16px;
}
.form__button_msg {
  position: absolute;
  right: 24px;
  top: 9px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #7753ff !important;
  padding: 4px 0 4px 24px;
  border-left: 1px solid #ccc;
}
.form__img_code {
  position: absolute;
  top: 6px;
  right: 18px;
  cursor: pointer;
}
.form__img_code img {
  width: 90px;
  height: 33px;
  vertical-align: middle;
}
.form__img_code a {
  font-size: 12px;
  display: none;
}
.form__checkbox {
  cursor: pointer;
}
@media only screen and (max-device-width: 720px), only screen and (-webkit-min-device-pixel-ratio: 3) {
  .form-wp {
    margin: 32px 0 0;
    padding: 0;
  }
  .form__box {
    margin-top: 0;
    box-sizing: border-box;
  }
  .form__item {
    height: auto;
    margin-bottom: 3px;
    color: #999;
  }
  .form-info {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .form__input {
    width: 100%;
    box-sizing: border-box;
  }
  .form__input input {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 100px 12px 16px;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
  }
  .form__button_msg {
    font-size: 14px;
    line-height: 18px;
    border: none;
    padding: 13px 0;
    top: 0;
    right: 24px;
    color: #7b4dd6 !important;
  }
  .form__agreement {
    font-size: 13px;
    margin-left: 0;
  }
  #j_regForm > div.form__agreement.login_form__agreement {
    height: unset;
    bottom: -30px;
  }
  .form__checkbox {
    float: none;
  }
  .form__button_submit {
    font-size: 16px;
    background: #7b4dd6;
  }
  .form__submit {
    display: block;
    width: auto;
    height: 45px;
    line-height: 45px;
  }
  .form__link {
    margin: 16px 0;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
  }
  .form__tit_tip {
    font-size: 16px;
    line-height: 22px;
    color: #666;
  }
  .form__img_code {
    width: 100px;
    overflow: hidden;
    height: 100%;
    top: 2px;
  }
  .form__img_code img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .form__tit {
    display: none;
  }
  .form__code_abs {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    padding: 5px 15px;
    display: block;
    text-align: right;
  }
}
.auto-email-box {
  background-color: #fff;
  position: absolute;
  z-index: 9;
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.auto-email-box li:hover {
  background-color: #f5f5f5;
}
.auto-email-item {
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
}
.auto-email-item a {
  display: block;
  text-decoration: none;
  color: #999;
  font-size: 14px;
}
.sch-dialog .sch-hd {
  background: #f5f5f5;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.ui-autocomplete li {
  color: #333;
}
.ui-autocomplete li:hover,
.ui-state-focus {
  background-color: #f3f3f3;
  color: #333;
}
.one-login-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
.one-login-modal .one-login-modal-check {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background-image: url(/public/img/success_hook_ic.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.one-login-modal .one-login-main-content {
  position: absolute;
  height: 156px;
  width: 300px;
  top: 30%;
  left: 50%;
  margin: -78px 0 0 -150px;
}
.one-login-modal .one-login-modal-tip {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #666;
}
.one-login-modal .one-login-content-modal {
  padding: 32px 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.one-login-modal .one-login-content-modal .one-login-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #333;
  text-align: left;
}
.one-login-modal .one-login-content-modal .one-login-content-tip {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  text-align: left;
}
.one-login-modal .one-login-content-modal .one-login-operate_area {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
}
.one-login-modal .one-login-content-modal .one-login-operate_area .one-login-button {
  flex: 1;
  border-radius: 22px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.one-login-modal .one-login-content-modal .one-login-operate_area .one-login-reject {
  background: #f0f0f0;
  margin-right: 6px;
  color: #333;
}
.one-login-modal .one-login-content-modal .one-login-operate_area .one-login-agree {
  background: #7b4dd6;
  margin-left: 6px;
  color: #fff;
}
.toast {
  position: fixed;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: -16px 0 0 -128px;
  width: 256px;
  line-height: 44px;
  height: 44px;
  text-align: center;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  color: #fff;
  z-index: 99;
}
.bind_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(11, 12, 18, 0.6);
  z-index: 2;
}
.bind_modal .one-login-header {
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
}
.bind_modal .modal_content {
  width: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -178px;
  margin-left: -240px;
  background-color: #fff;
  border-radius: 24px;
  padding-bottom: 32px;
}
.modal_content .header {
  position: relative;
  line-height: 22px;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 50px 16px 24px;
  word-break: break-word;
  color: #999;
  border-bottom: solid 1px #ebebeb;
  height: unset;
  background-color: unset;
}
.header .close-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/public/img/login-ico.png);
  background-repeat: no-repeat;
  background-position: -43px -217px;
  position: absolute;
  right: 24px;
  top: 17px;
  cursor: pointer;
}
.modal_content .content {
  text-align: center;
}
.modal_content .wechat-avatar-area {
  position: relative;
  height: 84px;
  width: 84px;
  margin: 23px auto 0;
  border-radius: 60px;
  cursor: pointer;
}
.modal_content .content .wechat-avatar-area .wechat-avatar {
  height: 80px;
  width: 80px;
  border: 2px solid #7753ff;
  border-radius: 60px;
  object-fit: cover;
}
.modal_content .content .wechat-avatar-area .tip {
  display: inline-block;
  height: 84px;
  width: 84px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 84px;
  color: #fff;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_content .content .username {
  margin-top: 8px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.modal_content .content .operate_button {
  text-align: center;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  margin: 24px auto 16px;
  cursor: pointer;
  background: linear-gradient(117.4deg, #7753ff 0, #a88dfb 100%);
}
.modal_content .content .change_phone {
  line-height: 22px;
  color: #7753ff;
  cursor: pointer;
  width: 112px;
  margin: 0 auto;
}
.wechat_modal_content {
  width: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -240px;
  margin-top: -102px;
  background-color: #fff;
  border-radius: 4px;
}
.choose-verify-method {
  width: 344px;
  height: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -172px;
  margin-top: -95px;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
}
.choose-verify-method .choose-verify-header {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333;
  font-weight: 600;
}
.choose-verify-method .choose-verify-content {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.choose-verify-method .choose-verify-content .operate_area {
  margin-top: 24px;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.choose-verify-method .choose-verify-content .operate_area .operate_button {
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 18px;
  cursor: pointer;
}
.choose-verify-method .choose-verify-content .operate_area .send_sms {
  background-color: #f5f6f9;
  color: #7753ff;
}
.choose-verify-method .choose-verify-content .operate_area .receive_voice_code {
  background: linear-gradient(117.4deg, #7753ff 0, #a88dfb 100%);
  color: #fff;
  margin-left: 16px;
}
.wechat_modal_content .header {
  width: 100%;
  line-height: 54px;
  border-bottom: solid 1px #ebebeb;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  padding: 0 24px;
  box-sizing: border-box;
}
.wechat_modal_content .content {
  padding: 24px 24px 10px;
}
.wechat_modal_content .content .tip {
  margin: 5px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
.wechat_modal_content .content .operate_area {
  margin-top: 34px;
  text-align: right;
}
.wechat_modal_content .content .operate_area .operate_button {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  border: 1px solid #7c5dc7;
  font-size: 14px;
  margin-left: 8px;
  cursor: pointer;
}
.wechat_modal_content .content .operate_area .direct_login {
  color: #7c5dc7;
  padding: 0 16px;
}
.wechat_modal_content .content .operate_area .replace_bind {
  color: #fff;
  background-color: #7c5dc7;
  padding: 0 21px;
}
@media only screen and (max-device-width: 720px), only screen and (-webkit-min-device-pixel-ratio: 3) {
  .bind_modal {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .bind_modal .modal_content {
    width: 86%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
  }
  .modal_content .header {
    margin-top: 24px;
    line-height: 23px;
    padding: 0 67px;
    font-size: 16px;
    text-align: center;
    border: none;
  }
  .j_modal_content .header .close-icon {
    right: 16px;
    top: -8px;
  }
  .modal_content .content .username {
    margin-top: 12px;
    color: #404040;
  }
  .modal_content .content .operate_button {
    line-height: 35px;
    height: 35px;
    background-color: #7c5dc7;
    margin: 25px auto 20px;
  }
  .wechat_modal_content {
    width: 86%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
  }
  .wechat_modal_content .header {
    display: none;
  }
  .wechat_modal_content .content {
    padding: 0;
  }
  .wechat_modal_content .content .tip-wrapper {
    padding: 24px 20px;
  }
  .wechat_modal_content .content .tip-wrapper .tip {
    margin: 5px 0;
    font-size: 15px;
    color: #999;
    line-height: 21px;
  }
  .modal_content .wechat-avatar-area {
    height: 104px;
    width: 104px;
    margin-top: 32px;
  }
  .modal_content .content .wechat-avatar-area .wechat-avatar {
    height: 100px;
    width: 100px;
  }
  .modal_content .content .wechat-avatar-area .tip {
    height: 104px;
    width: 104px;
    line-height: 104px;
  }
  .wechat_modal_content .content .operate_area {
    margin-top: 0;
    font-size: 0;
    text-align: left;
    border-top: solid 1px #ebebeb;
  }
  .wechat_modal_content .content .operate_area .operate_button {
    display: inline-block;
    border: none;
    height: 44px;
    line-height: 44px;
    border-radius: 0;
    font-size: 17px;
    cursor: pointer;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .wechat_modal_content .content .operate_area .direct_login {
    border-right: solid 1px #ebebeb;
    border-radius: 0 0 0 8px;
    color: #666;
  }
  .wechat_modal_content .content .operate_area .replace_bind {
    border-radius: 0 0 8px;
    color: #7c5dc7;
    background-color: #fff;
    font-weight: 700;
  }
}
html {
  height: 100%;
}
body {
  background-color: #f5f6f9;
  color: #999;
  font-size: 14px;
  min-height: 100%;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
    Helvetica Neue, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
a {
  color: #7753ff;
}
button,
input,
select,
textarea {
  outline: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
    Helvetica Neue, sans-serif;
}
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
  color: #999;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
    Helvetica Neue, sans-serif;
}
.palceholder {
  color: #999;
  position: absolute;
  left: 19px;
  top: 16px;
  line-height: 20px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset;
}
.main {
  width: 1032px;
  min-height: 457px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  padding-bottom: 84px;
  box-sizing: border-box;
}
.clear-float {
  clear: both;
}
.ico {
  display: inline-block;
}
.ico_error {
  width: 20px;
  height: 20px;
  background-image: url(/public/img/4458208391078588181.png?v=1722841953);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 1px 4px 0 15px;
}
.ico_ok {
  background-position: -56px -92px;
}
.message {
  width: 380px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
}
.message_ok {
  width: auto;
  text-align: center;
}
.message__info {
  text-align: center;
  display: inline-block;
}
.message_ok .msg__tip a {
  text-decoration: none;
  cursor: default;
}
.msg {
  position: relative;
}
.msg__ico_ok {
  width: 96px;
  height: 96px;
  display: block;
  background-image: url(/public/img/6714975587837298181.png?v=1722843678);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.msg__ico_error {
  width: 96px;
  height: 96px;
  display: block;
  background-image: url(/public/img/2956218198278630281.png?v=1722844700);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.msg__h2 {
  font-size: 24px;
  color: #333;
  margin: 12px 0;
}
.msg__tip {
  font-size: 16px;
  color: #999;
  font-weight: 400;
}
.msg__tip a {
  color: #333;
}
.message__button {
  margin-top: 20px;
  text-align: center;
}
.message__link {
  padding: 10px 0;
  width: 360px;
  cursor: pointer;
  background: #f5f6f9;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333;
  font-weight: 500;
  display: block;
  margin: 0 auto;
}
.message__link:hover {
  text-decoration: none;
}
.message__tip {
  color: #999;
  background: #faf2e8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px;
  text-align: left;
  margin: 32px auto 60px;
  width: 300px;
}
.message__hint {
  margin-top: 30px;
  color: #999;
}
.tip__title {
  font-size: 18px;
  line-height: 25px;
  color: 999;
}
h3.tip__title {
  color: #e5791b;
  font-weight: 500;
}
.message__tip ul {
  margin-top: 12px;
}
.message__tip ul li {
  list-style: disc inside;
  line-height: 20px;
}
.message_ok .message__tip {
  text-align: center;
}
.tab__item {
  text-align: center;
  width: 240px;
  position: relative;
  float: left;
  font-size: 16px;
  line-height: 27px;
  color: #666;
  z-index: 1;
  padding-bottom: 6px;
}
.tab__item:hover {
  text-decoration: none;
}
.message__forget_ok {
  width: 380px;
  text-align: center;
}
.msg__tip_forget {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 16px;
}
.ico__pwd {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  display: block;
  background-image: url(/public/img/display_ic.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 2;
}
.ico__pwd_show {
  background-image: url(/public/img/hide_ic.png);
}
.logo__ico.third a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  background: 0 0;
  text-indent: 0;
  margin: 0;
}
.logo__ico.third a img {
  width: 100%;
  background-color: #f8f7fb;
}
@media only screen and (max-device-width: 720px), only screen and (-webkit-min-device-pixel-ratio: 3) {
  a,
  img {
    -webkit-touch-callout: none;
  }
  body,
  html {
    -webkit-text-size-adjust: 100%;
    user-select: none;
  }
  a:hover,
  a:visited {
    text-decoration: none;
  }
  a,
  body,
  button {
    -webkit-tap-highlight-color: transparent;
  }
  ::-webkit-input-placeholder {
    color: #999;
  }
  ::-moz-placeholder {
    color: #999;
  }
  :-ms-input-placeholder {
    color: #999;
  }
  html {
    font-size: 62.5%;
  }
  body {
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
      Helvetica Neue, sans-serif;
    color: #999;
    font-size: 1.2rem;
    font-weight: 400;
  }
  a {
    color: #7b4dd6;
  }
  .pc_hide {
    display: block;
  }
  .pc-hide-inline {
    display: inline;
  }
  .main {
    padding: 0 20px 10px;
    min-height: unset;
  }
  .mobile_hide {
    display: none;
  }
  .form__link {
    width: 100%;
    background-color: #fff;
  }
  .ico_error {
    width: 12px;
    height: 12px;
    margin: 4px 4px 0 16px;
  }
  .mobile__footer {
    width: 100%;
    color: #999;
    text-align: center;
    line-height: 24px;
    margin-top: 120px;
    padding-bottom: 66px;
  }
  .mobile__footer a {
    color: #8d82a4;
  }
  .tip__title {
    font-size: 1.4rem;
  }
  .footer {
    width: 100%;
  }
  .main {
    width: 100%;
    box-sizing: border-box;
  }
  .message {
    text-align: center;
    padding-top: 30px;
  }
  .message,
  .message__forget_done,
  .message__forget_ok {
    width: 100%;
  }
  .message__info {
    text-align: center;
  }
  .message_ok .msg {
    padding-left: 22px;
  }
  .message_ok .msg__ico_ok {
    left: -16px;
  }
  .message_ok .msg__tip {
    margin-left: 5px;
  }
  .msg__h2 {
    font-size: 16px;
  }
  .msg__tip {
    text-align: center;
    font-size: 16px;
  }
  .message__tip {
    padding: 10px 15px;
    margin-top: 50px;
  }
  .message__tip ul {
    margin-top: 5px;
  }
  .message__tip ul li {
    line-height: 22px;
  }
  .msg_forget .msg__tip {
    margin-top: 30px;
  }
  .tab__item {
    margin: 0;
    width: 50%;
    font-size: 16px;
    padding-bottom: 12px;
  }
  .logo__ico.third a img {
    background-color: #fff;
  }
  .dialog {
    width: 100%;
    box-sizing: border-box;
    left: 0;
    margin-left: 0;
  }
}
.hide {
  display: none;
}
.forget-link {
  margin-left: 10px;
}
.form-wp {
  margin: 0 auto;
  padding-top: 40px;
  width: 360px;
}
.form-wp .tips {
  padding: 20px 0;
  text-align: center;
}
.form__box {
  margin-top: 0;
  position: relative;
}
input {
  -webkit-appearance: none;
}
.logo__ico.third {
  margin: 0;
}
.forget {
  padding-top: 60px;
  overflow: hidden;
}
.tab_forget {
  width: 360px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab__ico {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  top: 6px;
}
.tab__item_cur {
  position: relative;
}
.forget .tab__item_cur {
  color: #333;
}
.tab__item_cur .tab__ico {
  filter: unset;
  -webkit-filter: unset;
}
.tab__item_cur::after {
  content: '';
  width: 18px;
  height: 6px;
  background-color: #7753ff;
  border-radius: 30px;
  display: block;
  position: absolute;
  left: 50%;
}
.ico__phone {
  background-image: url(/public/img/2973747531624920281.png?v=1722842064);
  background-repeat: no-repeat;
  background-size: cover;
  filter: contrast(10%);
  -webkit-filter: contrast(10%);
}
.ico__email {
  background-image: url(/public/img/4209889222624920281.png?v=1722842112);
  background-repeat: no-repeat;
  background-size: cover;
  filter: contrast(10%);
  -webkit-filter: contrast(10%);
}
.tab__content {
  display: none;
}
.message__forget_done {
  width: unset;
}
.message__forget_done .msg__tip {
  padding-left: 0;
}
.msg_forget {
  margin-left: 0;
}
.form__box_forget {
  margin: 24px auto 15px;
  width: 360px;
}
.form__tit_error {
  font-size: 14px;
  color: #e13a3a;
}
.j-passwordEl {
  position: relative;
  z-index: 1;
}
.pwd_text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.form__input input[name='userPWD2'] {
  z-index: 2;
  position: relative;
}
.message__code {
  font-weight: 400;
}
.message__code em {
  color: #333;
}
.message__p {
  margin-top: 20px;
  color: #333;
}
.message__code_tip {
  font-size: 12px;
  margin-top: 20px;
}
form {
  position: relative;
}
.input_disable {
  color: #ccc !important;
}
.input_disable:-webkit-autofill {
  color: #ccc;
}
.form__item_error .form__tip {
  color: #e53939;
  font-size: 14px;
}
.account {
  width: 454px;
  margin: 0 auto;
  padding-top: 60px;
}
.account__tip {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #999;
}
.account__box {
  margin: 32px 0 38px;
}
.account__tit {
  font-size: 18px;
  line-height: 25px;
  color: #333;
}
.account__content {
  margin-top: 15px;
}
.account__item {
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  position: relative;
  color: #666;
  font-size: 14px;
}
.account__item p {
  display: inline;
  padding-left: 5px;
}
.account__item p span {
  margin-left: 12px;
  color: #999;
}
.account__item p span a {
  position: unset;
  display: inline-block;
}
.account__item p label {
  color: #333;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  position: relative;
  top: -1px;
}
.account__item p label.progress {
  height: 6px;
  background-color: #ebebeb;
  width: 160px;
  position: relative;
}
.progress__inner {
  background-color: #f2b32b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.progress__inner_ok {
  background-color: #09aa19;
}
.account__item a {
  position: absolute;
  right: 0;
  top: 8px;
  width: 80px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 0;
  color: #7753ff;
  background-color: #f5f6f9;
  border-radius: 50px;
}
.account-error-message {
  padding-left: 70px;
  color: red;
}
.account__table {
  width: 100%;
}
.account__table th {
  color: #333;
}
.account__table tr {
  line-height: 30px;
}
.account__table td,
.account__table th {
  text-align: left;
  line-height: 20px;
  width: 33%;
  padding: 5px;
}
.authorize {
  width: 680px;
  margin: 60px auto;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  color: #333;
  background-color: #fff;
}
.authorize__inner {
  padding: 30px 30px 0;
}
.authorize__logo {
  position: relative;
  min-height: 60px;
}
.authorize__logo .img_wp {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  overflow: hidden;
  top: 0;
  background-color: #f0f0f0;
}
.authorize__txt {
  margin-left: 80px;
  line-height: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 60px;
}
.authorize__txt p {
  color: #999;
}
.img_wp img {
  max-width: 100%;
}
.authorize__info {
  margin-top: 20px;
}
.authorize__info p {
  line-height: 30px;
}
.authorize__checkbox {
  margin-top: 5px;
}
.authorize__checkbox label {
  margin-right: 25px;
  display: inline-block;
}
.authorize__checkbox input {
  vertical-align: middle;
}
.authorize__bottom {
  margin-top: 30px;
  border-top: 1px dashed #ddd;
  padding: 20px 0;
  overflow: hidden;
}
.authorize__button {
  width: 100px;
  height: 40px;
  float: right;
}
.pt-50 {
  padding-top: 100px;
}
.form__phone {
  font-size: 16px;
  color: #333;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}
.form__reg {
  font-size: 14px;
  color: #777;
  line-height: 1;
  padding-top: 10px;
}
.mt-25 {
  margin-top: 50px;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.form__forget {
  overflow: hidden;
  margin-top: 15px;
}
.form__forget a {
  color: #333;
}
.form__action {
  width: 175px;
  float: left;
  font-size: 20px;
  letter-spacing: 3px;
  padding-left: 3px;
  border-radius: 5px;
  color: #fff;
  background-color: #7440d8;
  height: 100%;
  display: block;
  cursor: pointer;
  text-align: center;
}
.login_form__agreement {
  position: relative;
}
.login_form__agreement .login—agreement-tool-tip {
  z-index: 1;
  position: absolute;
  top: -38px;
  left: -8px;
  background-color: #333;
  color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
}
.login_form__agreement .login—agreement-tool-tip::after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #333 transparent transparent;
}
.form__action:last-child {
  margin-left: 20px;
  background-color: #fff;
  border: 1px solid #7440d8;
  color: #7440d8;
  box-sizing: border-box;
}
.form__action:last-child:hover {
  text-decoration: none;
}
.form__third-bind {
  margin-top: 40px;
}
.form__third-bind .third__head {
  position: relative;
  height: 1px;
  background-color: #e7e7e7;
}
.form__third-bind .third__head span {
  position: absolute;
  left: 50%;
  margin-left: -62px;
  background-color: #fff;
  padding: 0 20px;
  top: -10.5px;
  color: #777;
  font-weight: 400;
}
.form__third-bind .third__content {
  margin: 30px auto;
  text-align: center;
}
.third__content .ico {
  background: url(/public/img/login-ico.png?v=3) no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 18px 0 12px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2) {
  .third__content .ico {
    background: url(/public/img/login-ico@2x.png?v=3) no-repeat;
    background-size: 100px 180px;
  }
}
.form__third-bind .ico {
  width: 40px;
  height: 40px;
  margin: 0 20px;
}
.third__content .ico__wx {
  background-position: 0 0;
}
.third__content .ico__sina {
  background-position: 0 -43px;
}
.third__content .ico__qq {
  background-position: 0 -88px;
}
a.ico__wx:hover {
  background-position: -57px 0;
}
a.ico__sina:hover {
  background-position: -58px -43px;
}
a.ico__qq:hover {
  background-position: -58px -88px;
}
.btb-cd1 {
  border-bottom-color: #d1d1d1 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
@media only screen and (max-device-width: 720px), only screen and (-webkit-min-device-pixel-ratio: 3) {
  .form-wp {
    margin-top: 32px;
    padding: 0;
    width: 100%;
  }
  .form-wp .tips {
    padding: 10px 0;
  }
  .form__box {
    margin-top: 0;
  }
  .forget {
    margin-top: 65px;
    padding-top: 0;
  }
  .tab_forget {
    width: 100%;
    height: 60px;
    display: block;
  }
  .tab__ico {
    width: 24px;
    height: 24px;
  }
  .tab__item_cur::after {
    bottom: 3px;
    background-color: #7b4dd6;
  }
  .message__forget_done {
    width: 100%;
    text-align: center;
  }
  .msg_forget {
    margin-left: 0;
  }
  .message__forget_done .msg__tip {
    padding: 0 15px;
  }
  .form__box_forget {
    width: 100%;
  }
  .account {
    width: 100%;
    box-sizing: border-box;
    margin-top: 8px;
    padding-top: 0;
  }
  .account__box {
    margin: 24px 0 32px;
  }
  .account__content {
    margin-top: 5px;
  }
  .account__item p label.progress {
    width: 35%;
  }
  .account__item a {
    color: #7b4dd6;
    background-color: unset;
    width: unset;
  }
  .account-error-message,
  .account__tip {
    font-size: 12px;
  }
  .authorize {
    width: 90%;
    box-sizing: border-box;
    margin: 30px auto;
  }
  .authorize__inner {
    padding: 20px 15px 0;
  }
  .authorize__checkbox label {
    margin-right: 8px;
  }
  .authorize__info p {
    color: #777;
  }
  .authorize__button {
    width: 100%;
  }
  .mobile_hide {
    display: none !important;
  }
  .pt-50 {
    margin-top: 0;
  }
  .form__reg {
    color: #555;
    padding: 19px 15px;
    line-height: 1.5;
  }
  .mt-25 {
    margin-top: 0;
  }
  .br-none {
    border-width: 0 !important;
  }
  .br-b1-ddd {
    border-bottom: 1px solid #ddd !important;
  }
  .pl-15 {
    padding-left: 15px;
  }
  .pr-15 {
    padding-right: 15px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .form__action {
    width: 48%;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .form__action:last-child {
    margin-left: 4%;
  }
  .form__third-bind {
    margin-top: 55px;
  }
  .form__third-bind .third__head span {
    background-color: #f3f3f3;
    letter-spacing: 1px;
    margin-left: -59px;
    top: -9px;
    color: #999;
  }
  .form__third-bind .third__content {
    margin: 21px auto 25px;
  }
  .mt-0 {
    border-top: 0 !important;
  }
}
.message-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.message-box * {
  box-sizing: border-box;
}
.message-box__mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.message-box__body {
  position: relative;
  width: 424px;
  border-radius: 12px;
  margin: -100px auto 0;
  top: 50%;
  z-index: 1;
  overflow: hidden;
}
.message-box__wrap {
  padding: 24px;
  background: #fff;
}
.message-box__close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
}
.message-box__close::after,
.message-box__close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  border-bottom: 1px solid #bcbcbc;
}
.message-box__close::after {
  height: 100%;
  width: 50%;
  border-bottom: 0;
  border-right: 1px solid #bcbcbc;
}
.message-box__title {
  font-size: 18px;
  color: #333;
  font-weight: bolder;
}
.message-box__content {
  padding: 30px 0;
  font-size: 14px;
  color: #555;
}
.message-box__buttons {
  position: relative;
}
.message-box__buttons::after {
  content: ' ';
  clear: both;
  width: 100%;
  height: 0;
  visibility: hidden;
  display: block;
}
.message-box__button {
  position: relative;
  padding: 0 34px;
  float: right;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
}
.message-box__button:hover {
  text-decoration: none;
}
.message-box__button--confirm {
  background: linear-gradient(117.4deg, #7753ff 0, #a88dfb 100%);
  color: #fff;
  border-color: transparent;
}
.message-box__button + .message-box__button {
  margin: 0 10px 0 0;
}
@media (max-width: 768px) {
  .message-box__body {
    padding: 0 30px;
    width: 100%;
  }
  .message-box__wrap {
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
  }
  .message-box__close {
    display: none;
  }
  .message-box__title {
    padding: 28px 0 20px;
    text-align: center;
  }
  .message-box__content {
    color: #333;
    font-size: 16px;
    padding: 0 15px 47px;
    text-align: center;
  }
  .message-box__buttons:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    transform: scaleY(0.5);
    transform-origin: 0 0;
  }
  .message-box__button.message-box__button {
    padding: 0;
    margin: 0;
    text-align: center;
    border: 0;
    width: 50%;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background: 0 0;
    color: #732fd8;
  }
  .message-box__button--cancel.message-box__button--cancel {
    color: #999;
  }
  .message-box__button--cancel:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #ccc;
    transform: scaleX(0.5);
    transform-origin: 0 0;
  }
  .message-box__button--single.message-box__button--single {
    width: 100%;
  }
}
