@font-face {
  font-family: 'iconfont';
  src: url('//gd-static-file.oss-cn-shanghai.aliyuncs.com/loginComponent/iconfont.woff2?versionId=CAEQFBiBgICU7rqfzRciIDdhZDVjZjQzOWRmZTQzMjFiMmY2NGRmYjdmZDRiZjQ2') format('woff2'), url('//gd-static-file.oss-cn-shanghai.aliyuncs.com/loginComponent/iconfont.woff?versionId=CAEQFBiBgICV7rqfzRciIDJmNTYwMDFlYWUxNzQ1MDliOWIwZDg2MjU2MTdiN2I3') format('woff'), url('//gd-static-file.oss-cn-shanghai.aliyuncs.com/loginComponent/iconfont.ttf?versionId=CAEQFBiBgIDL9OyfzRciIDlmZDgzOTAzMmYwYjRiYzY4MmY0NTVhYTEzNTdkODM0') format('truetype');
}
#registerContainer {
  display: none;
}
#resetPwdContainer {
  display: none;
}
.login-cover {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Helvetica", "Tahoma", "Arial";
  text-decoration: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: block;
  left: 0;
  top: 0;
  font-size: 12px;
  /*底部样式*/
}
.login-cover.innerContainer {
  height: 468px;
  position: relative;
  background: transparent;
}
.login-cover.innerContainer .login-wrap-out {
  position: relative;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  min-height: 100%;
  box-sizing: border-box;
}
.login-cover.innerContainer .close-btn {
  display: none;
}
.login-cover.innerContainer #js_GDloginContainer,
.login-cover.innerContainer #registerContainer,
.login-cover.innerContainer #resetPwdContainer {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding-bottom: 20px;
}
.login-cover .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login-cover a:link {
  text-decoration: none;
}
.login-cover .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.login-cover .clearfix {
  zoom: 1;
}
.login-cover .fl {
  float: left;
}
.login-cover .fr {
  float: right;
}
.login-cover .login-code {
  position: relative;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  text-align: right;
}
.login-cover .login-code .icon-code {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 52px;
  height: 52px;
  fill: currentColor;
  overflow: hidden;
}
.login-cover .login-code .shadow-div {
  position: absolute;
  top: 0;
  right: 0;
  width: 87px;
  height: 87px;
  background-image: url('https://simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202003/10/12bdd_20200310164538.png');
  z-index: 0;
  cursor: pointer;
}
.login-cover .login-code .icon-texts {
  width: 100px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 66px;
  fill: currentColor;
  overflow: hidden;
}
.login-cover .login-code .w-msg {
  width: 140px;
}
.login-cover .login-wrap {
  /*tab样式*/
  /*特殊字体*/
  /*表单样式*/
}
.login-cover .login-wrap .close-btn-reset,
.login-cover .login-wrap .close-btn {
  z-index: 3;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  right: 0;
  top: 24px;
  left: 24px;
  background: url('https://simg01.gaodunwangxiao.com/uploadimgs/tmp/upload/202209/13/a29ef_20220913165426.png') center center no-repeat;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.login-cover .login-wrap .close-btn:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.login-cover .login-wrap .main-contain {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.login-cover .login-wrap .login-tab {
  padding: 33px 0 24px 0;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
  margin-bottom: 26px;
}
.login-cover .login-wrap .register-rule {
  margin: 0 0 20px 0;
}
.login-cover .login-wrap .register-rule .check-box {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.login-cover .login-wrap .register-rule .check-box.checked {
  border: 0;
}
.login-cover .login-wrap .register-rule .check-box.checked:before {
  content: "✓";
  position: relative;
  top: -4px;
  left: 4px;
  color: #fff;
  font-size: 12px;
}
.login-cover .login-wrap .register-rule .register-rule-text {
  color: #999;
  font-size: 12px;
}
.login-cover .login-wrap .register-rule .register-rule-text .radio-style {
  border: 1px solid #ddd;
  box-shadow: none;
  margin: 0 5px 0 0;
}
.login-cover .login-wrap .login-tab:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 34px;
  margin-left: -1px;
  width: 2px;
  height: 18px;
  background: #EFEFEF;
}
.login-cover .login-wrap .scan-text {
  text-align: center;
  font-size: 14px;
}
.login-cover .login-wrap .scan-text .scan-app {
  margin: 0 5px;
  color: #F96203;
  opacity: 0.8;
}
.login-cover .login-wrap .tab-item {
  float: left;
  width: 50%;
  text-align: center;
}
.login-cover .login-wrap .m_b_73 {
  padding-bottom: 73px;
}
.login-cover .login-wrap .tab-item > a {
  color: #5D5D61;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  line-height: 21px;
}
.login-cover .login-wrap .tab-item.actived > a {
  color: #16B95F;
}
.login-cover .login-wrap .codeWrap {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin-bottom: 22px;
  padding: 0 32px;
}
.login-cover .login-wrap .codeWrap .qrcode-view {
  margin: 0 20px 0 0;
}
.login-cover .login-wrap .codeWrap .qrcode-view-img {
  width: 148px;
  height: 148px;
  display: block;
}
.login-cover .login-wrap .codeWrap.wx-scan-code-wrap {
  margin-bottom: 16px;
}
.login-cover .login-wrap .img-wrap {
  width: 194px;
  height: 194px;
  /* background: #FFFFFF; */
  border-radius: 6px;
  border: 1px solid #F4F4F4;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  border: 1px solid #dddddd;
  margin: 0 auto;
  padding: 6px;
  box-sizing: border-box;
}
.login-cover .login-wrap .img-wrap > iframe {
  width: 170px;
}
.login-cover .login-wrap .img-wrap > img {
  display: block;
  width: 100%;
  height: 100%;
  border-color: transparent;
  background: url(https://s.gaodunwangxiao.com/static-resource/login/images/loading.gif) center center no-repeat;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.login-cover .login-wrap .img-cover {
  width: 170px;
  height: 165px;
  position: absolute;
  background: #fff;
  opacity: 0.9;
  left: 50%;
  /*top:50%;*/
  top: 160%;
  z-index: 10;
  margin-top: -83px;
  margin-left: -85px;
  /*transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);	*/
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.login-cover .login-wrap .i-img {
  position: absolute;
  top: 50%;
  width: 147px;
  height: 165px;
  background: url(https://s.gaodunwangxiao.com/static-resource/login/images/tip.png) no-repeat;
  top: 7px;
  right: 10px;
  display: none;
}
.login-cover .login-wrap .login-ok {
  position: relative;
  margin-top: -120px;
  z-index: 11;
  text-align: center;
}
.login-cover .login-wrap .icon {
  width: 25px;
  height: 25px;
  margin: 0 auto 7px;
}
.login-cover .login-wrap .icon.ok {
  background: url('https://s.gaodunwangxiao.com/static-resource/login/images/loginok.png') center center no-repeat;
}
.login-cover .login-wrap .icon.error {
  cursor: pointer;
  background: url('https://s.gaodunwangxiao.com/static-resource/login/images/shuaxin.png') center center no-repeat;
}
.login-cover .login-wrap .login-ok > span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
}
.login-cover .login-wrap .login-ok > span.btn {
  margin: 15px auto;
  padding: 11px 5px;
  width: 100px;
  background: #FF6E00;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: content-box;
  font-weight: normal;
}
.login-cover .login-wrap .login-ok > span.scan {
  margin: 10px auto;
  padding: 10px 5px;
  width: 100px;
  color: #000;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: content-box;
}
.login-cover .login-wrap .tips {
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  color: #515151;
  background: none;
  position: relative;
  margin-bottom: 10px;
}
.login-cover .login-wrap .tips.download {
  color: #a8a8a8;
}
.login-cover .login-wrap .tips > a {
  color: #16B95F;
}
.login-cover .login-wrap .advant-age {
  text-align: center;
  margin-top: 24px;
  height: 43px;
}
.login-cover .login-wrap .advant-age > span {
  display: inline-block;
  font-size: 14px;
  color: #AAA3A1;
  margin: 0 9px;
  vertical-align: middle;
}
.login-cover .login-wrap .advant-age > i {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
.login-cover .login-wrap .no-input {
  background: url(https://s.gaodunwangxiao.com/static-resource/login/images/sprite.png) 0 0 no-repeat;
}
.login-cover .login-wrap .fast-more {
  background: url(https://s.gaodunwangxiao.com/static-resource/login/images/sprite.png) -27px 0 no-repeat;
}
.login-cover .login-wrap .fast-safe {
  background: url(https://s.gaodunwangxiao.com/static-resource/login/images/sprite.png) -54px 0 no-repeat;
}
.login-cover .login-wrap .login-status {
  margin-top: 19px;
  padding: 0 12px;
}
.login-cover .login-wrap .soft-ware {
  font-size: 12px;
  display: inline-block;
  line-height: 16px;
  color: #515151;
  font-weight: normal;
  vertical-align: middle;
}
.login-cover .login-wrap .soft-ware.now {
  font-size: 14px;
  color: #16B95F;
  font-weight: bold;
  line-height: 19px;
}
.login-cover .login-wrap .pull-right {
  float: right;
}
.login-cover .login-wrap .soft-ware.style {
  font-family: Arial, Verdana, "\5b8b\4f53";
}
.login-cover .login-wrap .soft-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.login-cover .login-wrap .icon-qq {
  background: url(https://s.gaodunwangxiao.com/static-resource/login/images/qq.png);
}
.login-cover .login-wrap .qq-item:hover .icon-qq {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.login-cover .login-wrap .icon-weibo {
  background: url(https://s.gaodunwangxiao.com/static-resource/login/images/weibo.png);
}
.login-cover .login-wrap .weibo-item:hover .icon-weibo {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.login-cover .login-wrap .icon-go {
  background: url(https://s.gaodunwangxiao.com/static-resource/login/images/go.png);
}
.login-cover .login-wrap .item-div {
  display: none;
  position: relative;
}
.login-cover .login-wrap .item-div.actived {
  display: block;
}
.login-cover .login-wrap .form-wrap {
  position: relative;
}
.login-cover .login-wrap .login-error {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  left: 0;
  top: 0;
  z-index: 10;
}
.login-cover .login-wrap .error-span {
  display: block;
  padding-left: 20px;
  background: url('https://simg01.gaodunwangxiao.com/uploadimgs/tmp/upload/202209/14/2368f_20220914163353.png') left center no-repeat;
  font-size: 13px;
  color: red;
  display: none;
}
.login-cover .login-wrap .input-item {
  position: relative;
  margin-bottom: 23px;
}
.login-cover .login-wrap input[type="text"].o-input,
.login-cover .login-wrap input[type="password"].o-input {
  display: block;
  height: 41px;
  line-height: 41px;
  background: #FFFFFF !important;
  border: none;
  border-bottom: 1px solid #DFDFDF;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #333333;
}
.login-cover .login-wrap input[type="text"].o-input::placeholder,
.login-cover .login-wrap input[type="password"].o-input::placeholder {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}
.login-cover .login-wrap .input-icon {
  width: 41px;
  height: 41px;
  position: absolute;
  left: 0;
  top: 0;
}
.login-cover .login-wrap input {
  border-color: 0;
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -ms-box-shadow: 0 0 0px 1000px white inset;
  -o-box-shadow: 0 0 0px 1000px white inset;
  -moz-box-shadow: 0 0 0px 1000px white inset;
}
.login-cover .login-wrap input[type=tel]:focus,
.login-cover .login-wrap input[type=text].o-input:focus,
.login-cover .login-wrap input[type=password].o-input:focus {
  border-color: 0;
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -ms-box-shadow: 0 0 0px 1000px white inset;
  -o-box-shadow: 0 0 0px 1000px white inset;
  -moz-box-shadow: 0 0 0px 1000px white inset;
}
.login-cover .login-wrap .user {
  background: url('https://s.gaodunwangxiao.com/static-resource/login/images/usericon.png') center center no-repeat;
}
.login-cover .login-wrap .pass {
  background: url('https://s.gaodunwangxiao.com/static-resource/login/images/passicon.png') center center no-repeat;
}
.login-cover .login-wrap .forget-pass {
  font-size: 12px;
  color: #FF615B;
  line-height: 16px;
}
.login-cover .login-wrap .bottom-tip {
  margin: 7px 0 20px 0px;
}
.login-cover .login-wrap .forget-pass:hover,
.login-cover .login-wrap .soft-ware:hover,
.login-cover .login-wrap .link-weixin:hover {
  text-decoration: underline;
}
.login-cover .login-wrap .login-btn,
.login-cover .login-wrap .change-pwd-btn {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF6E00;
  outline: none;
  border: none;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0;
  padding: 0;
}
.login-cover .login-wrap .error-tip {
  position: absolute;
  font-size: 12px;
  left: 11px;
  color: red;
  display: none;
  height: 30px;
  line-height: 30px;
}
.login-cover .orderDiv {
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: block;
  z-index: 3;
  width: 312px;
  margin: 0 auto;
  /*ç‰¹æ®Šå­—ä½“*/
  /*按钮样式*/
}
.login-cover .orderDiv .formItem {
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}
.login-cover .orderDiv .formItem > .icon,
.login-cover .orderDiv .formItem > .errorIcon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  margin-top: -15px;
  background: url('https://s.gaodunwangxiao.com/static-zhibo/web/zhibo/src/home/images/order/phone.png') center center no-repeat;
}
.login-cover .orderDiv .getCode > .code {
  display: block;
  width: 100%;
  height: 100%;
}
.login-cover .orderDiv .getCode + .icon {
  background: url('https://s.gaodunwangxiao.com/static-zhibo/web/zhibo/src/home/images/order/code.png') center center no-repeat;
}
.login-cover .orderDiv .formInput + .errorIcon {
  left: auto;
  right: 0;
  background: url('https://s.gaodunwangxiao.com/static-zhibo/web/zhibo/src/home/images/order/warn.png') center center no-repeat;
  display: none;
}
.login-cover .orderDiv input[type="text"].formInput,
.login-cover .orderDiv input[type="tel"].formInput,
.login-cover .orderDiv input.formPwd {
  border: 0;
  background: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.login-cover .orderDiv input[type="text"].formInput::placeholder,
.login-cover .orderDiv input[type="tel"].formInput::placeholder,
.login-cover .orderDiv input.formPwd::placeholder {
  font-size: 14px;
  color: #999999;
}
.login-cover .orderDiv input[type="tel"].formInput.oversea {
  width: 70%;
  margin-left: 40%;
}
.login-cover .orderDiv .formItem > .country-select {
  position: absolute;
  border: 0;
  background: transparent;
  left: 0;
  top: 10px;
}
.login-cover .orderDiv .formItem > .country-select option {
  text-align: center;
}
.login-cover .orderDiv input[type="text"].formInput.small,
.login-cover .orderDiv input[type="tel"].formInput.small {
  width: 66%;
  display: block;
}
.login-cover .orderDiv input[type="text"].formInput.small.formPwd,
.login-cover .orderDiv input[type="tel"].formInput.small.formPwd {
  width: 100%;
}
.login-cover .orderDiv input.formInput::-webkit-input-placeholder {
  font-size: 14px;
}
.login-cover .orderDiv .getCode {
  width: 98px;
  height: 30px;
  float: right;
  background: #F96203;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border-radius: 3px;
  margin: 5px 0;
}
.login-cover .orderDiv .getCode.actived {
  color: #F96203;
  border: 1px solid #F96203;
  background: #fff;
}
.login-cover .orderDiv .seconed {
  display: none;
  background: #d7d7d7;
  cursor: default;
}
.login-cover .orderDiv .login-tips {
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 2px;
}
.login-cover .orderDiv .btnWrap {
  text-align: center;
}
.login-cover .orderDiv .btnWrap-next {
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  float: left;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  width: 145px;
}
.login-cover .orderDiv .m_top {
  margin-top: 42px;
}
.login-cover .orderDiv .orderBtn,
.login-cover .orderDiv .orderOther {
  border: 0;
  outline: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  letter-spacing: 0;
  font-size: 16px;
  background: #F96203;
  padding: 0;
  border-radius: 3px;
  cursor: pointer;
}
.login-cover .orderDiv .orderError {
  font-size: 12px;
  color: #FF615B;
  position: absolute;
  display: none;
  line-height: 12px;
}
.login-cover .orderDiv .orderBtn.loading {
  background: #F96203;
}
.login-cover .orderDiv .orderBtn:active {
  background: #F96203;
}
.login-cover .orderDiv .errorItem > input[type="text"].formInput,
.login-cover .orderDiv .errorItem > input[type="tel"].formInput {
  border-color: #FF615B;
}
.login-cover .orderDiv .successItem > input[type="text"].formInput,
.login-cover .orderDiv .successItem > input[type="tel"].formInput {
  border-color: #F96203;
}
.login-cover .orderDiv .errorItem > .errorIcon {
  display: block;
}
.login-cover .orderDiv .errorItem > .orderError {
  display: block;
}
.login-cover .orderDiv .paramsError {
  background: #ffecec url('https://s.gaodunwangxiao.com/static-zhibo/web/zhibo/src/home/images/onError.gif') no-repeat 3px scroll;
  border: solid 1px #ffc7c7;
  padding: 5px 0 5px 25px;
  width: 290px;
  font-size: 12px;
  color: #f00;
  position: absolute;
  left: 34px;
  top: 30px;
  display: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
@media screen and (max-width: 370px) {
  .login-cover .orderDiv .orderDiv.ab {
    width: 300px;
  }
  .login-cover .orderDiv .paramsError {
    width: 232px;
  }
}
@media screen and (max-width: 750px) {
  .login-cover .orderDiv .orderDiv.ab {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-left: 0 ;
  }
}
.login-cover .orderDiv .login-status.orderP {
  padding: 0 34px;
}
.login-cover .orderDiv .soft-icon.icon-go {
  margin-right: 0;
}
.login-cover .orderDiv #orderOther {
  color: #F96203;
  position: relative;
  top: 2px;
  display: inline-block;
}
.login-cover .orderDiv #orderOther:hover {
  text-decoration: underline;
  color: #F96203;
}
.login-cover .orderDiv .login-status {
  margin-top: 19px;
  padding: 0 12px;
}
.login-cover .orderDiv .soft-ware {
  font-size: 12px;
  display: inline-block;
  line-height: 16px;
  color: #515151;
  font-weight: normal;
  vertical-align: middle;
}
.login-cover .orderDiv .soft-ware.now {
  font-size: 14px;
  color: #F96203;
  font-weight: bold;
  line-height: 19px;
}
.login-cover .orderDiv .pull-right {
  float: right;
}
.login-cover .orderDiv .soft-ware.style {
  font-family: Arial, Verdana, "\5b8b\4f53";
}
.login-cover .orderDiv .soft-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.login-cover .orderDiv .icon-go {
  background: url('https://s.gaodunwangxiao.com/static-zhibo/web/zhibo/src/home/images/order/go.png');
}
.login-cover .orderDiv .order-p {
  height: 50px;
  line-height: 50px;
  color: #F96203;
  font-size: 16px;
  cursor: pointer;
}
.login-cover .orderDiv .ab {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -179px;
  margin-top: -165px;
  display: block;
  z-index: 1000;
}
.login-cover .orderDiv .close {
  top: 10px;
  right: 10px;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('https://s.gaodunwangxiao.com/static-resource/login/images/close.png') center center no-repeat;
}
.login-cover .login-footer {
  width: 100%;
  height: 60px;
  text-align: center;
}
.login-cover .login-footer .link {
  display: block;
  line-height: 60px;
  text-align: center;
}
.login-cover .login-footer .link.js_register {
  cursor: pointer;
}
.login-cover .login-footer .link .soft-ware {
  font-size: 14px;
  color: #F96203;
  font-weight: normal;
}
.login-cover .login-footer .link:hover {
  text-decoration: none;
}
.login-cover .login-footer .line {
  float: left;
  width: 1px;
  height: 20px;
  background: #F96203;
  line-height: 64px;
  margin: 22px 0;
}
.login-cover .bind-phone-text {
  display: none;
  margin: 25px 0 0 0;
  padding: 0 34px;
  font-size: 14px;
}
.login-cover .change-login-type {
  font-size: 14px;
  color: #ccc;
  margin: 20px 0 0 30px;
  height: 30px;
  line-height: 30px;
  display: block;
}
.login-cover .login-wrap-out {
  height: auto;
  background: #FFFFFF;
}
.login-cover .login-wrap-out .other-login-title {
  font-size: 14px;
  color: #ccc;
  float: left;
  margin: 20px 0 0 30px;
}
.login-cover .login-wrap-out .normal-login {
  float: left;
  font-size: 18px;
  width: 50%;
  color: #999;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  cursor: pointer;
}
.login-cover .login-wrap-out .normal-login.js_message {
  padding-right: 20px;
  text-align: right;
  box-sizing: border-box;
}
.login-cover .login-wrap-out .normal-login.js_account {
  padding-left: 20px;
  text-align: left;
  box-sizing: border-box;
}
.login-cover .login-wrap-out .normal-login.curr {
  font-weight: bold;
}
.login-cover .login-wrap-out .normal-login.curr .text {
  display: inline-block;
}
.login-cover .login-wrap-out .login-head {
  position: relative;
  width: 80%;
  margin: 0px auto 27px;
  text-align: center;
  color: #F96203;
}
.login-cover .login-wrap-out .login-head .scan-title {
  height: 40px;
}
.login-cover .login-wrap-out .login-head .bind-phone {
  color: #333;
  display: none;
}
.login-cover .login-wrap-out .login-head .phone-icon {
  width: 19px;
  height: 26px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  margin: 28px auto 5px;
  display: none;
}
.login-cover .login-wrap-out .login-head #js_scan {
  font-size: 18px;
  font-weight: bold;
}
.login-cover .login-wrap-out .qrcode-tip {
  padding: 20px 40px 20px 40px;
}
.login-cover .buildSelect {
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
  position: absolute;
  width: 80px;
  top: 4px;
}
.login-cover .buildSelect .sel_show {
  position: absolute;
  width: 100%;
  height: 32px;
  top: 0;
  left: 0;
}
.login-cover .buildSelect .sel_show .icon {
  width: 11px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.login-cover .buildSelect .sel_show .icon-up {
  background: url('https://simg01.gaodunwangxiao.com/uploadimgs/tmp/upload/202209/14/7ab21_20220914151051.png');
}
.login-cover .buildSelect .sel_show .icon-down {
  transform: translateY(-50%) rotate(180deg);
  margin-top: 2px;
  background: url('https://simg01.gaodunwangxiao.com/uploadimgs/tmp/upload/202209/14/7ab21_20220914151051.png');
}
.login-cover .buildSelect .text {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: left;
  color: #4C4C4C;
  font-size: 15px;
  font-weight: bold;
}
.login-cover .buildSelect .text .choose-code {
  padding-left: 12px;
}
.login-cover .buildSelect .text i {
  display: inline-block;
  width: 14px;
  line-height: 23px;
  float: right;
  color: #d8d8d8;
  text-align: right;
  margin-left: 10px;
  font-size: 18px;
}
.login-cover .buildSelect .on_cli {
  border-color: #da2d29;
  color: #da2d29;
}
.login-cover .buildSelect .on_cli i {
  color: #da2d29;
}
.login-cover .buildSelect .selectList {
  width: 290px;
  max-height: 294px;
  font-size: 14px;
  padding: 0;
  border: 1px solid #eee;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 10;
  position: relative;
  display: none;
  overflow: auto;
}
.login-cover .buildSelect .selectList li {
  height: 26px;
  line-height: 26px;
  color: #555;
  padding-left: 10px;
  list-style: none;
  cursor: pointer;
}
.login-cover .buildSelect .selectList li .number {
  margin-right: 10px;
  color: #999;
}
.login-cover .buildSelect .selectList li:hover {
  background: #eee;
}
.login-cover .buildSelect .selectList-show {
  transform: translateY(0);
}
.login-cover .buildSelect .selectList-hidden {
  transform: translateY(-100%);
}
.login-cover .register-box {
  margin: 18px 0;
}
.login-cover .register-box .title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 26px;
}
.login-cover .register-box .checkbox-agree {
  position: relative;
  top: 3px;
}
.login-cover .register-box .text {
  font-size: 12px;
}
.login-cover .register-container .register-type {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.login-cover .register-view {
  padding-top: 66px;
}
.login-cover .register-view .icon-code {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 52px;
  height: 52px;
  fill: currentColor;
  overflow: hidden;
}
.login-cover .register-view .close-btn {
  z-index: 3;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  right: 0;
  top: -18px;
  left: -18px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  background: #FFFFFF url('https://s.gaodunwangxiao.com/static-resource/login/images/close.png') center center no-repeat;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.login-cover .register-view .close-btn:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.login-cover .register-view .shadow-register {
  position: absolute;
  top: 0;
  right: 0;
  width: 87px;
  height: 87px;
  z-index: 0;
  cursor: pointer;
}
.login-cover .register-view #overSeaUserLink {
  height: 26px;
  width: 126px;
  right: 66px;
  top: 20px;
  z-index: 1;
}
.login-cover .register-view #js_register_email_svg {
  height: 40px;
  width: 52px;
}
.login-cover .register-view #js_register_phone_svg {
  width: 60px;
  height: 92px;
  top: 2px;
  right: 6px;
}
.login-cover .register-view #phoneUserLink {
  height: 26px;
  width: 90px;
  right: 66px;
  top: 20px;
  z-index: 1;
}
.login-cover .has-account {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.login-cover .reset-limit {
  color: #999999;
  margin-bottom: 12px;
}
.login-cover .to-login {
  cursor: pointer;
}
.login-cover .register-error {
  display: none;
  padding: 0 34px;
  line-height: 24px;
  margin-top: -24px;
  margin-bottom: 10px;
  word-break: break-all;
  color: #FF615B;
}
.login-cover #js_GaodunRegisterOrderPhone {
  width: 100%;
  margin-left: 0;
}
.login-cover #backLoginSvg {
  height: 26px;
  width: 66px;
  right: 66px;
  top: 20px;
  z-index: 1;
}
.login-cover .reset-style {
  padding: 0px 30px 0px 30px;
  overflow: hidden;
  text-align: center;
  margin-top: -6px;
}
.login-cover .reset-style .reset-style-choice {
  float: left;
  font-size: 18px;
  width: 50%;
  color: #999;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  padding-right: 20px;
  text-align: right;
  box-sizing: border-box;
}
.login-cover .reset-style .reset-style-choice span {
  display: inline-block;
}
.login-cover .reset-style .reset-style-choice span.active {
  font-weight: bold;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.login-cover .reset-style .reset-style-choice#resetByEmail {
  text-align: left;
  padding-right: 0;
  padding-left: 20px;
  box-sizing: border-box;
}
.login-cover .reset-steps-wrapper {
  position: relative;
  margin-bottom: 16px;
  counter-reset: step;
  overflow: hidden;
  width: 412px;
  margin-left: -16px;
  /*连接线*/
  /*将当前/完成步骤之前连接线变绿*/
  /*将当前/完成步骤之后的数字及连接线变灰*/
}
.login-cover .reset-steps-wrapper li {
  list-style-type: none;
  font-size: 12px;
  text-align: center;
  width: 33%;
  position: relative;
  float: left;
}
.login-cover .reset-steps-wrapper li .completed-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  overflow: hidden;
}
.login-cover .reset-steps-wrapper li span {
  display: inline-block;
  vertical-align: super;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #CCCCCC;
  color: #ffffff;
  line-height: 20px;
}
.login-cover .reset-steps-wrapper li.active span {
  border-width: 1px;
  border-style: solid;
  background: #fff;
  box-sizing: border-box;
  line-height: 18px;
}
.login-cover .reset-steps-wrapper li div {
  margin-top: 5px;
  color: #999;
  font-size: 12px;
}
.login-cover .reset-steps-wrapper li ~ li::after {
  content: '';
  width: 76%;
  height: 2px;
  background-color: #CCCCCC;
  position: absolute;
  left: -38%;
  top: 9px;
  z-index: 1;
  /*放置在数字层后面*/
}
.login-cover .reset-steps-wrapper li.active ~ li::before,
.login-cover .reset-steps-wrapper li.active ~ li::after {
  background-color: #CCCCCC;
}
.login-cover .resetTitle {
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.login-cover .reset-success-icon {
  width: 46px;
  height: 46px;
  fill: currentColor;
  overflow: hidden;
  margin: 30px 0 20px 0;
}
.login-cover .reset-success {
  font-size: 16px;
  text-align: center;
}
.login-cover .password-hidden-icon {
  color: #DDDDDD;
  width: 17px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 14px;
  fill: currentColor;
  cursor: pointer;
}
.login-cover input:-internal-autofill-previewed,
.login-cover input:-internal-autofill-selected {
  transition: background-color 5000s ease-in-out 0s !important;
}
.login-cover .register-rule-text {
  color: #999999;
}
.login-cover .register-view .orderError {
  padding-left: 16px;
  top: 40px;
}
.login-cover .register-view #js_tabDiv {
  color: #333333;
}
.login-cover .formItem.uploadFormItem {
  border: none;
  margin-bottom: 36px;
}
.login-cover .passportRemark {
  color: #999999;
  font-size: 12px;
  margin: 30px 0 12px 0;
}
.login-cover .uploadPassportWrapper {
  position: relative;
}
.login-cover .uploadPassportWrapper #js_GaodunUploadPassport {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.login-cover .uploadPassportWrapper .passportName {
  width: 100%;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  text-align: center;
  font-size: 14px;
  line-height: 42px;
}
.login-cover .uploadPassportWrapper .passportName.passportActive {
  text-align: left;
  padding: 0 50px 0 12px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.login-cover .uploadPassportWrapper #deletePassportBtn {
  display: none;
  position: absolute;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background: url(https://simg01.gaodunwangxiao.com/uploadimgs/tmp/upload/202202/22/6668a_20220222145406.png) center center no-repeat;
  background-size: 14px;
  cursor: pointer;
}
.custom-gd-v-login-container {
  height: 467px;
  width: 850px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10000;
}
.custom-gd-v-login-container .custom-gd-login-bg {
  position: relative;
  float: left;
  width: 300px;
  height: 100%;
  background: url(https://simg01.gaodunwangxiao.com/uploadimgs/tmp/upload/202209/09/a1d05_20220909140109.png) no-repeat;
  border-radius: 8px;
  text-align: center;
}
.custom-gd-v-login-container .custom-gd-login-bg .bg-logo {
  margin-top: 184px;
  margin-bottom: 8px;
}
.custom-gd-v-login-container .custom-gd-login-bg .bg-txt {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
  letter-spacing: 10px;
  text-align: center;
  padding-left: 24px;
}
.custom-gd-v-login-container .custom-gd-login-content {
  float: right;
  width: 550px;
  height: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.custom-gd-v-login-container .custom-gd-login-content .login_logo_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.wxqrcode-login-footer {
  text-align: center;
  width: 312px;
  margin: 0 auto;
}
.wxqrcode-login-footer .account-pwd-login {
  color: #666666;
  font-size: 14px;
  line-height: 14px;
  margin-top: 28px;
  cursor: pointer;
  user-select: none;
}
.wxqrcode-login-footer .wxqrcode-login-txt {
  color: #333333;
  margin-bottom: 20px;
}
.account-login-bind-phone-view {
  padding: 70px 94px 40px 90px;
  font-size: 26px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 27px;
  text-align: center;
}
.wxqrcode-register-login-header {
  padding: 32px 94px 0 90px;
  margin-bottom: 16px;
  text-align: center;
}
.wxqrcode-register-login-header .login-title {
  font-size: 26px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 27px;
  text-align: center;
  margin-bottom: 24px;
}
.wxqrcode-register-login-header .second-title {
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 5px;
}
.wxqrcode-register-login-header span.title-tab {
  font-size: 18px;
  color: #9A9A9A;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.wxqrcode-register-login-header span.title-tab.wx-txt {
  margin-right: 40px;
}
.wxqrcode-register-login-header span.title-tab.actived::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F96203;
  border-radius: 2px;
}
.orderForm #js_GaodunLoginOrderPhone {
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
}
.orderForm #js_GaodunLoginOrderPhone:-internal-autofill-selected {
  -webkit-text-fill-color: inherit !important;
  color: rgba(0, 0, 0, 0.8) !important;
}
.gd-custom-login-cover .orderError {
  font-size: 12px;
  color: #FF615B;
  position: absolute;
  display: none;
  line-height: 12px;
}
.gd-custom-login-cover .orderError.hasError {
  margin-top: 6px;
  padding-left: 20px;
  display: block;
}
.gd-custom-login-cover .orderError::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://simg01.gaodunwangxiao.com/uploadimgs/tmp/upload/202209/14/2368f_20220914163353.png);
}
.gd-custom-login-cover .icon-code {
  width: 14px;
  height: 14px;
  vertical-align: -0.2em;
  fill: currentColor;
  overflow: hidden;
}
.gd-custom-login-cover .phone-bind-wrap {
  height: 28px;
  background: #FFEFE5;
  border-radius: 4px;
  line-height: 29px;
  padding-left: 8px;
  margin-bottom: 32px;
}
.gd-custom-login-cover .register-rule.login-rule {
  margin-bottom: 24px;
}
.gd-custom-login-cover .account-pwd-login {
  color: #666666;
  font-size: 14px;
  line-height: 14px;
  margin-top: 24px;
  cursor: pointer;
  text-align: center;
  user-select: none;
}
.gd-custom-login-cover .register-rule-text {
  position: relative;
  width: 320px;
}
.gd-custom-login-cover .register-rule-text input[type=checkbox] {
  visibility: hidden;
}
.gd-custom-login-cover #js_agree_checkbox + label {
  width: 12px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #999999;
  box-sizing: border-box;
}
.gd-custom-login-cover #js_agree_checkbox:checked + label::before {
  display: block;
  content: "";
  position: absolute;
  /* text-align: center; */
  width: 12px;
  height: 12px;
  border-radius: 2px;
  left: -1px;
  top: -1px;
  /* z-index: 111; */
  color: white;
  border: 1px solid #F96203;
  box-sizing: border-box;
}
.gd-custom-login-cover .orderBtn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
}
.gd-custom-login-cover .login-btn.disabled,
.gd-custom-login-cover .change-pwd-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
}
.gd-custom-login-cover .getCode.disabled,
.gd-custom-login-cover .getCode .code.disabled {
  background: #BFBFBF !important;
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
}
.gd-custom-login-cover .main-contain.cus-accoutn-login-view {
  width: 312px;
  margin: 0 auto;
  padding-top: 70px;
}
.gd-custom-login-cover .main-contain.cus-accoutn-login-view .account-login-title {
  font-size: 26px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-bottom: 40px;
}
.gd-custom-login-cover .change_pwd_type {
  position: absolute;
  top: 9px;
  right: 0;
  width: 30px;
  height: 30px;
  /* background: red; */
  text-align: center;
  line-height: 30px;
  background: none;
  cursor: pointer;
  user-select: none;
}
.gd-custom-login-cover .change_pwd_type image {
  width: 16px;
}
.gd-custom-login-cover .change-to-wx-phone-login {
  margin-top: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.gd-custom-login-cover #change_to_wx_phone_login {
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  bottom: 30px;
  width: 312px;
}
.gd-custom-login-cover .icon-arrow {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.gd-custom-login-cover .reset-pwd-view {
  padding-top: 32px;
}
.gd-custom-login-cover .reset-pwd-view .reset-pwd-head-view {
  padding: 0 35px 0 37px;
  height: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}
.gd-custom-login-cover .reset-pwd-view .reset-pwd-head-view .reset-pwd-title {
  float: left;
  color: rgba(0, 0, 0, 0.8);
  font-size: 26px;
}
.gd-custom-login-cover .reset-pwd-view .reset-pwd-head-view .back-to-login {
  float: right;
  cursor: pointer;
  margin-top: 10px;
}
.gd-custom-login-cover #resetPwdLoginContainer {
  padding: 0 94px 0 90px;
}
.gd-custom-login-cover #resetPwdLoginContainer .reset-style {
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 30px;
}
.gd-custom-login-cover #resetPwdLoginContainer .reset-style .active {
  position: relative;
}
.gd-custom-login-cover #resetPwdLoginContainer .reset-style .active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}
.gd-custom-login-cover #resetPwdLoginContainer .register-error {
  text-indent: 20px;
}
.gd-custom-login-cover #resetPwdLoginContainer .register-error.orderError::before {
  top: 10px;
  left: 30px;
}
.gd-custom-login-cover #secondResetStep .register-error.orderError {
  padding-top: 0;
  top: 20px;
}
.gd-custom-login-cover #secondResetStep .register-error.orderError::before {
  top: 0;
}
.gd-custom-login-cover .bind-phone-btn-view {
  overflow: hidden;
  clear: both;
}
.gd-custom-login-cover .bind-phone-btn-view .bind_phone_btn {
  width: 145px;
  height: 44px;
  line-height: 44px;
  float: right;
  margin: 0;
  border-radius: 4px;
}
.gd-custom-login-cover .js_login_by_wx_phone {
  margin-top: 58px;
}
.reset-pwd-view #firstResetStep {
  position: relative;
}
.reset-pwd-view #firstResetStep .reset-style {
  margin-bottom: 40px;
}
.reset-pwd-view #firstResetStep #resetErrorContext {
  line-height: 16px;
  top: 60px;
  overflow: hidden;
}
.reset-pwd-view #firstResetStep .formItem #js_GaodunResetLoginOrderEmailError1,
.reset-pwd-view #firstResetStep .formItem #js_GaodunResetOrderError {
  line-height: 16px;
  top: 44px;
  overflow: hidden;
}
#changePwdContainer .change-pwd-wrap.main-contain {
  width: 100%;
  margin: 0;
  padding: 0;
}
#changePwdContainer .change-pwd-wrap.main-contain .tab-div {
  width: 312px;
  margin: 0 auto;
}
#changePwdContainer .change-pwd-wrap.main-contain .bottom-tip {
  margin: -20px 0 0 0;
}
#changePwdContainer .change-pwd-wrap.main-contain .account-login-title {
  margin: 22px 0;
}
#changePwdContainer .change-pwd-wrap.main-contain .change-to-wx-phone-login {
  margin-top: 20px;
}
#changePwdContainer .change-pwd-wrap .change-pwd-remark {
  width: 100%;
  background: #FFEFE5;
  text-align: center;
  height: 28px;
  line-height: 28px;
}
#changePwdContainer .change-pwd-wrap .change-pwd-remark .change-remark-img {
  width: 12px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
