@charset "UTF-8";
body {
  margin: 0;
}

img {
  object-fit: cover;
}

a {
  color: inherit;
  /*字体颜色跟随父元素*/
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container-title {
    text-align: center;
    font-size: 30px;
    color: #000;
    padding: 70px 0 60px;
    line-height: 60px;
  }
  .container-content {
    width: 1200px;
    margin: 0 auto;
  }
  #app {
    min-height: calc(100vh - 91px);
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  #app {
    min-height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
  }
}
.iframe-side {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
}

.navLayout {
  position: relative;
  z-index: 3;
}

@media (max-width: 1200px) {
  .swiper {
    width: 100%;
    height: 300px;
  }
  .swiper .img {
    width: 100%;
    height: 300px;
  }
  .swiper .my-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 4px;
    cursor: pointer;
    border-radius: 50%;
  }
  .swiper .my-bullet-active {
    background: rgb(25, 137, 250);
  }
  .swiper .swiper-button-left {
    margin-left: 20px;
    font-weight: bold;
    color: rgb(25, 137, 250);
    opacity: 0.5;
  }
  .swiper .swiper-button-left:hover {
    opacity: 1;
  }
  .swiper .swiper-button-right {
    margin-right: 20px;
    font-weight: bold;
    opacity: 0.5;
  }
  .swiper .swiper-button-right:hover {
    opacity: 1;
  }
  .rhr-bg-grey {
    background-color: #f6f6f6;
  }
  .rhr-bg-bule {
    background-color: rgba(25, 137, 250, 0.5);
  }
  .difficulty .container-title {
    text-align: center;
    font-size: 20px;
    color: #000;
    padding: 20px 0 10px;
  }
  .difficulty .content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 10px;
    box-sizing: border-box;
  }
  .difficulty .content .li {
    text-align: center;
    flex: 1;
    margin-bottom: 20px;
  }
  .difficulty .content .li .img {
    width: 126px;
    height: 126px;
  }
  .difficulty .content .li .title {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .difficulty .content .li .desc {
    font-size: 13px;
    color: #666;
    margin: 0 auto;
  }
  .good {
    padding-bottom: 50px;
  }
  .good .content {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .good .content .li {
    margin-right: 30px;
    text-align: center;
  }
  .good .content .li:last-child {
    margin-right: 0;
  }
  .good .content .li .imgCon {
    padding: 20px;
    background-color: rgb(25, 137, 250);
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
  }
  .good .content .li .imgCon .img {
    width: 50px;
    height: 50px;
  }
  .good .content .li .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .good .content .li .desc {
    font-size: 15px;
    color: #666;
  }
  .function .tab {
    padding: 20px 0 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-around;
  }
  .function .tab .tabli {
    font-size: 15px;
    cursor: pointer;
    flex: 1;
    text-align: center;
    margin-bottom: 20px;
  }
  .function .tab .active {
    position: relative;
  }
  .function .tab .active::after {
    content: "";
    display: block;
    width: 30%;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 0);
    border-radius: 8px;
    background-color: rgb(25, 137, 250);
  }
  .function .content .li {
    font-size: 15px;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.1);
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .function .content .li:last-child {
    margin-bottom: 0;
  }
  .function .content .li .text {
    background-color: rgb(25, 137, 250);
    padding: 6px;
    display: inline-block;
    border-radius: 6px;
  }
  .function .staff {
    padding: 20px;
  }
  .function .staff .img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    object-fit: cover;
    cursor: pointer;
  }
  .rhr-cooperative-min .rhr-cooperative-title {
    text-align: center;
    font-size: 22px;
    color: #000;
    position: relative;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .rhr-cooperative-min .rhr-cooperative-child {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .rhr-cooperative-min .rhr-cooperative-child .li {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
  }
  .rhr-cooperative-min .rhr-cooperative-child .li .img {
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
  }
  .rhr-cooperative-min .rhr-cooperative-child .li .contain {
    object-fit: contain;
  }
  .rhr-cooperative-min .rhr-cooperative-child .li .title {
    font-size: 15px;
    text-align: center;
  }
}

/*# sourceMappingURL=index-mobile.css.map */
