*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  min-width: 1226px;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  color: #FFFFFF;
}

/* 浮动处理 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/* 通用容器 */
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.upArea {
  width: 100%;
  height: 550px;
  background: url('./img/背景图.svg') no-repeat -340px 0px;
  padding-top: 40px;
}

.upArea-message {
  margin-top: 23px;
  padding: 0px 95px;
  display: flex;
  justify-content:space-between;
}

.upArea-message .message {
  width: 536px;
  padding-top: 67px;
}

.message-title .large {
  margin-right: 20px;
  font-size: 36px;
  line-height: 54px;
}

.message .message-line {
  margin: 15px 0;
  width: 315px;
  border-top: 1px solid #FFFFFF;
}

.upArea-message .code {
  margin-left: 250px;
  position: relative;
}

.code .wxcode {
  position: absolute;
  width: 136px;
  left: 33px;
  top: 20px;
  height: 136px;
}

.mainArea{
  position: relative;
  height: 698px;
  /* margin-bottom: 100px; */
}

.mainArea .mainArea-data {
  position: absolute;
  top: -148px;
  left: 30px;
  height: 748px;
  background: #FFFFFF;
  box-shadow: 0 6px 16px -8px rgba(29,33,41,0.08), 0 9px 28px 0 rgba(29,33,41,0.05), 0 12px 48px 16px rgba(29,33,41,0.03);
  border-radius: 16px;
  padding: 60px 100px;
}

.mainArea-data .item {
  font-family: PingFangSC-Regular;
  color: #4E5769;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}

.mainArea-data .item .item-title {
  margin-bottom: 10px;
}

.mainArea-data .item .item-data span{
  height: 24px;
  display: block;
  margin-bottom: 20px;
}
.mainArea-data .item .item-data :last-child {
  margin-bottom: 40px;
}

.item-apply {
  display: flex;
  justify-content: space-between;
}

.item-apply .item-apply-entity {
  width: 290px;
}

.item-apply .item-apply-title {
  display: block;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #101319;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* .footer {
  margin-left: auto;
  margin-right: auto;
  width:  0;
  height: 50px;
  border: 0.5px dashed #1D62F5;
} */