.title {
  font-size: .44rem;
  padding: .98rem .45rem .1rem;
  text-align: center;
}
.subtitle {
  text-align: center;
  font-size: .28rem;
}
.apply {
	display:block;
  font-size: .28rem;
  color: #4880FF;
  margin: .1rem 0 .5rem;
  text-align: center;
  cursor: pointer;
}
.page-1 {
  width: 100%;
}
.page-1 img {
  width: 100%;
  display: block;
}
.page-1 .list {
  width: 100%;
  height: 1.4rem;
  display: flex;
  align-items: center;
  background: #004CC5;
  text-align: center;
  font-size: .28rem;
  color: #fff;
}
.page-1 .list .item {
  flex: 1;
  height: .55rem;
  line-height: .55rem;
}
.page-1 .list .item:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-2 {
  background: #f6f8fa;
  padding-bottom: 1rem;
}
.page-2 .div-wrap {
  padding: 0 .3rem;
}
.page-2 .div-title {
  padding: 0 .3rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D9E4EB;
}
.page-2 .div-title .left {
  height: .8rem;
  line-height: .8rem;
  display: flex;
}
.page-2 .div-title .left img {
  width: .8rem;
  height: .8rem;
  margin-right: .3rem;
}
.page-2 .div-title .left .words {
  font-size: .4rem;
  color: #122142;
}
.page-2 .div-title .right {
  width: .8rem;
  height: .8rem;
  cursor: pointer;
  background: url('../images/index/down.png') center no-repeat;
  background-size: .4rem .4rem;
}
.page-2 .div-title .right-up {
  transform: rotate(180deg);
}
.page-2 .div-desc {
  display: none;
  box-shadow: 0px 2px 0.3rem 0px rgba(193, 193, 193, 0.25);
  border-radius: .06rem .06rem 0 0;
  background: #fff;
  padding: .4rem .3rem;
}
.page-2 .div-desc .desc-title {
  font-size: .36rem;
  line-height: .5rem;
  font-weight: bold;
}
.page-2 .div-desc .desc-subtitle {
  font-size: .3rem;
  line-height: .44rem;
}
.page-2 .div-desc .desc-img {
  display: block;
  width: 6.1rem;
  height: 3.98rem;
  box-sizing: border-box;
  padding: .24rem .26rem;
  margin: .4rem auto .3rem;
  box-shadow: 0px 0px 0.1rem 0px rgba(193, 193, 193, 0.3);
  border-radius: .2rem;
}
.page-2 .div-desc .desc-img img {
  display: block;
  width: 100%;
  height: 3.48rem;
}
.page-2 .div-desc .desc-adv {
  display: flex;
  align-items: center;
  height: 1rem;
  margin-bottom: .1rem;
}
.page-2 .div-desc .desc-adv img {
  width: .8rem;
  height: .8rem;
  margin-right: .2rem;
}
.page-2 .div-desc .desc-adv .w-1 {
  font-size: .36rem;
  font-weight: bold;
  line-height: .5rem;
}
.page-2 .div-desc .desc-adv .w-2 {
  font-size: .28rem;
  line-height: .4rem;
}
.page-2 .div-wrap-list .div-wrap:first-child .div-desc {
  display: block;
}
.page-3 {
  background: url(../images/index/page3_bg.png) center no-repeat;
  background-size: 100%;
  padding-bottom: 1.6rem;
  color: #fff;
}
.page-3 .list {
  padding-bottom: .6rem;
}
.page-3 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0rem;
}
.page-3 .swiper-pagination-bullet {
  background: #fff;
  border-radius: 4px;
  opacity: .5;
}
.page-3 .swiper-pagination-bullet-active {
  opacity: 1;
  width: 24px;
}
.page-3 .swiper-container {
  width: 100%;
  padding-bottom: .6rem;
}
.page-3 .swiper-slide {
  width: 65%;
}
.page-3 .item img {
  width: 100%;
  height: 4.5rem;
  display: block;
}
.page-3 .item .item-words {
  padding: .3rem;
  background: #fff;
  border-radius: 0 0 0.06rem 0.06rem;
  color: #122142;
}
.page-3 .item .item-words .w-title {
  font-size: .36rem;
  line-height: .5rem;
}
.page-3 .item .item-words .desc {
  height: 1.08rem ;
  font-size: .24rem;
  line-height: .38rem;
  padding: 0.08rem 0 .2rem;
}
.page-3 .item .item-words .more {
  font-size: .28rem;
  color: #4880ff;
}
.page-4 {
  padding-bottom: .4rem;
}
.page-4 .list {
  margin: 0 .3rem .5rem;
  border-bottom: 1px solid #d9e4eb;
  display: flex;
  font-size: .28rem;
}
.page-4 .list span {
  display: block;
  width: 72%;
  padding-bottom: .24rem;
  margin: 0 auto;
}
.page-4 .list .item {
  flex: 1;
  text-align: center;
}
.page-4 .list .item.active span {
  color: #4880ff;
  border-bottom: 3px solid #4880FF;
}
.page-4 .list-content {
  width: 84%;
  box-sizing: border-box;
  padding: .3rem;
  margin: 0 auto;
  box-shadow: 0px 0px 0.3rem 0px rgba(120, 120, 120, 0.2);
  border-radius: .06rem;
}
.page-4 .list-content .item {
  display: none;
}
.page-4 .list-content .item:first-child {
  display: block;
}
.page-4 .list-content img {
  display: block;
  width: 100%;
  margin-bottom: 0.3rem;
}
.page-4 .list-content h3 {
  font-size: .36rem;
  font-weight: bold;
  line-height: .5rem;
}
.page-4 .list-content p {
  padding-top: 0.08rem;
  line-height: .44rem;
}
.page-5 {
  padding-bottom: .1rem;
}
.page-5 .list {
  padding: 0 .3rem;
}
.page-5 .list .item {
  margin-bottom: .3rem;
  box-shadow: 0px 0.08rem 0.14rem 0px rgba(143, 143, 143, 0.24);
  border-radius: 0.06rem;
  align-items: center;
  display: flex;
}
.page-5 .list .item img {
  width: 2.6rem;
  height: 2.44rem;
  margin-right: .3rem;
}
.page-5 .list .item .i-title {
  font-size: .36rem;
  line-height: .5rem;
}
.page-5 .list .item .i-desc {
  line-height: .4rem;
  padding: .1rem 0;
}
.page-5 .list .item .more {
  color: #4880ff;
}
.page-6 {
  padding-bottom: 1rem;
  background: #161A25;
  color: #fff;
}
.page-6 .swiper-slide {
  padding: 0 .75rem;
  box-sizing: border-box;
  box-shadow: 0px 0.02rem 0.2rem 0px #4f4f4f;
  border-radius: .06rem;
}
.page-6 .video {
  width: 100%;
  height: 3.7rem;
}
.page-6 .video video {
  width: 100%;
  height: 3.7rem;
}
.page-6  .swiper-button-next, .page-6  .swiper-button-prev{
  width: .34rem;
  height: .68rem;
  background-size: .34rem .68rem;
}
.page-6  .swiper-button-prev{
  background-image: url('../images/prev.png');
}
.page-6  .swiper-button-next{
  background-image: url('../images/next.png');
}
.page-6 .intro {
  padding: .3rem .36rem;
  text-align: center;
  background: #fff;
  border-radius: 0 0 .06rem .06rem;
  color: #122142;
}
.page-6 .intro .avatar {
  width: .8rem;
  height: .8rem;
  border-radius: .4rem;
}
.page-6 .intro .name {
  line-height: .4rem;
}
.page-6 .intro .name span {
  font-weight: bold;
  font-size: .28rem;
}
.page-6 .intro .words-1 {
  line-height: .34rem;
  font-weight: bold;
  padding: .1rem 0;
}
.page-6 .intro .words-2 {
  line-height: .4rem;
}
.page-7 {
  padding-bottom: 1rem;
}
.page-7 .list-title {
  width: 5.6rem;
  height: .7rem;
  border-radius: .35rem;
  margin: .5rem auto .3rem;
  background: #f6f8fa;
  display: flex;
}
.page-7 .list-title .item {
  flex: 1;
  text-align: center;
  color: #999;
  line-height: .7rem;
  cursor: pointer;
}
.page-7 .list-title .item span {
  height: .5rem;
  display: block;
  margin: .1rem;
  line-height: .5rem;
}
.page-7 .list-title .item.active span {
  background: #ffffff;
  box-shadow: 0px 0px 0.06rem 0px rgba(168, 168, 168, 0.5);
  border-radius: .25rem;
  color: #122142;
  font-weight: bold;
}
.page-7 .event-list .event-item {
  display: none;
}
.page-7 .event-list .event-item:first-child {
  display: block;
}
.page-7 .swiper-slide {
  padding: 0 .3rem;
  box-sizing: border-box;
}
.page-7 .swiper-pagination-bullet-active {
  background: #fff;
}
.page-7 img {
  display: block;
  width: 100%;
}
