.home-wrap {
  padding: 120px 0;
}

.home-title {
  font-size: 44px;
  font-weight: bold;
  color: #121212;
  text-align: center;
}

.home-desc {
  font-size: 18px;
  font-weight: 400;
  color: #60656b;
  padding: 10px 0 72px 0;
  text-align: center;
}

.banner {
  width: 100%;
  height: 750px;
  background-color: #839dc1;
  background-image: url(../jpg/banner-bg.jpg);
  background-size: 100% 750px;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 110px;
}

.banner-content {
  width: 570px;
  height: auto;
}

.banner-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-right {
  width: 550px;
}

.banner-box {
  position: absolute;
  top: 120px;
  /* right: -86px; */
  left: 680px;
  /* right: 0; */
  width: 600px;
  height: 600px;
}

/* ----------- App介绍模块 ---------- */

.app-content {
  display: flex;
  justify-content: center;
}

.app-swiper {
  width: 690px;
  height: 460px;
  margin: 0;
  position: relative;
}

.app-swiper-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 690px;
  height: 460px;
  border-radius: 30px;
  opacity: 0;
}

.app-swiper-img-fadeout {
  animation: fadeout 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeout {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: scale(.9);
  }
  100% {
    opacity: 0;
  }
}

.app-swiper-img-fadein {
  animation: fadein .2s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
    transform: scale(.9);
  }
  80% {
    
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.app-operation {
  margin-left: 75px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.app-labels {
  /* margin-left: 75px;
  flex: 1; */
}
.app-label-wrap {
  cursor: pointer;
}

.app-label {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #121212;
  cursor: pointer;
  transition: all 0.2s;
}

.app-label-icon-wrap {
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 2px;
}

.app-label-icon {
  width: 28px;
  height: 28px;
  opacity: 1;
  transition: all 0.2s;
}

.app-label-acive {
  color: #2382ff;
  transition: all 0.2s;
}

.app-label-icon-hover {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s;
}

.app-label-icon-active {
  opacity: 1;
}

.app-label-desc {
  font-size: 16px;
  color: #60656b;
  margin-top: 14px;
  margin-bottom: 32px;
}

.app-btns {
  display: flex;
}

.app-btn {
  width: 124px;
  height: 44px;
  font-size: 16px;
  border-radius: 2px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}

.app-btn-full {
  background: #2382ff;
  color: #fff;
  margin-right: 16px;
  transition: all 0.2s;
}

.app-btn-full:hover {
  transition: all 0.2s;
  background: #1c68cc;
}

.app-btn-ghost {
  border: 1px solid #2382ff;
  transition: all 0.2s;
  color: #2382ff;
}

.app-btn-ghost:hover {
  transition: all 0.2s;
  background: #ebf3ff;
}

/* ----------- 微信公众号矩阵 ---------- */
.gzh {
  background: #f5f7fb;
}

.gzh-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
}

.gzh-box {
  width: 384px;
  height: 410px;
  margin-right: 24px;
  background: #ffffff;
  border-radius: 4px;
  transition: all 0.2s;
  position: relative;
  margin-bottom: 24px;
}

.gzh-box:hover {
  box-shadow: 0px 30px 60px -3px rgba(73, 90, 125, 0.15);
  transition: all 0.2s;
}

.gzh-box-body {
  cursor: pointer;
  width: 384px;
  height: 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 44px;
  padding-top: 48px;
  transition: all 0.2s;
}

.gzh-box:hover .gzh-box-body {
  filter: blur(10px);
  transition: all 0.2s;
}

.gzh-icon-bg {
  width: 106px;
  height: 40px;
  position: absolute;
}

.gzh-icon-bg-top {
  top: 24px;
  left: 24px;
}

.gzh-icon-bg-bottom {
  bottom: 24px;
  right: 24px;
}

.gzh-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 12px;
}

.gzh-title {
  font-size: 22px;
  font-weight: 500;
  color: #121212;
  font-weight: bold;
  margin-bottom: 10px;
}

.gzh-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #60656b;
  margin-bottom: 40px;
}

.rhombus-wrap {
  width: 10px;
  height: 10px;
  line-height: 23px;
  margin-right: 13px;
}

