.m-partybuild {
  padding-bottom: 20px;
}
.m-partybuild .m-study--lists {
  align-items: flex-start;
}
.m-partybuild .m-study--lists .m-tabs--boxs {
  flex: 1;
}
.m-partybuild .m-study--lists .m-tabs--list {
  background: #ededed;
  flex: initial;
  width: 220px;
  padding: 10px;
  margin-top: 0;
  text-align: center;
  margin-left: 10px;
  column-gap: 10px;
  row-gap: 10px;
}
.m-partybuild .m-study--lists .m-tabs--list .m-fix--box {
  margin-top: 20px;
  padding: 0 10px;
}
.m-partybuild .m-study--lists .m-tabs--list .lists {
  width: 100%;
}
.m-partybuild .m-study--lists .m-tabs--list .lists > .item {
  display: inline-block;
  background: #fff;
  height: 40px;
  line-height: 40px;
  align-items: center;
  justify-content: center;
  margin: 2px 2px;
  min-width: 86px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
}
.m-partybuild .top10 {
  display: flex;
}
.m-partybuild .top10 .imgs {
  width: 580px;
  height: 328px;
}
.m-partybuild .top10 .imgs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-partybuild .top10 .swiper {
  width: 580px;
  height: 328px;
  overflow: hidden;
}
.m-partybuild .top10 .swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-partybuild .top10 .lists {
  flex: 1;
  background: #EDF5FF;
  padding: 20px;
}
.m-partybuild .m-tabs--list {
  flex: 1;
  width: 0;
  text-align: right;
  margin-top: 8px;
}
.m-partybuild .m-tabs--list .item {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  margin: 0 5px;
  font-size: 14px;
}
.m-partybuild .m-tabs--list .item:hover,
.m-partybuild .m-tabs--list .item.hover {
  color: #005293;
  border-color: #005293;
}
.m-partybuild .party-study {
  display: block;
}
.m-partybuild .party-study.hover {
  display: block;
}
.m-partybuild .party-study .item {
  width: 100%;
  padding: 15px 0;
  display: flex;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  margin-bottom: 10px;
}
.m-partybuild .party-study .item:hover {
  background: linear-gradient(90deg, #E42828 0%, #F55757 100%);
}
.m-partybuild .party-study .item:hover .imgs {
  background-image: url(../images/fix-box-img-hover.png);
}
.m-partybuild .party-study .item:hover .info {
  background-image: url(../images/icon-item-right-hover.png);
}
.m-partybuild .party-study .item:hover * {
  color: #fff !important;
}
.m-partybuild .party-study .item .imgs {
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(102, 102, 102, 0.1);
  margin-right: 24px;
  background: url(../images/fix-box-img.png) no-repeat center / 47px auto;
}
.m-partybuild .party-study .item .imgs .img {
  width: 47px;
  height: 47px;
  object-fit: cover;
}
.m-partybuild .party-study .item .info {
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 58px;
  padding-right: 150px;
  background: url(../images/icon-item-right.png) no-repeat center right / auto 26px;
}
.m-partybuild .party-study .item .info .title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-bottom: 10px;
}
.m-partybuild .party-study .item .info .title .name {
  margin-right: 15px;
}
.m-partybuild .party-study .item .info .title .time {
  color: #999999;
}
.m-partybuild .party-vips {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 10px;
}
.m-partybuild .party-vips .item {
  height: 490px;
  background: #EDF5FF;
  border: 1px solid #FFFFFF;
  padding: 20px;
  padding-right: 0;
}
.m-partybuild .party-vips .item:hover {
  background: linear-gradient(to bottom, #CF1414 0%, #EB4040 100%);
  color: #fff;
}
.m-partybuild .party-vips .item:hover * {
  color: #fff !important;
  border-color: #fff !important;
}
.m-partybuild .party-vips .item .info {
  padding-right: 28px;
  text-align: justify;
}
.m-partybuild .party-vips .item .time {
  font-size: 24px;
  font-weight: bold;
  color: #005293;
  line-height: 28px;
  margin-bottom: 18px;
}
.m-partybuild .party-vips .item .imgs {
  height: 190px;
  overflow: hidden;
  margin-bottom: 16px;
}
.m-partybuild .party-vips .item .imgs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-partybuild .party-vips .item .title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-bottom: 17px;
  height: 50px;
  overflow: hidden;
}
.m-partybuild .party-vips .item .msg {
  font-size: 14px;
  font-weight: 400;
  color: #6B6B6C;
  line-height: 20px;
  margin-bottom: 18px;
  height: 60px;
  overflow: hidden;
}
.m-partybuild .party-vips .item .link {
  width: 128px;
  height: 44px;
  border-radius: 4px;
  opacity: 0.5;
  border: 1px solid #005293;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #005293;
  line-height: 24px;
}
.m-partybuild .m-title {
  margin-bottom: 20px;
  border-bottom: 2px solid #DBDBDB;
}
.m-partybuild .m-title.line {
  border-bottom: 2px solid #DBDBDB;
}
.m-partybuild .m-title.space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-partybuild .m-title .name {
  font-size: 22px;
  font-weight: bold;
  line-height: 65px;
  margin-right: 40px;
  padding-left: 50px;
  padding-right: 10px;
  background: url(../images/icon-tab4.png) no-repeat 10px center / 25px auto;
  color: #005293;
  position: relative;
}
.m-partybuild .m-title .name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  border-bottom: 6px solid #005293;
}
.m-partybuild .m-title .tabs ul {
  display: flex;
}
.m-partybuild .m-title .tabs li {
  font-size: 20px;
  color: #666666;
  line-height: 65px;
  margin: 0 18px;
  position: relative;
}
.m-partybuild .m-title .tabs li:hover,
.m-partybuild .m-title .tabs li.hover {
  color: #005293;
  font-weight: bold;
}
.m-partybuild .m-title .tabs li:hover::after,
.m-partybuild .m-title .tabs li.hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 0;
  border-bottom: 4px solid #005293;
}
.m-partybuild .m-title .btn {
  margin-top: 7px;
  margin-left: 30px;
}
.m-partybuild .achies {
  margin-top: 10px;
  align-items: flex-start;
}
.m-partybuild .achies .ach-list {
  flex: 1;
  width: 0;
}
.m-partybuild .achies .swiper {
  width: 460px;
  margin-left: 52px;
  background: #EDF5FF;
  border-radius: 0px 0px 68px 0px;
  position: relative;
}
.m-partybuild .achies .swiper .m-swiper-pages {
  position: absolute;
  z-index: 1000;
  right: 0;
  bottom: 20px;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 30px;
}
.m-partybuild .achies .swiper .m-swiper-pages .swiper-pagination {
  flex: 1;
  font-size: 24px;
  color: #666666;
  font-weight: bold;
  font-family: DINAlternate-Bold, DINAlternate;
  text-align: right;
  padding-right: 20px;
}
.m-partybuild .achies .swiper .m-swiper-pages .swiper-pagination .swiper-pagination-current {
  color: #333;
  font-size: 28px;
  margin: 0 2px;
}
.m-partybuild .achies .swiper .m-swiper-pages .swiper-pagination .swiper-pagination-total {
  font-size: 24px;
  color: #333;
  margin: 0 2px;
}
.m-partybuild .achies .swiper .m-swiper-pages .m-swiper-page {
  width: 10px;
  height: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1000;
}
.m-partybuild .achies .swiper .m-swiper-pages .m-swiper-page.m-swiper-left {
  background: url(../images/org_prev.png) no-repeat center / 100%;
}
.m-partybuild .achies .swiper .m-swiper-pages .m-swiper-page.m-swiper-right {
  background: url(../images/org_next.png) no-repeat center / 100%;
}
.m-partybuild .achies .swiper .swiper-slide {
  padding: 22px;
  background: #EDF5FF;
  overflow: hidden;
}
.m-partybuild .achies .swiper .swiper-slide .time {
  display: none;
  margin-bottom: 20px;
}
.m-partybuild .achies .swiper .swiper-slide .time .day {
  font-size: 36px;
  font-weight: bold;
  color: #005293;
  line-height: 42px;
}
.m-partybuild .achies .swiper .swiper-slide .time .year {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}
.m-partybuild .achies .swiper .swiper-slide .imgs {
  height: 260px;
  margin-bottom: 20px;
}
.m-partybuild .achies .swiper .swiper-slide .info {
  margin-bottom: 20px;
}
.m-partybuild .achies .swiper .swiper-slide .info .title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 36px;
  height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.m-partybuild .achies .swiper .swiper-slide .info .msg {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.m-partybuild .achies .swiper .swiper-slide .more {
  margin-top: 20px;
}
.m-partybuild .preface {
  margin-top: 20px;
}
.m-partybuild .preface .mySwiper {
  position: relative;
}
.m-partybuild .preface .mySwiper .m-swiper-pages {
  position: absolute;
  z-index: 1000;
  right: 0;
  bottom: 20px;
  width: 524px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.m-partybuild .preface .mySwiper .m-swiper-pages .swiper-pagination {
  flex: 1;
  font-size: 24px;
  color: #666666;
  font-weight: bold;
  font-family: DINAlternate-Bold, DINAlternate;
}
.m-partybuild .preface .mySwiper .m-swiper-pages .swiper-pagination .swiper-pagination-current {
  color: #333;
  font-size: 28px;
  margin: 0 2px;
}
.m-partybuild .preface .mySwiper .m-swiper-pages .swiper-pagination .swiper-pagination-total {
  font-size: 24px;
  color: #333;
  margin: 0 2px;
}
.m-partybuild .preface .mySwiper .m-swiper-pages .m-swiper-page {
  width: 10px;
  height: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1000;
}
.m-partybuild .preface .mySwiper .m-swiper-pages .m-swiper-page.m-swiper-left {
  background: url(../images/org_prev.png) no-repeat center / 100%;
}
.m-partybuild .preface .mySwiper .m-swiper-pages .m-swiper-page.m-swiper-right {
  background: url(../images/org_next.png) no-repeat center / 100%;
}
.m-partybuild .preface .mySwiper .swiper-slide {
  display: flex;
  background: #EDF5FF;
}
.m-partybuild .preface .mySwiper .swiper-slide .imgs {
  width: 580px;
  height: 384px;
}
.m-partybuild .preface .mySwiper .swiper-slide .imgs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-partybuild .preface .mySwiper .swiper-slide .info {
  flex: 1;
  width: 0;
  padding: 35px;
  text-align: justify;
}
.m-partybuild .preface .mySwiper .swiper-slide .info .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 15px;
}
.m-partybuild .preface .mySwiper .swiper-slide .info .msg {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
}
.m-partybuild .preface .mySwiper .swiper-slide .info .more {
  margin-top: 25px;
}
.m-fix--box .itemo {
  display: block;
  width: 100%;
  min-height: 110px;
  background: url(../images/fix-box-bg.png) no-repeat center / cover;
  padding: 22px;
  margin: 10px 0;
}
.m-fix--box .itemo .imgs {
  padding-bottom: 11px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(236, 205, 150, 0.3);
}
.m-fix--box .itemo .imgs .img {
  height: 38px;
}
.m-fix--box .itemo .title {
  font-size: 24px;
  color: #ECCD96;
  line-height: 33px;
  font-weight: bold;
}
.m-fix--box .itemo .msg {
  font-size: 12px;
  font-weight: 400;
  color: #ECCD96;
  line-height: 24px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.m-fix--box .itemo .msg .img {
  height: 17px;
  vertical-align: middle;
  transform: translate(0, 2px);
}
@media (max-width: 800px) {
  .m-partybuild .m-fix--box {
    display: flex;
  }
  .m-partybuild .m-fix--box .itemo {
    flex: 1;
    margin: 0 10px;
  }
  .m-partybuild .top10 {
    display: block;
  }
  .m-partybuild .top10 .swiper {
    width: 100%;
    height: 300px;
  }
  .m-partybuild .m-study--lists {
    flex-direction: column-reverse;
  }
  .m-partybuild .m-study--lists .m-tabs--boxs {
    width: 100%;
  }
  .m-partybuild .m-study--lists .m-tabs--list {
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
  }
  .m-partybuild .achies {
    display: block;
  }
  .m-partybuild .achies .ach-list {
    width: 100%;
  }
  .m-partybuild .achies .swiper {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .m-partybuild .achies .swiper .swiper-slide .time .day {
    font-size: 30px;
    font-weight: lighter;
  }
  .m-partybuild .achies .swiper .swiper-slide .info .title {
    font-size: 20px;
    line-height: 30px;
  }
  .m-partybuild .achies .swiper .swiper-slide .info .msg {
    font-size: 14px;
  }
  .m-partybuild .preface {
    margin-top: 10px;
  }
  .m-partybuild .preface .mySwiper .m-swiper-pages {
    width: 100%;
    bottom: 10px;
  }
  .m-partybuild .preface .mySwiper .swiper-slide {
    display: block;
    padding-bottom: 70px;
  }
  .m-partybuild .preface .mySwiper .swiper-slide .imgs {
    width: 100%;
    height: 300px;
  }
  .m-partybuild .preface .mySwiper .swiper-slide .info {
    width: 100%;
    padding: 10px;
  }
  .m-partybuild .preface .mySwiper .swiper-slide .info .title {
    font-size: 20px;
    line-height: 30px;
  }
  .m-partybuild .preface .mySwiper .swiper-slide .info .msg {
    font-size: 14px;
    margin: 10px 0;
    line-height: 26px;
  }
  .m-partybuild .preface .mySwiper .swiper-slide .info .more {
    margin-top: 10px;
  }
  .m-partybuild .party-study .item {
    padding: 10px 0;
  }
  .m-partybuild .party-study .item .info {
    padding-right: 40px;
    margin-right: 20px;
  }
  .m-partybuild .party-vips {
    grid-template-columns: repeat(1, 1fr);
  }
  .m-partybuild .party-vips .item {
    padding: 20px;
    height: auto;
  }
  .m-partybuild .party-vips .item .title {
    margin-bottom: 10px;
  }
  .m-partybuild .party-vips .item .msg {
    margin: 10px 0;
  }
  .m-partybuild .m-title {
    margin: 0px 0;
    display: block;
    position: relative;
    border: none;
  }
  .m-partybuild .m-title.space {
    display: block;
  }
  .m-partybuild .m-title .name {
    width: 100%;
    display: block;
    font-size: 22px;
  }
  .m-partybuild .m-title .name::after {
    display: none;
  }
  .m-partybuild .m-title .m-tabs--list {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .m-partybuild .m-title .btn {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .m-partybuild .m-title .tabs ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
  }
  .m-partybuild .m-title .tabs ul li {
    margin: 0 0;
    font-size: 18px;
    text-align: center;
  }
}
