.v-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.v-button + .v-button {
  margin-left: 10px;
}

.v-button:focus,
.v-button:hover {
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}

.v-button:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: 0;
}

.v-button.is-disabled,
.v-button.is-disabled:focus,
.v-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #ebeef5;
}

.v-button--primary {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
}

.v-button--primary:focus,
.v-button--primary:hover {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
}

.v-button--primary.is-disabled,
.v-button--primary.is-disabled:active,
.v-button--primary.is-disabled:focus,
.v-button--primary.is-disabled:hover {
  color: #fff;
  background-color: #a0cfff;
  border-color: #a0cfff;
}

.v-button--success {
  color: #fff;
  background-color: #67c23a;
  border-color: #67c23a;
}

.v-button--success:focus,
.v-button--success:hover {
  background: #85ce61;
  border-color: #85ce61;
  color: #fff;
}

.v-button--success.is-active,
.v-button--success:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #fff;
}

.v-button--success:active {
  outline: 0;
}

.v-button--success.is-disabled,
.v-button--success.is-disabled:active,
.v-button--success.is-disabled:focus,
.v-button--success.is-disabled:hover {
  color: #fff;
  background-color: #b3e19d;
  border-color: #b3e19d;
}

.v-button--warning {
  color: #fff;
  background-color: #e6a23c;
  border-color: #e6a23c;
}

.v-button--warning:focus,
.v-button--warning:hover {
  background: #ebb563;
  border-color: #ebb563;
  color: #fff;
}

.v-button--warning.is-active,
.v-button--warning:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #fff;
}

.v-button--warning:active {
  outline: 0;
}

.v-button--warning.is-disabled,
.v-button--warning.is-disabled:active,
.v-button--warning.is-disabled:focus,
.v-button--warning.is-disabled:hover {
  color: #fff;
  background-color: #f3d19e;
  border-color: #f3d19e;
}

.v-button--danger {
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c;
}

.v-button--danger:focus,
.v-button--danger:hover {
  background: #f78989;
  border-color: #f78989;
  color: #fff;
}

.v-button--danger.is-active,
.v-button--danger:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #fff;
}

.v-button--danger:active {
  outline: 0;
}

.v-button--danger.is-disabled,
.v-button--danger.is-disabled:active,
.v-button--danger.is-disabled:focus,
.v-button--danger.is-disabled:hover {
  color: #fff;
  background-color: #fab6b6;
  border-color: #fab6b6;
}

.v-button--info {
  color: #fff;
  background-color: #909399;
  border-color: #909399;
}

.v-button--info:focus,
.v-button--info:hover {
  background: #a6a9ad;
  border-color: #a6a9ad;
  color: #fff;
}

.v-button--info.is-active,
.v-button--info:active {
  background: #82848a;
  border-color: #82848a;
  color: #fff;
}

.v-button--info:active {
  outline: 0;
}

.v-button--info.is-disabled,
.v-button--info.is-disabled:active,
.v-button--info.is-disabled:focus,
.v-button--info.is-disabled:hover {
  color: #fff;
  background-color: #c8c9cc;
  border-color: #c8c9cc;
}

/**圆角**/
.v-button.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}

/**size**/

.v-button--medium {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.v-button--mini,
.v-button--small {
  font-size: 12px;
  border-radius: 3px;
}

.v-button--small {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
}

.v-button--mini {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 3px;
}

.v-button::-moz-focus-inner {
  border: 0;
}
.v-button {
  text-align: center;
  font-size: larger;
}

.icon1 {
  width: 20px;
  height: 20px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  margin-right: 10px;
}