.rhombus {
  width: 7.07px;
  height: 7.07px;
  transform: rotate(45deg);
  background-color: #595f66;
  display: inline-block;
}

.gzh-desc {
  font-size: 16px;
  color: #121212;
  line-height: 28px;
  display: flex;
}

.gzh-desc-content {
  width: 270px;
}

.gzh-box-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #121212;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
  z-index: 2;
  opacity: 0;
  transition: all 0.2s;
}

.gzh-box:hover .gzh-box-hover {
  opacity: 1;
  transition: all 0.2s;
}

.gzh-box-hover-img {
  width: 156px;
  height: 156px;
  box-shadow: 0px 0px 30px 14px rgba(73, 90, 125, 0.15);
  margin-bottom: 14px;
}

/* ----------- 视频号模块 ---------- */

.video-content {
  display: flex;
  justify-content: center;
  margin-bottom: 78px;
  height: 460px;
  position: relative;
}

.video-swiper {
  width: 690px;
  height: 460px;
  margin: 0;
  position: relative;
}

.video-swiper-right {
  position: absolute;
  right: 0;
  top: 0;
}

.video-swiper-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 690px;
  height: 460px;
  border-radius: 30px;
}

.video-swiper-img-active {
  opacity: 1;
  transition: all 0.2s;
}

.video-desc-box {
}

.video-desc-box-active {
  margin-bottom: 42px;
}

.video-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-desc-right {
  margin-left: 75px;
}

.video-desc-left {
  /* float: left; */
}

.video-desc-icon {
  width: 28px;
  height: 28px;
  margin-right: 4px;
}

.video-desc-title {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #2382ff;
  margin-bottom: 12px;
}

.video-subtitle {
  font-size: 16px;
  color: #121212;
  font-weight: bold;
  margin-bottom: 16px;
}

.video-intro {
  font-size: 16px;
  color: #60656b;
  display: flex;
  margin-bottom: 10px;
}

.rhombus-wrap-video {
  width: 10px;
  height: 10px;
  line-height: 16px;
  margin-right: 13px;
}

/* ----------- 志愿相关 ---------- */
.zy {
  background-color: #f5f7fb;
}

.zy-list {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}

.zy-box {
  width: 384px;
  height: 512px;
  background: #ffffff;
}

.zy-header {
  position: relative;
}

.zy-img {
  width: 384px;
  height: 216px;
}

.zy-title {
  position: absolute;
  left: 24px;
  bottom: 24px;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
}

.zy-container {
  padding: 24px;
}

.zy-subtitle {
  font-size: 18px;
  color: #121212;
  font-weight: bold;
  margin-bottom: 20px;
}

.zy-intro {
  font-size: 16px;
  color: #60656b;
  display: flex;
  margin-bottom: 10px;
}

.rhombus-wrap-zy {
  width: 10px;
  height: 10px;
  line-height: 16px;
  margin: 0 8px;
}

/* pc端 */
@media screen and (min-width: 480px) {
  .banner-mobile {
    display: none;
  }

  .banner {
    display: block;
  }

  .gzh {
    display: block;
  }
  .gzh-mobile {
    display: none;
  }

  .zy {
    display: block;
  }
  .zy-mobile {
    display: none;
  }

  .download-mobile {
    display: none;
  }

  .home-swiper {
    display: none;
  }
}

