.x-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000; }
  .x-modal__bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50); }
  .x-modal__dialog {
    width: 722px;
    padding: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -232px;
    margin-left: -361px;
    border-radius: 4px;
    background-color: #8a8a8a; }
  .x-modal__title {
    width: 100%;
    height: 65px;
    line-height: 64px;
    color: #303030;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #eee; }
  .x-modal__icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/sprite.png") 161px -2px;
    margin-left: 22px;
    position: relative;
    top: 2px; }
  .x-modal__content {
    width: 100%;
    height: 400px;
    background: #fff;
    border-radius: 0 0 4px 4px; }

.multi-account {
  margin: 0 auto;
  width: 80%;
  position: relative; }
  .multi-account__title {
    text-align: center;
    padding: 36px 0;
    color: #565656;
    font-size: 16px; }
  .multi-account__list {
    width: 100%;
    height: 175px;
    position: relative;
    overflow-y: hidden; }
  .multi-account__item {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e3e3e3; }
  .multi-account__btn {
    margin: 30px auto 0;
    display: block;
    width: 168px;
    height: 45px;
    border-radius: 2px;
    background-color: #f43221;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.2s; }
    .multi-account__btn:not(:disabled):active {
      background-color: #e8e8e8; }

.form-tooltip {
  text-align: left;
  margin: 0 auto;
  font-size: 12px;
  width: 398px;
  height: 20px;
  color: #f00;
}

.bind-phone {
  margin: 0 auto;
  width: 80%;
  position: relative; }
  .bind-phone__title {
    text-align: center;
    padding: 50px 0;
    color: #565656;
    font-size: 16px; }
  .bind-phone__content {
    text-align: center; }
    .bind-phone__content .form_item {
      width: 398px;
      height: 50px;
      background-color: #ffffff;
      border: solid 1px #e2e2e2;
      margin: 0 auto 10px; }
    .bind-phone__content .form_item label {
      width: 86px;
      height: 100%;
      border-right: 1px solid #e2e2e2;
      text-align: center;
      line-height: 50px;
      font-size: 14px;
      color: #666;
      float: left; }
    .bind-phone__content .form_item input {
      height: 100%;
      padding-left: 14px;
      font-size: 14px;
      font-family: initial; }
    .bind-phone__content .form_mobile input {
      width: 290px; }
    .bind-phone__content .form_code button {
      width: 132px;
      height: 100%;
      background: #f8f8f8;
      text-align: center;
      line-height: 50px;
      font-size: 14px;
      color: #575757;
      cursor: pointer;
      border-left: 1px solid #e2e2e2;
      transition: all 0.2s; }
    .bind-phone__content .form_code button:not(:disabled):hover {
      background: #ef2d1d;
      color: #fff; }
    .bind-phone__content .form_code img {
      width: 132px;
      height: 100%;
      line-height: 50px;
      background: #f8f8f8;
      cursor: pointer; }
    .bind-phone__content .form_submit {
      width: 399px;
      height: 46px;
      background-color: #ef2d1d;
      border-radius: 4px;
      cursor: pointer;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      margin-top: 10px;
      transition: background-color 0.2s; }
    .bind-phone__content .form_submit:not(:disabled):active {
      background-color: #e8e8e8; }

.x-scroll {
  width: 10px;
  height: 175px;
  position: absolute;
  top: 25%;
  right: -20px; }
  .x-scroll__thumb {
    width: 12px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    background: url("../images/sprite.png") -1px -2px; }
  .x-scroll__track {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #f43221; }

.x-radio__inner {
  display: none; }
  .x-radio__inner:checked + .x-radio__icon {
    background: url("../images/sprite.png") 137px -5px;
    border-color: rgba(255, 90, 0, 0.5); }

.x-radio__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #dadada;
  border-radius: 50%;
  transition: border-color 0.2s;
  position: relative;
  top: 4px;
  margin-right: 10px; }
