.el-message {
  top: 50% !important;
}
.c-withdrawal-dialog {
  display: flex;
  flex-direction: column;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item {
  height: 132px;
  background: #fafafa;
  border-radius: 5px;
  align-items: flex-start;
  padding: 0px 22px;
  transition: all 0.3s;
  position: relative;
  width: 28%;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item .rule {
  cursor: pointer;
  color: #226bff;
  position: absolute;
  right: 20px;
  top: 20px;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item:hover {
  background: #fff;
  box-shadow: 0px 2px 10px 0px #ddd;
  transform: translateY(-2px);
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item:hover::before {
  width: 100%;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item:nth-child(1)::before {
  background-color: #2a61ff;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item:nth-child(1) .icon {
  border-color: #2a61ff !important;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item:nth-child(2)::before {
  background-color: #ff882a;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item:nth-child(2) .icon {
  border-color: #ff882a !important;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item:nth-child(3)::before {
  background-color: #42ceaf;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item:nth-child(3) .icon {
  border-color: #42ceaf !important;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item .top .icon {
  width: 11px;
  height: 11px;
  border: 3px solid;
  border-radius: 50%;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item .top .explain {
  color: #5d646d;
  margin-left: 7px;
  font-size: 19px;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item .bottom {
  width: 100%;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item .bottom .money {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item .bottom .money span {
  font-size: 28px;
}
.c-withdrawal-dialog .settlement-top .settlement-list .settlement-item .bottom .extract-btn {
  width: 111px;
  height: 47px;
  background: linear-gradient(90deg, #2d6cff 0%, #759eff 100%);
  border-radius: 7px;
  font-size: 19px;
}
.c-withdrawal-dialog .tab-content {
  margin-top: 70px;
  border-bottom: 1px solid #dee2eb;
  padding-left: 36px;
}
.c-withdrawal-dialog .tab-content .tab {
  width: fit-content;
}
.c-withdrawal-dialog .tab-content .tab li {
  padding: 9px 16px;
  font-size: 19px;
  position: relative;
  width: 125px;
  line-height: 40px;
}
.c-withdrawal-dialog .tab-content .tab li.active {
  font-size: 21px;
}
.c-withdrawal-dialog .tab-content .tab li.active::before {
  content: "";
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #226bff;
}
.c-withdrawal-dialog .table-block {
  height: 65%;
  margin-top: 12px;
  overflow: hidden;
}
.c-withdrawal-dialog .table-block .table-box {
  height: 45%;
}
.c-withdrawal-dialog .table-block .table-box .el-table {
  height: 85%;
}
.c-withdrawal-dialog .table-block .table-box .el-table::before {
  height: 0px;
}
.c-withdrawal-dialog .table-block .table-box .el-table .el-table__body-wrapper {
  overflow-y: auto;
  height: 39%;
}
.c-withdrawal-dialog .table-block .table-box .el-table thead {
  height: 60px !important;
  overflow: hidden;
}
.c-withdrawal-dialog .table-block .table-box th {
  background: #f8f9fb;
  line-height: 59px;
  height: 59px !important;
  padding: 0px;
  color: #999;
  overflow: hidden;
}
.c-withdrawal-dialog .table-block .table-box th > div {
  line-height: 59px;
  height: 59px !important;
}
.c-withdrawal-dialog .table-block .table-box td {
  line-height: 59px !important;
  height: 59px !important;
}
.c-withdrawal-dialog .table-block .page-box {
  margin-top: 20px;
  text-align: right;
}
.c-withdrawal-dialog .el-dialog__wrapper .el-dialog__header {
  text-align: center;
}
.c-withdrawal-dialog .el-dialog__wrapper .is-error .el-input-group__append {
  border-color: #f56c6c !important;
}
.c-withdrawal-dialog .el-dialog__wrapper .code_btn-b {
  background: #ededed !important;
  color: #999 !important;
  cursor: not-allowed;
}
.c-withdrawal-dialog .el-dialog__wrapper .code .el-input__inner {
  border-right: 0;
}
.c-withdrawal-dialog .el-dialog__wrapper .code .el-input__inner:focus + .el-input-group__append {
  border-color: #409eff;
}
.c-withdrawal-dialog .el-dialog__wrapper .code .el-input-group__append {
  background: #fff;
  padding: 0px 5px;
  overflow: hidden;
  transition: all 0.2s;
}
.c-withdrawal-dialog .el-dialog__wrapper .code .el-input-group__append .btn-code {
  display: inline-flex;
  font-size: 14px;
  width: 132px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  margin: auto;
}
.c-withdrawal-dialog .el-dialog__wrapper .up-zh {
  text-align: right;
}
.c-withdrawal-dialog .el-dialog__wrapper .up-zh span {
  cursor: pointer;
  color: #226bff;
}
.c-withdrawal-dialog .el-dialog__wrapper .el-dialog__footer {
  text-align: center;
}
.c-withdrawal-dialog .el-dialog__wrapper .el-dialog__footer .dialog-footer button {
  width: 190px;
  height: 38px;
  border-radius: 3px;
}
.c-withdrawal-dialog .btn {
  background: linear-gradient(90deg, #2d6cff 0%, #759eff 100%);
  border: 0;
}
.c-withdrawal-dialog .btn:hover {
  background: linear-gradient(90deg, #2d6cff 0%, #2d6cff 100%);
}
.c-withdrawal-dialog .btn-cancel {
  color: #409eff;
  background: #ecf5ff;
  border-color: #b3d8ff;
}
.c-withdrawal-dialog .btn-cancel:hover {
  color: #fff;
  background: linear-gradient(90deg, #2d6cff 0%, #2d6cff 100%);
}
.c-withdrawal-dialog .withdrawal-dialog-title {
  text-align: center;
  color: #2d6cff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.c-withdrawal-dialog .withdrawal-dialog-title span {
  padding: 0 20px;
  font-size: 20px;
}
.c-withdrawal-dialog .withdrawal-dialog .upload-box {
  display: flex;
  line-height: 46px;
}
.c-withdrawal-dialog .withdrawal-dialog .upload-box .name {
  flex: 1;
  height: 46px;
  background: #fcfcfc;
  border: 1px solid #ededed;
  border-radius: 3px;
  padding-left: 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-withdrawal-dialog .withdrawal-dialog .upload-box .btn {
  flex-shrink: 0;
  width: 155px;
  height: 46px;
  background: #226bff;
  border-radius: 0px 3px 3px 0px;
  font-size: 12px;
  font-weight: 500;
  color: #fefeff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.c-withdrawal-dialog .withdrawal-dialog .upload-box .btn i {
  font-size: 24px;
}
.c-withdrawal-dialog .withdrawal-dialog .desc {
  margin-top: 12px;
}
.c-withdrawal-dialog .withdrawal-dialog .desc a {
  text-decoration: underline;
}
.c-withdrawal-dialog .withdrawal-dialog .upload-demo {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-withdrawal-dialog .withdrawal-dialog .zhu {
  font-size: 14px;
  font-weight: 400;
  color: #ff3838;
}
.c-withdrawal-dialog .withdrawal-dialog .el-dialog {
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-withdrawal-dialog .withdrawal-dialog .el-upload {
  width: 100%;
  height: 100%;
}
.c-withdrawal-dialog .withdrawal-dialog .el-dialog__body {
  padding: 30px 20px 20px;
  text-align: left;
}
.c-withdrawal-dialog .withdrawal-dialog .el-dialog__footer {
  padding-top: 0;
}
.c-withdrawal-dialog .withdrawal-steps {
  display: flex;
  font-family: PingFang SC-Semibold, PingFang SC;
  margin: 0 auto;
  width: 720px;
  position: relative;
  padding-bottom: 20px;
}
.c-withdrawal-dialog .withdrawal-steps .step-inner {
  height: 3px;
  background: #f1f6ff;
  width: 100%;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 0;
}
.c-withdrawal-dialog .withdrawal-steps .step-inner i {
  display: block;
  width: 0px;
  height: 100%;
  background: #226bff;
  transition: width 0.3s;
}
.c-withdrawal-dialog .withdrawal-steps::after {
  right: 0;
}
.c-withdrawal-dialog .withdrawal-steps::before {
  left: 0;
}
.c-withdrawal-dialog .withdrawal-step {
  width: 240px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.c-withdrawal-dialog .withdrawal-step .step-icon {
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 30px;
  color: #4b5162;
  background: #f1f6ff;
  transition: all 0.3s;
}
.c-withdrawal-dialog .withdrawal-step .step-icon.active {
  color: #fff;
  background: #226bff;
}
.c-withdrawal-dialog .withdrawal-step .step-content {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #4b5162;
  line-height: 16px;
}
.c-withdrawal-dialog .withdrawal-select {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin: 20px auto 0px;
  position: relative;
  width: 596px;
}
.c-withdrawal-dialog .withdrawal-select .withdrawal-option {
  width: 250px;
  height: 80px;
  background: #f3f7fc;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  color: #6c717a;
  font-weight: 500;
  padding: 14px 0 10px 17px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.c-withdrawal-dialog .withdrawal-select .withdrawal-option.active {
  position: relative;
  z-index: 2;
  background: transparent;
  border-color: transparent;
  color: #fff;
}
.c-withdrawal-dialog .withdrawal-select .withdrawal-option .iconfont {
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 24px;
}
.c-withdrawal-dialog .withdrawal-select h2 {
  font-size: 16px;
  line-height: 14px;
}
.c-withdrawal-dialog .withdrawal-select p {
  font-size: 12px;
  line-height: 14px;
}
.c-withdrawal-dialog .withdrawal-select .active-bg {
  border-radius: 3px;
  width: 250px;
  height: 80px;
  box-shadow: 0 4px 7px #5794fc;
  background: linear-gradient(0deg, #92bbff 0%, #5794fc 31%);
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.25s;
}
.c-withdrawal-dialog .withdrawal-select .active-bg img {
  width: 22px;
  position: absolute;
  top: 0;
  right: 0;
}
.c-withdrawal-dialog .withdrawal-select .sign-status {
  position: absolute;
  height: 16px;
  display: flex;
  padding: 0 3px;
  justify-content: center;
  align-items: center;
  background: red;
  top: 12px;
  left: 120px;
  border-radius: 3px;
}
.c-withdrawal-dialog .money-form-warp {
  padding-top: 14px;
}
.c-withdrawal-dialog .withdrawal-table {
  width: 580px;
  margin: 0 auto 20px;
  border-radius: 4px;
  text-align: center;
}
.c-withdrawal-dialog .withdrawal-table .item-box {
  display: flex;
}
.c-withdrawal-dialog .withdrawal-table .item-box .td {
  flex: 1;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: 500;
  color: #31373d;
}
.c-withdrawal-dialog .withdrawal-table .item-box.th .td {
  height: 40px;
  line-height: 40px;
  background: #f7f9fa;
}
.c-withdrawal-dialog .withdrawal-table .el-checkbox__label {
  display: none;
}
.c-withdrawal-dialog .withdrawal-pagination {
  text-align: center;
}
.c-withdrawal-dialog .withdrawal-data-one {
  width: 667px;
  margin: 30px auto 5px;
}
.c-withdrawal-dialog .withdrawal-apply {
  width: 667px;
  margin: 0 auto;
}
.c-withdrawal-dialog .withdrawal-apply .apply-info {
  width: 100%;
  margin: 20px auto;
  background: #f7faff;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-left: 3px solid #3357df;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
}
.c-withdrawal-dialog .withdrawal-apply .apply-info-left {
  width: 100%;
  line-height: 30px;
  background: #f7faff;
  box-sizing: border-box;
}
.c-withdrawal-dialog .withdrawal-apply .apply-info-right {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
}
.c-withdrawal-dialog .withdrawal-apply .apply-info-right img {
  max-width: 110px;
}
.c-withdrawal-dialog .withdrawal-apply .apply-info-right .kf {
  color: #333;
}
.c-withdrawal-dialog .withdrawal-apply .apply-info-right .notes {
  color: #86909C;
}
.c-withdrawal-dialog .withdrawal-apply .info-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.c-withdrawal-dialog .withdrawal-apply .info-desc {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.c-withdrawal-dialog .withdrawal-apply .info-desc .info-menoy-color {
  display: inline-block;
  color: #ff0707;
}
.c-withdrawal-dialog .withdrawal-apply .info-desc span {
  display: inline-block;
  vertical-align: middle;
}
.c-withdrawal-dialog .withdrawal-apply .info-desc span:nth-child(1) {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-withdrawal-dialog .withdrawal-apply .info-desc span:nth-child(1) i {
  cursor: pointer;
}
.c-withdrawal-dialog .withdrawal-apply .info-desc span:nth-child(2) {
  width: 163px;
}
.c-withdrawal-dialog .withdrawal-input-name {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-withdrawal-dialog .withdrawal-input-name:not(:first-child) {
  margin-top: 10px;
}
.c-withdrawal-dialog .withdrawal-input-name .label {
  color: #4e5969;
  margin-right: 20px;
  min-width: 70px;
}
.c-withdrawal-dialog .withdrawal-input-name .content {
  width: 577px;
}
.c-withdrawal-dialog .withdrawal-input-name .el-input {
  width: 100%;
  border-radius: 4px;
}
.c-withdrawal-dialog .phone-disabled {
  width: 577px;
  height: 32px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d4d6d9;
  line-height: 32px;
  padding-left: 16px;
  box-sizing: border-box;
  color: #4b5162;
  text-align: left;
}
.c-withdrawal-dialog .phone-disabled span {
  color: #a9adb1;
}
.c-withdrawal-dialog .code-box {
  display: flex;
}
.c-withdrawal-dialog .code-box .el-button {
  margin-left: 8px;
}
.c-withdrawal-dialog .data-infos {
  width: 570px;
  background: #f7f8f9;
  margin: 0 auto;
  border-radius: 5px;
  padding: 9px 20px;
  box-sizing: border-box;
  position: relative;
}
.c-withdrawal-dialog .data-infos .item {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 15px;
  display: flex;
  justify-content: space-between;
}
.c-withdrawal-dialog .data-infos .ti {
  margin-top: 12px;
}
.c-withdrawal-dialog .data-infos .right {
  width: 170px;
  text-align: left;
}
.c-withdrawal-dialog .data-infos .copy-btn {
  width: 60px;
  height: 32px;
  background: #165dff;
  border-radius: 2px 2px 2px 2px;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  text-align: center;
  line-height: 32px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  cursor: pointer;
}
.c-withdrawal-dialog .data-infos a {
  color: #165dff;
}
.c-withdrawal-dialog .withdrawal-data-two {
  padding: 10px 0 10px;
}
.c-withdrawal-dialog .withdrawal-form {
  width: 570px;
  margin: 0 auto;
}
.c-withdrawal-dialog .withdrawal-form .tax-rate {
  margin-bottom: 8px;
  margin-top: -8px;
}
.c-withdrawal-dialog .withdrawal-form .withdraw-type {
  margin-bottom: 8px;
}
.c-withdrawal-dialog .withdrawal-form .yz .el-form-item__label::before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.c-withdrawal-dialog .withdrawal-form .el-form-item__content {
  margin-left: 130px !important;
}
.c-withdrawal-dialog .qiye-info.act > p {
  display: inline-block;
  vertical-align: middle;
}
.c-withdrawal-dialog .qiye-info.act p:nth-child(1) {
  max-width: 75%;
  margin-right: 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-withdrawal-dialog .qiye-info .select-open {
  color: #3773ff;
  text-decoration: underline;
  cursor: pointer;
}
.c-withdrawal-dialog .qiye-info .iconfont {
  cursor: pointer;
  color: #3773ff;
  display: inline-block;
}
.c-withdrawal-dialog .sign-dialog .sign-desc {
  background: #f3f3f3;
  color: #333;
  line-height: 24px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: -15px;
  margin-bottom: 25px;
}
.c-withdrawal-dialog .sign-dialog .sign-code {
  width: 190px;
  height: 190px;
  margin: 0 auto;
  border-radius: 8px;
  border: 2px solid #e7e7e7;
}
.c-withdrawal-dialog .sign-dialog .sign-code-desc {
  width: 264px;
  margin: 10px auto 0;
  line-height: 22px;
}
.c-withdrawal-dialog .withdrawal-steps::after,
.c-withdrawal-dialog .withdrawal-steps::before {
  content: "";
  position: absolute;
  width: 105px;
  top: 0;
  height: 30px;
  background: #fff;
  z-index: 1;
}
.c-withdrawal-dialog .money-max {
  vertical-align: middle;
  font-size: 14px;
  color: #e34d59;
  line-height: 40px;
}
.c-withdrawal-dialog .max-btn {
  vertical-align: middle;
  font-size: 14px;
  color: #2f6dff;
  line-height: 40px;
  cursor: pointer;
}
.c-withdrawal-dialog .max-btn:hover {
  text-decoration: underline;
}
.c-withdrawal-dialog .apply-info-2 {
  padding: 20px 0;
}
.c-withdrawal-dialog .apply-info-2 .left {
  flex: 1;
  width: 0;
  overflow: hidden;
}
.c-withdrawal-dialog .apply-info-2 .right {
  width: 140px;
}
.c-withdrawal-dialog .apply-info-2 .right .download-btn {
  vertical-align: middle;
  font-size: 14px;
  color: #2f6dff;
  cursor: pointer;
}
.c-withdrawal-dialog .apply-info-2 .right .download-btn:hover {
  text-decoration: underline;
}
.c-withdrawal-dialog .steps-one-platform-warp {
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 700px;
  overflow: auto;
}
.c-withdrawal-dialog .select-platform-all {
  margin: 0px auto 26px;
  position: relative;
  width: 568px;
}
.c-withdrawal-dialog .select-platform-all .select-platform-tips {
  color: #8897b4;
  margin: 10px 0;
}
.c-withdrawal-dialog .select-platform-all .select-platform-list .platform-list {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin: 5px auto 12px;
  height: 56px;
  padding: 12px 10px;
  background-color: #fbffff;
  border: 0.5px solid #f3f3f3;
  border-radius: 4px;
  cursor: pointer;
}
.c-withdrawal-dialog .select-platform-all .select-platform-list .platform-list:hover {
  border: 1px solid #3357df;
  box-sizing: border-box;
  box-shadow: rgba(73, 134, 248, 0.185) 0px 7px 29px 0px;
}
.c-withdrawal-dialog .select-platform-all .select-platform-list .platform-list .list-left {
  display: flex;
  align-content: center;
  align-items: center;
}
.c-withdrawal-dialog .select-platform-all .select-platform-list .platform-list .list-left div {
  margin-right: 10px;
}
.c-withdrawal-dialog .select-platform-all .select-platform-list .platform-list .list-left .list-left-img {
  width: 34px;
  height: 34px;
}
.c-withdrawal-dialog .select-platform-all .select-platform-list .platform-list .list-left .list-left-img img {
  width: 100%;
  border-radius: 4px;
}
.c-withdrawal-dialog .select-platform-all .select-platform-list .platform-list .list-left .list-name {
  width: 150px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0a0d45;
}
.c-withdrawal-dialog .select-platform-all .select-platform-list .platform-list .list-right {
  display: flex;
  align-content: center;
  align-items: center;
}
.c-withdrawal-dialog .select-platform-all .select-platform-list .platform-list .list-right .list-money {
  margin-right: 15px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0a0d45;
}
.c-withdrawal-dialog .select-platform-all .select-platform-list .platform-list .list-right .list-round {
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  align-content: center;
  align-items: center;
}
.c-withdrawal-dialog .select-platform-all .select-platform-list .platform-list .list-right .select-round {
  width: 20px;
  height: 20px;
  border: 1px solid #3357df;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-withdrawal-dialog .select-platform-all .select-platform-list .platform-list .list-right .select-round span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #3357df;
}
.c-withdrawal-dialog .select-platform-all .select-platform-list .selectPlatformClass {
  border: 1px solid #3357df;
}
.c-withdrawal-dialog .select-withdraw-tips {
  line-height: 14px;
  font-size: 12px;
  color: #8897b4;
}
.c-withdrawal-dialog .apply-contract {
  display: block !important;
}
.c-withdrawal-dialog .apply-contract .contract-tips {
  padding: 10px;
  background-color: #ffece8;
  border-radius: 8px;
  line-height: 1.8;
  color: red;
  font-weight: 400;
  font-size: 12px;
}
.c-withdrawal-dialog .apply-contract .contract-list {
  margin-top: 20px;
  overflow: hidden;
}
.c-withdrawal-dialog .apply-contract .contract-list > li {
  width: 190px;
  float: left;
  margin-left: 26px;
}
.c-withdrawal-dialog .apply-contract .contract-list > li:nth-child(1) {
  margin-left: 0;
}
.c-withdrawal-dialog .apply-contract .contract-list > li .contract-head {
  font-size: 12px;
}
.c-withdrawal-dialog .apply-contract .contract-list > li .contract-head .head-com {
  cursor: pointer;
}
.c-withdrawal-dialog .apply-contract .contract-list > li .contract-head .head-com p,
.c-withdrawal-dialog .apply-contract .contract-list > li .contract-head .head-com a {
  color: #165dff;
  margin-left: 6px;
}
.c-withdrawal-dialog .apply-contract .contract-list > li .contract-head .head-com p:hover,
.c-withdrawal-dialog .apply-contract .contract-list > li .contract-head .head-com a:hover {
  opacity: 0.8;
}
.c-withdrawal-dialog .apply-contract .contract-list .upload {
  margin-top: 11px;
  height: 140px;
  background-color: #fff;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
}
.c-withdrawal-dialog .apply-contract .contract-list .upload:hover {
  border-color: #409eff;
}
.c-withdrawal-dialog .apply-contract .contract-list .upload .upload-file {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
  cursor: pointer;
}
.c-withdrawal-dialog .apply-contract .contract-list .upload .upload-file .el-icon-upload {
  font-size: 50px;
  color: #c0c4cc;
}
.c-withdrawal-dialog .apply-contract .contract-list .upload .upload-file p {
  font-size: 12px;
  color: #409eff;
}
.c-withdrawal-dialog .apply-contract .contract-list .upload .upload-file-txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.c-withdrawal-dialog .apply-contract .contract-list .upload .upload-file-txt li {
  margin-top: 6px;
}
.c-withdrawal-dialog .apply-contract .contract-list .upload .upload-file-txt li .el-upload-list__item-name {
  margin-right: 0;
}
.c-withdrawal-dialog .apply-contract .contract-list .upload .upload-file-txt .re-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.c-withdrawal-dialog .apply-contract .contract-list .upload .upload-file-txt:hover .re-upload {
  display: flex;
}
.c-withdrawal-dialog .apply-contract .input-hide {
  display: none;
}
.c-withdrawal-dialog .apply-contract .upload-tips {
  margin-top: 6px;
  font-size: 12px;
  color: #8897b4;
}
.c-withdrawal-dialog .apply-contract .upload-tips i {
  color: red;
}
.withdrawal-alert {
  width: 100%;
  margin: 0 auto;
  padding: 6px 5px;
  margin-top: 12px;
}
.withdrawal-alert svg {
  --size: 20px;
  width: var(--size);
  height: var(--size);
  margin-right: 10px;
}
.withdrawal-alert svg path {
  fill: #f56c6c;
}
.withdrawal-alert .el-alert__content {
  width: 100%;
}
.withdrawal-alert .el-alert__title {
  display: flex;
  align-items: center;
}
.withdrawal-alert .el-button {
  padding: 5px 10px;
  margin-left: auto;
}
.min-w-105 {
  min-width: 105px;
}
.w-auto {
  width: auto;
}
