.banner-wrapper {
  min-width: 1220px;
}
.banner-wrapper img {
  display: block;
  width: 100%;
}
.title-wrapper img {
  display: block;
  width: 712px;
  margin: 0 auto;
}
.button-wrapper img {
  display: block;
  width: 400px;
  margin: 0 auto;
  cursor: pointer;
}
.content-container {
  width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
.reason-wrapper {
  margin-top: 40px;
}
.reason-wrapper .reason-list {
  margin-top: 34px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.reason-wrapper .reason-list-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 60px;
}
.reason-wrapper .reason-item {
  display: flex;
  align-items: center;
  width: 570px;
  height: 220px;
  padding-left: 270px;
  padding-right: 48px;
  margin-bottom: 52px;
}
.reason-wrapper .title {
  font-family: Alibaba-PuHuiTi-B;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.reason-wrapper .text {
  margin-top: 21px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #666666;
}
.time-plan-wrapper {
  margin-top: 40px;
  padding-top: 40px;
  width: 100%;
  min-width: 1220px;
  height: 826px;
  background-image: url('../img/time-plan-bg1.png');
  background-size: cover;
  background-position: 100%;
}
.time-plan-wrapper .content-container {
  padding: 0;
}
.time-plan-wrapper .time-plan-tab__wrapper {
  text-align: center;
  font-size: 0;
}
.time-plan-wrapper .time-plan-tab {
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  width: 600px;
  height: 60px;
  line-height: 60px;
  background: #D93434;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 8px 0 0 8px;
}
.time-plan-wrapper .time-plan-tab:last-child {
  border-radius: 0 8px 8px 0;
}
.time-plan-wrapper .time-plan-tab.is-active {
  background: #FFECEC;
  color: #C42021;
}
.time-plan-wrapper .time-plan-list {
  margin-top: 30px;
  height: 488px;
  text-align: center;
}
.time-plan-wrapper .time-plan-item {
  display: inline-block;
  vertical-align: top;
  width: 285px;
  height: 220px;
  padding: 66px 22px 0;
  text-align: center;
  margin: 0 10px 24px;
}
.time-plan-wrapper .time-plan-item .title {
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
}
.time-plan-wrapper .time-plan-item .text {
  margin-top: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}
.time-plan-wrapper .button-wrapper {
  margin-top: 20px;
}
.swiper-pagination-bullet {
  cursor: pointer !important;
}
.master-scheme-warpper {
  margin-top: 40px;
}
.master-scheme-warpper .master-scheme {
  margin-top: 30px;
  display: flex;
  height: 744px;
  background: #FFF5F5;
}
.master-scheme-warpper .master-scheme .master-scheme-tab {
  width: 234px;
  background: #C42021;
}
.master-scheme-warpper .master-scheme .master-scheme-tab .master-scheme-tab-item {
  height: 104px;
  line-height: 104px;
  text-align: center;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.17);
  transition: all 0.3s;
  cursor: pointer;
}
.master-scheme-warpper .master-scheme .master-scheme-tab .master-scheme-tab-item.is-active {
  background: #A00C0D;
}
.master-scheme-warpper .master-scheme .master-scheme-tab .master-scheme-tab-item + .master-scheme-tab-item {
  margin-top: 24px;
}
.master-scheme-warpper .master-scheme .master-scheme-list {
  padding: 30px;
  flex: 1;
  width: 0%;
}
.master-scheme-warpper .master-scheme .master-scheme-list .master-scheme-item {
  display: flex;
  width: 100%;
}
.master-scheme-warpper .master-scheme .master-scheme-list .master-scheme-item + .master-scheme-item {
  margin-top: 25px;
}
.master-scheme-warpper .master-scheme .master-scheme-list .master-scheme-num {
  width: 134px;
  height: 236px;
}
.master-scheme-warpper .master-scheme .master-scheme-list .master-scheme-num img {
  display: block;
  width: 100%;
  height: 100%;
}
.master-scheme-warpper .master-scheme .master-scheme-list .master-scheme-content {
  flex: 1;
  width: 0%;
  height: 330px;
  padding: 24px 32px 0;
  margin-left: 25px;
  overflow-y: auto;
  background: url('../img/master-scheme-bg.png') no-repeat center center / 100% 100%;
}
.master-scheme-warpper .master-scheme .master-scheme-list .title {
  margin-top: 6px;
  line-height: 40px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.master-scheme-warpper .master-scheme .master-scheme-list .title:nth-child(1) {
  margin-top: 0;
}
.master-scheme-warpper .master-scheme .master-scheme-list .text {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.master-scheme-warpper .button-wrapper {
  margin-top: 40px;
}
.hot-major-school-warpper {
  margin-top: 46px;
}
.hot-major-school-warpper .hot-major-school__tab {
  margin-top: 30px;
  width: 100%;
  display: flex;
  padding: 4px;
  background: #C42021;
  border-radius: 40px;
}
.hot-major-school-warpper .hot-major-school__tab .hot-major-school__tab-item {
  width: 0%;
  flex: 1;
  height: 70px;
  line-height: 70px;
  background: #C42021;
  border-radius: 34px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.hot-major-school-warpper .hot-major-school__tab .hot-major-school__tab-item.is-active {
  font-weight: 600;
  background: #FFFFFF;
  color: #C42021;
}
.hot-major-school-warpper .hot-major-school__list {
  margin-top: 30px;
  padding: 40px 40px 0;
  background: #FFF5F5;
  overflow: hidden;
}
.hot-major-school-warpper .hot-major-school__list .swiper-container {
  overflow: hidden;
  padding-bottom: 72px;
}
.hot-major-school-warpper .hot-major-school__list .swiper-slide {
  width: 250px;
  height: 278px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
.hot-major-school-warpper .hot-major-school__list .swiper-pagination {
  bottom: 24px;
}
.hot-major-school-warpper .hot-major-school__list .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #DADADA;
  opacity: 1;
  margin: 0 10px;
}
.hot-major-school-warpper .hot-major-school__list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C42021;
}
.hot-major-school-warpper .hot-major-school__list .major {
  height: 70px;
  line-height: 70px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  background: #C42021;
}
.hot-major-school-warpper .hot-major-school__list .img {
  width: 200px;
  height: 50px;
  margin: 16px auto 0;
}
.hot-major-school-warpper .hot-major-school__list .name {
  margin-top: 10px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.hot-major-school-warpper .button-wrapper {
  margin-top: 40px;
}
.product-warpper {
  margin-top: 40px;
  padding-bottom: 46px;
  background: url('../img/product-bg.png') no-repeat bottom center / 100% 384px;
}
.product-warpper .product-tab {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
.product-warpper .product-tab .product-tab-item {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 60px;
  line-height: 54px;
  background: #FFFFFF;
  border: 2px solid #C42021;
  border-radius: 35px;
  transition: all 0.3s;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 26px;
  color: #C42021;
  cursor: pointer;
}
.product-warpper .product-tab .product-tab-item.is-active {
  background: #C42021;
  color: #FFFFFF;
}
.product-warpper .product-tab .product-tab-item + .product-tab-item {
  margin-left: 50px;
}
.product-warpper .product-list {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
.product-warpper .product-list .product-item {
  display: inline-block;
  vertical-align: top;
  width: 580px;
  height: 710px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 #a5a5a580;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
}
.product-warpper .product-list .product-item:last-child {
  margin-left: 40px;
}
.product-warpper .product-list .title-img img {
  display: block;
  width: 100%;
}
.product-warpper .product-list .title {
  padding: 0 20px;
  margin-top: 14px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.product-warpper .product-list .text {
  padding: 0 20px;
  margin-top: 10px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.product-warpper .button-wrapper {
  margin-top: 40px;
}
