html,
body {
  font-size: 20px;
}
body {
  /* padding-top: 54px!important; */
}
* {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.text-three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

.header-box {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0 5px #ccc;
}

.header-top {
  width: 100%;
  height: 393px;
  position: relative;
  min-width: 1250px;
  background: url('https://imgs0.zupu.cn/photos/common/20220610/1fb9ff0b-fd6f-48b6-9a96-8070712f6369.png') no-repeat center center;
  background-color: #1a1b24;
  background-size: cover;
}
.header-top .header-img {
  position: absolute;
  top: 34px;
  /* right: 21.46%; */
  left: 50%;
  transform: translateX(calc(-50% + 582px));
  width: 74px;
  height: 74px;
  z-index:1;
  cursor: pointer
}

.header-top .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 393px;
}

.header-top .top-nums {
  width: 920px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
}

.header-top .top-nums .text {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
  font-weight: 800;
  line-height: 30px;
}
.header-top .top-nums .text:last-child {
  margin-right: 0;
  margin-left: 12px;
}

.header-top .top-nums .normal {
  width: 56px;
  height: 76px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  backdrop-filter: blur(2px);
  font-size: 50px;
  line-height: 76px;
  text-align: center;
  color: #b30d20;
  font-weight: 800;
  margin-right: 8px;
}

.header-top .top-nums .comma {
  width: 30px;
  height: 76px;
  font-size: 50px;
  margin-top: 38px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: flex-end;
  font-weight: 800;
  line-height: 75px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
}

.container {
  width: 1250px;
  margin: 4px auto 0;
}

.cont {
  width: 100%;
  box-sizing: border-box;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 50px 23px;
  margin: 20px 0;
}

.from {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
  width: 752px;
  margin: 0 auto;
}
.form .el-form-item {
  width: 100%;
  height: 46px;
  line-height: 46px;
}
.el-form-item .el-form-item__label {
  height: 46px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  padding: 11px 12px 10px 0;
}
.el-form-item .el-form-item__content {
  line-height: 46px;
  position: relative;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #CCCCCC;
}
.el-form-item .el-input__inner {
  height: 44px;
  padding: 9px 17px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 26px;
}
.from .clan-item { 
  height: 62px;
  line-height: 62px;
}
.clan-item .el-form-item__label {
  font-size: 26px;
  font-weight: 800;
  color: #333333;
  line-height: 40px;
  padding: 11px 12px 11px 0;
  font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
}
.clan-item .el-form-item__content {
  line-height: 62px;
  position: relative;
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #CCCCCC;
}
.clan-item .el-input__inner {
  height: 62px;
  padding: 17px;
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 26px;
}
.plus-item .plus-input{
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
.plus-item .plus-input:last-child{
  margin-bottom: 0;
}
.plus-btn {
  display: none;
  margin-left: 12px;
  width: 24px;
  height: 24px;
  background: url("https://hsy1.zupu.cn/static/web/xungen/img/plus-icon.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.info-complete {
  margin-top: 13px;
}
.info-complete .el-progress-bar__outer {
  overflow: visible;
  background-color: #fff;
  border: 1px solid #DDDDDD;
}
.info-complete .el-progress-bar__outer::after {
  content: '';
  display: block;
  width: 202px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 28px;
  background: url('https://imgs0.zupu.cn/photos/common/20220613/54bc08ac-755d-4ced-bd2b-24e40a90da2c.png') no-repeat center;
  background-size: 100% 100%;
}
.info-complete .el-progress-bar__innerText {
  position: absolute;
  display: inline-block;
  width: auto;
  height: 17px;
  right: -15px;
  top: -18px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
}
.line {
  width: 100%;
  height: 1px;
  border: 1px solid #e8e8e8;
  margin: 32px 0 38px 0;
  box-sizing: border-box;
  border-bottom: none;
}
.last-line {
  margin-top: 42px;
  margin-bottom: 48px;
}

.title {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  /* padding-left: 36px; */
}

.box {
  display: flex;
  align-items: center;
  position: relative;
}

.box .box-title {
  width: 140px;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: 500;
  margin-right: 12px;
  text-align: right;
}

.botm {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.btn {
  width: 324px;
  height: 50px;
  background: #b30d20;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  margin-top: 28px;
  cursor: pointer;
}

.tip {
  width: 202px;
  height: 26px;
  position: absolute;
  left: 150px;
  bottom: -26px;
}
