.provider-top {
  height: 32.5rem;
  background: url("/res/assets/images/provider/07.png") no-repeat;
  background-size: cover;
  justify-content: center;
}
.provider-top__left img {
  height: 31.1875rem;
  width: 59.9375rem;
}
.provider-top__right {
  width: 32.375rem;
  height: 32.5rem;
  background: rgba(0, 0, 0, 0.16);
  color: #ffffff;
  text-align: center;
}
.provider-top__right h1 {
  margin: 0;
  margin-top: 10.25rem;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
}
.provider-top__right p {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 1.25rem;
}
.provider-top__right button {
  width: 21.875rem;
  height: 4.125rem;
  background: linear-gradient(13deg, #f5c30f 0%, #cc140f 100%);
  border-radius: 2.0625rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 3.75rem;
}
.provider-top__right div {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.provider-top__right div > span {
  font-size: 0.875rem;
}
.provider-top__right div > span.dot {
  width: 0.25rem;
  height: 0.25rem;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1.1875rem;
}
.provider-middle {
  padding: 3.125rem;
  justify-content: center;
}
.provider-middle__item {
  width: 29.5rem;
  height: 34.375rem;
  position: relative;
  background: rgba(0, 0, 0, 0.16);
  margin: 0 0.9375rem;
}
.provider-middle__item img {
  width: 29.5rem;
  height: 34.375rem;
}
.__item-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 1.125rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.__item-top div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  width: 14.5rem;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 0rem 0rem 6.25rem 6.25rem;
}
.__item-top p {
  margin: 0 0.75rem;
}
.__item-top img {
  width: 0.75rem;
  height: 0.75rem;
}
.__item-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7.5rem;
  background: linear-gradient(
    315deg,
    rgba(111, 68, 33, 0.76) 0%,
    rgba(11, 16, 95, 0.76) 100%
  );
  transition: all 0.5s;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  justify-content: center;
}
.__item-bottom__title,
.__item-bottom__subtitle {
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1;
  transition: all 0.5s;
}
.__item-bottom__subtitle {
  font-size: 1rem;
  margin-top: 0.75rem;
}
.__item-bottom__desc {
  width: 22rem;
  font-size: 1rem;
  line-height: 1.375rem;
  display: none;
  margin-top: 1rem;
  transition: all 0.5s;
}
.provider-middle__item:hover .__item-bottom {
  height: 34.375rem;
}
.provider-middle__item:hover .__item-bottom__title {
  font-size: 3.5rem;
}
.provider-middle__item:hover .__item-bottom__subtitle {
  font-size: 1.375rem;
}
.provider-middle__item:hover .__item-bottom__desc {
  display: block;
}

