html body {
  background: #f9fafb !important;
  color: #000;
  font-size: 14px;
}
.cover {
  display: none;
  position: absolute;
  height: 3000px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
  z-index: 1000;
  /* 过渡效果 */
  transition: all 0.25s;
  /* 边缘闪动问题fix */
  box-shadow: 0 0 0 100px #000;
  overflow: auto;
}
.index-pop {
  position: absolute;
  z-index: 1001;
  text-align: center;
  bottom: calc(2em + 44px - 10px);
}
.popoverMyProfile {
  /* position: absolute; */
  display: block;
  background: #fff;
  padding: 0.8em 1em;
  border-radius: 5px;
  /* z-index: 1001; */
}
.popoverMyProfileDraggle {
  /* position: absolute; */
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  /* z-index: 1001; */
}
#coverBtn {
  position: absolute;
  z-index: 2000;
}
#tip-message {
  position: absolute;
  z-index: 2000;
  width: auto;
  height: auto;
  background: #fff;
  color: #000;
  padding: 10px;
  border-radius: 4px;
}
#triangle {
  position: absolute;
  z-index: 2000;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.el-scrollbar .el-scrollbar__bar {
  opacity: 1 !important;
}
.banner_area {
  padding-top: 250px;
}
.navlist {
  cursor: pointer;
}
.navlist li {
  width: 90%;
  background: #fff3ec;
  margin-bottom: 34px;
  border-radius: 30px;
  padding: 0.8em 0;
  font-size: 16px;
  text-align: center;
  color: #ff8039;
  border: 1px solid #ff8039;
}
.navlist li.selected {
  background: #ff8039;
  color: #fff;
  border: none;
}
.navlist li b {
  margin-right: 5px;
  font-size: 18px;
}
.myProfile {
  background: #fff;
  border-radius: 6px;
  min-height: 50rem !important;
  padding: 18px;
}
.myProfile .myloanList ul {
  width: 100%;
  background: #fafbfd;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  margin-bottom: 2em;
}
.myProfile .myloanList ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.myProfile .myloanList ul li p {
  color: #222222;
  font-size: 18px;
}
.time {
  position: relative;
  top: 2px;
  margin: 0 5px;
}
.myProfile .myloanList ul li p + span {
  font-weight: 700;
  font-size: 18px;
}
.myProfile .myloanList ul li:nth-child(2) span.colored1 {
  color: #00b934;
}
.myProfile .myloanList ul li:nth-child(2) span.colored2 {
  color: #ff585c;
}
.myProfile .myloanList ul li:nth-child(2) span.colored3 {
  color: #ff8039;
}
.myProfile .myloanList ul li:nth-child(2) span.colored4 {
  color: #989898;
}
.myProfile .myloanList ul li .completedIcon {
  width: 68px;
  height: 36px;
  border-radius: 32.5px;
  border: 2px solid #00b934;
  text-align: center;
  background-image: url("../assets/tick.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.myProfile .myloanList ul li.process-payment-li {
  justify-content: end;
  margin-top: 30px;
}
.myProfile .myloanList ul li .esignBtn.el-button--primary,
.myProfile .myloanList ul li .verifyBtn.el-button--primary {
  width: 89px;
  height: 36px;
  padding: 0 !important;
  line-height: 36px !important;
  border-radius: 32.5px !important;
}
.myProfile .personaldetails > ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 0px;
}
.myProfile .personaldetails > ul li {
  font-size: 12px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ff8039;
  background: rgba(255, 128, 57, 0.1);
  padding: 10px 15px;
  color: #ff8039;
  font-weight: 500;
}
.myProfile .personaldetails > ul li.selected {
  background: #ff8039;
  color: #fff;
  font-weight: 600;
}
.myProfile .personaldetails .details-container {
  padding: 0 15px;
}
.myProfile .uploaddocuments input[type="file"] {
  display: none;
}
.myProfile .uploaddocuments .mobile-upload-btn {
  position: fixed;
  bottom: 120px;
  left: 50%;
  margin-left: -101px;
}
.myProfile .uploaddocuments .el-table .cell {
  padding-left: 0 !important;
}
.myProfile .uploaddocuments .el-table,
.myProfile .uploaddocuments .el-table thead {
  color: #000;
}
.myProfile .uploaddocuments .el-table th.el-table__cell.is-leaf {
  border-bottom: 7px solid #f2f2f2 !important;
}
label.el-form-item__label,
input.el-input__inner,
textarea.el-textarea__inner {
  font-size: 16px;
  color: #000;
}
.el-select .el-input__inner:focus,
.el-select .el-input.is-focus .el-input__inner,
.el-input__inner:focus,
.el-textarea__inner:focus {
  border-color: #ff8039 !important;
}
.el-select-dropdown__item.selected {
  color: #ff8039 !important;
}
.el-dialog .el-dialog__body {
  word-break: break-word !important;
  color: #000;
}
.el-dialog .el-dialog__body p {
  font-size: 12px;
}
.el-dialog .el-dialog__body .el-dialog-content p {
  margin: 0 0 10px;
}
.notice-dialog .el-dialog {
  border-radius: 10px;
}
.notice-dialog .el-dialog .el-dialog__header {
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 20px;
  background: linear-gradient(93deg, #ffa26f 2.34%, #ff8039 100%);
}
.notice-dialog .el-dialog .el-dialog__header .el-dialog__title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.notice-dialog
  .el-dialog
  .el-dialog__header
  .el-dialog__headerbtn
  .el-dialog__close {
  color: #fff;
}
.notice-dialog .el-dialog .dialog-bottom-operator {
  text-align: center;
  margin-top: 20px;
}
.form-dialog .el-dialog .el-dialog__header, .form-dialog1 .el-dialog .el-dialog__header {
  background: linear-gradient(93deg, #ffa26f 0%, #ff8039 100%);
}
.form-dialog .el-dialog .el-dialog__header .el-dialog__title, .form-dialog1 .el-dialog .el-dialog__header .el-dialog__title {
  color: #fff;
}
.form-dialog .el-dialog--center .el-dialog__body {
  padding: 25px 87px 30px;
  overflow: auto;
  height: 44em;
}
.form-dialog.make-payment-dialog .el-dialog--center .el-dialog__body {
  height: auto;
}
.colorButton {
  padding: 0 4em;
  background: #fff3ec;
  border-radius: 50px;
  border: 2px #ff8039 solid;
  color: #ff8039;
}
.process-payment-container {
  background: #fff3ec;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.process-payment-container .user {
  display: flex;
  align-items: center;
}
.process-payment-container .username {
  font-size: 14px;
  font-weight: 600;
}
.process-payment-container .loan-no {
  font-size: 12px;
  font-weight: 500;
}
.process-payment-container .total-due {
  font-size: 16px;
  font-weight: 700;
}
.process-payment-container .total-due .total-due-value {
  color: #ff8039;
}
.process-payment-container ul.amount-list {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  font-size: 14px;
}
.process-payment-container ul.amount-list li > span {
  color: #656258;
}
.process-payment-container ul.amount-list li p {
  font-size: 14px;
}
.process-payment-container + .el-form label.el-form-item__label {
  font-size: 14px;
}
.process-payment-container
  + .el-form
  .readonly-form-item
  label.el-form-item__label {
  color: #5c5c5c;
  line-height: 1;
  font-weight: 400;
}
.el-form-item__content {
  display: flex;
}
.details-container .el-form-item__content{
  display: block;
}
.process-payment-container
  + .el-form
  .readonly-form-item
  .el-form-item__content {
  color: #000;
  font-weight: 500;
}
.process-payment-container
  + .el-form
  .number-form-item
  .el-form-item__content
  > span {
  display: inline-block;
  margin-right: 10px;
}
.process-payment-container
  + .el-form
  .number-form-item
  .el-form-item__content
  > span
  + .el-input-number {
  width: calc(100% - 20px);
}
.block-button.el-button {
  width: 202px;
  height: 44px;
  border-radius: 22px;
}
.mobile-process-payment {
  padding: 0 20px;
}
.mobile-process-payment .mobile-amount-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.mobile-process-payment .mobile-amount-list .total-due {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
}
.mobile-process-payment .mobile-amount-list .total-due .total-due-value {
  color: #ff8039;
}
.mobile-process-payment .mobile-amount-list ul li {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.mobile-process-payment .mobile-amount-list ul li span:first-child {
  color: #656258;
}
.mobile-process-payment .mobile-amount-list .collapse-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  border-radius: 50%;
  background: #ff8039;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.mobile-process-payment .el-form {
  padding: 0 10px;
}
.mobile-process-payment .el-form .el-button {
  width: 140px;
}
.contact-us {
  display: none;
}
@media only screen and (max-width: 600px) {
  .myProfile,
  .mobile-process-payment {
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 10em;
  }
  .mobile-process-payment {
    height: calc(100vh - 142px) !important;
  }
  .process-payment-container {
    margin-top: 2em; 
    padding: 30px 55px 30px 20px; 
    border: 2px solid #FF8039;
    background: #fff3ec;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .myProfile .el-form--label-top .el-form-item__label,
  .mobile-process-payment .el-form--label-top .el-form-item__label {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .process-payment-li {
    justify-content: center !important;
  }
  .contact-us {
    display: block !important;
    z-index: 1;
    overflow: hidden;
    position: fixed;
    /* bottom: 50%;
    right: 5%; */
    left: calc(100% - 80px);
    bottom: 100px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    filter: drop-shadow(0px 0px 11.11111069px rgba(0, 0, 0, 0.12));
  }
  footer.mobile-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: block;
  }
  footer.mobile-footer .footer-cover {
    position: absolute;
    z-index: 1008;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  footer.mobile-footer .el-tabs--border-card {
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.04);
    border-color: #fff;
  }
  footer.mobile-footer .el-tabs--border-card > .el-tabs__header {
    border-bottom-color: #fff;
  }
  footer.mobile-footer .el-tabs--border-card > .el-tabs__header .el-tabs__item {
    padding: 12px 20px;
    height: auto;
    line-height: normal;
    color: #7f7f7f;
    background: #fff;
    font-size: 12px;
  }
  footer.mobile-footer
    .el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item.is-active {
    color: #ff8039;
    border-left-color: #fff;
    border-right-color: #fff;
  }
  footer.mobile-footer
    .el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item
    span {
    display: inline-block;
    padding-top: 38px;
  }
  footer.mobile-footer
    .el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item:first-child
    span {
    background-image: url("../images/loans.svg");
    background-repeat: no-repeat;
    background-position: center top;
  }
  footer.mobile-footer
    .el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item:first-child.is-active
    span {
    background-image: url("../images/loans_light.svg");
    background-repeat: no-repeat;
    background-position: center top;
  }
  footer.mobile-footer
    .el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item:nth-child(2)
    span {
    background-image: url("../images/details.svg");
    background-repeat: no-repeat;
    background-position: center top;
  }
  footer.mobile-footer
    .el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item:nth-child(2).is-active
    span {
    background-image: url("../images/details_light.svg");
    background-repeat: no-repeat;
    background-position: center top;
  }
  footer.mobile-footer
    .el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item:nth-child(3)
    span {
    background-image: url("../images/password.svg");
    background-repeat: no-repeat;
    background-position: center top;
  }
  footer.mobile-footer
    .el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item:nth-child(3).is-active
    span {
    background-image: url("../images/password_light.svg");
    background-repeat: no-repeat;
    background-position: center top;
  }
  footer.mobile-footer
    .el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item:last-child
    span {
    background-image: url("../images/upload.svg");
    background-repeat: no-repeat;
    background-position: center top;
  }
  footer.mobile-footer
    .el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item:last-child.is-active
    span {
    background-image: url("../images/upload_light.svg");
    background-repeat: no-repeat;
    background-position: center top;
  }
  footer.mobile-footer .el-tabs__content {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .navlist {
    display: block !important;
  }
}
.loanStatusLi {
  margin-bottom: 0 !important;
}
.collapseLi {
  justify-content: center !important;
  margin-bottom: 0 !important;
  padding: 5px 0;
}
.collapseLi .collapseBtn {
  cursor: pointer;
  color: #ff8039;
}
.collapseLi .collapseBtn .collapseBtn-border {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: #ff8039;
  color: #fff;
}
.form-item-radio .el-radio {
  line-height: 40px;
}
.block-radio {
  width: 100%;
}
.block-radio label{
  display: block;
}
.block-radio label .mixed-control {
  display: flex;
}
.el-radio.flex-radio {
  display: flex;
  align-items: baseline;
}
.el-radio.flex-radio>.el-radio__label,
.block-radio label .mixed-control>.el-form-item {
  flex: 1;
}
.spouseAddressItem > .el-form-item__label {
  line-height: 66px;
}
.mixed-control .el-form-item {
  margin-bottom: 22px !important;
}
.mixed-control .span-label {
  display: inline-block;
  margin-right: 4px;
  line-height: 36px;
}
.mixed-control .el-form-item label.el-form-item__label {
  font-weight: normal;
  color: #606266;
}
.mobile-marital-dialog .el-dialog__footer {
  text-align: center;
}
