@charset "utf-8";
.mt-30 {
  margin-top: 30px;
}
.ml-10 {
  margin-left: 10px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}
.color999 {
  color: #999;
}
.regbox .item {
  height: auto;
}
.regbox2 {
  margin: 0 auto;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.formName-user {
    letter-spacing: 0px;
}
.formName {
  line-height: 45px;
  height: 45px;
}
.regbox .item input {
  margin-right: 0px;
  height: 43px;
  line-height: 36px;
  width: 538px;
  padding: 0 0 0 10px;
  border: 1px solid #fb4939;
}
.regbox .item input::placeholder {
  color: #C4C4C4;
}
.queryBtn {
    margin-left: -4px;
    width: 89px;
    height: 45px;
    background: #fb4939;
    border-radius: 0 2px 2px 0;
    border: none;
    color: #fff;
    font-size: 16px;
}
.regbox .item span.check {
  height: 30px;
}
.platform-div {
    display: none;
    margin-left: 280px;
    margin-top: 30px;
}
.platform-div .company-name {
  font-size: 14px;
}
.platform-div .platform-select {
  width: 180px;
  height: 32px;
  margin-left: 12px;
}
.platform-div .select-tip {
  color: #999999;
  margin-left: 12px;
}
.company-div {
    display: none;
    font-size: 14px;
    margin-left: 280px;
    margin-top: 30px;
}
.company-div .copyBtn {
  margin-left: 12px;
  width: 60px;
  height: 28px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #fb4939;
  color: #fb4939;
  font-size: 14px;
  display: none;
}
.platform-div .confirmBtn {
    margin-left: 12px;
    width: 60px;
    height: 32px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #fb4939;
    color: #fb4939;
    font-size: 14px;
}
/* 弹窗样式 */
.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-container {
  width: 410px;
  background: white;
  border-radius: 4px;
  display: flex;
  min-height: 262px;
}

.right-panel {
  flex: 1;
  padding: 25px;
  position: relative;
}

.modal-header {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  /* margin-top: 20px; */
}

.tab-btn {
  border: none;
  background: none;
  padding: 8px 0;
  cursor: pointer;
  font-size: 16px;
  color: #999;
  border-bottom: 2px solid transparent;
}

.tab-btn.active {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border-bottom-color: #fb4939;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 24px;
}

.send-code {
  align-self: flex-start;
  background: #fb4939;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.open-btn {
  margin: 20px;
  padding: 8px 16px;
  background: #fb4939;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.input-group {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
}

.code-form {
  display: none;
}

.code-form.show {
  display: flex;
}

.prefix-text {
  padding: 0 8px;
  color: #333;
}
#phoneCode {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 8px;
}
#smsCode {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 8px;
}

.divider {
  width: 1px;
  height: 24px;
  background: #ddd;
  margin: 0 8px;
}

.send-btn {
  background: none;
  border: none;
  color: #fb4939;
  cursor: pointer;
  padding: 0 8px;
}

/* .send-btn:hover {
  color: #40a9ff;
} */

.modal-footer {
  font-size: 14px;
  margin-top: 15px;
}
.modal-footer .btn-group {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.modal-footer .btn-group .btn {
width: 160px;
height: 42px;
border-radius: 4px;
color: #fff;
background-color: #fb4939;
border: none;
}

.right-panel .content input::placeholder {
  color: #999;
}
.link-text {
  color: #FF6347; /* 设置链接颜色为橙红色 */
  text-decoration: none; /* 去除下划线 */
  display: none; /* 让每个链接独占一行 */
  margin-bottom: 5px; /* 链接之间的间距 */
  margin-top: 30px;
}
.link-text:hover {
  text-decoration: underline; /* 当鼠标悬停时显示下划线 */
}
.find-user-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 93px);
}
.regbox .item input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}