/* 手机端 */
@media screen and (max-width: 480px) {
  .banner-mobile {
    display: block;
  }

  .banner-mobile img {
    width: 100%;
    height: 3.75rem;
    display: block;
  }

  .banner {
    display: none;
  }
  /* ----------- App介绍模块 ---------- */
  .app {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .home-wrap {
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
  }

  .home-title {
    font-size: 0.24rem;
  }

  .home-desc {
    font-size: 0.12rem;
    width: 2.7rem;
    margin: auto;
    padding: 0.04rem 0 0.16rem 0;
  }

  .app-content {
    display: flex;
    flex-direction: column;
  }

  .home-swiper {
    width: 3.45rem;
    height: 2.6rem;
    margin: 0;
  }

  .swiper-pagination-home {
    z-index: -1;
    line-height: 0.01rem;
    text-align: center;
    margin-top: -1.15rem;
    position: absolute;
  }

  .swiper-pagination-home .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.03rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.02rem;
    margin: 0 0.015rem;
  }

  .swiper-pagination-home .swiper-pagination-bullet-active {
    width: 0.12rem;
    height: 0.03rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.02rem;
  }


  .app-swiper {
    display: none;
    width: 3.45rem;
    height: 2.3rem;
    margin: 0;
    position: relative;
  }

  .app-swiper-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.45rem;
    height: 2.3rem;
    border-radius: 0.12rem;
    opacity: 1;
  }

  .app-operation {
    margin: 0;
  }

  .app-label-wrap {
    cursor: pointer;
  }

  .app-label {
    font-size: 0.16rem;
    font-weight: bold;
    margin-top: 0.2rem;
    color: #2382ff;
  }

  .app-label-icon-wrap {
    width: 0.24rem;
    height: 0.24rem;
  }

  .app-label-icon {
    width: 0.24rem;
    height: 0.24rem;
    display: none;
  }

  .app-label-icon-hover {
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    opacity: 1;
  }

  .app-label-desc {
    font-size: 0.14rem;
    margin: 0;
    margin-top: 0.1rem;
  }

  .app-btns {
    margin-top: 0.24rem;
  }

  .app-btn {
    width: 1.08rem;
    height: 0.36rem;
    font-size: 16px;
    border-radius: 0.04rem;
    text-align: center;
    line-height: 0.36rem;
    cursor: pointer;
  }

  .app-btn-full {
    margin-right: 0.16rem;
  }

  /* ----------- 公众号模块 ---------- */

  .gzh {
    display: none;
  }

  .gzh-swiper {
    height: 4rem;
  }

  .gzh-mobile {
    display: block;
    background: #f5f7fb;
    width: 3.75rem;
    overflow: hidden;
    padding-bottom: 0;
  }

  .gzh-box:nth-child(1) {
    margin-left: 0.6rem;
  }

  .gzh-box {
    margin-right: 0.12rem;
    width: 2.55rem !important;
    height: 3.4rem;
    /* 因为要用swiper，swiper没有rem单位适配。只能用px了 */
    /* width: 255px;
    height: 340px; */
  }

  .gzh-box-active {
    box-shadow: 0px 30px 60px -3px rgba(73, 90, 125, 0.15);
  }

  .gzh-box:hover {
    box-shadow: none;
  }

  .gzh-box-body {
    cursor: pointer;
    /* 因为要用swiper，swiper没有rem单位适配。只能用px了 */
    /* width: 255px;
    height: 340px;
    padding: 0 17px;
    padding-top: 28px; */

    width: 2.55rem;
    height: 3.4rem;
    padding: 0 0.17rem;
    padding-top: 0.28rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s;
  }

  .gzh-box:hover .gzh-box-body {
    filter: blur(0);
  }

  .gzh-icon-bg {
    width: 0.53rem;
    height: 0.2rem;
    position: absolute;
    top: 0.16rem;
    right: 0.16rem;
  }

  .gzh-avatar {
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.1rem;
  }

  .gzh-title {
    font-size: 0.14rem;
    margin-bottom: 0.06rem;
  }

  .gzh-subtitle {
    font-size: 0.12rem;
    margin-bottom: 0.18rem;
  }

  .gzh-desc {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }

  .rhombus-wrap {
    width: 0.1rem;
    height: 0.1rem;
    line-height: 23px;
    margin-right: 13px;
  }

  .rhombus {
    width: 0.07rem;
    height: 0.07rem;
    transform: rotate(45deg);
    background-color: #969ba2;
    display: inline-block;
  }

  .gzh-desc-content {
    width: 1.96rem;
  }

  .gzh-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0.24rem;
    width: 1.08rem;
    height: 0.36rem;
    background: #2382ff;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    line-height: 0.36rem;
    text-align: center;
    color: #fff;
  }

  .swiper-pagination {
    z-index: -1;
    bottom: .1rem !important;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.03rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.02rem;
    margin: 0 0.015rem;
  }

  .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.12rem;
    height: 0.03rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.02rem;
  }

  .mask {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: none;
  }

  .gzh-box-code {
    position: absolute;
    width: 2.55rem;
    height: 3.4rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #f5f7fb;
    border-radius: 0.08rem;
    font-size: 0.16rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #121212;
    font-weight: bold;
    z-index: 4;
  }

  .gzh-box-code-close {
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(50vh + 1.8rem);
    z-index: 5;
  }

  .gzh-box-code-img {
    width: 1.56rem;
    height: 1.56rem;
    margin-bottom: 0.12rem;
    display: none;
  }

  /* ----------- 视频号模块 ---------- */

  .video {
    padding: 0 0.15rem;
  }

  .video-content {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 0.32rem;
  }

  .video-swiper {
    width: 3.45rem;
    height: 2.3rem;
    margin: 0;
    margin-bottom: 0.2rem;
    position: relative;
  }

  .video-swiper-img {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 3.45rem;
    height: 2.3rem;
    border-radius: 0.12rem;
    /* opacity: 0; */
  }

  .video-swiper-right {
    position: inherit;
  }

  .video-desc-box {
  }

  .video-desc-box-active {
    margin-bottom: 0.2rem;
  }

  .video-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .video-desc-right {
    margin-left: 0;
  }

  .video-desc-left {
    /* float: left; */
  }

  .video-desc-icon {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.04rem;
  }

  .video-desc-title {
    font-size: 0.16rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #2382ff;
    margin-bottom: 0.1rem;
  }

  .video-subtitle {
    font-size: 0.14rem;
    color: #121212;
    font-weight: bold;
    margin-bottom: 0.12rem;
  }

  .video-intro {
    font-size: 0.14rem;
    color: #60656b;
    display: flex;
    margin-bottom: 0.08rem;
  }

  .rhombus-wrap-video {
    width: 10px;
    height: 10px;
    line-height: 16px;
    margin-right: 13px;
  }

  /* ----------- 公众号模块 ---------- */

  .zy {
    display: none;
  }

  .zy-mobile {
    background: #f5f7fb;
    width: 3.75rem;
    overflow: hidden;
    /* padding-bottom: 0; */
  }

  .zy-box {
    width: 2.55rem;
    height: 4.02rem;
    background: #ffffff;
  }

  .zy-box:nth-child(1) {
    margin-left: 0.6rem;
  }

  .zy-header {
    position: relative;
  }

  .zy-img {
    width: 2.55rem;
    height: 1.44rem;
    display: block;
  }

  .zy-title {
    position: absolute;
    left: 0.15rem;
    bottom: 0.15rem;
    font-size: 0.16rem;
    color: #ffffff;
    font-weight: bold;
  }

  .zy-container {
    padding: 0.16rem;
  }

  .zy-subtitle {
    font-size: 0.14rem;
    color: #121212;
    font-weight: bold;
    margin-bottom: 0.12rem;
  }

  .zy-intro {
    font-size: 0.12rem;
    color: #60656b;
    display: flex;
    margin-bottom: 0.08rem;
  }

  .rhombus-wrap-zy {
    width: 0.1rem;
    height: 0.1rem;
    line-height: 0.16rem;
    margin: 0 0.08rem;
  }

  .swiper-pagination-zy {
    z-index: -1;
    line-height: 0.01rem;
    text-align: center;
    margin-top: -.15rem;
  }

  .swiper-pagination-zy .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.03rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.02rem;
    margin: 0 0.015rem;
  }

  .swiper-pagination-zy .swiper-pagination-bullet-active {
    width: 0.12rem;
    height: 0.03rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.02rem;
  }

  .download-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 3.75rem;
    height: 0.84rem;
    background: #ffffff;
    display: flex;
    padding: 0.08rem 0.16rem;
    border-top: 1px solid #f5f5f5;
  }

  .download-avatar {
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 0.08rem;
    margin-right: 0.1rem;
  }

  .download-btn {
    width: 0.72rem;
    height: 0.32rem;
    background: #2382ff;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.32rem;
    text-align: center;
    margin-left: auto;
  }

  .download-title {
    font-size: 0.14rem;
    font-weight: 400;
    color: #313131;
    margin-bottom: 0.06rem;
  }

  .download-desc {
    font-size: 0.12rem;
    font-weight: 400;
    color: #999999;
  }
}
