html {
    width: 100%;
    height: 100%;
    font-size: 37.5px !important;
    font-family: MyFontNameC;
    background: #FFF;
  }
a {
color: #FFF;
}

  .top{
    position:relative !important;
  }

  .banner_warp {
    width: 100%;
    height: 3.08rem;
    background: url(myjr2.png) 0 0 no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
  }

  .banner_warp p {
    position: relative;
    z-index: 10;
  }

  .banner_warp p:nth-of-type(1) {
    font-size: 0.48rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 0.8rem;
    margin-left: 0.67rem;
  }

  .banner_warp p:nth-of-type(2) {
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.67rem;
  }

  .banner_warp .shadow_path {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: linear-gradient(264deg, rgba(255, 255, 255, 0) 0%, #123156 100%);
  }

  .title {
    font-size: 0.48rem;
    font-weight: 600;
    color: #003366;
    line-height: 0.67rem;
    margin: 0 auto 0.41rem;
  }

  .floor1 {
    width: calc(100% - 0.8rem);
    margin: 0.4rem auto 0;
    background: #FFF;
    padding: 0.4rem;
    padding-bottom: 0.8rem;
  }

  .floor1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .floor1 ul li {
    width: 4.4rem;
    height: 2.4rem;
    background: url(myjr6.png) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
  }

  .floor1 ul li .shadow_path {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(78, 78, 78, 0) 0%, #262626 100%);
  }

  .floor1 ul li:nth-of-type(2) {
    width: 4.4rem;
    height: 2.4rem;
    background: url(myjr8.png) 0 0 no-repeat;
    background-size: 100%;
  }

  .floor1 ul li p {
    height: 0.56rem;
    font-size: 0.4rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.56rem;
    text-align: center;
    margin-top: 1.6rem;
    position: relative;
    z-index: 10;
  }

  .floor2 {
    width: calc(100% - 0.8rem);
    height: 11.45rem;
    background: url(myjr11.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 0.53rem 0.4rem;
  }

  .floor2 .title {
    color: #FFF;
  }

  .floor2 .item .icon_title {
    display: flex;
    align-items: center;
    margin-top: 0.53rem;
  }

  .floor2 .item .icon_title span {
    display: block;
    width: 0.11rem;
    height: 0.39rem;
    background: #CC3333;
  }

  .floor2 .item .icon_title p {
    font-size: 0.4rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 0.29rem;
  }

  .floor2 .item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

  }

  .floor2 .item ul li {
    width: 2.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: rgba(38, 38, 38, 0.2);
    border-radius: 0.13rem;
    border: 0.01rem solid #FFFFFF;
    margin-top: 0.4rem;
    text-align: center;
    font-size: 0.32rem;
    font-weight: 500;
    color: #FFFFFF;
  }

  .floor2 .item:nth-of-type(2) ul li {
    width: 4.4rem;
  }

  .floor2 .item:nth-of-type(3) ul li:nth-last-of-type(1) {
    border: none;
    background: none;
  }

  .floor3 {
    width: calc(100% - 0.8rem);
    margin: 0 auto;
    padding: 0.4rem;
    background: #FFF;
  }

  .floor3 .title {
    margin-bottom: 0;
  }

  .floor_warp {
    display: flex;
    justify-content: space-between;
  }

  .floor_warp .right {
    width: 4.53rem;
    height: 5.51rem;
    border-radius: 0.13rem;
  }

  .floor_warp .right img {
    width: 4.53rem;
    height: 5.51rem;
    margin-top: 1.49rem;
  }

  .floor_warp .item .icon_title {
    display: flex;
    align-items: center;
    margin-top: 0.53rem;
  }

  .floor_warp .left {
    width: 4.4rem;
  }

  .floor_warp .item .icon_title span {
    display: block;
    width: 0.11rem;
    height: 0.39rem;
    background: #CC3333;
  }

  .floor_warp .item .icon_title p {
    font-size: 0.4rem;
    font-weight: 500;
    color: #003366;
    margin-left: 0.29rem;
  }

  .floor_warp .item ul li {
    width: 4.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #CC3333;
    border-radius: 0.13rem;
    border: 0.01rem solid #FFFFFF;
    font-size: 0.32rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 0.34rem;
  }

  .floor4 {
    width: calc(100% - 0.8rem);
    margin: 0.53rem auto 0;
  }

  .floor4 .intro {
    font-size: 0.32rem;
    font-weight: 400;
    color: #262626;
    line-height: 0.44rem;
  }

  .floor4 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.13rem;
  }

  .floor4 ul li {
    width: 4.4rem;
    height: 2.53rem;
    margin-top: 0.4rem;
    position: relative;
  }

  .floor4 ul li .shadow_path {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #003366;
    opacity: 0.4;
  }

  .floor4 ul li:nth-of-type(1) {
    background: url(myjr10.png) 0 0 no-repeat;
    background-size: 100%;
  }

  .floor4 ul li:nth-of-type(2) {
    background: url(myjr9.png) 0 0 no-repeat;
    background-size: 100%;
  }

  .floor4 ul li:nth-of-type(3) {
    width: 100%;
    height: 2.53rem;
    background: url(myjr3.png) 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 0.4rem;
  }

  .floor4 ul li p {
    margin: 0.31rem 0 0 0.53rem;
    font-size: 0.4rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.56rem;
    position: relative;
    z-index: 10;
  }

  .floor4 ul li p span {
    font-size: 0.3rem;
    margin-left: -0.2rem;
  }

  @media screen and (min-width: 415px) {

    .floor1 ul {
      justify-content: space-around;
    }

    .floor2 .item:nth-of-type(1) ul li {
      width: 30%;
    }

    .floor2 .item:nth-of-type(2) ul li {
      width: 45%;
    }

    .floor_warp .left {
      width: 40%;
    }

    .floor_warp .item ul li {
      width: 100%;
    }

    .floor_warp .right {
      width: 50%;
      height: auto;
    }

    .floor_warp .right img {
      width: 100%;
      height: auto;
    }

    .floor4 ul li:nth-of-type(1) {
      width: 45%;
      height: 5.53rem;
    }

    .floor4 ul li:nth-of-type(2) {
      width: 45%;
      height: 5.53rem;
    }

    .floor4 ul li:nth-of-type(3) {
      height: 5.53rem;
    }
  }