#home.home {
  position: relative;
  width: 100%;
  min-width: 1366px;
  overflow: hidden;
  padding-top: 122px;
}
.home-top {
  background: url(/assets/images/medical/activity/bg-activity-top.png) no-repeat center center;
  background-size: 1920px auto;
  background-color: #eaf1fb;
  padding-top: 12px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
}
.home-top .login-text {
  line-height: 16px;
  font-size: 12px;
  color: #38496A;
  text-align: right;
}
.home-top .login-text a {
  color: #1259F0;
  margin-left: 6px;
}
.home-top .login-text a .iconfont {
  height: 14px;
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
  margin-left: 2px;
}
.home-top .top-title {
  line-height: 56px;
  font-size: 43px;
  font-family: YouShe;
  color: #1259F0;
  margin-top: 69px;
}
.home-top .top-title-img {
  margin-top: 30px;
}
.home-top .time {
  line-height: 18px;
  font-size: 14px;
  color: #38496A;
  margin-top: 30px;
}
.home-top .top-box {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  margin-top: 80px;
}
.home-top .top-box .item {
  flex: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 6px;
  box-shadow: 8px 8px 12px 0px rgba(128, 128, 128, 0.04);
  padding: 26px 22px 26px 40px;
  display: flex;
  align-items: center;
  backdrop-filter: blur(3px);
  /* Safari 专用 */
  -webkit-backdrop-filter: blur(3px);
  /* 提升渲染性能 */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  /* 创建新的层叠上下文 */
  isolation: isolate;
}
.home-top .top-box .item img {
  width: 60px;
  margin-right: 16px;
}
.home-top .top-box .item .right {
  text-align: left;
}
.home-top .top-box .item .right .name {
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #1A1A1A;
}
.home-top .top-box .item .right .desc {
  line-height: 18px;
  font-size: 14px;
  color: #38496A;
  margin-top: 4px;
  letter-spacing: -0.5px;
}
.home-top .message {
  margin-top: 86px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding-top: 100px;
}
.home-top .message .left {
  width: 507px;
  height: 348px;
  background: url(/assets/images/medical/activity/bg-top-msg-1.png) no-repeat center center;
  background-size: auto 100%;
  padding-top: 94px;
  border-radius: 12px;
  position: relative;
}
.home-top .message .left .name {
  line-height: 42px;
  font-size: 32px;
  font-weight: bold;
  color: #1259F0;
  padding-left: 40px;
}
.home-top .message .left .position {
  line-height: 18px;
  font-size: 14px;
  color: #38496A;
  margin-top: 7px;
  padding-left: 40px;
}
.home-top .message .left .text {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #1259F0;
  margin-top: 23px;
  padding-left: 40px;
}
.home-top .message .left .left-bottom {
  width: 100%;
  height: 39px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 12px 12px;
  line-height: 39px;
  font-size: 14px;
  color: #fff;
  padding-left: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-top .message .left .play-btn {
  width: 71px;
  height: 77px;
  background: url(/assets/images/medical/activity/icon-top-play.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
  position: absolute;
  bottom: 72px;
  right: 38px;
}
.home-top .message .left .comming {
  line-height: 32px;
  font-size: 18px;
  color: #1259F0;
  position: absolute;
  right: 63px;
  bottom: 54px;
}
.home-top .message .right {
  width: 828px;
  margin-top: -100px;
}
.home-top .message .right .title {
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 60px;
}
.home-top .message .right .title span {
  color: #1259F0;
}
.home-top .message .right .desc {
  line-height: 28px;
  font-size: 14px;
  color: #4D4D4D;
  text-align: justify;
}
.home-top .message .right .btn {
  width: 164px;
  background: #1259F0;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin-top: 30px;
  cursor: pointer;
}
.home-top .fixed {
  width: 137px;
  position: fixed;
  left: 73px;
  bottom: 160px;
  z-index: 1113;
}
.home-top .fixed.close .btn {
  transform: rotate(0deg);
  animation: scale 1s linear infinite;
}
.home-top .fixed.close .fixed-list {
  max-height: 0;
}
.home-top .fixed .btn {
  width: 36px;
  height: 36px;
  background: url(https://yaorongyun-public.oss-cn-shanghai.aliyuncs.com/weapp/images/medical/4b991e27879598579fa5d4fe730c48b1.png) no-repeat center center;
  background-size: 18px auto;
  transform: rotate(180deg);
  position: absolute;
  left: 45px;
  bottom: -14px;
}
.home-top .fixed .fixed-list {
  max-height: 420px;
  transition: all 0.3s;
  overflow: hidden;
}
.home-top .fixed .fixed-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-top .fixed .item {
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
  text-align: left;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  cursor: pointer;
  padding: 8px 0;
  padding-left: 17px;
  margin-bottom: 10px;
  position: relative;
}
.home-top .fixed .item.active:not(.fixed-name) {
  background: linear-gradient(247deg, #EBF4FF 0%, #E0EFFF 100%);
  border-width: 3px;
  padding: 6px 0;
  padding-left: 15px;
}
.home-top .fixed .item.active:not(.fixed-name)::before {
  content: '';
  width: 6px;
  height: 24px;
  background: #1259F0;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  position: absolute;
  top: 17px;
  left: -4px;
}
.home-top .fixed .item.fixed-name {
  height: 66px;
  background: url(/assets/images/medical/activity/bg-fixed.png) no-repeat center center;
  background-size: 100% auto;
  border: 0 none;
  box-shadow: none;
}
.home-top .fixed .item .name {
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #1A1A1A;
}
.home-top .fixed .item .text {
  line-height: 18px;
  font-size: 14px;
  color: #1259F0;
  margin-top: 6px;
}
.middle1 {
  background: linear-gradient(180deg, #F5F9FF 0%, #EDF5FF 61%, #FFFFFF 84%);
  padding: 100px 0 90px;
}
.middle1 .box1 {
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  position: relative;
}
.middle1 .box1 .title {
  display: inline-block;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  color: #1A1A1A;
  position: relative;
}
.middle1 .box1 .title::before,
.middle1 .box1 .title::after {
  content: '';
  width: 70px;
  height: 1px;
  background: linear-gradient(90deg, #D9D9D9 47%, #FFFFFF 100%);
  position: absolute;
  top: 18px;
  left: -88px;
  transform: rotate(180deg);
}
.middle1 .box1 .title::after {
  transform: rotate(0);
  left: auto;
  right: -88px;
}
.middle1 .box1 .left {
  width: 363px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  padding-top: 40px;
  position: relative;
}
.middle1 .box1 .left::after {
  content: '';
  width: 153px;
  height: 152px;
  background: url(/assets/images/medical/activity/icon-tag-new.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -28px;
  right: -28px;
}
.middle1 .box1 .left .title {
  margin-bottom: 42px;
}
.middle1 .box1 .left .text {
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #1A1A1A;
}
.middle1 .box1 .left .text.yellow {
  font-size: 24px;
  color: #FF8311;
  margin-top: 6px;
}
.middle1 .box1 .left .btn {
  width: 216px;
  background: #1259F0;
  line-height: 38px;
  color: #fff;
  border-radius: 6px;
  margin: 85px auto 0;
  cursor: pointer;
}
.middle1 .box1 .right {
  flex: 1;
  background: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  padding-top: 40px;
}
.middle1 .box1 .right .right-content {
  display: flex;
  margin-top: 32px;
}
.middle1 .box1 .right .right-content .item {
  flex: 1;
  padding: 29px 0 46px;
  position: relative;
}
.middle1 .box1 .right .right-content .item::after {
  content: '';
  width: 1px;
  height: 239px;
  background: #E4E8F6;
  position: absolute;
  top: 34px;
  right: -0.5px;
  z-index: 1;
}
.middle1 .box1 .right .right-content .item:last-child::after {
  display: none;
}
.middle1 .box1 .right .right-content .item:hover {
  background: linear-gradient(0, #F0F7FF 23%, #FFFFFF 100%);
}
.middle1 .box1 .right .right-content .item .name {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #1A1A1A;
}
.middle1 .box1 .right .right-content .item .discount {
  height: 25px;
  margin-top: 21px;
  font-size: 0;
}
.middle1 .box1 .right .right-content .item .discount-tag {
  display: inline-block;
  background: #FF8311;
  line-height: 25px;
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
  border-radius: 6px;
}
.middle1 .box1 .right .right-content .item .price {
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #1A1A1A;
  margin-top: 10px;
}
.middle1 .box1 .right .right-content .item .price span {
  font-size: 24px;
  color: #FF8311;
  margin-left: 11px;
  vertical-align: bottom;
}
.middle1 .box1 .right .right-content .item .cost-price {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #808080;
  margin-top: 3px;
  text-decoration: line-through;
}
.middle1 .box1 .right .right-content .item .average-price {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #808080;
  margin-top: 20px;
}
.middle1 .box1 .right .right-content .item .btn {
  display: block;
  width: 216px;
  background: #1259F0;
  line-height: 38px;
  color: #fff;
  border-radius: 6px;
  margin: 24px auto 0;
  cursor: pointer;
}
.middle1 .box1 .rule {
  line-height: 16px;
  font-size: 12px;
  color: #1259F0;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: 0;
}
.middle1 .box1 .rule .iconfont {
  height: 14px;
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
  margin-left: 2px;
}
.middle1 .box2 {
  margin-top: 64px;
}
.middle1 .box2 .title {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #1A1A1A;
  text-align: center;
}
.middle1 .box2 .desc {
  line-height: 18px;
  font-size: 14px;
  color: #808080;
  text-align: center;
  margin-top: 22px;
}
.middle1 .box2 .text {
  line-height: 21px;
  font-size: 16px;
  color: #1A1A1A;
  text-align: center;
  margin-top: 48px;
}
.middle1 .box2 .box2-content {
  background: linear-gradient(90deg, #FFF7F3 0%, #FFFFFF 51%, #F0F6FF 100%), #FFFFFF;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 33px 0;
  display: flex;
  margin-top: 24px;
}
.middle1 .box2 .box2-content .item {
  flex: 1;
  height: 76px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.middle1 .box2 .box2-content .item::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #E4E8F6;
  position: absolute;
  top: 0;
  right: -0.5px;
}
.middle1 .box2 .box2-content .item:last-child::after {
  display: none;
}
.middle1 .box2 .box2-content .item .name {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.middle1 .box2 .box2-content .item .count {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #1259F0;
  margin-top: 16px;
  text-align: center;
}
.middle1 .box2 .box2-content .item .count span {
  font-size: 30px;
  vertical-align: bottom;
}
.middle1 .box3 {
  height: 230px;
  background: url(/assets/images/medical/activity/bg-middle-1.png) no-repeat center center;
  background-size: 100% auto;
  margin-top: 120px;
  padding-top: 50px;
  padding-left: 90px;
  border-radius: 6px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.middle1 .box3 .name {
  line-height: 52px;
  font-size: 40px;
  font-family: YouShe;
  color: #FF8311;
}
.middle1 .box3 .desc {
  line-height: 39px;
  font-size: 30px;
  font-family: YouShe;
  color: #181818;
}
.middle1 .box3 .desc span {
  color: #FF8311;
}
.middle1 .box3 .text-content {
  margin-top: 25px;
  display: flex;
}
.middle1 .box3 .text-content .item {
  line-height: 18px;
  font-size: 14px;
  color: #4D4D4D;
  padding-left: 11px;
  margin-right: 38px;
  position: relative;
}
.middle1 .box3 .text-content .item::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #808080;
  border-radius: 50%;
  position: absolute;
  top: 6.5px;
  left: 0;
}
.middle1 .box3 .btn {
  width: 180px;
  background: #FF8311;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  position: absolute;
  top: 96px;
  right: 50px;
}
.middle2 {
  background: linear-gradient(180deg, #F5F9FF 0%, #E5F1FF 100%);
  padding: 100px 0;
}
.middle2 .container .title {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #1A1A1A;
  text-align: center;
}
.middle2 .container1 {
  margin-top: 28px;
}
.middle2 .container1 .title {
  line-height: 24px;
  font-size: 18px;
}
.middle2 .container1 .title .rule {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 12px;
  font-weight: normal;
  color: #1259F0;
  cursor: pointer;
  margin-left: 24px;
}
.middle2 .container1 .title .rule .iconfont {
  height: 14px;
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
  margin-left: 2px;
}
.middle2 .container1 .content {
  padding: 0 280px 0 300px;
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
.middle2 .container1 .content .item {
  font-size: 0;
}
.middle2 .container1 .content .item .text {
  background: no-repeat left center;
  background-size: 20px;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  color: #1259F0;
  padding-left: 27px;
}
.middle2 .container1 .content .item .text.coin {
  background-image: url(/assets/images/medical/activity/icon-coin.png);
  cursor: pointer;
}
.middle2 .container1 .content .item .text.msg {
  background-image: url(/assets/images/medical/activity/icon-msg.png);
  cursor: pointer;
}
.middle2 .container1 .content .item .text.tip {
  color: #1A1A1A;
  font-weight: initial;
  padding: 0;
}
.middle2 .container1 .content .item .btn {
  display: inline-block;
  width: 73px;
  background: #4175E4;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #C0D1F6;
  border-radius: 6px;
  margin-left: 16px;
  cursor: pointer;
}
.middle2 .container1 .content .item .count {
  display: inline-block;
  font-weight: initial;
  margin-left: 16px;
}
.middle2 .container2 {
  margin-top: 50px;
}
.middle2 .container2 .content {
  background: url(/assets/images/medical/activity/bg-bottom-2-1.png) no-repeat center center;
  background-size: 1387px auto;
  margin-top: 24px;
  padding: 90px 158px 68px;
  border-radius: 6px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  position: relative;
}
.middle2 .container2 .content .card {
  width: 446px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.middle2 .container2 .content .card:nth-child(1) .card-top {
  background-image: url(/assets/images/medical/activity/bg-bottom-2-2.png);
}
.middle2 .container2 .content .card:nth-child(1) .card-top .text {
  color: #82421E;
}
.middle2 .container2 .content .card:nth-child(1) .card-top .text::before,
.middle2 .container2 .content .card:nth-child(1) .card-top .text::after {
  background: #82421E;
}
.middle2 .container2 .content .card:nth-child(1) .btn {
  background: #82421E;
}
.middle2 .container2 .content .card:nth-child(2) .card-top {
  background-image: url(/assets/images/medical/activity/bg-bottom-2-3.png);
}
.middle2 .container2 .content .card:nth-child(2) .card-top .text {
  color: #04645A;
}
.middle2 .container2 .content .card:nth-child(2) .card-top .text::before,
.middle2 .container2 .content .card:nth-child(2) .card-top .text::after {
  background: #04645A;
}
.middle2 .container2 .content .card:nth-child(2) .btn {
  background: #04645A;
}
.middle2 .container2 .content .card-top {
  height: 146px;
  background: no-repeat center center;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle2 .container2 .content .card-top .text {
  display: inline-block;
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.middle2 .container2 .content .card-top .text::before,
.middle2 .container2 .content .card-top .text::after {
  content: '';
  width: 60px;
  height: 2px;
  position: absolute;
  top: 13px;
  left: -70px;
}
.middle2 .container2 .content .card-top .text::after {
  left: auto;
  right: -70px;
}
.middle2 .container2 .content .card .btn {
  width: 150px;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 19px auto 23px;
  border-radius: 6px;
  cursor: pointer;
}
.middle2 .container2 .content .card .btn a {
  display: block;
}
.middle2 .container2 .content .inlets {
  display: flex;
  position: absolute;
  top: 36px;
  right: 158px;
}
.middle2 .container2 .content .inlets .inlet {
  line-height: 18px;
  font-size: 14px;
  color: #1259F0;
  cursor: pointer;
  margin-left: 40px;
}
.middle2 .container2 .content .inlets .inlet .iconfont {
  height: 14px;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  margin-left: 2px;
}
.middle2 .container3 {
  padding: 38px 0;
}
.middle2 .container3 .data-content:hover .row-item {
  animation-play-state: paused !important;
}
.middle2 .container3 .data-content .data-row {
  width: 100%;
  display: flex;
  overflow-x: hidden;
}
.middle2 .container3 .data-content .data-row.right .row-item {
  animation: moveAnimate3 var(--t) linear infinite;
  animation-delay: calc(var(--t) * -1);
}
.middle2 .container3 .data-content .data-row.right .row-item:nth-child(2) {
  animation: moveAnimate4 var(--t) linear infinite;
  animation-delay: calc(var(--t) / -2);
}
.middle2 .container3 .data-content .data-row .row-item {
  font-size: 0;
  white-space: nowrap;
  animation: moveAnimate1 var(--t) linear infinite;
  animation-delay: calc(var(--t) * -1);
}
.middle2 .container3 .data-content .data-row .row-item .row {
  display: inline-block;
  width: 226px;
  background: #fff;
  line-height: 47px;
  font-size: 14px;
  color: #666;
  max-width: 184px;
  margin-right: 40px;
  padding: 0 12px;
  border-radius: 6px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.middle2 .container3 .data-content .data-row .row-item:nth-child(2) {
  animation: moveAnimate2 var(--t) linear infinite;
  animation-delay: calc(var(--t) / -2);
}
.middle2 .container4 {
  height: 378px;
  background: url(/assets/images/medical/activity/bg-bottom-4-1.png) no-repeat right top, url(/assets/images/medical/activity/bg-bottom-4-2.png) no-repeat 1227px 42px;
  background-size: 436px auto, 92px auto;
  background-color: #1F5EE3;
  padding-top: 62px;
  padding-left: 80px;
  border-radius: 6px;
}
.middle2 .container4 .name {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.middle2 .container4 .rule {
  margin-top: 22px;
  margin-bottom: 24px;
}
.middle2 .container4 .rule .rule-text {
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  padding-left: 14px;
  margin-bottom: 11px;
  position: relative;
}
.middle2 .container4 .rule .rule-text:last-child {
  margin: 0;
}
.middle2 .container4 .rule .rule-text::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 3px;
}
.middle2 .container4 .tip {
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 6px;
}
.middle2 .container5 {
  margin-top: 90px;
}
.middle2 .container5 .content {
  background: #fff;
  margin-top: 58px;
  border-radius: 6px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 40px;
}
.middle2 .container5 .content .item {
  font-size: 0;
  padding: 18px 0;
  position: relative;
}
.middle2 .container5 .content .item::after {
  content: '';
  width: 1259px;
  height: 1px;
  background: linear-gradient(90deg, #fff 0%, #E5E5E5 30%, #E5E5E5 70%, #fff 100%);
  position: absolute;
  bottom: -0.5px;
  left: 12px;
}
.middle2 .container5 .content .item:last-child::after {
  display: none;
}
.middle2 .container5 .content .item img {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
}
.middle2 .container5 .content .item .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  font-size: 14px;
  color: #1A1A1A;
  margin-left: 8px;
}
.middle2 .container5 .content .item .btn {
  width: 180px;
  line-height: 36px;
  font-size: 14px;
  color: #1259F0;
  text-align: center;
  border: 1px solid #1259F0;
  border-radius: 6px;
  margin-top: 4px;
  float: right;
  cursor: pointer;
}
.middle2 .container5 .content .item .btn.finish {
  background: #1259F0;
  color: #fff;
  cursor: pointer;
}
.middle2 .container5 .content .item .btn.userd {
  background: #ccc;
  border-color: #ccc;
  color: #333;
}
.middle2 .container6 {
  margin-top: 64px;
}
.middle2 .container6 .content {
  margin-top: 58px;
  display: flex;
  justify-content: center;
  gap: 0 48px;
}
.middle2 .container6 .content .card {
  width: 305px;
  background: #fff;
  text-align: center;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.middle2 .container6 .content .card .card-top {
  background: url(/assets/images/medical/activity/bg-bottom-6-1.png) no-repeat right center;
  background-size: 100% 100%;
  padding: 38px 0;
}
.middle2 .container6 .content .card .card-top .price {
  line-height: 63px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.middle2 .container6 .content .card .card-top .price span {
  font-size: 48px;
}
.middle2 .container6 .content .card .card-top .name {
  line-height: 32px;
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
}
.middle2 .container6 .content .card .card-name {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #1A1A1A;
  margin-top: 18px;
}
.middle2 .container6 .content .card .card-price {
  line-height: 18px;
  font-size: 14px;
  color: #1A1A1A;
  margin-top: 9px;
}
.middle2 .container6 .content .card .btn {
  width: 109px;
  background: #1259F0;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  margin: 17px auto 32px;
  cursor: pointer;
}
.middle2 .container6 .content .card .btn:hover {
  background: #003EC1;
  font-weight: bold;
}
.middle2 .container6 .log-btn {
  width: 194px;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  color: #1259F0;
  text-align: center;
  border: 1px solid #1259F0;
  border-radius: 6px;
  margin: 60px auto 0;
  cursor: pointer;
}
.bottom {
  background: linear-gradient(180deg, #F5F9FF 0%, #E5F1FF 100%);
  padding: 100px 0;
}
.bottom .content {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.bottom .content .box1 {
  width: 980px;
  background: #fff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 40px;
  padding-top: 38px;
}
.bottom .content .box1 .name {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
}
.bottom .content .box1 .name span {
  color: #FF8311;
}
.bottom .content .box1 .container {
  margin-top: 38px;
  display: flex;
}
.bottom .content .box1 .container .left {
  width: 73px;
  height: 296px;
  background: #F3F7FE;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  padding: 106px 28px;
}
.bottom .content .box1 .container .center {
  width: 582px;
  margin-left: 14px;
}
.bottom .content .box1 .container .center .row {
  padding: 16px 26px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}
.bottom .content .box1 .container .center .row:last-child {
  padding-bottom: 12px;
}
.bottom .content .box1 .container .center .row:nth-child(2n-1) {
  background: #F3F7FE;
}
.bottom .content .box1 .container .center .row .row-item {
  max-width: 50%;
  line-height: 18px;
  font-size: 14px;
  padding-left: 14px;
  position: relative;
}
.bottom .content .box1 .container .center .row .row-item:last-child {
  width: 220px;
}
.bottom .content .box1 .container .center .row .row-item::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.bottom .content .box1 .container .right {
  width: 211px;
  margin-left: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.bottom .content .box1 .container .right .right-content {
  height: 100%;
  position: relative;
}
.bottom .content .box1 .container .right .right-content .card {
  width: 100%;
  height: 100%;
  background: url(/assets/images/medical/activity/bg-swiper.png) no-repeat center center;
  background-size: 100% 100%;
}
.bottom .content .box1 .container .right .right-content .card-content {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: 100% auto;
  position: relative;
}
.bottom .content .box1 .container .right .right-content .card-content.color1 {
  background-image: url(/assets/images/medical/activity/bg-report-1-1.png);
}
.bottom .content .box1 .container .right .right-content .card-content.color1 .name::after {
  background: #009C93;
}
.bottom .content .box1 .container .right .right-content .card-content.color2 {
  background-image: url(/assets/images/medical/activity/bg-report-1-2.png);
}
.bottom .content .box1 .container .right .right-content .card-content.color2 .name::after {
  background: #0087C6;
}
.bottom .content .box1 .container .right .right-content .card-content.color3 {
  background-image: url(/assets/images/medical/activity/bg-report-1-3.png);
}
.bottom .content .box1 .container .right .right-content .card-content.color3 .name::after {
  background: #5166C1;
}
.bottom .content .box1 .container .right .right-content .card-content .name {
  width: 93px;
  line-height: 15px;
  font-size: 12px;
  color: #393C5A;
  position: absolute;
  top: 116px;
  left: 65px;
}
.bottom .content .box1 .container .right .right-content .card-content .name::after {
  content: '';
  width: 16px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.bottom .content .box1 .container .right .right-content .swiper-button-prev,
.bottom .content .box1 .container .right .right-content .swiper-button-next {
  width: 40px;
  height: 100%;
  background: none;
  margin: 0;
  border-radius: 6px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom .content .box1 .container .right .right-content .swiper-button-prev::after,
.bottom .content .box1 .container .right .right-content .swiper-button-next::after {
  display: none;
}
.bottom .content .box1 .container .right .right-content .swiper-button-prev .iconfont,
.bottom .content .box1 .container .right .right-content .swiper-button-next .iconfont {
  font-size: 22px;
  color: #C5D3F1;
}
.bottom .content .box1 .container .right .right-content .swiper-button-prev:hover.swiper-button-prev,
.bottom .content .box1 .container .right .right-content .swiper-button-next:hover.swiper-button-prev {
  background: linear-gradient(90deg, #D9E5FC 0%, rgba(217, 229, 252, 0) 100%);
}
.bottom .content .box1 .container .right .right-content .swiper-button-prev:hover.swiper-button-next,
.bottom .content .box1 .container .right .right-content .swiper-button-next:hover.swiper-button-next {
  background: linear-gradient(270deg, #D9E5FC 0%, rgba(217, 229, 252, 0) 100%);
}
.bottom .content .box1 .container .right .right-content .swiper-button-prev:hover .iconfont,
.bottom .content .box1 .container .right .right-content .swiper-button-next:hover .iconfont {
  color: #9EAED0;
}
.bottom .content .box1 .container .right .right-content .swiper-button-prev {
  left: 0;
  top: 0;
}
.bottom .content .box1 .container .right .right-content .swiper-button-prev .iconfont {
  transform: rotate(180deg);
}
.bottom .content .box1 .container .right .right-content .swiper-button-next {
  right: 0;
  top: 0;
}
.bottom .content .box2 {
  width: 360px;
  background: #fff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 40px 38px;
}
.bottom .content .box2 .name {
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
}
.bottom .content .box2 .content {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 29px 16px;
}
.bottom .content .box2 .content .item {
  width: 134px;
}
.bottom .content .box2 .content .item .item-top {
  height: 92px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.bottom .content .box2 .content .item .item-top.color1 {
  background: url(/assets/images/medical/activity/bg-report-2-1.png) no-repeat 4px 9px;
  background-size: 96px auto;
  background-color: #F3F7FE;
}
.bottom .content .box2 .content .item .item-top.color1 .report-name::after {
  background: #009C93;
}
.bottom .content .box2 .content .item .item-top.color2 {
  background: url(/assets/images/medical/activity/bg-report-2-2.png) no-repeat 4px 9px;
  background-size: 96px auto;
  background-color: #F3F7FE;
}
.bottom .content .box2 .content .item .item-top.color2 .report-name::after {
  background: #0087C6;
}
.bottom .content .box2 .content .item .item-top.color3 {
  background: url(/assets/images/medical/activity/bg-report-2-3.png) no-repeat 4px 9px;
  background-size: 96px auto;
  background-color: #F3F7FE;
}
.bottom .content .box2 .content .item .item-top.color3 .report-name::after {
  background: #5166C1;
}
.bottom .content .box2 .content .item .item-top::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(243, 247, 254, 0) 65%, #AECBFE 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.bottom .content .box2 .content .item .item-top .report-name {
  width: 53px;
  line-height: 10px;
  font-size: 6px;
  color: #393C5A;
  position: absolute;
  left: 45px;
  top: 24px;
}
.bottom .content .box2 .content .item .item-top .report-name::after {
  content: '';
  width: 16px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.bottom .content .box2 .content .item .report-title {
  line-height: 18px;
  font-size: 14px;
  color: #4D4D4D;
  margin-top: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bottom .countdown {
  background: #fff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin-top: 28px;
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom .countdown .time .text {
  display: inline-block;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
}
.bottom .countdown .time .time-content {
  display: inline-block;
  line-height: 34px;
  font-size: 14px;
  color: #808080;
  margin-left: 4px;
}
.bottom .countdown .time .time-content span {
  display: inline-block;
  background: #F2F2F2;
  font-size: 20px;
  font-weight: bold;
  color: #FF8311;
  letter-spacing: 1px;
  padding: 0 4px;
  border-radius: 6px;
  margin-left: 8px;
}
.bottom .countdown .btns .btn {
  display: inline-block;
  min-width: 180px;
  background: #1259F0;
  padding: 0 48px;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin-left: 35px;
  cursor: pointer;
}
.new-product {
  background: linear-gradient(180deg, #F5F9FF 0%, #E5F1FF 100%);
  padding: 100px 0 120px;
}
.new-product .content {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  padding: 0 180px;
}
.new-product .content-item {
  width: 424px;
  background: no-repeat 287px 4px;
  background-size: auto 83px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 67px 52px 46px;
}
.new-product .content-item:nth-child(1) {
  background-image: url(/assets/images/medical/activity/bg-num-1.png);
}
.new-product .content-item:nth-child(2) {
  background-image: url(/assets/images/medical/activity/bg-num-2.png);
}
.new-product .content-item:nth-child(3) {
  background-image: url(/assets/images/medical/activity/bg-num-3.png);
}
.new-product .content-item .name {
  font-size: 0;
  display: flex;
}
.new-product .content-item .name img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  transform: translateY(2px);
}
.new-product .content-item .name span {
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #1A1A1A;
}
.new-product .content-item .name .blue {
  color: #1259F0;
}
.new-product .content-item .text {
  height: 96px;
  line-height: 32px;
  font-size: 16px;
  color: #52617A;
  margin-top: 24px;
}
.new-product .content-item .list {
  margin-top: 14px;
}
.new-product .content-item .list .list-item {
  background: url(/assets/images/medical/activity/icon-product-right.png) no-repeat left center;
  background-size: 25px auto;
  line-height: 26px;
  font-size: 16px;
  padding: 12px 0;
  padding-left: 38px;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(18, 89, 240, 0), rgba(18, 89, 240, 0.2), rgba(18, 89, 240, 0.2), rgba(18, 89, 240, 0)) 1 1;
}
.new-product .content-item .list .list-item:last-child {
  border-bottom: 0 none;
}
.new-product .content-item .btn {
  background: #1259F0;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin-top: 48px;
  cursor: pointer;
}
.new-product .more-btn {
  width: 194px;
  line-height: 36px;
  font-size: 14px;
  color: #1259F0;
  text-align: center;
  border: 1px solid #1259F0;
  border-radius: 6px;
  margin: 70px auto 0;
  cursor: pointer;
}
.content-title {
  font-size: 0;
  text-align: center;
}
.content-title .title-name {
  display: inline-block;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #1A1A1A;
  position: relative;
}
.content-title .title-name.vip::after {
  content: '';
  width: 48px;
  height: 57px;
  background: url(/assets/images/medical/activity/icon-vip-tag.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -40px;
  left: 458px;
}
.content-title .title-name span {
  color: #FF8311;
}
.content-desc {
  line-height: 21px;
  font-size: 16px;
  color: #808080;
  text-align: center;
  margin-top: 28px;
}
.cover-big {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -5;
}
.cover-big.show {
  z-index: 2022;
  display: block;
}
.cover-big-content {
  width: 1200px;
  position: absolute;
  top: -2000px;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.cover-big-content.show {
  top: 50%;
}
.cover-big-content .close {
  height: 30px;
  margin-bottom: 10px;
}
.cover-big-content .close-btn {
  width: 30px;
  height: 30px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  float: right;
}
.cover-big-content .close-btn .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #c7c8c9;
  border-radius: 50%;
  position: relative;
}
.cover-big-content .close-btn .icon::before,
.cover-big-content .close-btn .icon::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 14px;
  top: 56%;
  right: 22%;
  margin-top: -2px;
  background: #8f9192;
}
.cover-big-content .close-btn .icon::after {
  transform: rotate(-45deg);
}
.cover-big-content .close-btn .icon::before {
  transform: rotate(45deg);
}
.cover-big-content .video-big {
  width: 1200px;
  border-radius: 10px;
  object-fit: cover;
  background: #000;
}
.cover-poster {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1115;
}
.cover-poster.show {
  display: block;
}
.cover-poster .poster-content {
  width: 552px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.cover-poster .poster-content-close {
  width: 28px;
  height: 28px;
  background: url(/assets/images/common/icon-close.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}
.cover-poster .poster-content .poster {
  width: 552px;
}
.cover-poster .poster-content-download {
  display: block;
  width: 192px;
  height: 45px;
  background: #1259F0;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin: 20px auto 0;
}
.cover-poster .poster-content .tip-text {
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
}
@keyframes moveAnimate1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes moveAnimate2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes moveAnimate3 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes moveAnimate4 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
