
.plan-content {
  height: 468px;
  background-image: url('../static/images/assistant/assistant_zsjhcx.png');
  background-position: left center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: 75px 80px;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan-content .intro {
  width: 360px;
}
.plan-content .intro h4 {
  font-size: 26px;
  color: #333333;
  line-height: 37px;
}
.plan-content .intro p {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  margin-top: 10px;
}
.plan-content .qrcode {
  width: 270px;
  height: 270px;
  background-color: aliceblue;
}

/* 模拟志愿填报 */
.plan.volunteer .plan-content {
  background-image: url('../static/images/assistant/assistant_mnzytb.png');
}
.plan.volunteer .plan-content .intro {
  text-align: right;
}
.plan.zhuanye .plan-content {
  background-image: url('../static/images/assistant/assistant_sbzycx.png');
}
/* 辉煌 */
.glory {
  height: 628px;
  background-image: url('../static/images/assistant/assistant_bg.png');
  background-position: left center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  margin-top: 128px;
  padding: 150px 0 150px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.glory .title {
  text-align: center;
  color: #ffffff;
}
.glory .title h3 {
  font-size: 36px;
}
.glory .title p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.glory ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 360px;
}
.glory ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}
.glory ul li p b {
  font-size: 58px;
}
/* 升本分析 */
.plan.fenxi .plan-content {
  background-image: url('../static/images/assistant/assistant_sbzyfx.png');
}