[data-skip="default"] {
  .popup-bind__desc {
    width: 249px;
    font-size: 15px;
    color: #666;
    line-height: 21px;
  }

  .popup-bind__account {
    padding: 4px;
  }

  .popup-bind__account--name {
    padding-left: 7px;
    font-size: 12px;
    color: #999;
  }

  .popup-bind__icon {
    width: 22px;
    height: 22px;
  }

  .popup-bind__footer {
    padding: 0 18px;
  }

  .popup-bind__button {
    width: 105px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
  }

  .popup-bind__button--cancle {
    border: 1px solid #0099ff;
    color: #0099ff;
  }

  .popup-bind__button--confirm {
    border-style: none;
    color: #fff;
    background-color: #0099ff;
  }
}

[data-skip="year"] {
  .popup-bind__title {
    margin: 10px 0 0;
    font-size: 18px;
    color: #111;
    line-height: 1;
    text-align: center;
  }

  .popup-bind__desc {
    width: 269px;
    font-size: 12px;
    color: #ff2121;
    line-height: 18px;
  }

  .popup-bind__account {
    padding: 14px 4px;
  }

  .popup-bind__account--name {
    padding-left: 12px;
    font-size: 15px;
    color: #090909;
  }

  .popup-bind__icon {
    width: 33px;
    height: 33px;
  }

  .popup-bind__footer {
    padding: 0 15px;
    margin-bottom: 14px;
  }

  .popup-bind__button {
    width: 130px;
    height: 44px;
    border-radius: 5px;
    font-size: 16px;
  }

  .popup-bind__button--cancle {
    border: 1px solid #090909;
    color: #090909;
  }

  .popup-bind__button--confirm {
    border: 1px solid #090909;
    color: #090909;
    background-color: #ffe319;
  }
}

.popup-bind {
  text-align: center;
}

.popup-bind__desc {
  margin: 10px 15px 0;
  text-align: left;
}

.popup-bind__list {
  padding: 0 0 10px;
}

.popup-bind__account {
  display: flex;
  align-items: center;
  margin: 0 52px;
  text-align: left;

  &:nth-child(n + 2) {
    border-top: 1px solid #e5e5e5;
  }
}

.popup-bind__account--name {
  margin: 0;
}

.popup-bind__icon {
  display: inline-block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;

  &[data-plat="mail"] {
    background-image: url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/icon-mail.png");
  }

  &[data-plat="sina"] {
    background-image: url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/icon-sina.png");
  }

  &[data-plat="qq"] {
    background-image: url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/icon-qq.png");
  }

  &[data-plat="wachat"] {
    background-image: url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/icon-wechat.png");
  }
}

.popup-bind__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-bind__button {
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}

.popup-bind__button--cancle {
  background-color: transparent;
}