.mypanle {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 26px;
  position: relative;
}
.mypanle.has-col {
  border-bottom: 1px solid #f00;
}
.mypanle .title {
  padding: 0 30px;
}
.mypanle .title .title-p {
  margin: 0;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 20px;
  padding: 30px 0 20px 0;
  color: #2c2e34;
}
.mypanle .title .title-p.has-line {
  border-bottom: 1px solid #d9dfe9;
}
.mypanle .content-class {
  padding: 0px 30px 0px 30px;
}

.transfer .transfer-amount {
  margin-bottom: 40px;
}
.transfer .transfer-amount .required {
  color: #f56c6c;
  font-size: 12px;
  width: 9.45px;
  display: inline-block;
}
.transfer .transfer-amount .lable-span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #606266;
  line-height: 40px;
  display: inline-block;
  padding-right: 30px;
}
.transfer .transfer-amount .tip-class {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2c2e34;
}
.transfer .amount-form {
  position: relative;
}
.transfer .amount-form .ccy-class {
  position: absolute;
  right: 15px;
  height: 40px;
  line-height: 40px;
}
.transfer .amount-form .el-input__inner {
  padding: 0 60px 0 10px;
}

