#activity.activity {
  padding-top: 70px;
  min-width: 1366px;
  min-height: calc(100vh - 66px);
}
.top {
  height: 600px;
  background: url(/assets/images/leaflet/activity/bg-activity-top-1.png) no-repeat center center, linear-gradient(180deg, #EEF7FF 0%, #C5DBFD 100%);
  background-size: 1920px auto, 100%;
  overflow: hidden;
}
.top .top-content {
  height: 100%;
  padding-top: 50px;
  position: relative;
}
.top .top-content::before {
  content: '';
  width: 365px;
  height: 402px;
  background: url(/assets/images/leaflet/activity/bg-activity-top-2.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 210px;
  left: -265px;
}
.top .top-content::after {
  content: '';
  width: 536px;
  height: 446px;
  background: url(/assets/images/leaflet/activity/bg-activity-top-3.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 176px;
  right: -475px;
}
.top .top-content .title {
  width: 422px;
  background: #fff;
  line-height: 47px;
  font-size: 22px;
  font-weight: bold;
  color: #1259F0;
  text-align: center;
  border: 1px solid #3C70FF;
  border-radius: 25px;
  margin: 0 auto;
}
.top .top-content .msg {
  display: block;
  width: 970px;
  margin: 25px auto 0;
}
.top .top-content .container {
  width: 1200px;
  background: #fff;
  margin: 26px auto 0;
  border-radius: 12px;
  padding: 32px;
  padding-top: 0;
}
.top .top-content .container .container-title {
  width: 462px;
  height: 48px;
  background: url(/assets/images/leaflet/activity/bg-activity-top-4.png) no-repeat center center;
  background-size: 100% auto;
  line-height: 48px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-18px);
}
.top .top-content .container .container-box {
  display: flex;
  justify-content: space-between;
}
.top .top-content .container .container-box .item {
  width: 260px;
  height: 96px;
  background: #EEF3FE;
  text-align: center;
  border-radius: 6px;
  padding-top: 16px;
}
.top .top-content .container .container-box .item .name {
  line-height: 24px;
  font-size: 18px;
  color: #1A1A1A;
}
.top .top-content .container .container-box .item .text {
  display: inline-block;
  line-height: 20px;
  font-size: 15px;
  color: #38496A;
  margin-top: 12px;
  position: relative;
}
.top .top-content .container .container-box .item .text span {
  color: #FF7E12;
}
.top .top-content .container .container-box .item .text::before,
.top .top-content .container .container-box .item .text::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #5CA4FF;
  position: absolute;
  top: 7px;
  left: -18px;
}
.top .top-content .container .container-box .item .text::after {
  left: auto;
  right: -18px;
}
.top .top-content .activity-time {
  line-height: 24px;
  font-size: 18px;
  color: #202735;
  text-align: center;
  margin-top: 68px;
}
.container {
  padding-top: 56px;
}
.container .title {
  font-size: 0;
  text-align: center;
}
.container .title .title-text {
  display: inline-block;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #1A1A1A;
  position: relative;
}
.container .title .title-text span {
  color: #FF8311;
}
.container .title .title-desc {
  line-height: 24px;
  font-size: 18px;
  color: #495973;
  margin-top: 16px;
}
.container .title .title-desc span {
  color: #FF5C00;
}
.container1 {
  padding-bottom: 72px;
}
.container1 .box1 {
  margin-top: 88px;
  display: flex;
  justify-content: space-between;
}
.container1 .box1 .left {
  width: 443px;
}
.container1 .box1 .left .name {
  display: inline-block;
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #202735;
  position: relative;
}
.container1 .box1 .left .name::after {
  content: '新朋友首购专享';
  width: 100px;
  background: #FFF0E1;
  line-height: 16px;
  font-size: 12px;
  color: #FF5C00;
  text-align: center;
  padding: 4px 0;
  border-radius: 11px 11px 11px 0;
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
}
.container1 .box1 .left .desc {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.container1 .box1 .left .desc .item {
  line-height: 26px;
  font-size: 16px;
  color: #495973;
}
.container1 .box1 .left .desc .item span {
  font-size: 20px;
  font-weight: bold;
  color: #1259F0;
}
.container1 .box1 .left .list {
  width: 382px;
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0;
}
.container1 .box1 .left .list .item {
  width: 151px;
  background: url(/assets/images/leaflet/activity/icon-container-1-1.png) no-repeat left center;
  background-size: 16px auto;
  line-height: 21px;
  font-size: 16px;
  color: #202735;
  padding-left: 23px;
}
.container1 .box1 .left .zx-btn {
  width: 192px;
  height: 45px;
  background: #1259F0;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 72px;
  border-radius: 4px;
  cursor: pointer;
}
.container1 .box1 .left .zx-btn:hover {
  background: #003EC1;
}
.container1 .box1 .left .tip {
  line-height: 18px;
  font-size: 14px;
  color: #495973;
  margin-top: 16px;
}
.container1 .box1 .right {
  width: 586px;
  height: 285px;
  background: url(/assets/images/leaflet/activity/bg-container-1-1.png) no-repeat center center;
  background-size: 580px auto;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 24px 0px rgba(60, 89, 150, 0.21);
  margin-right: 84px;
  margin-top: 35px;
  position: relative;
}
.container1 .box1 .right .right-content {
  width: 218px;
  height: 260px;
  background: linear-gradient(180deg, rgba(250, 255, 255, 0.45) 0%, rgba(250, 255, 255, 0.24) 100%);
  box-shadow: 4px 4px 8px 0px rgba(60, 89, 150, 0.06);
  backdrop-filter: blur(4.1px);
  border-radius: 8px;
  padding: 6px;
  position: absolute;
  top: 82px;
  left: -126px;
}
.container1 .box1 .right .right-content .content-box {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #E0FAF8 0%, #FFFFFF 31%);
  box-shadow: 0px 0px 4px 0px rgba(60, 89, 150, 0.07);
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  padding: 16px;
}
.container1 .box1 .right .right-content .content-box .name {
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #1EBDB0;
}
.container1 .box1 .right .right-content .content-box .list {
  margin-top: 16px;
}
.container1 .box1 .right .right-content .content-box .list .item {
  line-height: 16px;
  font-size: 12px;
  color: #495973;
  margin-bottom: 12px;
}
.container1 .box1 .right .right-content .content-box .list .item:last-child {
  margin: 0;
}
.container1 .box1 .right .right-content .content-box .list .item span {
  color: #FF8311;
}
.container1 .box1 .right .down {
  width: 118px;
  height: 354px;
  background: url(/assets/images/leaflet/activity/bg-container-1-2.png) no-repeat center center;
  background-size: 100%;
  line-height: 21px;
  font-size: 16px;
  color: #202735;
  text-align: center;
  padding: 114px 32px;
  position: absolute;
  top: -23px;
  right: -90px;
  z-index: -1;
}
.container1 .box1 .right .down span {
  display: inline-block;
  line-height: 37px;
  font-size: 28px;
  font-weight: bold;
  color: #FF8311;
  margin: 4px 0;
}
.container1 .box2 {
  padding-top: 88px;
}
.container1 .box2 .box-title {
  font-size: 0;
  text-align: center;
}
.container1 .box2 .box-title .title-name {
  display: inline-block;
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #202735;
  position: relative;
}
.container1 .box2 .box-title .title-name::before,
.container1 .box2 .box-title .title-name::after {
  content: '';
  width: 38px;
  height: 7px;
  background: url(/assets/images/leaflet/activity/icon-container-2-title.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 10px;
  left: -54px;
}
.container1 .box2 .box-title .title-name::after {
  left: auto;
  right: -54px;
  transform: rotate(180deg);
}
.container1 .box2 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 0;
  margin-top: 48px;
}
.container1 .box2 .list .item {
  width: 247px;
  background: #fff;
  box-shadow: 2px 2px 8px 0px rgba(60, 89, 150, 0.07);
  border-radius: 8px;
  padding: 28px 24px;
  padding-right: 0;
  display: flex;
  align-items: center;
}
.container1 .box2 .list .item img {
  width: 24px;
  height: 24px;
}
.container1 .box2 .list .item .text {
  line-height: 21px;
  font-style: 16px;
  color: #202735;
  margin-left: 8px;
}
.container2 {
  background: #F2F7FF;
  padding-bottom: 64px;
}
.container2 .title .title-text::after {
  content: '老朋友专享优惠';
  width: 100px;
  background: #FFF0E1;
  line-height: 16px;
  font-size: 12px;
  color: #FF5C00;
  text-align: center;
  padding: 4px 0;
  border-radius: 11px 11px 11px 0;
  position: absolute;
  top: 0;
  left: calc(100% + 12px);
}
.container2 .content {
  padding: 0 242px 0 143px;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
.container2 .content .left {
  width: 354px;
  height: 303px;
  background: url(/assets/images/leaflet/activity/bg-container-2-1.png) no-repeat center center;
  background-size: 100%;
}
.container2 .content .right {
  margin-top: 73px;
}
.container2 .content .right .name {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #202735;
}
.container2 .content .right .text {
  line-height: 21px;
  font-size: 16px;
  color: #495973;
  margin-top: 16px;
}
.container2 .content .right .contact-btn {
  width: 190px;
  height: 45px;
  background: #1259F0;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-top: 48px;
  cursor: pointer;
}
.container2 .content .right .contact-btn:hover {
  background: #003EC1;
}
.container3 {
  padding-bottom: 88px;
}
.container3 .content {
  margin-top: 96px;
  display: flex;
  justify-content: space-between;
}
.container3 .content .item {
  width: 276px;
  background: #fff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 37px;
}
.container3 .content .item:last-child {
  width: 394px;
}
.container3 .content .item:last-child .item-top {
  background: url(/assets/images/leaflet/activity/bg-container-3-2.png) no-repeat right 100px, linear-gradient(144deg, #FF8049 0%, #FFF0A4 100%);
  background-size: 80px auto, 100% auto;
}
.container3 .content .item-top {
  height: 170px;
  background: url(/assets/images/leaflet/activity/bg-container-3-1.png) no-repeat right 50px, linear-gradient(144deg, #419DFF 0%, #6ADBFF 100%);
  background-size: 137px auto, 100% auto;
  text-align: center;
  padding-top: 56px;
  border-radius: 6px;
  position: relative;
}
.container3 .content .item-top::before {
  content: var(--text);
  line-height: 74px;
  font-size: 60px;
  font-weight: bold;
  font-family: DIN;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.51) 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 19px;
}
.container3 .content .item-top .price {
  line-height: 37px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.container3 .content .item-top .price span {
  font-size: 40px;
}
.container3 .content .item-top .name {
  line-height: 26px;
  font-size: 20px;
  color: #fff;
  margin-top: 8px;
}
.container3 .content .item .text {
  line-height: 24px;
  font-size: 14px;
  color: #495973;
  text-align: center;
  margin-top: 24px;
}
.container3 .content .item .desc {
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #202735;
  text-align: center;
  margin-top: 12px;
}
.container3 .content .item .desc span {
  color: #FF8311;
}
.container3 .tip {
  line-height: 18px;
  font-size: 14px;
  color: #495973;
  text-align: center;
  margin-top: 56px;
}
.container4 {
  background: #F2F7FF;
  padding-bottom: 110px;
}
.container4 .content {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
}
.container4 .content .left {
  width: 600px;
}
.container4 .content .left .name {
  display: inline-block;
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #202735;
  position: relative;
}
.container4 .content .left .name::after {
  content: '7天免费试用';
  width: 84px;
  background: #FFF0E1;
  line-height: 16px;
  font-size: 12px;
  color: #FF5C00;
  text-align: center;
  padding: 4px 0;
  border-radius: 11px 11px 11px 0;
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
}
.container4 .content .left .desc {
  line-height: 26px;
  font-size: 14px;
  color: #495973;
  margin-top: 16px;
}
.container4 .content .left .list {
  margin-top: 32px;
  display: flex;
  gap: 0 80px;
}
.container4 .content .left .list .item .item-name {
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #1259F0;
}
.container4 .content .left .list .item .item-text {
  line-height: 18px;
  font-size: 14px;
  color: #202735;
  margin-top: 6px;
}
.container4 .content .left .text-list {
  margin-top: 56px;
}
.container4 .content .left .text-list .text-item {
  display: flex;
  line-height: 18px;
  font-size: 14px;
  color: #202735;
  margin-bottom: 24px;
}
.container4 .content .left .text-list .text-item:last-child {
  margin: 0;
}
.container4 .content .left .text-list .text-item .label {
  width: 84px;
  color: #495973;
  margin-right: 16px;
}
.container4 .content .left .text-list .text-item .cell {
  display: flex;
}
.container4 .content .left .text-list .text-item .cell span {
  background: url(/assets/images/leaflet/activity/icon-container-1-1.png) no-repeat left center;
  background-size: 16px auto;
  padding-left: 23px;
  margin-right: 32px;
}
.container4 .content .left .text-list .text-item .cell span:last-child {
  margin: 0;
}
.container4 .content .left .btn {
  width: 192px;
  height: 45px;
  background: #1259F0;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-top: 72px;
  cursor: pointer;
}
.container4 .content .left .btn:hover {
  background: #003EC1;
}
.container4 .content .right {
  width: 416px;
  height: 394px;
  background: url(/assets/images/leaflet/activity/bg-container-4-1.png) no-repeat center center;
  background-size: 100% auto;
  margin-top: 25px;
  margin-right: 103px;
  position: relative;
}
.container4 .content .right .logo {
  width: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container4 .content .right .tag {
  background: #fff;
  box-shadow: 2px 2px 8px 0px rgba(60, 89, 150, 0.07);
  border-radius: 8px;
  padding: 24px;
  font-size: 0;
  text-align: center;
  position: absolute;
}
.container4 .content .right .tag.tag1 {
  width: 118px;
  top: 23px;
  left: -70px;
}
.container4 .content .right .tag.tag1::before {
  content: '';
  width: 76px;
  height: 31px;
  border-left: 2px solid #DDF2FF;
  border-bottom: 2px solid #DDF2FF;
  border-bottom-left-radius: 8px;
  position: absolute;
  left: 60px;
  bottom: -33px;
}
.container4 .content .right .tag.tag1::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #B5E5FF;
  border-radius: 50%;
  position: absolute;
  right: -26px;
  bottom: -38px;
}
.container4 .content .right .tag.tag2 {
  width: 128px;
  top: 260px;
  left: -50px;
}
.container4 .content .right .tag.tag2::before {
  content: '';
  width: 54px;
  height: 36px;
  border-left: 2px solid #DDF2FF;
  border-top: 2px solid #DDF2FF;
  border-top-left-radius: 8px;
  position: absolute;
  top: -38px;
  left: 62px;
}
.container4 .content .right .tag.tag2::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #B5E5FF;
  border-radius: 50%;
  position: absolute;
  top: -44px;
  right: 4px;
}
.container4 .content .right .tag.tag3 {
  width: 128px;
  top: 23px;
  right: -100px;
}
.container4 .content .right .tag.tag3::before {
  content: '';
  width: 106px;
  height: 31px;
  border-right: 2px solid #DDF2FF;
  border-bottom: 2px solid #DDF2FF;
  border-bottom-right-radius: 8px;
  position: absolute;
  left: -40px;
  bottom: -33px;
}
.container4 .content .right .tag.tag3::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #B5E5FF;
  border-radius: 50%;
  position: absolute;
  left: -48px;
  bottom: -38px;
}
.container4 .content .right .tag.tag4 {
  width: 128px;
  top: 260px;
  right: -50px;
}
.container4 .content .right .tag.tag4::before {
  content: '';
  width: 55px;
  height: 36px;
  border-top: 2px solid #DDF2FF;
  border-right: 2px solid #DDF2FF;
  border-top-right-radius: 8px;
  position: absolute;
  top: -38px;
  left: 10px;
}
.container4 .content .right .tag.tag4::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #B5E5FF;
  border-radius: 50%;
  position: absolute;
  top: -44px;
  left: 2px;
}
.container4 .content .right .tag.tag5 {
  padding: 12px;
  top: -35px;
  left: 84px;
}
.container4 .content .right .tag.tag6 {
  padding: 12px;
  top: -35px;
  left: 237px;
}
.container4 .content .right .tag.tag7 {
  padding: 12px;
  top: 375px;
  left: 104px;
}
.container4 .content .right .tag .tag-icon {
  width: 48px;
  margin-bottom: 12px;
}
.container4 .content .right .tag .text {
  line-height: 18px;
  font-size: 14px;
  color: #495973;
}
.container4 .content .right .tag .text.margin {
  margin-bottom: 10px;
}
.container4 .content .right .tag .text span {
  font-size: 20px;
  font-weight: bold;
  color: #1259F0;
}
.container4 .content .right .tag .text span.mr {
  line-height: 26px;
  margin-right: 8px;
}
.container6 {
  padding-bottom: 96px;
}
.container6 .content {
  margin-top: 96px;
  display: flex;
  justify-content: space-between;
}
.container6 .content .item {
  width: 663px;
  background: linear-gradient(135deg, #EEF5FF 0%, rgba(242, 247, 255, 0.61) 100%);
  border-radius: 8px;
  padding: 32px 167px 64px 32px;
  position: relative;
}
.container6 .content .item::before {
  content: var(--num);
  background: linear-gradient(180deg, rgba(71, 211, 255, 0.1) 26%, rgba(71, 211, 255, 0.01) 73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 222px;
  font-size: 180px;
  font-family: DIN;
  position: absolute;
  top: -26px;
  right: 10px;
}
.container6 .content .item .item-content {
  width: 464px;
  position: relative;
  z-index: 1;
}
.container6 .content .item .item-content .name {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #202735;
}
.container6 .content .item .item-content .desc {
  line-height: 26px;
  font-size: 14px;
  color: #495973;
  margin-top: 16px;
}
.container6 .content .item .item-content .data {
  width: 400px;
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.container6 .content .item .item-content .data-item {
  width: 112px;
}
.container6 .content .item .item-content .data-item .count {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #1259F0;
}
.container6 .content .item .item-content .data-item .text {
  line-height: 18px;
  font-size: 14px;
  color: #202735;
  margin-top: 6px;
}
.container6 .content .item img {
  position: absolute;
  right: 32px;
  bottom: 36px;
}
.container7 {
  padding-bottom: 56px;
  background: url(/assets/images/leaflet/activity/bg-container-7-1.png) no-repeat center center;
  background-size: 1920px auto;
  background-color: #F4F8FF;
}
.container7 .content {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.container7 .content-item {
  width: 439px;
  background-color: #fff;
  border-radius: 8px;
  padding: 48px 40px 0;
}
.container7 .content-item .name {
  font-size: 0;
  display: flex;
  align-items: center;
}
.container7 .content-item .name img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.container7 .content-item .name span {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #1A1A1A;
}
.container7 .content-item .name .blue {
  color: #1259F0;
}
.container7 .content-item .text {
  height: 78px;
  line-height: 26px;
  font-size: 14px;
  color: #495973;
  margin-top: 16px;
}
.container7 .content-item .list {
  margin-top: 20px;
}
.container7 .content-item .list .list-item {
  background: url(/assets/images/leaflet/activity/icon-container-7-right.png) no-repeat left center;
  background-size: 14px auto;
  line-height: 21px;
  font-size: 16px;
  padding: 12px 0;
  padding-left: 22px;
}
.container7 .content-item .btn {
  background: #1259F0;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-top: 36px;
  cursor: pointer;
}
.container7 .content-item .btn:hover {
  background: #003EC1;
}
.container7 .content-item .tip {
  line-height: 18px;
  font-size: 14px;
  color: #495973;
  text-align: center;
  margin: 16px 0 24px;
}
.container7 .more-btn {
  width: 194px;
  line-height: 22px;
  font-size: 16px;
  color: #1259F0;
  text-align: center;
  margin: 48px auto 0;
  cursor: pointer;
}
.container7 .more-btn:hover {
  color: #003EC1;
}
.container7 .more-btn .iconfont {
  font-size: 14px;
  margin-left: 4px;
}
.container5 {
  padding: 56px 0;
}
.container5 .content {
  display: flex;
  justify-content: space-between;
}
.container5 .content .left {
  width: 450px;
  padding-left: 80px;
  position: relative;
}
.container5 .content .left::before {
  content: '';
  width: 64px;
  height: 64px;
  background: url(/assets/images/leaflet/activity/icon-container-5-1.png) no-repeat center center;
  background-size: 32px;
  background-color: #ECF2FE;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.container5 .content .left .name {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #202735;
}
.container5 .content .left .text {
  line-height: 21px;
  font-size: 16px;
  color: #495973;
  margin-top: 12px;
}
.container5 .content .left .qr-code {
  width: 108px;
  margin-top: 39px;
}
.container5 .content .right {
  width: 782px;
  padding-left: 80px;
  position: relative;
}
.container5 .content .right::before {
  content: '';
  width: 64px;
  height: 64px;
  background: url(/assets/images/leaflet/activity/icon-container-5-2.png) no-repeat center center;
  background-size: 32px;
  background-color: #ECF2FE;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.container5 .content .right .name {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #202735;
}
.container5 .content .right .rules {
  margin-top: 24px;
}
.container5 .content .right .rules .rule {
  line-height: 21px;
  font-size: 16px;
  color: #202735;
  margin-bottom: 16px;
}
.container5 .content .right .rules .rule:last-child {
  margin: 0;
}
