.bind-cont {
  width: 100%;
  padding: 0 2%;
  box-sizing: border-box;
}
.bind-cont ul {
  width: 100%;
}
.bind-cont ul li {
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #e5e5e5;
}
.bind-cont ul li input {
  width: 100%;
  height: 48px;
  border: none;
  margin-top: 3px;
  padding-left: 15px;
  box-sizing: border-box;
  outline: none;
}
.bind-cont ul li.code input {
  width: 50%;
  float: left;
}
.bind-cont ul li.code button {
  width: 90px;
  height: 40px;
  background: #eeeeee;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  float: right;
  margin-top: 6px;
  margin-right: 10px;
}
.true-btn {
    width: 90%;
    margin: 0 auto;
    height: 40px;
    background: linear-gradient(to right, #451410,#9B5E4F);
    background-size: auto 100%;
    border-radius: 50px;
    margin-top: 10%;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 15px;
    
}
