﻿body * {
  outline: none;
}
body .el-radio {
  font-weight: 400;
}
body .el-radio .el-radio__input.is-checked .el-radio__inner {
  background: url(//static.soyoung.com/sy-pre/radio-bg-1588903801642.png);
  background-size: 100% 100%;
  border: none;
}
body .el-radio .el-radio__input.is-checked .el-radio__inner::after {
  display: none;
}
body .el-checkbox {
  font-weight: 400;
}
body .el-checkbox .el-checkbox__inner::after {
  top: 0;
  border-width: 2px;
}
body .el-input {
  width: 130px;
}
body .el-input .el-input__inner {
  padding-left: 8px;
}
body .el-input.el-input--prefix .el-input__inner {
  padding-left: 30px;
}
body .el-cascader .el-input {
  width: 100%;
}
body .el-cascader .el-input .el-icon-arrow-down {
  position: relative;
}
body .el-cascader .el-input .el-icon-arrow-down::before,
body .el-cascader .el-input .el-icon-arrow-down::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 9px;
  height: 6px;
  background: url("//static.soyoung.com/sy-pre/select-arraw-1588903801642.png")
    no-repeat;
  background-size: 100%;
}
body .el-cascader .el-input .el-icon-arrow-down::before {
  display: none;
}
body .el-cascader .el-input .el-icon-arrow-down.is-reverse::after {
  display: none;
}
body .el-cascader .el-input .el-icon-arrow-down.is-reverse::before {
  display: inline-block;
}
body .el-input-number .el-input {
  width: auto;
}
body .el-select {
  min-width: 130px;
}
body .el-select .el-input {
  width: auto;
}
body .el-select .el-input .el-icon-arrow-up {
  position: relative;
}
body .el-select .el-input .el-icon-arrow-up::before,
body .el-select .el-input .el-icon-arrow-up::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  content: "";
  width: 9px;
  height: 6px;
  background: url("//static.soyoung.com/sy-pre/select-arraw-1588903801642.png")
    no-repeat;
  background-size: 100%;
}
body .el-select .el-input .el-icon-arrow-up::before {
  display: none;
}
body .el-select .el-input .el-icon-arrow-up.is-reverse::after {
  display: none;
}
body .el-select .el-input .el-icon-arrow-up.is-reverse::before {
  display: inline-block;
}
body .el-select .el-input.is-disabled .el-icon-arrow-up::before,
body .el-select .el-input.is-disabled .el-icon-arrow-up::after {
  background-image: url("https://static.soyoung.com/sy-pre/select-arraw-gray-1598004600723.png");
}
body .el-select .el-icon-circle-close {
  position: relative;
}
body .el-select .el-icon-circle-close::after,
body .el-select .el-icon-circle-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .el-date-editor {
  position: relative;
}
body .el-date-editor.el-input,
body .el-date-editor.el-input__inner {
  width: auto;
}
body .el-date-editor.el-input.el-input--prefix .el-input__inner,
body .el-date-editor.el-input__inner.el-input--prefix .el-input__inner {
  padding-left: 8px;
}
body .el-date-editor.el-date-editor--datetimerange {
  width: 400px;
}
body .el-date-editor .el-input__inner {
  padding-right: 0;
  box-sizing: border-box;
}
body .el-date-editor .el-input__prefix,
body .el-date-editor .el-input__icon {
  right: 5px;
  left: initial;
  box-sizing: border-box;
}
body .el-date-editor .el-input__icon {
  position: absolute;
}
body .el-date-editor .el-input__prefix .el-input__icon {
  top: 50%;
  transform: translateY(-50%);
}
body .el-date-editor .el-icon-date,
body .el-date-editor .el-icon-time {
  width: 14px;
  height: 14px;
}
body .el-date-editor .el-icon-date::before,
body .el-date-editor .el-icon-time::before {
  content: "";
}
body .el-date-editor .el-icon-date {
  background: url("//static.soyoung.com/sy-pre/date-icon-1588907401625.png")
    no-repeat;
  background-size: 100%;
}
body .el-date-editor .el-icon-time {
  background: url("//static.soyoung.com/sy-pre/date-time-1588907401625.png")
    no-repeat;
  background-size: 100%;
}
body .el-date-editor .el-input__suffix {
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
}
body .el-date-editor .el-icon-circle-close {
  right: 0;
  background: #fff;
  transition: none;
}
body .el-date-editor *,
body .el-range-editor * {
  box-sizing: initial;
}
body .el-date-editor.el-date-editor--datetime,
body .el-range-editor.el-date-editor--datetime {
  width: 200px;
}
body .el-date-editor.el-date-editor--datetime .el-input__inner,
body .el-range-editor.el-date-editor--datetime .el-input__inner {
  padding-right: 10px;
  box-sizing: border-box;
}
body .el-date-editor.el-date-editor--date,
body .el-date-editor.el-date-editor--time-select,
body .el-range-editor.el-date-editor--date,
body .el-range-editor.el-date-editor--time-select {
  width: 130px;
}
body .el-date-editor.el-date-editor--date .el-input__inner,
body .el-date-editor.el-date-editor--time-select .el-input__inner,
body .el-range-editor.el-date-editor--date .el-input__inner,
body .el-range-editor.el-date-editor--time-select .el-input__inner {
  padding-right: 10px;
  box-sizing: border-box;
}
body .el-date-editor.el-input__inner,
body .el-range-editor.el-input__inner {
  padding: 0;
  vertical-align: middle;
}
body .el-date-editor .el-range__icon,
body .el-date-editor .el-range-separator,
body .el-date-editor .el-range__close-icon,
body .el-range-editor .el-range__icon,
body .el-range-editor .el-range-separator,
body .el-range-editor .el-range__close-icon {
  line-height: 26px;
}
body .el-date-editor--daterange.el-input__inner,
body .el-date-editor--timerange.el-input__inner {
  padding-right: 1px;
  width: 260px;
}
body .el-date-editor--daterange .el-icon-date,
body .el-date-editor--daterange .el-icon-time,
body .el-date-editor--timerange .el-icon-date,
body .el-date-editor--timerange .el-icon-time {
  right: 8px;
}
body .el-date-editor--datetimerange .el-range-input {
  padding: 0 3px;
  width: 40.2%;
}
body .el-date-editor--datetimerange .el-icon-time {
  right: 8px;
}
body .el-table th {
  font-weight: 400;
  background-color: #f1f1f5;
}
body .el-table th,
body .el-table td {
  font-size: 12px;
  text-align: center;
}
body .el-table.el-table--striped .el-table__body tr.el-table__row--striped td {
  background-color: #fbfbfd;
}
body .el-table .caret-wrapper {
  height: 21px;
}
body .el-table .caret-wrapper .sort-caret.ascending {
  top: -1px;
}
body .el-table .caret-wrapper .sort-caret.descending {
  bottom: 0;
}
body .el-dialog__wrapper .el-dialog__header {
  margin: 0 30px;
  padding: 12px 0 16px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
body .el-dialog__wrapper .el-dialog__header .el-dialog__headerbtn {
  top: 14px;
  right: 30px;
}
body .el-dialog__wrapper .el-dialog__footer,
body .el-dialog__wrapper .el-dialog--center .el-dialog__body {
  text-align: center;
}
body .el-dialog__wrapper .el-dialog__footer .el-button {
  padding: 0 8px;
  min-width: 130px;
  height: 32px;
  line-height: 32px;
  color: #777;
  font-weight: 400;
}
body .el-dialog__wrapper .el-dialog__footer .el-button.el-button--primary {
  color: #fff;
}
body .el-message-box {
  text-align: center;
}
body .el-message-box .el-message-box__header {
  margin: 0 30px;
  padding: 12px 0 16px;
  border-bottom: 1px solid #e6e6e6;
}
body .el-message-box .el-message-box__header .el-message-box__title {
  font-size: 14px;
}
body .el-message-box .el-message-box__header .el-message-box__headerbtn {
  top: 8px;
  right: 0;
}
body .el-message-box .el-message-box__content {
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}
body
  .el-message-box
  .el-message-box__content
  .el-message-box__status.el-icon-warning {
  display: none;
}
body
  .el-message-box
  .el-message-box__content
  .el-message-box__status
  + .el-message-box__message {
  padding: 0;
}
body .el-message-box .el-message-box__btns {
  padding: 10px;
  text-align: center;
}
body .el-message-box .el-message-box__btns .el-button {
  padding: 0 8px;
  min-width: 130px;
  height: 32px;
  line-height: 32px;
  color: #777;
  font-weight: 400;
}
body .el-message-box .el-message-box__btns .el-button.el-button--primary {
  color: #fff;
}
body .el-tabs .el-tabs__nav-wrap::after {
  display: none;
}
body .el-tabs .el-tabs__header {
  margin: 0 0 11px;
}
body .el-tabs .el-tabs__item {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
body .el-tabs .el-tabs__item.is-active {
  color: #19243a;
  font-size: 18px;
  font-weight: 500;
}
body .el-tabs .el-tabs__active-bar {
  height: 0;
  background: none;
}
body .el-tabs .el-tabs__active-bar::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 32px;
  height: 3px;
  border-radius: 2px 2px 0px 0px;
  background: #5f82f5;
}
body .el-tabs.el-tabs--card .el-tabs__item {
  font-size: 12px;
  background: #f8f8f8;
  border-bottom: 1px #d9d9d9 solid;
}
body .el-tabs.el-tabs--card .el-tabs__item.is-active {
  color: #333;
  background-color: #fff;
  border-bottom: none;
}
body .el-form--inline .el-form-item {
  margin-right: 48px;
}
body .el-form-item__label {
  padding-right: 0;
}
body .el-pager li {
  padding: 0 4px !important;
}
body .el-popover {
  min-width: auto;
  font-size: 12px;
}
body .el-link {
  font-size: 12px;
}
body .sy-content-space {
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}
body a:link,
body a:visited,
body a:hover,
body a:active {
  color: #5f82f5;
}
