@charset "utf-8";
@keyframes voicepulse {
  0% {
    top: -5px;
  }
  100% {
    top: -15px;
  }
}
@-webkit-keyframes voicepulse {
  0% {
    top: -5px;
  }
  100% {
    top: -15px;
  }
}
/**
flex compatable
**/
.flexbox {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.iflexbox {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: inline-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-wrap {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
@font-face {
  font-family: "DIN Alternate Bold";
  font-display: swap;
  src: url("https://static.soyoung.com/sy-pre/dinalternate-bold-1602749400754.woff") format("woff"), url("https://static.soyoung.com/sy-pre/dinalternate-bold-1602749400754.ttf") format("truetype");
}
@font-face {
  font-family: "DIN Medium";
  font-display: swap;
  src: url("https://static.soyoung.com/sy-pre/din-medium-1632809400637.otf") format("otf"), url("https://static.soyoung.com/sy-pre/din-medium-1632809400637.otf") format("truetype");
}
html,
body {
  position: relative;
  margin: auto;
  height: 100%;
}
body {
  font-family: "PingFangSC", "微软雅黑", "黑体", "宋体";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  color: #777;
}
div,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input,
select,
td,
textarea,
th {
  font-family: 微软雅黑, 黑体, 宋体;
}
h1,
h3,
h4,
dl,
dt,
dd,
p,
ul,
li,
a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}
th {
  font-weight: 400;
}
.ph-fc-sy {
  color: #60c6d0;
}
.ph-title-bar {
  font-family: MicrosoftYaHei;
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
  color: #777;
  font-size: 16px;
}
.ph-title-bar:before {
  content: "";
  background-color: #ededed;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 2px;
  left: 0;
}
.ph-title-bar .title-text {
  position: relative;
  font-size: 16px;
  color: #777;
  letter-spacing: 0;
  display: inline-block;
  padding-bottom: 7px;
}
.ph-title-bar .title-text:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -10px;
  height: 3px;
  left: 0;
  background-color: #73dacf;
}
input {
  outline: none;
  padding: 0;
  box-sizing: border-box;
}
[disabled] {
  resize: none;
  background-color: #f6f6f6 !important;
  color: #9b9b9b !important;
  cursor: not-allowed !important;
  overflow: hidden;
}
.ml15 {
  margin-left: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb15 {
  margin-bottom: 20px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.f1 {
  flex: 1;
}
.ph-table-bt1 {
  border-top: 1px solid #e7e7e7;
}
.ph-link {
  color: #4990e2;
  text-decoration: none;
  cursor: pointer;
}
.ph-link:hover {
  text-decoration: underline;
}
.ph-sy {
  color: #59bbc4;
}
.ph-tl {
  text-align: left !important;
  padding-left: 8px !important;
}
.ph-tr {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.ph-tr .ph-th,
.ph-tr .ph-td {
  min-width: 120px;
}
.ph-tr .ph-th.ph-co-key,
.ph-tr .ph-td.ph-co-key {
  min-width: 40px !important;
  width: 40px !important;
  text-align: center;
}
.ph-tr .ph-th.ph-check-td,
.ph-tr .ph-td.ph-check-td {
  background-color: #f3f3f3 !important;
}
.ph-tr .ph-th.ph-check-td .fa,
.ph-tr .ph-td.ph-check-td .fa {
  color: #59bbc4;
}
.ph-tr .ph-th.ph-td-selected,
.ph-tr .ph-td.ph-td-selected {
  background-color: #59bbc4 !important;
}
.ph-tr:nth-of-type(2n + 1) .ph-td[disabled] {
  background-color: #fafafa !important;
}
.ph-tr td[disabled] {
  color: #000 !important;
  background-color: #f6f6f6 !important;
  opacity: 0.5;
  cursor: not-allowed;
}
.ph-tr:hover {
  background-color: #eef8f8 !important;
}
.ph-tr:hover .ph-td[disabled] {
  background-color: rgba(246, 246, 246, 0.5) !important;
}
.ph-tr.tr-selected {
  background-color: #9bd6dc !important;
}
.ph-tr.tr-selected .ph-td[disabled] {
  background-color: rgba(246, 246, 246, 0.5) !important;
}
.ph-tip {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ph-invalid-tip,
.ph-error-tip {
  color: #ff5368;
}
.ph-invalid {
  border: 1px solid #ffacac !important;
}
.divider-line {
  border: none;
  width: 100%;
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
  border-top: 1px solid #f0f0f0;
}
.ph-th-required {
  color: #ffacac;
}
.ph-td-disabled {
  background-color: #f0f0f0;
}
.content-select {
  display: inline-block !important;
}
td.content-select {
  display: table-cell !important;
  padding: 0 8px;
}
a.back-to-list {
  display: inline-block;
  position: absolute;
  right: -10px;
  width: 120px;
  margin-bottom: 10px;
  color: #36afb6;
  z-index: 105;
}
a.back-to-list:hover {
  color: #003c40;
}
.group-bar {
  background-color: #fff;
  z-index: 1;
}
.group-bar .bar-title {
  position: relative;
  text-indent: 12px;
  line-height: 24px;
  color: #333;
}
.group-bar .bar-title:before {
  content: "";
  position: absolute;
  background-color: #93d8ff;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.group-bar .oper-record label {
  margin-right: 20px;
}
.el-tabs__header {
  padding-left: 20px;
}
.finance-statistic-value {
  font-family: "DIN Alternate Bold";
}
.clear-float {
  *zoom: 1;
}
.clear-float:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  clear: both;
}
.finance-text__color--error {
  color: #f33155;
}
.finance-icon-loading {
  width: 18px;
  height: 18px;
  background: url("https://static.soyoung.com/sy-pre/loading-1618459800627.svg") center center no-repeat;
  display: block;
  margin: 0 auto;
  -webkit-animation: rotating 0.8s linear infinite;
          animation: rotating 0.8s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.finance-table-cell--warning {
  position: relative;
  display: inline-block;
  padding-right: 16px;
}
.finance-table-cell--warning:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("https://static.soyoung.com/sy-pre/vhdsz6ueq87a-1618557000637.svg") center center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
.common-table-wrapper .table-header {
  padding-bottom: 15px;
}
.common-table-wrapper .table-header .table-header__title {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.common-table-wrapper .table-statistic-wrapper {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.common-table-wrapper .table-statistic-wrapper .normal {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.common-table-wrapper .table-statistic-wrapper .normal:not(:first-child) {
  margin-left: 20px;
}
.common-table-wrapper .table-statistic-wrapper .strong {
  font-size: 14px;
  color: #5f82f5;
  line-height: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  margin-left: 5px;
}
.common-table-wrapper .table-statistic-wrapper .normal_without_indentation {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.common-table-wrapper .table-operate-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-table-wrapper .table-operate-wrapper a + a {
  margin-left: 24px;
}
.common-table-wrapper .el-form-item__label,
.common-table-wrapper .el-form-item__content {
  line-height: 26px;
}
.finance-saas-app .el-dialog__footer {
  padding-bottom: 32px !important;
}
.finance-saas-app .el-alert {
  padding: 10px 16px;
}
.finance-saas-app .el-button + .el-button {
  margin-left: 20px !important;
}
.finance-saas-app .el-button--primary.is-disabled,
.finance-saas-app .el-button--primary.is-disabled:hover,
.finance-saas-app .el-button--primary.is-disabled:focus,
.finance-saas-app .el-button--primary.is-disabled:active,
.finance-saas-app .el-button--primary[disabled] {
  border-color: #f1f1f5 !important;
  background: #f1f1f5 !important;
  color: #cccccc !important;
}
.finance-saas-app .el-button--small {
  padding: 5px 18px !important;
}
.finance-saas-app .el-button--primary {
  padding: 6px 30px;
}
.finance-saas-app .redirect-to-list {
  font-size: 14px;
  color: #5f82f5;
  position: relative;
  padding-right: 16px;
  font-weight: 430;
}
.finance-saas-app .redirect-to-list:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("https://static.soyoung.com/sy-pre/more-arrow-1618333800632.svg") center center no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.finance-saas-app .text-warning {
  font-size: 12px;
  color: #f33155;
}
.finance-saas-app.fin-saas--mobile .el-button + .el-button {
  margin-left: 10px !important;
}
.finance-saas-app.fin-saas--mobile .table-operate-wrapper {
  display: block;
}
.finance-saas-app.fin-saas--mobile .table-operate-wrapper a {
  display: block;
  width: 100%;
}
.finance-saas-app.fin-saas--mobile .table-operate-wrapper a + a {
  margin-left: 0;
}

html,
body,
#app {
  height: 100%;
  background: #f9f9fb;
}

