.main .bind-wechat {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.main .show {
  display: block;
  transition: all 0.5s;
  opacity: 1;
}
.main .bind-wechat .phone-user {
  position: fixed;
  width: 500px;
  /* padding: 20px; */
  height: 300px;
  left: calc(50% - 250px);
  top: calc(50% - 150px);
  background: white;
  border-radius: 4px;
}
.main .bind-wechat .phone-user .box {
  height: calc(100% - 67px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .bind-wechat .phone-user .tips {
  background-image: url("../img/info.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-origin: content-box;
  text-indent: 30px;
  background-color: #fefbe5;
  width: 350px;
  padding: 5px;
  border: 1px solid rgb(248, 205, 88);
  color: #333;
  font-size: 14px;
  border-radius: 4px;
}
.main .bind-wechat .phone-user .user-chose {
  display: flex;
  align-items: center;
  border: 1px solid #333;
  background: #dbdddf;
  border-radius: 5px;
  position: relative;
  padding: 8px 6px 8px 16px;
  font-size: 14px;
  cursor: pointer;
  width: 320px;
}

/* 按钮禁用样式 */
.sure-btn-unbind.disabled {
  background-color: #cccccc !important; /* 灰色背景 */
  cursor: not-allowed !important; /* 禁用鼠标手势 */
  opacity: 0.7 !important; /* 降低透明度 */
}

/* .main .bind-wechat .phone-user .user-chose ul::after{
  content: '';
  position: absolute;

} */
.main .bind-wechat .phone-user .sure-btn-bind{
  width: 330px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  background: #CE0600 linear-gradient(rgba(255, 255, 255, 0.4), transparent);
  border: 1px solid white;
  color: white;
  font-size: 16px;
  text-align: center;
  user-select: none;
  padding: 7px 0;
  margin-top: 20px;
}
.main .bind-wechat .phone-user .sure-btn-bind:hover {
  background: #ce211b
  linear-gradient(rgba(255, 255, 255, 0.4), transparent);
}
.main .bind-wechat .phone-user .sure-btn-bind:active {
  border: 1px solid #ca2a24;
}
.main .bind-wechat .phone-user .user-chose .ul-box {
  padding: 0;
  overflow: hidden;
  max-height: 0px;
  transition: all 0.3s;
  border: 0px solid #dbdddf;
}
.main .bind-wechat .phone-user .user-code {
  border: 1px solid #dbdddf;
  border-radius: 5px;
  position: relative;
  padding: 8px 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 330px;
}
.main .bind-wechat .phone-user .icon {
  width: 20px;
  height: 20px;
}
.main .bind-wechat .phone-user .point {
  width: 20px;
  height: 20px;
  position: absolute;
  transition: transform .5s;
  right: 10px;
}
.main .bind-wechat .phone-user .point-roate{
  transform: rotate(90deg);
}
.main .bind-wechat .phone-user .user-code input {
  padding-left: 10px;
  resize: none;
  outline: none;
  width: 40%;
  border: 0px solid red;
  font-size: 14px;
}
.main .bind-wechat .phone-user .user-code .send-codebind {
  display: inline-block;
  width: 60px;
  text-align: center;
  color: rgb(15, 153, 231);
  margin-left: 37%;
  cursor: pointer;
  font-size: 12px;
}
.main .bind-wechat .phone-user .user-code .send-dis {
  cursor: default;
  color: rgb(200, 200, 200);
}
.main .bind-wechat .phone-user .user-chose ul {
  background: white;
  z-index: 999;
  border: 1px solid #dbdddf;
  position: absolute;
  top: 45px;
  left: 0;
  border-radius: 3px;
  padding: 5px 0px;
  width: calc(100%);
  max-height: 180px;
  overflow: auto;
  list-style: none;
  margin: 0;
  box-shadow: 0 5px 21px 0 rgba(0, 0, 0, 0.2);
}
img {
  user-select: none;
}




.main .bind-wechat .phone-user .title .closeBind {
  position: absolute;
  height: 51px;
  right: 0;
  top: 0;
  width: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .bind-wechat .phone-user .title .closeBind:hover {
  transition: all 0.3s;
  background: rgb(212, 42, 42);
  cursor: pointer;
  color: white;
}

/* .main .bind-wechat .phone-user .user-chose ul::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0px;
  border: 10px solid transparent;
  border-top-color: rgb(148,  189,  225,  );
} */
.main .bind-wechat .phone-user .user-chose ul .search-input input{
  width: calc(100% - 30px);
  padding: 10px 15px;
}
.main .bind-wechat .phone-user .user-chose ul li {
  user-select: none;
  padding: 5px 10px;
}
.main .bind-wechat .phone-user .user-chose ul .user-option:hover {
  background: rgb(231, 228, 228);
  cursor: pointer;
}
.main .bind-wechat .phone-user .title {
  margin: 0;
  background: #f6f8fb;
  border-radius: 4px;
  position: relative;
  font-size: 16px;
  padding: 15px;
}
.main .bind-wechat .phone-user .title .close {
  position: absolute;
  height: 51px;
  right: 0;
  top: 0;
  width: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .bind-wechat .phone-user .title .close:hover {
  transition: all 0.3s;
  background: rgb(212, 42, 42);
  cursor: pointer;
  color: white;
}

.closeUnbind {
  position: absolute;
  height: 51px;
  right: 0;
  top: 0;
  width: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.closeUnbind:hover {
  transition: all 0.3s;
  background: rgb(212, 42, 42);
  cursor: pointer;
  color: white;
}

span#mainOperator {
  background: orange;
  border-radius: 50%;
  text-align: center;
  width: 23px;
  height: 23px;
  line-height: 22px;
  padding-left: 2px;
  display: inline-block;
}

.wrap-self {
  display: flex;align-items: center;justify-content: center;height: 38px;
  font-size: 14px;
  margin-top: 20px;
}

.upload-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*微信解绑*/
.unbind-wechat {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.unbind-wechat .box {
  width: 600px;
  height: 440px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.unbind-wechat .wrap-self {
  margin-bottom: 15px;
}

.unbind-wechat .wrap-self > div:first-child {
  font-size: 14px;
  color: #333;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 160px;
  margin-right: 10px;
}

.unbind-wechat .user-chose {
  padding: 8px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background-color: #f5f7fa;
}

.unbind-wechat .user-code {
  display: flex;
  align-items: center;
}

.unbind-wechat .user-code input {
  flex: 1;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}

.unbind-wechat .send-code-unbind {
  display: inline-block;
  width: 60px;
  text-align: center;
  color: rgb(15, 153, 231);
  margin-left: 37%;
  cursor: pointer;
  font-size: 12px;
}

.unbind-wechat .send-dis {
  background-color: #f5f7fa;
  color: #c0c4cc;
  cursor: not-allowed;
}

.unbind-wechat .upload-area {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 6px;
  border: 1px solid #dbdddf;
  border-radius: 5px;
  min-width: 268px;
}

.unbind-wechat .upload-btn {
  background: #CE0600;
  box-shadow: 0 6px 10px 0 rgba(206, 6, 0, 0.28);
  border-radius: 4px;
  border-radius: 4px;
  width: 100px;
  color: #fff;
  font-size: 14px;
  border: 0px;
  cursor: pointer;
  margin-left: 10px;
  height: 34px;
}

.unbind-wechat .file-name {
  font-size: 14px;
  color: #666;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.unbind-wechat .sure-btn-unbind {
  margin-top: 20px;
  padding: 10px;
  background-color: #1E90FF;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  width: 100px;
  font-size: 14px;
}

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;

}

.tips-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.unbind-tips {
  color: rgb(15, 153, 231);
  cursor: pointer;
  font-size: 14px;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}


.verify-operator-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.verify-operator-box {
  width: 700px;
  height: 500px;
  position: fixed;
  left: calc(50% - 350px);
  top: calc(50% - 250px);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.verify-operator-box .title {
  padding: 15px 20px;
  margin: 0;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.verify-operator-box .title .verify-operator-close {
  position: absolute;
  height: 51px;
  right: 0;
  top: 0;
  width: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.verify-operator-box .title .verify-operator-close:hover {
  transition: all 0.3s;
  background: rgb(212, 42, 42);
  cursor: pointer;
  color: white;
}
.verify-operator-close-btn {
  background: #f5f5f5; color: #333; border: 1px solid #ddd; padding: 8px 20px; border-radius: 4px; cursor: pointer;
}

.verify-operator-content {
  padding: 20px;
}
.refresh-qr-code {
  color: rgb(15, 153, 231); font-size: 14px; cursor: pointer;margin:0 6px;
}
.verify-operator-row {
  line-height: 1.5;
}

.flex-center {
  display: flex;
  align-items: center;
}

.face-tips {
  background: #f3f5f9;padding: 10px 20px;
}
