.applyBtn {
  width: 100px;
  height: 32px;
  border-radius: 16px;
  background: #ff8d26;
  font-size: 14px;
  line-height: 32px !important;
  text-align: center;
}

.applyBtn a {
  color: #DEE0E5;
  line-height: 32px;
}

.share {
  position: relative;
  height: 0px;
}

.share>div {
  position: absolute;
  right: 0px;
  top: 30px;
  height: 34px;
  justify-content: flex-end;
}

.partTitle {
  position: relative;
  height: 64px;
  padding-left: 80px;
  padding-top: 82px;
  margin-bottom: 50px;
}

.partTitle h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 42px;
}

.partTitle div {
  margin-top: 2px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 18px;
}

.partTitle::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 82px;
  width: 64px;
  height: 64px;
  background: url(../images/icon/icon_title.png) left top no-repeat;
  background-size: 100% 100%;
}

.partContent1 {
  position: relative;
  height: 250px;
  border-radius: 8px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #f3f6ff;
  line-height: 28px;
}

.partContent1 .mdBtn {
  position: absolute;
  right: 320px;
  bottom: 33px;
  width: 85px;
  height: 28px;
}

.partc1_left {
  flex: 1;
  color: #DEE0E5;
  font-size: 16px;
  padding: 0 30px;
}

.partContent1 img {
  display: block;
  height: 250px;
}

.timeLine {
  display: block;
  width: 1146px;
  margin: 0 auto;
}
.partcontent3 {
  width: 1150px;
  margin: 0 auto;
}
.partcontent3 li {
  position: relative;
  width: 540px;
  height: 640px;
  background: #1B1D29;
}

.prizeIcon {
  display: block;
  width: 160px;
  height: 160px;
  margin: 30px auto 10px;
}

.prizeName {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 5px;
}

.tmName {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #DEE0E5;
  line-height: 20px;
  padding-bottom: 20px;
}
.prize-cont {
  position: relative;
  height: 210px;
  padding: 10px 0 20px;
}
.prize-cont::before, .prize-cont::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2B3046;
}
.prize-cont::before {
  top: 0;
}
.prize-cont::after {
  bottom: 0;
}
.pItemCenter {
  margin: 0 20px;
  padding-top: 10px;
  box-sizing: border-box;
}

.pItemCenter dd, .pItemCenter dt {
  font-weight: 400;
  text-align: left;
  color: #f3f6ff;
  line-height: 18px;
  font-family: PingFang SC, PingFang SC-Regular;
}
.pItemCenter dt {
  font-size: 14px;
  margin-bottom: 5px;
}
.pItemCenter dd {
  margin: 2px 0;
  font-size: 12px;
  color: #DEE0E5;
  line-height: 20px;
}
.tmPrize {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 36px;
  width: 160px;
  height: 48px;
  color: #372C11;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  background: linear-gradient(90deg,#dfbf80, #ac884a);
  border-radius: 4px;
}

.tmPrize:hover {
  background: linear-gradient(90deg,#efbf60, #9a6e23);
}
.partContent4 {
  height: 250px;
  border-radius: 8px 0px 0px 8px;
  padding: 30px 30px 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #F3F6FF;
  line-height: 28px;
}

.btnGroup {
  margin-top: 30px;
  justify-content: flex-start;
}

.btnGroup a {
  position: relative;
  width: 180px;
  height: 40px;
  background: #156754;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
}

.btnGroup a:first-child {
  position: relative;
  text-align: left;
  padding-left: 56px;
  color: #FFFFFF;
  background: #756443;
  box-sizing: border-box;
}

.btnGroup a:first-child::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/awards01/down.png) left top no-repeat;
  background-size: 100% 100%;
}

.btnGroup a:first-child:hover {
  background: #8E7A52;
}

.btnGroup a:nth-child(2) {
  background: #2D2C2C;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 20px;
}

.btnGroup a:nth-child(2):hover {
  background: #3D3B3B;
}


.part5 {
  position: relative;
  height: 337px;
}

.partContent5 {
  margin-bottom: 80px;
}