.bargain-bind-confirm {
  width: 290px;
  padding-top: 10px;
  padding-bottom: 8px;
}

.bargain-bind-confirm__title {
  margin: 0 0 12px;
  font-size: 15px;
  color: #333;
  text-align: center;
  line-height: 1;
}

.bargain-bind-confirm__desc {
  margin: 0;
  padding: 0 20px;
  font-size: 12px;
  color: #666;
}

.bargain-bind-confirm__list {
  padding: 0 0 10px;
}

.bargain-bind-confirm__account {
  display: flex;
  align-items: center;
  height: 30px;
  margin: 0 52px;
  padding: 0 4px;
  text-align: left;

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

.bargain-bind-confirm__icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;

  &[data-plat="email"] {
    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="wechat"] {
    background-image: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/icon-wechat.png');
  }
}

.bargain-bind-confirm__name {
  margin: 0;
  padding-left: 7px;
  font-size: 12px;
  color: #999;
}

.bargain-bind-confirm__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
}

.bargain-bind-confirm__button {
  width: 105px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  font-size: 14px;
  cursor: pointer;
  outline: none;

  &[data-type="cancle"] {
    border: 1px solid #0099FF;
    color: #0099FF;
    background-color: transparent;
  }

  &[data-type="confirm"] {
    border-style: none;
    color: #fff;
    background-color: #0099FF;
  }
}