.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0 64px;
  color: #384860;
  position: relative;
  background: url(../img/supplier_add_bg_1.jpg) center no-repeat;
  background-size: cover;
  z-index: 2;
}
.main:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(96deg, #010914 0%, #E0493F3a 100%);
  z-index: -1;
}
.main-title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
}
.main-text1 {
  margin-top: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.main-box {
  margin-top: 44px;
  border-radius: 16px;
  padding: 40px 32px;
  width: 536px;
  background-color: #fff;
}
.main-box-text1 {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.main-box-text2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0 32px;
  font-size: 12px;
  line-height: 20px;
  color: #798494;
}
.main-box-text2-l {
  display: block;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icon/supplier_add_icon1.png) no-repeat center;
  background-size: contain;
}
.main-box-title {
  margin-top: 24px;
  line-height: 20px;
}
.main-box .xc-input,
.main-box .xc-select {
  margin-top: 6px;
}
.main-box .xc-btn {
  margin-top: 32px;
  border-radius: 8px;
  width: 100%;
}
.xc-header.sticky{
  position:  relative !important;
}
/*# sourceMappingURL=supplier_add.css.map */