.y-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-btn {
  position: relative;
  font-size: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  background: none;
  overflow: visible;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  border: 0;
}

.el-btn .btn-text {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.el-btn .btn-text.left {
  text-align: left;
}

.el-btn:disabled {
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.el-btn:disabled .btn-txt {
  color: #aaaaaa;
}

.el-btn.disabled {
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.el-btn.disabled .btn-txt {
  color: #aaaaaa;
}

.el-btn.clear {
  border: 0;
  width: auto;
  height: auto;
  background: none;
}

.el-btn .el-svg {
  vertical-align: middle;
}

.el-btn .el-svg.left {
  position: absolute;
  top: 0;
  left: 0;
}

.el-btn .el-svg.left.icon-phone {
  left: 38px;
  top: 50%;
  margin-top: -22.5px;
}

.el-btn .el-svg.left.icon-email {
  left: 24px;
  top: 50%;
  margin-top: -28px;
}

.el-btn .el-svg.right {
  position: absolute;
  top: 0;
  right: 0;
}

.el-btn .el-svg.right.icon-arrow-long-right {
  right: 24px;
  top: 50%;
  margin-top: -6px;
}

.el-btn .el-svg.right.icon-arrow-long-right.size-17 {
  margin-top: -8.5px;
}

.el-btn .el-svg.right.icon-arrow-right {
  right: 26px;
  top: 50%;
  margin-top: -6px;
}

.el-btn[class*="width-full"] {
  width: 100%;
}

.el-btn.btn-primary {
  border: solid 1px #ff5000;
  background-color: #ff5000;
  border-radius: 4px;
}

.el-btn.btn-primary .btn-text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.el-btn.btn-primary.border .btn-text {
  color: #ff5000;
}

.el-btn.btn-primary:disabled {
  border: 0;
  background-color: #e7e7e7;
}

.el-btn.btn-primary:disabled .btn-text {
  color: #cccccc;
}

.el-btn.btn-default {
  border-radius: 4px;
  border: solid 1px #dddddd;
  background-color: #ffffff;
}

.el-btn.btn-default .btn-text {
  font-size: 14px;
  line-height: 44px;
  font-weight: 700;
  color: #666666;
}

.el-btn.btn-default:hover {
  border: solid 1px #999999;
}

.el-btn.btn-default:active {
  border: solid 1px #999999;
  background-color: #f7f7f7;
}

.el-btn.btn-default:disabled {
  border: solid 1px #dddddd;
  background-color: #f7f7f7;
}

.el-btn.btn-default:disabled .btn-text {
  color: #aaaaaa;
}

.el-btn.btn-default.size-32:hover {
  border: solid 1px #dddddd;
  background-color: #f6f6f6;
}

.el-btn.btn-default.size-32:active {
  border: solid 1px #dddddd;
  background-color: #f6f6f6;
}

.el-btn.btn-primary.size-56:disabled {
  border: solid 1px #dddddd;
  background-color: #f7f7f7;
}

.el-btn.btn-primary.size-56:disabled .btn-text {
  color: #aaaaaa;
}

.el-btn.btn-default.size-32 .btn-text {
  font-weight: normal;
}

.el-btn.btn-default.size-32 .btn-text .el-svg {
  margin-right: 8px;
  margin-top: -2px;
}

.el-btn.btn-dark {
  border-radius: 4px;
  background-color: #333333;
}

.el-btn.btn-dark .btn-text {
  font-size: 14px;
  line-height: 44px;
  font-weight: 700;
  color: #ffffff;
}

.el-btn.btn-dark:disabled {
  border: 0;
  background-color: #eee;
}

.el-btn.btn-dark:disabled .btn-text {
  color: #aaaaaa;
}

.el-btn.btn-info {
  border-radius: 25px;
  border: solid 1px #9ad8f8;
  background-color: #ffffff;
}

.el-btn.btn-info .btn-text {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  color: #069fee;
}

.el-btn.btn-info:disabled {
  border: solid 1px #dddddd;
  background-color: #f7f7f7;
}

.el-btn.btn-info:disabled .btn-text {
  color: #aaaaaa;
}

.el-btn.round {
  border-radius: 26px;
}

.el-btn[class*="size-56"] {
  height: 56px;
}

.el-btn[class*="size-56"] .btn-text {
  font-size: 16px;
  line-height: 56px;
}

.el-btn[class*="size-80"] {
  height: 80px;
}

.el-btn[class*="size-80"] .btn-text {
  font-size: 16px;
  padding-left: 88px;
  padding-right: 59px;
  line-height: 78px;
  color: #333333;
}

.el-btn[class*="size-52"] {
  height: 52px;
}

.el-btn[class*="size-52"] .btn-text {
  line-height: 52px;
}

.el-btn[class*="size-56"] {
  height: 56px;
}

.el-btn[class*="size-56"] .btn-text {
  line-height: 56px;
  padding-left: 24px;
  padding-right: 24px;
}

.el-btn[class*="size-40"] {
  height: 40px;
}

.el-btn[class*="size-40"] .btn-text {
  font-size: 14px;
  line-height: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.el-btn[class*="size-44"] {
  min-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}

.el-btn[class*="size-44"] .btn-text {
  display: block;
  white-space: normal;
  width: 100%;
  padding-left: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 12px;
  line-height: 20px;
  word-break: keep-all;
  word-wrap: break-word;
}

.el-btn[class*="size-36"] {
  height: 36px;
}

.el-btn[class*="size-36"] .btn-text {
  font-size: 12px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
}

.el-btn[class*="size-32"] {
  height: 32px;
}

.el-btn[class*="size-32"] .btn-text {
  min-width: 62px;
  font-size: 13px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.el-btn[class*="size-24"].round {
  border-radius: 4px;
}

.el-btn[class*="size-32"].round {
  border-radius: 4px;
}

.el-btn[class*="size-56"].round {
  border-radius: 28px;
}

.el-btn[class*="size-36"].round {
  border-radius: 25px;
}

.el-btn[class*="size-40"].round {
  border-radius: 25px;
}

.el-btn[class*="size-17"].round {
  border-radius: 12px;
}

.el-btn[class*="size-24"].round {
  border-radius: 12px;
}

.el-btn[class*="size-24"] {
  height: 24px;
}

.el-btn[class*="size-24"] .btn-text {
  font-size: 11px;
  line-height: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.el-btn[class*="size-17"] {
  height: 17px;
}

.el-btn[class*="size-17"] .btn-text {
  font-size: 11px;
  line-height: 17px;
  padding-left: 10px;
  padding-right: 10px;
}

.el-btn[class*="size-32"] {
  height: 32px;
}

.el-btn[class*="size-32"] .btn-text {
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
}

.el-btn[class*="size-48"] {
  height: 48px;
}

.el-btn[class*="size-48"] .btn-text {
  line-height: 48px;
  font-size: 16px;
}

.el-btn[class*="size-56"].btn-default .btn-text {
  color: #333;
}

.el-btn[class*="border"] {
  background: none;
}

.el-btn.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.el-btn.size-80.shadow {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.el-btn.size-80 {
  height: auto;
  min-height: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.el-btn.size-80 .btn-text {
  display: block;
  width: 100%;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 20px;
  white-space: normal;
}

.el-btn.size-56 {
  height: auto;
  min-height: 56px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.el-btn.size-56 .btn-text {
  display: block;
  width: 100%;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 20px;
  white-space: normal;
}

.el-btn.btn-default.size-48 .btn-text {
  color: #111111;
}

.el-btn.btn-default.size-44.length-5 {
  width: 121px;
}

.el-btn.btn-default.size-44.length-5 .btn-text {
  line-height: 20px;
  white-space: normal;
  word-break: keep-all;
  word-wrap: break-word;
}

.el-btn.btn-primary.size-44 .btn-text {
  font-size: 14px;
  font-weight: normal;
}

.el-btn.btn-primary.size-44:hover {
  border: solid 1px #e04600;
  background-color: #e04600;
}

.el-btn.btn-primary.size-44:active {
  border: solid 1px #ff5000;
  background-color: #ff5000;
}

.el-btn.btn-primary.size-44:disabled {
  border: solid 1px #dddddd;
  background-color: #f7f7f7;
}

.el-btn.btn-primary.size-44:disabled:hover {
  border: solid 1px #dddddd;
  background-color: #f7f7f7;
}

.el-btn.btn-primary.size-44:disabled:active {
  border: solid 1px #dddddd;
  background-color: #f7f7f7;
}

.el-btn.btn-remove {
  display: none;
}

.el-btn.btn-remove.active {
  display: block;
}