.gzyChatLogin-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.gzyChatLogin-modal {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 900px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .2);
}

.gzyChatLogin-modal.gzyChatLogin-step3 .gzyChatLogin-left,
.gzyChatLogin-modal.gzyChatLogin-step2 .gzyChatLogin-left {
  display: none;
}

.gzyChatLogin-left {
  padding: 66px 0 0 100px;
  width: 450px;
  background: url('https://cdn.guzhuyi.com/static/stastic/gzy/images/login/gzy-chat-login-bg.png') no-repeat center center;
  background-size: 100% 100%;
  color: #999999;
  box-sizing: border-box;
}

.gzyChatLogin-left-title {
  margin: 0 0 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  background: linear-gradient(87deg, #32EAA4 0%, #4B7EF3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.gzyChatLogin-left-sub {
  margin: 0 0 50px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

.gzyChatLogin-left-item {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1;
}

.gzyChatLogin-left-item img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  margin-right: 18px;
  flex-shrink: 0;
}

.gzyChatLogin-left-item-r .gzyChatLogin-left-item-title {
  margin-bottom: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 1;
}

.gzyChatLogin-left-item-r .gzyChatLogin-left-item-desc {
  line-height: 1;
}

.gzyChatLogin-right {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 50px;
  box-sizing: border-box;
}

.gzyChatLogin-modal.gzyChatLogin-step2 .gzyChatLogin-right {
  padding: 80px 0 40px;
}

.gzyChatLogin-modal.gzyChatLogin-step3 .gzyChatLogin-right {
  padding: 50px 0 0;
}

.gzyChatLogin-modal.gzyChatLogin-step3 #gzyChatLogin-body {
  padding: 50px 100px 40px;
  background-image: url("https://cdn.guzhuyi.com/static/images/saas/qxt/available/no-available-content.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.gzyChatLogin-modal.gzyChatLogin-step3 .gzyChatLogin-header,
.gzyChatLogin-modal.gzyChatLogin-step2 .gzyChatLogin-header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 20px;
  width: 100%;
  box-sizing: border-box;
  background-image: url("https://cdn.guzhuyi.com/static/stastic/gzy/images/login/gzy-chat-login-header.png");
}

.gzyChatLogin-title {
  margin: 0;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #53637A;
  line-height: 1;
}

.gzyChatLogin-close {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 50;
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: transparent;
}

.gzyChatLogin-close:before,
.gzyChatLogin-close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #666666;
}

