.partner-ship-wrapper {
  padding-top: 80px;
  background: linear-gradient(180deg, rgba(55, 52, 169, 0.01) 0%, rgba(55, 52, 169, 0.05) 100%);
}
.partner-ship-wrapper .banner-content {
  border: solid 1px transparent;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}
.partner-ship-wrapper .banner-content .banner-title {
  font-family: Medium;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.24px;
  text-align: center;
  height: 56px;
  line-height: 56px;
  color: #FFFFFF;
  margin-top: 97px;
  margin-bottom: 24px;
}
.partner-ship-wrapper .banner-content .banner-des {
  font-family: Light;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.36px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 95px;
}
.partner-ship-wrapper .moblie-saving-content {
  width: 1200px;
  margin: 0 auto 133px;
}
.partner-ship-wrapper .moblie-saving-content .saving-content-article {
  margin-top: 120px;
}
.partner-ship-wrapper .moblie-saving-content .saving-content-article .content-articel-p {
  width: 980px;
  font-family: Light;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.36px;
}
.partner-ship-wrapper .history-list-wrapper {
  padding-bottom: 50px;
  margin-top: 73px;
}
.partner-ship-wrapper .history-list-wrapper .history-list {
  width: 938px;
  margin: 0 auto;
  min-height: 300px;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item {
  position: relative;
  padding-bottom: 100px;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .cricle-wrapper {
  width: 48px;
  height: 48px;
  border: solid 1px rgba(16, 38, 176, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .cricle-wrapper .cricle-content {
  height: 16px;
  width: 16px;
  left: 16px;
  top: 32px;
  border-radius: 0px;
  background-color: #1026b0;
  border-radius: 50%;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .cricle-wrapper-line {
  width: 1px;
  height: calc(100% - 48px);
  background-color: rgba(16, 38, 176, 0.5);
  position: absolute;
  top: 48px;
  left: 50%;
  transform: rotateX(-50%);
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .title-left .left .left-title {
  text-align: right;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .title-left .right {
  text-align: left;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .title-right .right {
  text-align: right;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .title-right .left .left-title {
  text-align: left;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .history-content {
  display: flex;
  justify-content: center;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .history-content .left {
  width: 413px;
  position: relative;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .history-content .left .left-title {
  font-family: Light;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.15);
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .history-content .line-content {
  margin: 0px 56px;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .history-content .right {
  width: 413px;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .history-content .right .date {
  font-family: Light;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .history-content .right .history-title {
  font-family: Light;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  margin-top: 8px;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item .history-content .right .history-p {
  font-family: Light;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 8px;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item:last-child {
  margin-bottom: 0px;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item:last-child .cricle-wrapper-line {
  height: 37px;
}
.partner-ship-wrapper .history-list-wrapper .history-list .history-item:first-child .cricle-wrapper-line::before {
  content: " ";
  height: 75px;
  width: 1px;
  background-color: rgba(16, 38, 176, 0.5);
  position: absolute;
  top: -123px;
}
.partner-ship-wrapper .history-list-wrapper .history-list::before {
  content: " ";
  display: block;
  width: 2px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: -2px;
  background: #f7f7fc;
}
