@charset "UTF-8";
.whaty {
  font-size: inherit;
}

:root {
  --primary: #509bfb;
}

.cropper-container .preview-wrapper, .cropper-container .cropper.default, .cropper-container, .personal-container .form-row, .security-wrap .social-wrap .social-icon, .security-wrap .con .title, .ucenter-account-wrapper .account-head .back-link, .ucenter-account-wrapper .account-head .title .icon, .ucenter-account-wrapper .account-head .title, .ucenter-account-wrapper .account-head, .ucenter-account-aside .menu-wrapper .btn, .ucenter-account-container, .account-select .user-wrap, .account-select .user-row, .flow-container {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
}

.cropper-container .preview-wrapper {
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.cropper-container .cropper.default, .security-wrap .social-wrap .social-icon, .security-wrap .con .title, .ucenter-account-wrapper .account-head .back-link, .ucenter-account-wrapper .account-head .title .icon, .ucenter-account-wrapper .account-head .title, .ucenter-account-wrapper .account-head, .ucenter-account-aside .menu-wrapper .btn, .account-select .user-wrap, .account-select .user-row, .flow-container {
  -webkit-box-align: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.personal-container .form-row {
  -webkit-box-align: start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.cropper-container, .ucenter-account-container {
  -webkit-box-align: stretch;
  align-items: stretch;
}

.cropper-container .cropper.default, .security-wrap .social-wrap .social-icon, .ucenter-account-wrapper .account-head .title .icon, .ucenter-account-aside .menu-wrapper .btn {
  -webkit-box-pack: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.ucenter-account-wrapper .account-head, .flow-container {
  -webkit-box-pack: justify;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.cropper-container, .personal-container .form-row, .security-wrap .con .title, .ucenter-account-wrapper .account-head .back-link, .ucenter-account-wrapper .account-head .title, .ucenter-account-container, .account-select .user-wrap, .account-select .user-row {
  -webkit-box-pack: start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.security-wrap .append:after, .security-wrap > .icon:after, .security-wrap:after, .ucenter-account-wrapper .scan-wrap > .title:after, .flow-container .flow-step .step-wrap:after {
  content: "";
  display: inline-block;
  height: 100%;
}

/**
 * User center account
 * contains: retrieve password、account security、personal information
 * ----------------------------------------------------------------------------
*/
html,
body {
  height: 100%;
}

body {
  min-width: 1200px;
}

.ucenter-whole-bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../v2/bg-gradient.svg");
  background-color: #f1f4f8;
}

.webWidth {
  min-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .webWidth {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (min-width: 1441px) {
  .webWidth {
    max-width: 1536px;
  }
}

.contents-md,
.contents-sm,
.contents-xs,
.contents-min {
  margin-right: auto;
  margin-left: auto;
}

.contents-md {
  width: 900px;
}

.contents-sm {
  width: 800px;
}

.contents-xs {
  width: 600px;
}

.contents-min {
  width: 400px;
}

.ucenter-account-aside .menu-wrapper .btn.active, .submit-btn {
  border: 0;
  background-image: linear-gradient(to right, #509bfb 0%, #509bfb 100%);
  background-repeat: repeat-x;
}
.ucenter-account-aside .menu-wrapper .btn.active:hover, .submit-btn:hover {
  background-image: linear-gradient(to right, #3c90fb 0%, #3c90fb 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 6px 18px rgba(80, 155, 251, 0.12);
  box-shadow: 0 6px 18px rgba(80, 155, 251, 0.12);
}

.submit-link {
  display: inline-block;
  font-size: 14px;
}

.flow-container {
  position: relative;
  margin-right: 16px;
  margin-left: 16px;
  padding-top: 26px;
}
.flow-container .flow-step {
  position: relative;
  z-index: 2;
  text-align: center;
}
.flow-container .flow-step .title {
  position: absolute;
  top: -26px;
  left: 50%;
  width: 88px;
  margin-left: -44px;
  font-size: 14px;
  color: #595959;
  line-height: 22px;
}
.flow-container .flow-step .step-wrap {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #bfbfbf;
  font-size: 0;
}
.flow-container .flow-step .step-wrap:after {
  vertical-align: middle;
}
.flow-container .flow-step .step-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.flow-container .flow-step .step-wrap > *:first-child {
  margin-left: 0;
}
.flow-container .flow-step .step-wrap > *:last-child {
  margin-right: 0;
}
.flow-container .flow-step .step-wrap span {
  font-size: 14px;
}
.flow-container .flow-step .step-wrap .num {
  font-weight: 600;
  color: #8c8c8c;
}
.flow-container .flow-step .step-wrap .icon {
  display: none;
  color: white;
}
.flow-container .flow-step .step-wrap .icon i {
  line-height: 1;
}
.flow-container .flow-step.done .title, .flow-container .flow-step.current .title {
  color: #509bfb;
}
.flow-container .flow-step.done .step-wrap, .flow-container .flow-step.current .step-wrap {
  border-color: #509bfb;
}
.flow-container .flow-step.done .step-wrap .num, .flow-container .flow-step.current .step-wrap .num {
  color: #509bfb;
}
.flow-container .flow-step.done .step-wrap {
  background-color: #509bfb;
}
.flow-container .flow-step.done .step-wrap .num {
  display: none;
}
.flow-container .flow-step.done .step-wrap .icon {
  display: inline-block !important;
}
.flow-container .flow-line {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #e6e6e6;
}
.flow-container .flow-line.done {
  background-color: #509bfb;
}

.state-container {
  text-align: center;
}
.state-container .title {
  margin-bottom: 16px;
  font-size: 20px;
  color: #141414;
  line-height: 28px;
}
.state-container .subtitle {
  margin-bottom: 16px;
  font-size: 14px;
  color: #595959;
  line-height: 22px;
}
.state-container .icon {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 72px;
  color: #47d187;
}
.state-container .empty {
  margin-top: -32px;
}
.state-container .result {
  margin-bottom: 4px;
  font-size: 18px;
  color: #141414;
  line-height: 28px;
}
.state-container .text {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 22px;
}
.state-container .link-normal {
  font-size: 14px;
}

.ucenter-account-wrapper, .ucenter-account-aside {
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.05);
}

.account-select {
  position: relative;
}
.account-select .user-row {
  cursor: pointer;
}
.account-select .user-wrap {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.account-select .user-wrap .name {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  color: #141414;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account-select .account-result {
  position: relative;
  z-index: 1;
  background-color: rgba(241, 244, 248, 0.8);
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.account-select .account-result .user-row {
  padding: 20px 24px;
}
.account-select .account-result .user-row .name {
  font-size: 16px;
}
.account-select .account-result .portrait {
  margin-right: 12px;
}
.account-select .account-result .arrow {
  font-size: 20px;
  color: #b5c9de;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.account-select .account-result:hover {
  background-color: rgba(234, 239, 246, 0.9);
}
.account-select .account-result:hover .arrow {
  color: #abc1d9;
}
.account-select .dropdown {
  position: absolute;
  top: calc(100% - 8px);
  right: 0;
  left: 0;
  max-width: unset;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.account-select .dropdown .dropdown-body {
  max-height: 168px;
}
.account-select .dropdown .portrait {
  margin-right: 16px;
  margin-left: 4px;
}
.account-select .dropdown .name {
  color: #595959;
}
.account-select .dropdown .icon {
  font-size: 18px;
  color: #509bfb;
  opacity: 0;
}
.account-select .dropdown .user-row {
  padding: 8px 16px;
  border-radius: 6px;
}
.account-select .dropdown .user-row:hover {
  background-color: rgba(241, 244, 248, 0.6);
}
.account-select .dropdown .user-row.active .name {
  font-weight: 500;
  color: #141414;
}
.account-select .dropdown .user-row.active .icon {
  opacity: 1;
}
.account-select.active .dropdown {
  z-index: 1;
  top: 100%;
  opacity: 1;
  pointer-events: unset;
}

.ucenter-account-aside {
  width: 240px;
  margin-right: 16px;
}
.ucenter-account-aside > div {
  padding-right: 24px;
  padding-left: 24px;
}
.ucenter-account-aside .user-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.ucenter-account-aside .user-wrapper .portrait {
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
}
.ucenter-account-aside .user-wrapper .name {
  font-size: 18px;
  color: #141414;
  line-height: 28px;
}
.ucenter-account-aside .menu-wrapper .btn {
  height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #404040;
  background-color: rgba(241, 244, 248, 0.6);
  border: 0;
}
.ucenter-account-aside .menu-wrapper .btn:hover {
  background-color: rgba(234, 239, 246, 0.8);
}
.ucenter-account-aside .menu-wrapper .btn.active {
  color: white;
}
.ucenter-account-aside .menu-wrapper .btn.active i {
  color: white;
}
.ucenter-account-aside .menu-wrapper i {
  margin-right: 4px;
  font-size: 16px !important;
  color: #8c8c8c;
  vertical-align: middle;
}

.ucenter-account-wrapper {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.ucenter-account-wrapper .account-head {
  padding: 12px 32px;
  background-image: linear-gradient(to right, rgba(224, 242, 255, 0.3) 50%, rgba(224, 242, 255, 0) 100%);
  background-repeat: repeat-x;
  border-top-left-radius: inherit;
}
.ucenter-account-wrapper .account-head .title .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: lighter;
  color: #509bfb;
  background-color: rgba(199, 228, 255, 0.6);
  border-radius: 6px;
}
.ucenter-account-wrapper .account-head .title .text {
  font-size: 18px;
  color: #141414;
  line-height: 28px;
}
.ucenter-account-wrapper .account-head .back-link {
  padding: 6px 8px;
  line-height: 1;
  border-radius: 20px;
}
.ucenter-account-wrapper .account-head .back-link span {
  font-size: 14px;
}
.ucenter-account-wrapper .account-head .back-link:hover {
  text-decoration: none;
  background-color: rgba(240, 249, 255, 0.8);
}
.ucenter-account-wrapper .account-body {
  min-height: 360px;
  padding: 32px 32px;
}
.ucenter-account-wrapper .account-wrapper {
  position: relative;
}
.ucenter-account-wrapper .account-wrapper > .title {
  margin-bottom: 8px;
  font-size: 20px;
  color: #141414;
  line-height: 28px;
}
.ucenter-account-wrapper .account-wrapper > .info {
  color: #8c8c8c;
}
.ucenter-account-wrapper .account-wrapper > .info i {
  color: #bfbfbf;
}
.ucenter-account-wrapper .message {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin-top: -38.4px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.message {
  width: 374px;
  position: fixed;
  font-size: 16px;
  top: 100px;
  right: 0;
  left: 50%;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.message.active {
  opacity: 1;
}
.message.static {
  position: static;
  opacity: 1;
  border: 0;
}
.ucenter-account-wrapper .error-info {
  padding-top: 4px;
  line-height: 18px;
}
.ucenter-account-wrapper .error-info i, .ucenter-account-wrapper .error-info span {
  vertical-align: top;
}
.ucenter-account-wrapper .pwd-hint {
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
  z-index: 1010;
  max-width: 160px;
  min-width: 100px;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  background-color: rgba(241, 244, 248, 0.6);
  border-radius: 6px;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ucenter-account-wrapper .pwd-hint:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -12px;
  display: block;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 6px;
  border-color: transparent;
  border-style: dashed;
  border-right-color: rgba(241, 244, 248, 0.6);
  border-right-style: solid;
}
.ucenter-account-wrapper .pwd-hint .hint-wrap {
  padding: 8px 12px;
}
.ucenter-account-wrapper .pwd-hint .title {
  margin-bottom: 4px;
  color: #bfbfbf;
}
.ucenter-account-wrapper .pwd-hint .con {
  margin-bottom: 8px;
}
.ucenter-account-wrapper .pwd-hint .con:last-child {
  margin-bottom: 0;
}
.ucenter-account-wrapper .pwd-hint .row {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #595959;
}
.ucenter-account-wrapper .pwd-hint .row i {
  margin-right: 4px;
  color: #bfbfbf;
}
.ucenter-account-wrapper .pwd-hint .row:first-child {
  margin-top: 0;
}
.ucenter-account-wrapper .pwd-hint .row:last-child {
  margin-bottom: 0;
}
.ucenter-account-wrapper .pwd-hint.active {
  left: calc(100% + 12px);
  opacity: 1;
}
.ucenter-account-wrapper .form-error .pwd-hint {
  left: calc(100% + 12px);
  opacity: 1;
}
.ucenter-account-wrapper .scan-wrap {
  text-align: center;
}
.ucenter-account-wrapper .scan-wrap .qr-wrap {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ucenter-account-wrapper .scan-wrap > .text {
  margin-top: 8px;
  font-size: 14px;
  color: #595959;
  line-height: 22px;
}
.ucenter-account-wrapper .scan-wrap > .title {
  display: inline-block;
  margin-top: 12px;
  padding: 4px 12px;
  line-height: 1;
  background-color: rgba(241, 244, 248, 0.6);
  border-radius: 20px;
  font-size: 0;
}
.ucenter-account-wrapper .scan-wrap > .title:after {
  vertical-align: middle;
}
.ucenter-account-wrapper .scan-wrap > .title > * {
  display: inline-block;
  vertical-align: middle;
}
.ucenter-account-wrapper .scan-wrap > .title > *:first-child {
  margin-left: 0;
}
.ucenter-account-wrapper .scan-wrap > .title > *:last-child {
  margin-right: 0;
}
.ucenter-account-wrapper .scan-wrap > .title i {
  margin-right: 4px;
  font-size: 18px !important;
}
.ucenter-account-wrapper .scan-wrap > .title i.wechat {
  color: #19d100;
}
.ucenter-account-wrapper .scan-wrap > .title span {
  font-size: 14px;
  color: #8c8c8c;
}

.security-container .row {
  margin-top: 16px;
  margin-bottom: 16px;
}
.security-container .row:first-child {
  margin-top: 0;
}
.security-container .row:last-child {
  margin-bottom: 0;
}
.security-wrap {
  position: relative;
  padding: 24px;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  font-size: 0;
}
.security-wrap:after {
  vertical-align: middle;
}
.security-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.security-wrap > *:first-child {
  margin-left: 0;
}
.security-wrap > *:last-child {
  margin-right: 0;
}
.security-wrap > .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 16px;
  font-size: 0;
  font-size: 24px;
  color: white;
  text-align: center;
}
.security-wrap > .icon:after {
  vertical-align: middle;
}
.security-wrap > .icon > * {
  display: inline-block;
  vertical-align: middle;
}
.security-wrap > .icon > *:first-child {
  margin-left: 0;
}
.security-wrap > .icon > *:last-child {
  margin-right: 0;
}
.security-wrap .con .title {
  padding-top: 3px;
  padding-bottom: 3px;
}
.security-wrap .con .title .tit {
  font-size: 20px;
  color: #141414;
  line-height: 28px;
}
.security-wrap .con .title .text {
  margin-left: 12px;
  font-size: 14px;
  color: #595959;
}
.security-wrap .con .title .lab {
  margin-left: 12px;
}
.security-wrap .con .info {
  font-size: 14px;
  color: #8c8c8c;
}
.security-wrap .append {
  padding-right: inherit;
  font-size: 0;
}
.security-wrap .append:after {
  vertical-align: middle;
}
.security-wrap .append > * {
  display: inline-block;
  vertical-align: middle;
}
.security-wrap .append > *:first-child {
  margin-left: 0;
}
.security-wrap .append > *:last-child {
  margin-right: 0;
}
.security-wrap .append > .text {
  margin-right: 12px;
  font-size: 14px;
  color: #bfbfbf;
  vertical-align: middle;
}
.security-wrap .social-wrap {
  margin-right: 16px;
  margin-left: 16px;
  text-align: center;
  cursor: pointer;
}
.security-wrap .social-wrap .social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  color: white;
  background-color: #d9d9d9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.security-wrap .social-wrap .text {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  color: #8c8c8c;
  text-align: center;
}
.security-wrap .social-wrap:hover .wechat, .security-wrap .social-wrap.bound .wechat {
  background-color: #19d100;
}
.security-wrap .social-wrap:hover .text, .security-wrap .social-wrap.bound .text {
  color: #509bfb;
}
.security-wrap.pwd .icon {
  background-color: #509bfb;
}
.security-wrap.mobile .icon {
  background-color: #5dbbfd;
}
.security-wrap.email .icon {
  background-color: #c8bdff;
}
.security-wrap.social .icon {
  background-color: #4fe4c0;
}

.personal-container .form-row .form-title {
  width: auto;
  margin-right: 16px;
}
.personal-container .form-row .form-con {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
}
.personal-container .form-row .form-con.form-error .limit {
  color: #ee2b2b;
}
.personal-container .form-row .limit {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 14px;
  color: #bfbfbf;
}
.personal-container .form-row .op-btn {
  padding: 7px 12px;
  font-size: 14px;
  line-height: 22px;
}
.nickname-set .form-control[readonly] + .input-append {
  display: none;
}
.nickname-set .form-con + .op-btn[readonly] {
  pointer-events: none;
}

.portrait-set .form-con > .info {
  line-height: 36px;
}

.cropper-container {
  text-align: center;
}
.cropper-container .cropper-wrapper {
  position: relative;
}
.cropper-container .cropper-wrapper .btn-group {
  position: absolute;
  right: 0;
  bottom: -32px;
  left: 0;
  margin-right: 24px;
}
.cropper-container .cropper {
  width: 200px;
  height: 200px;
  margin-right: 24px;
  margin-left: 0;
  border-radius: 6px;
  overflow: hidden;
}
.cropper-container .cropper img {
  display: block;
  width: 100%;
  height: auto;
}
.cropper-container .cropper.default {
  color: #8c8c8c;
  background-color: #f1f4f8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cropper-container .cropper.default div {
  line-height: 1;
}
.cropper-container .cropper.default i {
  display: inline-block;
  font-size: 48px !important;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cropper-container .cropper.default span {
  margin-top: 8px;
  display: block !important;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.cropper-container .cropper.default:hover {
  color: #595959;
  background-color: rgba(234, 239, 246, 0.9);
  cursor: pointer;
}
.cropper-container .cropper.default:hover i {
  opacity: 1;
}
.cropper-container .retry-btn {
  padding-right: 6px;
  padding-left: 6px;
  color: #595959;
  border: 0;
}
.cropper-container .retry-btn i {
  margin-right: 0;
  font-size: 14px !important;
}
.cropper-container .retry-btn:hover {
  color: #509bfb;
  background-color: rgba(224, 242, 255, 0.8);
}
.cropper-container .preview-wrapper > div:first-child {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cropper-container .img-preview {
  width: 112px;
  height: 112px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  overflow: hidden;
}
.cropper-container .img-title {
  margin-top: 4px;
  font-size: 13px;
  color: #595959;
  line-height: 22px;
}
.cropper-container .btn-solid-gray:hover {
  color: #141414;
  background-color: #e2eaf3;
}