.swiper {
  width: 100%;
}
.swiper .slide-item {
  width: 100%;
  background: #f0f0f0;
  text-align: center;
  position: relative;
}
.swiper .slide-item img {
  display: block;
  width: 100%;
}
.swiper .my-bullet {
  display: inline-block;
  width: 40px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  margin: 10px 16px;
  cursor: pointer;
}
.swiper .my-bullet-active {
  background: rgba(255, 255, 255, 0.4);
  position: relative;
}
.swiper .my-bullet-active::before {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
  -webkit-animation: identifier 3s linear forwards;
          animation: identifier 3s linear forwards;
}
@-webkit-keyframes identifier {
0% {
    width: 0%;
}
100% {
    width: 100%;
}
}
@keyframes identifier {
0% {
    width: 0%;
}
100% {
    width: 100%;
}
}

.banner-wrapper[data-v-2a4680a0] {
  background: #fff;
  height: 444px;
}
.banner-wrapper .banner-content[data-v-2a4680a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.banner-wrapper .banner-content .banner-item[data-v-2a4680a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 240px;
  padding: 30px 10px;
}
.banner-wrapper .banner-content .banner-item img[data-v-2a4680a0] {
  width: 132px;
  height: 132px;
  margin-bottom: 30px;
}
.banner-wrapper .banner-content .banner-item h3[data-v-2a4680a0] {
  font-family: 'PingFangSC-Medium';
  font-size: 20px;
  color: #2c6eff;
  line-height: 20px;
}
.banner-wrapper .banner-content .banner-item p[data-v-2a4680a0] {
  font-family: 'PingFangSC-Regular';
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 24px;
}
.banner-wrapper .banner-content .banner-item[data-v-2a4680a0]:hover {
  background: #eee;
}
.banner-wrapper .banner-content .banner-item:hover img[data-v-2a4680a0] {
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.jinr-important-event {
  position: relative;
}
.jinr-important-event h2 {
  font-family: 'PingFangSC-Medium';
  font-size: 22px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin: 40px 0 80px;
}
.jinr-important-event .swiper-box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.jinr-important-event .swiper-box .swiper-btn {
  height: 32px;
  position: absolute;
  top: 50%;
  outline: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
.jinr-important-event .swiper-box .swiper-button-prev {
  left: 0;
}
.jinr-important-event .swiper-box .swiper-button-next {
  right: 0;
}
.jinr-important {
  width: 1150px;
  margin: 0 auto;
  position: relative;
}
.jinr-important .slide-item {
  width: 230px !important;
  height: 350px;
}
.jinr-important .slide-item .date {
  color: #999999;
  position: relative;
  text-align: center;
}
.jinr-important .slide-item .date i {
  width: 9px;
  height: 9px;
  background: #2c6eff;
  -webkit-box-shadow: 1px 2px 10px 0 #2c6eff;
  box-shadow: 1px 2px 10px 0 #2c6eff;
  position: absolute;
  top: 39px;
  left: 50%;
  border-radius: 50%;
  margin-left: -4.5px;
  z-index: 2;
}
.jinr-important .slide-item .date::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2c6eff;
  left: 50%;
  margin-left: -4px;
  top: 43px;
  z-index: 1;
}
.jinr-important .slide-item .at-last::after {
  display: none;
}
.jinr-important .slide-item .img-box {
  width: 170px;
  height: 170px;
  margin: 48px auto 24px;
  border-radius: 50%;
  opacity: 0.5;
  background: #ccc;
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.jinr-important .slide-item .img-box img {
  width: 100%;
}
.jinr-important .slide-item .img-box:hover {
  opacity: 1;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.36);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.36);
}
.jinr-important .slide-item .text {
  text-align: center;
  font-family: 'PingFangSC-Medium';
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.jinr-important-wrapper[data-v-b113cec8] {
  position: relative;
  height: 1316px;
}
.jinr-important-wrapper .jinr-important-content[data-v-b113cec8] {
  background: #eff3ff;
  -webkit-box-shadow: 0 10px 14px 0 #e0ebfc;
          box-shadow: 0 10px 14px 0 #e0ebfc;
}
.jinr-important-wrapper .jinr-important-content .platform[data-v-b113cec8] {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 98px 0;
}
.jinr-important-wrapper .jinr-important-content .platform h2[data-v-b113cec8] {
  font-family: 'PingFangSC-Medium';
  font-size: 22px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 48px;
}
.jinr-important-wrapper .jinr-important-content .platform p[data-v-b113cec8] {
  text-align: left;
  text-indent: 2em;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}
.jinr-important-wrapper .jinr-important-content .platform .banner-wrapper[data-v-b113cec8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.jinr-important-wrapper .jinr-important-content .platform .banner-wrapper .banner-item[data-v-b113cec8] {
  width: 268px;
  height: 234px;
  position: relative;
  overflow: hidden;
}
.jinr-important-wrapper .jinr-important-content .platform .banner-wrapper .banner-item img[data-v-b113cec8] {
  display: block;
  width: 100%;
}
.jinr-important-wrapper .jinr-important-content .platform .banner-wrapper .banner-item .label[data-v-b113cec8] {
  width: 100%;
  text-align: center;
  line-height: 26px;
  font-size: 24px;
  color: #fff;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 61px;
  z-index: 2;
}
.jinr-important-wrapper .jinr-important-content .platform .banner-wrapper .banner-item .mask[data-v-b113cec8] {
  width: 100%;
  height: 100%;
  padding: 44px;
  position: absolute;
  top: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jinr-important-wrapper .jinr-important-content .platform .banner-wrapper .banner-item .mask p[data-v-b113cec8] {
  position: relative;
  text-indent: 0;
  top: 80px;
  text-align: center;
  color: #fff;
}
.jinr-important-wrapper .jinr-important-content .platform .banner-wrapper .banner-item:hover .mask[data-v-b113cec8] {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.mid-tab-wrapper {
  background: #202a42;
}
.mid-tab-wrapper .tab-box .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 138px;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #3f4863;
}
.mid-tab-wrapper .tab-box .tab .tab-item {
  width: 170px;
  height: 56px;
  position: relative;
  color: #fff;
  font-family: 'PingFangSC-Medium';
  font-size: 18px;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.mid-tab-wrapper .tab-box .tab .active {
  background: -webkit-gradient(linear, left top, right top, from(#1f2942), to(#2c6fff77));
  background: linear-gradient(to right, #1f2942 0%, #2c6fff77 100%);
}
.mid-tab-wrapper .tab-box .tab .active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -42px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2c6eff;
}
.mid-tab-wrapper .tab-content-box {
  height: 496px;
  overflow: hidden;
}
.mid-tab-wrapper .tab-content-box .img-item {
  width: 1200px;
  position: relative;
  display: none;
  margin: 0 auto;
}
.mid-tab-wrapper .tab-content-box .img-item .text {
  width: 424px;
  position: absolute;
  left: 80px;
  top: 108px;
  z-index: 2;
}
.mid-tab-wrapper .tab-content-box .img-item .text h3 {
  font-family: 'PingFangSC-Medium';
  font-size: 24px;
  color: #dde4f5;
}
.mid-tab-wrapper .tab-content-box .img-item .text .line {
  width: 48px;
  height: 6px;
  background: #d8d8d8;
  margin: 20px 0 54px;
}
.mid-tab-wrapper .tab-content-box .img-item .text p {
  font-family: 'PingFangSC-Regular';
  font-size: 18px;
  color: #ffffff;
  text-indent: 2em;
}
.mid-tab-wrapper .tab-content-box img {
  display: block;
  margin-left: -30%;
}
.mid-tab-wrapper .tab-content-box .img-item.active {
  display: block;
  -webkit-animation: move-in 0.5s;
          animation: move-in 0.5s;
}
.move-enter-active {
  -webkit-animation: move-in 0.5s;
          animation: move-in 0.5s;
}
@-webkit-keyframes move-in {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}
}
@keyframes move-in {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}
}

.news-wrapper[data-v-0f72aa52] {
  height: 446px;
  background: url('https://files.jinr.com/jinr-index/img/index-mid-bg.png') no-repeat;
  background-position: 50%;
  overflow: hidden;
}
.news-wrapper .main[data-v-0f72aa52] {
  width: 1200px;
  margin: 0 auto;
}
.news-wrapper .main h2[data-v-0f72aa52] {
  font-family: 'PingFangSC-Medium';
  font-size: 22px;
  color: #333333;
  text-align: center;
  margin: 60px 0;
}
.news-wrapper .main .news-box[data-v-0f72aa52] {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-wrapper .main .news-box .news-item[data-v-0f72aa52] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 586px;
  height: 208px;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.11);
  cursor: pointer;
}
.news-wrapper .main .news-box .news-item[data-v-0f72aa52]:hover {
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
.news-wrapper .main .news-box .news-item .img-box[data-v-0f72aa52] {
  width: 238px;
  height: 208px;
  background: #fcfcfc;
}
.news-wrapper .main .news-box .news-item .img-box img[data-v-0f72aa52] {
  width: 100%;
  height: 100%;
}
.news-wrapper .main .news-box .news-item .text-box[data-v-0f72aa52] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 26px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-wrapper .main .news-box .news-item .text-box .title[data-v-0f72aa52] {
  position: relative;
  font-family: 'PingFangSC-Medium';
  font-size: 16px;
  color: #333333;
}
.news-wrapper .main .news-box .news-item .text-box .title[data-v-0f72aa52]::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  background: #2c6eff;
  left: -14px;
  top: 0;
}
.news-wrapper .main .news-box .news-item .text-box .content[data-v-0f72aa52] {
  width: 294px;
  height: 72px;
  font-family: 'PingFangSC-Regular';
  font-size: 12px;
  color: #696969;
  line-height: 24px;
}
.news-wrapper .main .main-footer[data-v-0f72aa52] {
  text-align: center;
}
.news-wrapper .main .more-news[data-v-0f72aa52] {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin: 38px auto;
  line-height: 16px;
}

.partner-wrapper[data-v-1f1c64f4] {
  background: #fff;
  padding: 44px 0 66px;
}
.partner-wrapper .title[data-v-1f1c64f4] {
  width: 100%;
  margin: 0 auto;
  font-family: 'PingFangSC-Medium';
  font-size: 22px;
  color: #333333;
  text-align: center;
}
.partner-wrapper .icon-wrapper[data-v-1f1c64f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 64px auto 0;
  padding: 0 120px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.partner-wrapper .icon-wrapper img[data-v-1f1c64f4] {
  height: 50px;
}
.partner-wrapper .icon-wrapper .special[data-v-1f1c64f4] {
  height: 30px;
}

.m-swiper {
  width: 100%;
  height: 3.26rem;
}
.m-swiper .slide-item {
  width: 100%;
  background: #f0f0f0;
  text-align: center;
  position: relative;
}
.m-swiper .slide-item img {
  display: block;
  width: 100%;
}
.m-swiper .my-bullet {
  display: inline-block;
  width: 134px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  margin: 10px 12px;
  cursor: pointer;
}
.m-swiper .my-bullet-active {
  background: rgba(255, 255, 255, 0.4);
  position: relative;
}
.m-swiper .my-bullet-active::before {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
  -webkit-animation: identifier 3s linear forwards;
          animation: identifier 3s linear forwards;
}
@-webkit-keyframes identifier {
0% {
    width: 0%;
}
100% {
    width: 100%;
}
}
@keyframes identifier {
0% {
    width: 0%;
}
100% {
    width: 100%;
}
}

.banner-wrapper[data-v-0db1e353] {
  background: #fff;
  height: 6.8rem;
}
.banner-wrapper .banner-content[data-v-0db1e353] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.banner-wrapper .banner-content .banner-item[data-v-0db1e353] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 0.32rem 0;
}
.banner-wrapper .banner-content .banner-item img[data-v-0db1e353] {
  height: 1.39rem;
}
.banner-wrapper .banner-content .banner-item h3[data-v-0db1e353] {
  font-family: 'PingFangSC-Medium';
  font-size: 0.3rem;
  color: #2c6eff;
  line-height: 1;
  margin: 0.27rem 0 0.21rem;
}
.banner-wrapper .banner-content .banner-item p[data-v-0db1e353] {
  font-family: 'PingFangSC-Regular';
  font-size: 0.26rem;
  color: #666666;
  text-align: center;
  line-height: 1;
}

.m-jinr-important-event {
  position: relative;
  height: 5.38rem;
  width: 100%;
  background: #fff;
}
.m-jinr-important-event .line {
  position: absolute;
  width: 4.46rem;
  height: 0.04rem;
  background-color: #2c6eff;
  top: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-jinr-important-event .line i {
  width: 0.08rem;
  height: 0.08rem;
  background: #2c6eff;
  -webkit-box-shadow: 1px 2px 10px 0 #2c6eff;
  box-shadow: 1px 2px 10px 0 #2c6eff;
  border-radius: 50%;
  margin-top: -0.02rem;
}
.m-jinr-important-event h2 {
  font-family: 'PingFangSC-Medium';
  font-size: 0.32rem;
  color: #333333;
  line-height: 1;
  text-align: center;
  padding: 0.4rem 0 0.71rem;
}
.m-jinr-important-event .swiper-box {
  position: relative;
  width: 6.24rem;
  margin: 0 auto;
}
.m-jinr-important-event .swiper-box .swiper-btn {
  width: 0.08rem;
  height: 0.25rem;
  color: #979797;
  position: absolute;
  top: 50%;
  outline: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
.m-jinr-important-event .swiper-box .swiper-button-prev {
  left: -0.3rem;
  width: 0.62rem;
  height: 0.8rem;
  background: url('https://files.jinr.com/jinr-index/img/m-swiper-prev.png') no-repeat center center;
  background-size: 25%;
}
.m-jinr-important-event .swiper-box .swiper-button-next {
  right: -0.3rem;
  width: 0.62rem;
  height: 0.8rem;
  background: url('https://files.jinr.com/jinr-index/img/m-swiper-next.png') no-repeat center center;
  background-size: 25%;
}
.m-jinr-important {
  margin: 0 auto;
  position: relative;
  background: #fff;
  font-size: 0.22rem;
}
.m-jinr-important .swiper-container {
  width: 6rem;
}
.m-jinr-important .slide-item {
  width: 2.08rem !important;
  height: 3.68rem;
}
.m-jinr-important .slide-item .date {
  color: #999999;
  position: relative;
  text-align: center;
}
.m-jinr-important .slide-item .img-box {
  width: 1.38rem;
  height: 1.38rem;
  margin: 0.6rem auto 0.23rem;
  border-radius: 50%;
  background: #ccc;
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.m-jinr-important .slide-item .img-box img {
  width: 100%;
}
.m-jinr-important .slide-item .text {
  text-align: center;
  font-family: 'PingFangSC-Medium';
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.32rem;
}

.m-jinr-important-wrapper[data-v-2fea2d82] {
  position: relative;
}
.m-jinr-important-wrapper .jinr-important-content[data-v-2fea2d82] {
  width: 100%;
  height: 6.67rem;
  background-color: #eff3ff;
  -webkit-box-shadow: 0 10px 14px 0 #e0ebfc;
          box-shadow: 0 10px 14px 0 #e0ebfc;
}
.m-jinr-important-wrapper .jinr-important-content .platform[data-v-2fea2d82] {
  margin: 0 auto;
  text-align: center;
}
.m-jinr-important-wrapper .jinr-important-content .platform h2[data-v-2fea2d82] {
  font-family: 'PingFangSC-Medium';
  font-size: 0.32rem;
  line-height: 1;
  color: #333333;
  padding: 0.52rem 0;
}
.m-jinr-important-wrapper .jinr-important-content .platform p[data-v-2fea2d82] {
  width: 6.9rem;
  margin: 0 auto;
  font-size: 0.26rem;
  color: #777777;
  line-height: 0.4rem;
  text-align: justify;
}
.m-jinr-important-wrapper .jinr-important-content .platform .m-banner-wrapper[data-v-2fea2d82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 0 0 0.12rem;
}
.m-jinr-important-wrapper .jinr-important-content .platform .m-banner-wrapper .banner-item[data-v-2fea2d82] {
  width: 4.26rem;
  height: 2.78rem;
  padding: 0 0 0 0.18rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.m-jinr-important-wrapper .jinr-important-content .platform .m-banner-wrapper .banner-item h3[data-v-2fea2d82] {
  position: absolute;
  width: 100%;
  font-size: 0.26rem;
  top: 0.52rem;
  text-align: center;
  color: #ffffff;
}
.m-jinr-important-wrapper .jinr-important-content .platform .m-banner-wrapper .banner-item p[data-v-2fea2d82] {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 1.13rem;
  width: 2.42rem;
  height: 0.56rem;
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.28rem;
  letter-spacing: 0rem;
  color: #ffffff;
}
.m-jinr-important-wrapper .jinr-important-content .platform .m-banner-wrapper .banner-item img[data-v-2fea2d82] {
  display: block;
  width: 100%;
  height: 2.4rem;
  border-radius: 0.12rem;
}
.m-jinr-important-wrapper .jinr-important-content .platform .m-banner-wrapper .banner-item .mask[data-v-2fea2d82] {
  width: 100%;
  height: 2.4rem;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0.12rem;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-jinr-important-wrapper .jinr-important-content .platform .m-banner-wrapper .banner-item .mask p[data-v-2fea2d82] {
  position: relative;
  text-indent: 0;
  top: 80px;
  text-align: center;
  color: #fff;
}

.m-jinr-important-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  -webkit-transform: none;
          transform: none;
  border-radius: 100%;
}
.m-jinr-important-wrapper .swiper-container-horizontal > .swiper-pagination-bullets {
  margin: 0 0.13rem;
  bottom: 0 !important;
  border-radius: 50%;
}

.m-mid-tab-wrapper {
  height: 3.44rem;
}
.m-mid-tab-wrapper .tab-content-box {
  width: 100%;
  height: 100%;
}
.m-mid-tab-wrapper .tab-content {
  overflow: hidden;
}
.m-mid-tab-wrapper .swiper-container {
  height: 100%;
}
.m-mid-tab-wrapper img {
  height: 100%;
  margin-left: -3.3rem;
}
.m-mid-tab-wrapper .text {
  width: 3.4rem;
  position: absolute;
  left: 0.4rem;
  top: 0.68rem;
  z-index: 2;
  text-align: left;
  letter-spacing: 0rem;
}
.m-mid-tab-wrapper .text h3 {
  font-family: 'PingFangSC-Medium';
  font-size: 0.24rem;
  color: #dde4f5;
}
.m-mid-tab-wrapper .text .line {
  width: 0.47rem;
  height: 0.02rem;
  background: #d8d8d8;
  margin: 0.1rem 0 0.4rem;
}
.m-mid-tab-wrapper .text p {
  font-family: 'PingFangSC-Regular';
  font-size: 0.2rem;
  color: #bbc5dc;
}
.m-mid-tab-wrapper .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  -webkit-transform: none;
          transform: none;
  background-color: #d8d8d8;
  opacity: 1;
}
.m-mid-tab-wrapper .swiper-pagination-bullet-active {
  background-color: #0d74e3;
}
.m-mid-tab-wrapper .swiper-container-horizontal .swiper-pagination-bullets {
  -webkit-transform: none;
          transform: none;
  bottom: 0.22rem;
  line-height: 1;
}

.news-wrapper[data-v-1c465b3a] {
  background: #fff;
}
.news-wrapper .main[data-v-1c465b3a] {
  position: relative;
}
.news-wrapper .main h2[data-v-1c465b3a] {
  font-family: 'PingFangSC-Medium';
  font-size: 0.32rem;
  color: #333333;
  text-align: center;
  padding: 0.67rem 0 0.3rem;
}
.news-wrapper .main .news-box .news-item[data-v-1c465b3a] {
  width: 6.89rem;
  padding: 0.4rem 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-top: 0.01rem solid #e6e6e6;
}
.news-wrapper .main .news-box .news-item .img-box[data-v-1c465b3a] {
  width: 1.9rem;
  height: 1.66rem;
}
.news-wrapper .main .news-box .news-item .img-box img[data-v-1c465b3a] {
  width: 100%;
  height: 100%;
}
.news-wrapper .main .news-box .news-item .m-content[data-v-1c465b3a] {
  width: 4.73rem;
  height: 0.68rem;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: 'PingFangSC-Regular';
  -webkit-line-clamp: 2;
  font-size: 0.24rem;
  color: #696969;
  line-height: 0.34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  margin: 0.16rem 0 0;
}
.news-wrapper .main .news-box .news-item .text-box[data-v-1c465b3a] {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-wrapper .main .news-box .news-item .text-box .title[data-v-1c465b3a] {
  position: relative;
  width: 4.73rem;
  font-family: 'PingFangSC-Medium';
  font-size: 0.24rem;
  color: #333333;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
.news-wrapper .main .news-box .news-item .text-box .title[data-v-1c465b3a]::before {
  content: '';
  position: absolute;
  width: 0.04rem;
  height: 100%;
  background: #2c6eff;
  left: -0.2rem;
  top: 0;
}
.news-wrapper .main .news-box .news-item .text-box .date[data-v-1c465b3a] {
  font-size: 0.14rem;
  text-align: left;
  color: #696969;
}
.news-wrapper .main .main-footer[data-v-1c465b3a] {
  position: absolute;
  top: 0.71rem;
  right: 0.43rem;
}
.news-wrapper .main .more-news[data-v-1c465b3a] {
  display: inline-block;
  font-size: 0.24rem;
  color: #666666;
  text-align: center;
}

.partner-wrapper[data-v-56ebb5b1] {
  width: 7.5rem;
  height: 4.18rem;
  background: url('https://files.jinr.com/jinr-index/img/m-partner-bg.png');
}
.partner-wrapper .title[data-v-56ebb5b1] {
  width: 100%;
  padding: 0.68rem 0 0;
  margin: 0 auto;
  font-family: 'PingFangSC-Medium';
  font-size: 0.32rem;
  color: #333333;
  text-align: center;
}
.partner-wrapper .icon-wrapper[data-v-56ebb5b1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.3rem auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.partner-wrapper .icon-wrapper li[data-v-56ebb5b1] {
  width: 1.8rem;
  height: 0.84rem;
  background: #fff;
  line-height: 0.84rem;
  margin: 0 0.11rem 0.21rem;
  -webkit-box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(13, 116, 227, 0.21);
          box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(13, 116, 227, 0.21);
}
.partner-wrapper .icon-wrapper img[data-v-56ebb5b1] {
  height: 0.59rem;
  vertical-align: middle;
}
.partner-wrapper .tips-invest[data-v-56ebb5b1] {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.18rem;
  letter-spacing: 0.06rem;
  color: #696969;
  margin: 0.2rem 0 0;
}

.phone-index-wrapper[data-v-8bb43340] {
  text-align: center;
  height: calc(100vh - 0.83rem);
  overflow-y: auto;
}
.phone-index-wrapper .swiper-box[data-v-8bb43340] {
  height: 3.26rem;
}