.provider-bottom {
  height: 41.25rem;
  width: 100%;
  background: url("/res/assets/images/provider/10.png") no-repeat;
  background-size: cover;
  justify-content: center;
}
.provider-bottom__form {
  width: 31.25rem;
  height: 35rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2.5rem;
}
.provider-bottom__form-title {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-top: 2.25rem;
}
.provider-bottom__form .el-form {
  margin: 2.25rem 1.25rem 0;
}
.provider-bottom__form .el-form-item {
  margin-bottom: 0.75rem;
}
.provider-bottom__form .el-form-item__content {
  line-height: 3.75rem;
  position: relative;
  font-size: 1.125rem;
}
.provider-bottom__form .el-input {
  position: relative;
  font-size: 1.125rem;
  display: inline-block;
  width: 100%;
}
.provider-bottom__form .el-input .el-input__suffix {
  right: 1.25rem;
}
.provider-bottom__form .el-input__inner {
  height: 3.75rem;
  line-height: 3.75rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #727272;
  padding: 0 1.25rem;
}
.provider-bottom__form .el-input__inner::placeholder {
  color: #727272;
}
.provider-bottom__form .el-button--primary {
  width: 100%;
  height: 4.125rem;
  background: linear-gradient(13deg, #f5c30f 0%, #cc140f 100%);
  border-radius: 2.0625rem;
  border: none;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0.5rem;
}
.provider-bottom__form-codebtn,
.el-button.is-disabled,
.provider-bottom__form-codebtn:hover,
.provider-bottom__form-codebtn:focus {
  font-size: 0.875rem;
  color: #319653;
  min-width: 4.375rem;
}

.provider-bottom__form .el-select .el-input__inner:focus {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.el-select-dropdown__item.selected {
  color: #319653;
}
.provider-bottom__form .el-select .el-input.is-focus .el-input__inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.provider-bottom__form .el-select .el-input .el-select__caret {
  color: #727272;
}

.provider-bottom__info {
  margin-left: 7.875rem;
}
.provider-bottom__info h1 {
  width: 40.25rem;
  font-size: 2.875rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin: 0;
}
.provider-bottom__info h6 {
  width: 53rem;
  height: 3.25rem;
  font-size: 1rem;
  color: #ffffff;
  line-height: 26px;
  margin: 0;
  margin-top: 1.625rem;
}
.provider-bottom__info-wrap {
  margin-top: 5.0625rem;
  display: flex;
  align-items: center;
}
.provider-bottom__info-wrap div > h4 {
  margin: 0 auto;
  height: 1.625rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.625rem;
  margin-top: 0.75rem;
}
.provider-bottom__info-wrap div > h4:last-child {
  margin-top: 2.375rem;
}
.provider-bottom__info-wrap div > img {
  margin-top: 1rem;
  height: 1.8125rem;
}

.provider-bottom__info-wrap .__info-qrcode {
  width: 11.875rem;
  height: 15.0625rem;
  background: url("/res/assets/images/provider/05.png") no-repeat;
  background-size: cover;
  margin-left: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.provider-bottom__info-wrap .__info-qrcode img {
  width: 9.375rem;
  height: 9.375rem;
  padding: 0.625rem;
  box-sizing: border-box;
  background-color: #ffffff;
}

.provider-bottom2 {
  width: 92.1875rem;
  height: 24.875rem;
  background: url("/res/assets/images/provider/09.png") no-repeat;
  background-size: cover;
  margin: 1.25rem auto 3.125rem;
}
.provider-bottom2__form .el-form {
  margin: 2.375rem 1.875rem 0;
}
.provider-bottom2__form {
  width: auto;
  height: auto;
  background: unset;
  border-radius: unset;
  position: relative;
  overflow: auto;
}
.provider-bottom__form .el-input__inner {
  background: rgba(255, 255, 255, 0.8);
}
.provider-inquiry {
  width: 92.1875rem;
  margin: 0 auto;
}
.provider-inquiry h1 {
  font-size: 2.375rem;
  color: #1c1d1e;
  line-height: 1;
  margin: 38px 0;
  text-align: center;
}
.el-table td,
.el-table th {
  font-size: 0.875rem;
  color: #1c1d1e;
}
.el-table th > .cell {
  font-weight: 500;
  word-break: break-word;
}

.cell button.reg-button {
  width: 8.125rem;
  height: 2.625rem;
  background: #ffffff;
  border-radius: 1.3125rem;
  border: 1px solid #cccccc;
  font-size: 0.875rem;
  font-weight: bold;
  color: #1c1d1e;
  transition: none;
}
.el-table--enable-row-hover
  .el-table__body
  tr:hover
  > td
  > .cell
  button.reg-button {
  background-color: #cc140e;
  background-image: linear-gradient(224deg, #cc140e 0%, #f6c310 100%);
  color: #ffffff;
  border: 0;
}
.el-table .el-table__header tr,
.el-table .el-table__header th {
  height: 3.1875rem;
  background: #f3f3f3;
  padding: 0;
}
.el-table .el-table__header th:first-child {
  border-top-left-radius: 1rem;
}
.el-table .el-table__header th:nth-child(7) {
  border-top-right-radius: 1rem;
}
.el-table .cell,
.el-table th div,
.el-table--border td:first-child .cell,
.el-table--border th:first-child .cell {
  padding-left: 3.125rem;
}
.el-table .cell,
.el-table th div {
  padding-right: 0;
  word-break:break-word;
}

.el-table .el-table__body td:first-child {
  border-left: 1px solid #ebeef5;
}
.el-table .el-table__body td:last-child {
  border-right: 1px solid #ebeef5;
}

.el-table .el-table__header th:nth-child(7) div.cell {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.el-table .el-table__body td:last-child div.cell {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (max-width: 768px) {
  .provider-top {
    height: 570px;
    background: url("/res/assets/images/provider/12.png") no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .provider-top img:first-child {
    display: none;
  }
  .provider-top img:last-child {
    display: block;
  }
  .provider-top img {
    height: 308px;
    margin: 12px auto -12px;
    width: 375px;
  }
  .provider-top__right {
    height: 260px;
    width: 100%;
  }
  .provider-top__right h1 {
    margin-top: 40px;
    font-size: 38px;
  }
  .provider-top__right p {
    margin-top: 18px;
    font-size: 16px;
  }
  .provider-top__right button {
    width: 221px;
    height: 50px;
    margin-top: 33px;
    font-size: 18px;
  }
  .provider-top__right div {
    margin-top: 20px;
  }
  .provider-top__right div > span {
    font-size: 14px;
  }

  .provider-middle {
    padding: 20px 0;
    padding-right: 0;
    padding-left: 14px;
    justify-content: flex-start;
    overflow: auto;
  }
  .provider-middle__item {
    margin: 0 6px;
    width: 335px;
    height: 550px;
  }
  .provider-middle__item:last-child {
    margin-right: 20px;
  }
  .provider-middle__item img {
    width: 335px;
    height: 550px;
    object-fit: cover;
  }
  .__item-top {
    font-size: 18px;
  }
  .__item-top div {
    width: 232px;
    height: 36px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 0px 0px 100px 100px;
  }
  .__item-top img {
    width: 12px;
    height: 12px;
  }

  .__item-bottom {
    height: 254px;
  }
  .__item-bottom__title {
    font-size: 38px;
  }
  .__item-bottom__subtitle {
    font-size: 16px;
  }
  .__item-bottom__desc {
    display: block;
    padding: 0 32px;
    font-size: 14px;
    line-height: 22px;
    width: auto;
    margin-top: 12px;
  }
  .provider-bottom {
    flex-direction: column;
    justify-content: flex-start;
    height: 1260px;
    width: 100%;
    background: url(/res/assets/images/provider/13.png) no-repeat;
    background-size: cover;
  }
  .provider-bottom__form {
    min-width: 335px;
    width: calc(100% - 40px);
    margin-top: 38px;
    height: auto;
  }
  .provider-bottom__form .el-input__inner {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    border-radius: 16px;
  }
  .provider-bottom__form .el-button--primary {
    font-size: 18px;
    height: 50px;
    border-radius: 25px;
    margin-top: 10px;
  }
  .provider-bottom__form .el-form-item {
    margin-bottom: 12px;
  }
  .el-input__suffix-inner {
    display: block;
    line-height: 60px;
    height: 60px;
  }
  .provider-bottom__form-codebtn,
  .el-button.is-disabled,
  .provider-bottom__form-codebtn:hover,
  .provider-bottom__form-codebtn:focus {
    font-size: 14px;
  }
  .provider-bottom__info {
    margin: 0 auto;
  }
  .provider-bottom__info h1 {
    font-size: 30px;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 20px;
    line-height: 46px;
    text-align: center;
  }
  .provider-bottom__info h6 {
    width: 336px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 20px;
    height: 104px;
    font-weight: 400;
  }
  .provider-bottom__info-wrap {
    margin-top: 30px;
    justify-content: center;
  }
  .provider-bottom__info-wrap div > h4 {
    width: 288px;
    height: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
  }
  .provider-bottom__info-wrap div > img {
    height: 26px;
  }
  .provider-bottom__info-wrap .first-div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .provider-bottom__info-wrap .__info-qrcode {
    display: none;
  }
  .provider-bottom__info-wrap .__info-qrcode2 {
    width: 190px;
    height: 241px;
    background: url(/res/assets/images/provider/05.png) no-repeat;
    background-size: cover;
    margin-left: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
  }
  .provider-bottom__info-wrap .__info-qrcode2 img {
    width: 150px;
    height: 150px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  .provider-inquiry {
    width: 100%;
  }
  .provider-inquiry h1 {
    font-size: 30px;
  }
  .el-table .cell {
    font-size: 14px;
  }
  .el-table .el-table__header th:nth-child(7) div.cell {
    padding: 0;
  }
  .provider-bottom2 {
    width: calc(100% - 40px);
    height: auto;
    background: url(/res/assets/images/provider/14.png) no-repeat;
    background-size: cover;
    margin: 10px auto 50px;
    padding-bottom: 20px;
    border-radius: 16px;
  }
  .provider-bottom2__form {
    width: auto;
    overflow: hidden;
    margin-top: auto;
  }
  .provider-bottom2__form .provider-bottom__form-title {
    width: 286px;
    height: 76px;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    line-height: 38px;
    margin: 0 auto;
    text-align: center;
    margin-top: 22px;
  }
  .provider-bottom2__form .el-form {
    margin: 32px 10px 0;
  }
  .provider-bottom__form-title {
    font-size: 26px;
    line-height: 1;
    text-align: center;
    margin: 0 25px;
    margin-top: 30px;
  }
  .provider-bottom__form .el-form {
    margin-top: 26px;
  }
  .cell button.reg-button {
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    color: #f87d12;
    line-height: unset;
    border-radius: unset;
    border: 0;
  }
}
