.main .mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.required {
  color: #CE0600;
}

.required-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .show {
  display: block;
  transition: all 0.5s;
  opacity: 1;
}
.main .mask .phone-user {
  position: fixed;
  width: 500px;
  /* padding: 20px; */
  height: 300px;
  left: calc(50% - 250px);
  top: calc(50% - 150px);
  background: white;
  border-radius: 4px;
}
.main .mask .phone-user .box {
  height: calc(100% - 67px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .mask .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 .mask .phone-user .user-chose {
  display: flex;
  align-items: center;
  border: 1px solid #dbdddf;
  border-radius: 5px;
  position: relative;
  padding: 8px 6px;
  font-size: 14px;
  cursor: pointer;
  width: 320px;
}
/* .main .mask .phone-user .user-chose ul::after{
  content: '';
  position: absolute;

} */
.main .mask .phone-user .sure-btn {
  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 .mask .phone-user .sure-btn:hover {
  background: #ce211b
  linear-gradient(rgba(255, 255, 255, 0.4), transparent);
}
.main .mask .phone-user .sure-btn:active {
  border: 1px solid #ca2a24;
}
.main .mask .phone-user .user-chose .ul-box {
  padding: 0;
  overflow: hidden;
  max-height: 0px;
  transition: all 0.3s;
  border: 0px solid #dbdddf;
}
.main .mask .phone-user .user-code {
  border: 1px solid #dbdddf;
  border-radius: 5px;
  position: relative;
  padding: 8px 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  width: 320px;
}
.main .mask .phone-user .icon {
  width: 20px;
  height: 20px;
}
.main .mask .phone-user .point {
  width: 20px;
  height: 20px;
  position: absolute;
  transition: transform .5s;
  right: 10px;
}
.main .mask .phone-user .point-roate{
  transform: rotate(90deg);
}
.main .mask .phone-user .user-code input {
  padding-left: 10px;
  resize: none;
  outline: none;
  width: 40%;
  border: 0px solid red;
  font-size: 14px;
}
.main .mask .phone-user .user-code .send-code {
  display: inline-block;
  width: 60px;
  text-align: center;
  color: rgb(15, 153, 231);
  margin-left: 30%;
  cursor: pointer;
  font-size: 12px;
}
.main .mask .phone-user .user-code .send-dis {
  cursor: default;
  color: rgb(200, 200, 200);
}
.main .mask .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 .mask .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 .mask .phone-user .user-chose ul .search-input input{
  width: calc(100% - 30px);
  padding: 10px 15px;
}
.main .mask .phone-user .user-chose ul li {
  user-select: none;
  padding: 5px 10px;
}
.main .mask .phone-user .user-chose ul .user-option:hover {
  background: rgb(231, 228, 228);
  cursor: pointer;
}
.main .mask .phone-user .title {
  margin: 0;
  background: #f6f8fb;
  border-radius: 4px;
  position: relative;
  font-size: 16px;
  padding: 15px;
}
.main .mask .phone-user .title .close {
  position: absolute;
  height: 51px;
  right: 0;
  top: 0;
  width: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .mask .phone-user .title .close: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;
}