.gzyChatLogin-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.gzyChatLogin-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gzyChatLogin-tabs {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gzyChatLogin-tab {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  margin-right: 25px;
  color: #C1C1C1;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

.gzyChatLogin-tab:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -13px;
  width: 1px;
  height: 14px;
  background: #E0E3EC;
}

.gzyChatLogin-tab.active {
  color: #53637A;
}

.gzyChatLogin-tab .gzyChatLogin-tab-icon {
  margin-right: 9px;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-size: contain;
}

.gzyChatLogin-tab .phone-icon {
  background-image: url(https://cdn.guzhuyi.com/static/stastic/gzy/images/login/mobile.png);
}

.gzyChatLogin-tab.active .phone-icon {
  background-image: url(https://cdn.guzhuyi.com/static/stastic/gzy/images/login/mobile_active.png);
}

.gzyChatLogin-tab .qr-icon {
  background-image: url(https://cdn.guzhuyi.com/static/stastic/gzy/images/login/code.png);
}

.gzyChatLogin-tab.active .qr-icon {
  background-image: url(https://cdn.guzhuyi.com/static/stastic/gzy/images/login/code_active.png);
}

.gzyChatLogin-tab .password-icon {
  background-image: url(https://cdn.guzhuyi.com/static/stastic/gzy/images/login/lock.png);
}

.gzyChatLogin-tab.active .password-icon {
  background-image: url(https://cdn.guzhuyi.com/static/stastic/gzy/images/login/lock_active.png);
}

.gzyChatLogin-content {
  margin-top: 36px;
  flex: 1;
}

.gzyChatLogin-panel {
  display: none;
}

.gzyChatLogin-panel.active {
  display: block;
}

.gzyChatLogin-row {
  margin-bottom: 20px;
}

.gzyChatLogin-row:last-child {
  margin-bottom: 50px;
}

.gzyChatLogin-input {
  width: 100%;
  height: 50px;
  background: #FBFCFE;
  border-radius: 3px;
  border: 1px solid #E3E5ED;
  padding: 0 15px;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
}

.gzyChatLogin-input::placeholder {
  color: #B6C0D0;
}

.gzyChatLogin-sms-btn {
  position: absolute;
  right: 7px;
  top: 50%;
  height: 2rem;
  line-height: 2rem;
  padding: 0 7px 0 14px;
  transform: translateY(-50%);
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #7CC493;
  border-radius: 6px;
  outline: none;
  border: none;
  background: transparent;
}

.gzyChatLogin-qr-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gzyChatLogin-login-code-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  background: #F5F7FB;
  border-radius: 6px;
}

.gzyChatLogin-wx-login-text {
  margin: 0 auto 6px;
  width: 15rem;
  height: 2rem;
  padding: 0 10px;
  line-height: 2rem;
  color: #4F5E74;
  background: #F5F7FB;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}

.gzyChatLogin-code-mask {
  display: none;
  position: absolute;
  width: 84%;
  height: 84%;
  background: rgba(255, 255, 255, .8);
  z-index: 10;
}

.gzyChatLogin-scan-loading {
  position: absolute;
  color: #43556D;
  font-size: 14px;
  z-index: 20;
}

.gzyChatLogin-scan-reminder {
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #3A475C;
  font-size: 14px;
  z-index: 20;
}

.gzyChatLogin-code-retry {
  margin-top: 10px;
  color: #5ABA79;
  cursor: pointer;
}

.gzyChatLogin-login-code {
  width: 84%;
  height: auto;
}

.gzyChatLogin-scan-reminder-img {
  width: 28px;
  margin-bottom: 13px;
}

.gzyChatLogin-footer {
  margin-top: auto;
}

.gzyChatLogin-step3 .gzyChatLogin-footer {
  display: flex;
  justify-content: center;
}

.gzyChatLogin-step3 .gzyChatLogin-footer button {
  width: 120px;
  height: 40px;
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  outline: none;
  border-radius: 3px;
}

.gzyChatLogin-step3 .gzyChatLogin-cancel {
  margin-right: 20px;
  background: #FFFFFF;
  border: 1px solid #C6C8CC;
  color: #53637A;
}

.gzyChatLogin-step3 .gzyChatLogin-submit {
  background: #7CC493;
  border: none;
}

#gzyChatLogin-loginByScan {
  display: none;
  margin-top: 20px;
}

.gzyChatLogin-errorMsg {
  display: none;
  position: relative;
  width: fit-content;
  height: 2rem;
  line-height: 2rem;
  padding: 0 10px 0 30px;
  margin: -15px 0 15px;
  background: #FFF5EB;
  border-radius: 6px;
  border: 1px solid #FFA445;
  color: #FFA445;
  font-size: 12px;
}

.gzyChatLogin-errorMsg::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("https://cdn.guzhuyi.com/static/stastic/gzy/images/login/warning.png");
  background-size: contain;
}

.gzyChatLogin-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #7CC493;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  gap: 8px;
}

.gzyChatLogin-loginByScan:disabled,
.gzyChatLogin-submit:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.gzyChatLogin-spinner {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .4);
  border-top-color: #fff;
  animation: gzyChatLoginSpin .8s linear infinite;
}

@keyframes gzyChatLoginSpin {
  to {
    transform: rotate(360deg);
  }
}

.gzyChatLogin-step-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #53637A;
  line-height: 1;
  text-align: center;
}

#gzyChatLogin-companyName {
  margin: 30px 0 40px;
  border-radius: 10px;
  border: 1px solid #E9EDF2;
}

.gzyChatLogin-company-list {
  display: flex;
  flex-direction: column;
  max-height: 360px;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* 隐藏 IE/Edge 滚动条 */
  scrollbar-width: none;
  /* 隐藏 Firefox 滚动条 */
  position: relative;
}

.gzyChatLogin-company-list::-webkit-scrollbar {
  display: none;
  /* 隐藏滚动条 */
}

.gzyChatLogin-company-list::after {
  content: '';
  display: block;
  flex-shrink: 0;
  align-self: stretch;
  height: 28px;
  pointer-events: none;
  position: sticky;
  bottom: 0;
  margin-top: -28px;
  z-index: 3;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.gzyChatLogin-company-item {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  margin: 20px 100px 0;
  background: #F7F9FB;
  border-radius: 10px;
  border: 1px solid #E9EDF2;
  cursor: pointer;
  padding: 15px 30px;
  text-align: left;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #62717B;
  line-height: 1.1;
}

.gzyChatLogin-company-item:first-child {
  margin-top: 0;
}

.gzyChatLogin-company-item:last-child {
  margin-bottom: 20px;
}

.gzyChatLogin-company-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 24px;
  flex-shrink: 0;
  border-radius: 50%;
}

.gzyChatLogin-company-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 1px 30px 0px rgba(207, 213, 225, 0.5);
}

.gzyChatLogin-agree {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #97A3B4;
}

#gzyChatLogin-agreeCheck {
  margin-right: 8px;
}

.gzyChatLogin-agree-link {
  color: #4F5E74;
  cursor: pointer;
}