.el-step__title {
  text-indent: -30px;
}
.comm-header {
  height: 80px;
  line-height: 80px;
  box-shadow: 0px 1px 0px 0px rgba(224, 234, 241, 1);
}

.el-upload--picture-card {
  width: 112px !important;
  height: 112px !important;
  line-height: 112px !important;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}

.el-upload-list__item {
  /* width:112px!important; */
  /* height:112px!important; */
}

.ivu-upload .ivu-upload-select {
  width: 100% !important;
}

.next-btn {
  width: 180px !important;
  height: 40px !important;
  background: rgba(59, 196, 146, 1) !important;
  border-radius: 28px !important;
}
.pre-btn {
  width: 180px !important;
  height: 40px !important;
  border-radius: 28px !important;
  border: 1px solid rgba(131, 143, 153, 1) !important;
  color: #838f99 !important;
}
.l-border-title {
  font-size: 18px !important;
  font-family: PingFangSC-Semibold !important;
  font-weight: 600 !important;
  color: rgba(44, 45, 58, 1) !important;
  line-height: 28px !important;
  padding-left: 10px !important;
  border-left: 2px solid rgba(59, 196, 146, 1) !important;
  margin-bottom: 15px;
}

.el-collapse-item__header {
  font-size: 18px !important;
  font-family: PingFangSC-Semibold !important;
  font-weight: 600 !important;
  color: rgba(44, 45, 58, 1) !important;
}

.setting-userInfo span .el-input__inner {
  height: 30px !important;
}

.setting-userInfo span .el-upload--picture-card {
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}

.setting-userInfo span .el-upload-list__item {
  width: 60px !important;
  height: 60px !important;
}

.setting-userInfo span .ivu-upload .ivu-upload-select {
  width: 100% !important;
}

.row-40 {
  height: 42px !important;
  line-height: 42px !important;
}

.row-72 {
  height: 60px !important;
  line-height: 72px !important;
}
.hover-i {
  cursor: pointer;
}
.hover-i:hover {
  color: #3a84ff;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(243, 245, 247, 1);
}

.el-select-dropdown__item.selected {
  color: #fa6400 !important;
}

.el-month-table td.today .cell {
  color: #fa6400 !important;
}
.el-month-table td.current .cell {
  color: #fa6400 !important;
}

.el-input.is-focus .el-input__inner {
  border-color: #fa6400 !important;
}
.el-input__inner:focus {
  border-color: #FA6400 !important;
}

.el-button:hover {
  /* color: #fa6400!important; */
}
.el-dropdown-menu li:hover {
  color: #fa6400 !important;
}
.el-dropdown-menu li.active {
  color: #fa6400 !important;
}

.el-message-box__title span {
  color: #fa6400 !important;
}
.el-dialog__header .el-dialog__title {
  color: #fa6400 !important;
}

.el-button--default:hover {
  color: #fa6400 !important;
}
.el-button i {
  padding: 0 5px !important;
}

.el-dropdown-selfdefine {
  height: 40px !important;
}

.buy-title {
  font-size: 20px;
  font-weight: 600;
  color: rgba(44, 45, 58, 1);
}
.info-index label {
  text-align: left;
}

.about-form .el-form-item__content label {
  display: inline-block;
  width: 20%;
}
.about-form .el-input {
  width: 80%;
}

.about-form label {
  width: 100px;
}
.el-upload-list__item-status-label {
  width: 50% !important;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: #fa6400 !important;
  background: #fa6400 !important;
}

.el-radio__input.is-checked + .el-radio__label {
  color: #fa6400 !important;
}
.el-step__head.is-success {
  color: #fa6400 !important;
  border-color: #fa6400;
}
.el-step__title.is-success {
  color: #fa6400 !important;
}
.el-input__suffix {
  height: 40px !important;
}
