.select-phone {
  position: relative;
  width: 432px;
  min-height: 411px;
  z-index: 1000;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.79) 0%, #FFFFFF 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.79) 0%, #FFFFFF 100%);
  box-shadow: 0px 0px 10px 6px rgba(0, 27, 80, 0.09);
  padding: 24px 56px 40px 56px;
  border-radius: 4px;
}
.select-phone .back {
  margin-bottom: 0px;
}
.select-phone .back a {
  color: var(--pt-global-primary-color);
  font-size: 14px;
}
.select-phone .back span.arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 1px solid var(--pt-global-primary-color);
  border-bottom: 1px solid var(--pt-global-primary-color);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 4px;
}
.select-account-content {
  width: 100%;
  margin: 0 auto 0px;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
}
.select-account-content h3 {
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 22px;
  font-size: 18px;
}
.select-account-content h3 .user-icon {
  position: relative;
  top: -1px;
  padding-right: 6px;
}
.select-account-content .mg-b10 {
  margin-bottom: 10px;
}
.select-account-content .mg-b22 {
  margin-bottom: 22px;
}
.select-account-content .case {
  color: rgba(0, 0, 0, 0.65);
  width: 100%;
  margin: 0px auto;
}
.select-account-content .case .form-item-tip-icon {
  display: inline-block;
  position: relative;
  top: -2px;
}
.select-account-content .case .form-item-tip-icon .phone-icon-tip svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  display: inline-block;
}
.select-account-content .case .top {
  position: relative;
  line-height: 24px;
}
.select-account-content .case .top .form-item-tip-icon {
  position: relative;
  top: 2px;
  right: inherit;
}
.select-account-content .case .top .form-item-tip-icon .form-item-tooltip {
  left: -350px;
}
.select-account-content .case .top .form-item-tip-icon .form-item-tooltip::before,
.select-account-content .case .top .form-item-tip-icon .form-item-tooltip::after {
  left: -352px;
}
.select-account-content .case .top b {
  color: black;
}
.select-account-content .case p.r {
  padding: 1px 0;
  line-height: 21px;
  margin: 0;
  font-size: 14px;
}
.select-account-content .case .bot {
  margin-top: 24px;
}
.select-account-content .case .table.custom-scrollbar {
  border-bottom: 1px solid #e5e5e5;
  overflow: auto;
}
.select-account-content .case .table {
  overflow-x: hidden;
  max-height: 120px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.select-account-content .case .table .table-th {
  background-color: #f8f7f7;
  color: #262626;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  padding: 0 20px 0 32px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.select-account-content .case .table .table-th li {
  float: left;
  list-style: none;
}
.select-account-content .case .table .table-th li .td-width {
  width: 100px;
  display: block;
}
.select-account-content .case .table .table-th li:nth-of-type(1) {
  width: 164px;
}
.select-account-content .case .table .table-th li:nth-of-type(2) {
  width: 88px;
  display: none;
}
.select-account-content .case .table .table-th li:nth-of-type(3) {
  width: 100px;
}
.select-account-content .case .table .table-row {
  background-color: #fff;
  color: #262626;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  padding: 0 0px 0 32px;
  list-style: none;
  margin: 0;
  clear: both;
  overflow: hidden;
}
.select-account-content .case .table .table-row li {
  float: left;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  height: 36px;
}
.select-account-content .case .table .table-row li .td-width {
  max-width: 135px;
  display: inline-block;
}
.select-account-content .case .table .table-row li:nth-of-type(1) {
  width: 164px;
}
.select-account-content .case .table .table-row li:nth-of-type(2) {
  width: 88px;
  display: none;
}
.select-account-content .case .table .table-row li:nth-of-type(3) {
  width: 100px;
}
.select-account-content .case .table .table-row .input-radio {
  position: absolute;
  top: 0px;
}
.select-account-content .case .table .table-row .input-radio label {
  position: relative;
  left: -22px;
  top: 1px;
}
.select-account-content .case .table .table-row .input-radio input[type="radio"] {
  position: absolute;
  /* 绝对定位 */
  opacity: 0;
  /* 隐藏原始 radio */
}
.select-account-content .case .table .table-row .input-radio input[type="radio"] + label {
  position: relative;
  /* 相对定位 */
  padding-left: 25px;
  /* 左侧留出空间放置自定义样式 */
  cursor: pointer;
}
.select-account-content .case .table .table-row .input-radio input[type="radio"] + label:before {
  content: "";
  /* 生成伪元素 */
  position: absolute;
  /* 绝对定位 */
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  /* 自定义边框样式 */
  border-radius: 50%;
  /* 自定义形状 */
}
.select-account-content .case .table .table-row .input-radio input[type="radio"] + label::after {
  content: "";
  /* 生成伪元素 */
  position: absolute;
  /* 绝对定位 */
  left: 3px;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: var(--pt-global-primary-color);
  border: 1px solid transparent;
  /* 自定义边框样式 */
  border-radius: 50%;
  /* 自定义形状 */
  display: none;
}
.select-account-content .case .table .table-row .input-radio input[type="radio"]:checked + label:before {
  border-color: var(--pt-global-primary-color);
}
.select-account-content .case .table .table-row .input-radio input[type="radio"]:checked + label::after {
  display: block;
}
.select-account-content .case .table .table-row .recent__icon {
  color: var(--pt-global-primary-color);
  position: relative;
  top: 2px;
}
.select-account-content .case .table .table-row.disabled label {
  cursor: not-allowed !important;
}
.select-account-content .case .table .table-row.disabled .input-radio input {
  pointer-events: none;
}
.select-account-content .case .table .table-row.disabled .lock {
  position: absolute;
  right: 0px;
  top: 6px;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  display: inline-block;
  height: 22px;
  line-height: 20px;
  padding: 0 4px;
  border-radius: 2px;
  font-size: 12px;
}
.select-account-content .case .table .table-row.disabled .lock__icon {
  color: #7f7f7f;
  margin-top: 2px;
  margin-left: 4px;
  height: 34px;
  display: inline-block;
  position: absolute;
}
.select-account-content .case .table .table-row.disabled li:first-child {
  position: relative;
}
.select-account-content .case .table .table-row.disabled li {
  color: #bfbfbf;
}
.select-account-content .text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-account-content .text-center {
  text-align: center;
}
.select-account-content .common-form .form-item-tooltip.recent-tooltip {
  width: 80px;
}
.select-account-content .common-form .form-item-tooltip.lock-tooltip {
  width: 60px;
}
.select-account-content .common-form .form-item-tooltip.lock-tooltip::before,
.select-account-content .common-form .form-item-tooltip.lock-tooltip::after {
  left: 22px;
}
.select-account-content .form-item-tooltip .form-item-tooltip__content {
  padding: 8px 14px;
  font-size: 13px;
  line-height: inherit;
}
.select-account-content .form-item-tooltip .form-item-tooltip__content div {
  overflow-wrap: break-word;
  white-space: initial;
  width: 400px;
}
.select-account-content .form-item-tooltip.recent-tooltip .form-item-tooltip__content,
.select-account-content .form-item-tooltip.lock-tooltip .form-item-tooltip__content {
  text-align: center;
}
.select-account-content .form-item-tooltip.recent-tooltip .form-item-tooltip__content div,
.select-account-content .form-item-tooltip.lock-tooltip .form-item-tooltip__content div {
  width: inherit;
}
.select-account-content .btn-group {
  margin-top: 30px;
  margin-bottom: 0px;
}
.select-account-content .link-btn-class {
  outline: none;
  color: #fff;
  border: transparent;
  width: 290px;
  font-size: 16px;
  height: 42px;
  line-height: 39px;
  background: var(--pt-global-primary-color);
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid var(--pt-global-primary-color);
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: block;
}
.select-account-content .link-btn-class.default {
  border: 1px solid #d9d9d9;
  background: transparent;
  color: #595959;
}
.select-account-content .link-btn-class.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.select-account-content .link-btn-class:hover {
  background: var(--pt-global-primary-color-hover);
}
.text-left {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .select-phone {
    margin: 0 auto;
    width: 100%;
    padding: 24px 20px 40px 20px;
  }
  .select-account-content .case .table table.row,
  .select-account-content .case .table table.th {
    padding: 0 0px 0 32px;
  }
  .select-account-content .case .table table td {
    height: 36px;
  }
  .select-account-content .case .table table td:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 98px !important;
  }
  .select-account-content .case .table table td:nth-of-type(2) {
    width: 72px;
  }
  .select-account-content .case .table table.th td:nth-of-type(1) {
    width: 118px !important;
  }
  .select-account-content .case .table table.row tr .recent__icon {
    top: 2px;
    position: absolute;
    padding-left: 1px;
  }
  .select-account-content .case .table-th {
    padding: 0 0px 0 28px !important;
  }
  .select-account-content .case .table-th li:nth-of-type(1) {
    width: 160px !important;
  }
  .select-account-content .case .table-th li:nth-of-type(2) {
    width: 70px !important;
    display: none;
  }
  .select-account-content .case .table-th li:nth-of-type(3) {
    width: 94px !important;
  }
  .select-account-content .case .table-row {
    padding: 0 0px 0 28px !important;
  }
  .select-account-content .case .table-row li:nth-of-type(1) {
    width: 160px !important;
  }
  .select-account-content .case .table-row li:nth-of-type(2) {
    width: 70px !important;
    display: none;
  }
  .select-account-content .case .table-row li:nth-of-type(3) {
    width: 94px !important;
  }
  .select-account-content .case .table-row.disabled .lock__icon {
    margin-left: 0px !important;
  }
  .common-form .form-item-tooltip.recent-tooltip {
    margin-left: -38px;
  }
  .common-form .form-item-tooltip.lock-tooltip {
    margin-left: -8px;
  }
  #js-account-tooltip .form-item-tooltip {
    width: 85%;
    left: 5%;
    position: fixed;
    top: 233px;
  }
  #js-account-tooltip .form-item-tooltip::before,
  #js-account-tooltip .form-item-tooltip::after {
    left: 88px;
    display: none;
  }
  #js-account-tooltip .form-item-tooltip .form-item-tooltip__content div {
    width: 305px;
  }
  .ko-kr #js-account-tooltip .form-item-tooltip {
    left: -222px;
  }
  .ko-kr #js-account-tooltip .form-item-tooltip::before,
  .ko-kr #js-account-tooltip .form-item-tooltip::after {
    left: 233px;
  }
  .ja-jp #js-account-tooltip .form-item-tooltip {
    left: -257px;
  }
  .ja-jp #js-account-tooltip .form-item-tooltip::before,
  .ja-jp #js-account-tooltip .form-item-tooltip::after {
    left: 273px;
  }
}