.password-health-remark {
  position: fixed;
  z-index: 111;
  width: 250px;
  height: 76px;
  left: 725px;
  top: 230px;
  display: none;
}
.password-health-remark .pwd-ramark-content {
  border-radius: 10px;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  position: relative;
  background: #fff;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
  color: #666666;
  font-size: 10px;
}
.password-health-remark .pwd-ramark-content::before {
  content: '';
  position: absolute;
  top: 28px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
}
.password-health-remark .pwd-ramark-content .pwd-health-wrap {
  margin-bottom: 0;
  display: none;
}
.password-health-remark .pwd-ramark-content .pwd-health-wrap .health-view-wrap {
  font-size: 0;
}
.password-health-remark .pwd-ramark-content .pwd-health-wrap .health-view-wrap .health-item {
  display: inline-block;
  width: 20px;
  height: 8px;
  background: #F5F5F5;
}
.password-health-remark .pwd-ramark-content .pwd-health-wrap .health-view-wrap .health-item:first-child {
  border-radius: 4px 0 0 4px;
  margin-right: 1px;
}
.password-health-remark .pwd-ramark-content .pwd-health-wrap .health-view-wrap .health-item:last-child {
  border-radius: 0 4px 4px 0;
  margin-left: 1px;
}
.password-health-remark .pwd-ramark-content .pwd-health-wrap .health-txt {
  font-size: 12px;
  font-weight: bold;
  margin-left: 6px;
}
.login-cover .formItem .password-error-icon,
.login-cover .input-item .password-error-icon {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  color: #FF4D4F;
  fill: currentColor;
  overflow: hidden;
  right: 38px;
  top: 12px;
  left: auto;
}
.login-cover .formItem .password-correct-icon,
.login-cover .input-item .password-correct-icon {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  color: #52C41A;
  fill: currentColor;
  overflow: hidden;
  right: 38px;
  top: 12px;
  left: auto;
}
.login-cover.gd-custom-login-cover.innerContainer {
  min-width: 550px;
  overflow: hidden;
}
.login-cover.gd-custom-login-cover.innerContainer .custom-gd-login-content {
  overflow: visible;
}
