.xyyjgnxz-index {
  width: 100%;
}

.xyyjgnxz-index .title-wrap {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  background: #fff;
  margin-bottom: 20px;
  background-image: url(../images/list_title_bg.png);
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  font-size: 18px;
  font-weight: bold;
  color: #0078C1;
  line-height: 50px;
  text-indent: 20px;
}

.xyyjgnxz-index .xyyjgnxz-content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 0;
}

.xyyjgnxz-index .xyyjgnxz-content .xyyjgnxz-name {
  cursor: pointer;
  display: inline-block;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  width: 324px;
  height: 203px;
}

.xyyjgnxz-index .xyyjgnxz-content .xyyjgnxz-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.xyyjgnxz-index .xyyjgnxz-content .xyyjgnxz-icon {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.xyyjgnxz-cell{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}


.pc_div {
  display: block;
}

.app_div {
  display: none;
}


.container .content {
  padding: 0;
}

.section_2 {
  width: auto;
  height: 7.5rem;
  background-image: url('index_header_app.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section_2 .section_3 {
  width: 100%;
  min-height: 1.75rem;
  background-color: rgba(0, 0, 0, 0.3);
  padding: .375rem .625rem;
  align-items: center;
}

.section_2 .section_4 {
  width: fit-content;
  height: .75rem;
  line-height: .75rem;
  color: #ffffff;
  font-size: .75rem;
  font-family: Microsoft YaHei;
}

.section_2 .section_4:last-child {
  width: 7.5rem;
  height: 1.875rem;
  border-radius: .25rem;
  background-color: #ec940a;
  text-align: center;
  line-height: 1.875rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.section_2 .section_4_hr {
  width: 1px;
  height: .75rem;
  background-color: #fff;
  margin: 0 .375rem;
}

.section_5 {
  width: 100%;
  background-image: linear-gradient(0deg, #0078c1 0%, #1e9bca 100%);
}

.section_5 .section_5_div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.section_5 .section_5_div:last-child {
  border-bottom: none;
}

.section_5 .text-wrapper {
  background-color: rgba(0, 0, 0, 0.1);
}

.section_5 .text_12 {
  width: 25%;
  height: 1.88rem;
  color: #ffffff;
  font-size: .8125rem;
  font-family: PingFang;
  line-height: 0.91rem;
  text-align: center;
  padding: 0.47rem 0 0.5rem;
}

.section_5 .text_12 a {
  color: #ffffff;
}

.section_20 {
  padding: 1.56rem 0.8rem;
  background-color: #0078C1;
}

.section_20 .group_53 {
  line-height: 0.94rem;
}

.section_20 .group_54 {
  height: auto;
  margin-top: 1rem;
}

.section_20 .text_127 {
  color: #ffffff;
  font-size: 0.75rem;
  font-family: PingFang;
  line-height: 0.94rem;
}

.section_20 .text_127 a img {
  width: .875rem;
  height: .875rem;
}

.section_20 .image_55 {
  width: 1.59rem;
  height: 1.91rem;
}

.section_20 .image_56 {
  flex-shrink: 0;
  width: 3.97rem;
  height: 1.91rem;
}

.useOldFixed .xyyjgnxz-index .title-wrap .xyyjgnxz-title {
  font-size: 28px !important;
}


.shadow-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.shadow-box .info {
  width: 540px;
  height: 350px;
  background: #FFFFFF;
  border: 1px solid;
  border-image: linear-gradient(0deg, #5287FF, #65B2FF) 10 10;
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* margin-top: -175px;
  margin-left: -270px; */

}

.shadow-box .info .info-title {
  height: 45px;
  border: 1px solid;
  border-image: linear-gradient(0deg, #5287FF, #65B2FF) 10 10;
  background: linear-gradient(0deg, #5287FF 0%, #65B2FF 100%);
  border-radius: 6px 6px 0px 0px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 45px;
  padding-left: 20px;
  box-sizing: border-box;
}

.shadow-box .info .word {
  width: 470px;
  font-size: 18px;
  font-weight: 400;
  color: #5C6466;
  line-height: 36px;
  margin: 57px auto 40px;
}

.shadow-box .info .btn-wrap {
  width: 330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.shadow-box .info .btn-wrap .btn {
  width: 120px;
  height: 36px;
  background: linear-gradient(0deg, #5287FF 0%, #65B2FF 100%);
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}


@media (max-width: 960px) {
  .pc_div {
    display: none;
  }

  .app_div {
    display: block;
  }

  .section_5_elder,
  .section_20_elder {
    display: none;
  }

  .section_5_app,
  .section_20_app {
    display: block;
  }

  .container .content {
    width: 100%;
  }

  .xzcfxw {
    width: 96%;
  }

  .xyyjgnxz-index {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .xyyjgnxz-index .title-wrap {
    width: 100%;
    margin-top: .625rem;
    text-align: center;
    padding: .625rem 0;
  }



  .xyyjgnxz-index .title-wrap .xyyjgnxz-line {
    display: none;
  }

  .xyyjgnxz-index .xyyjgnxz-content {
    width: 100%;
    margin: 0;
  }

  .xyyjgnxz-content {
    width: 100%;
  }

  .xyyjgnxz-index .xyyjgnxz-content .xyyjgnxz-name {
    margin-bottom: 10px;
  }
  .shadow-box .info{
    width: 96%;
  }
  .shadow-box .info .word{
    width: 96%;
  }
}


