.rc-1-wrap > .container.standard {
  padding-bottom: 79px;
}
.rc-1-wrap > .container.standard > p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 36px;
  margin: 70px 0 58px;
}
.rc-1-wrap > .container > .row {
  display: flex;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
}
.rc-1-wrap > .container > .row > .col {
  display: flex;
  align-items: center;
}
.rc-1-wrap > .container > .row > .col > .icon {
  width: 120px;
  height: 120px;
}
.rc-1-wrap > .container > .row > .col > .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rc-1-wrap > .container > .row > .col > .right {
  flex: 1;
  margin-left: 14px;
}
.rc-1-wrap > .container > .row > .col > .right .r:first-child {
  font-size: 1.5vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.rc-1-wrap > .container > .row > .col > .right .r:last-child {
  font-size: 1vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 18px;
}

.rc-2-wrap {
  background: #F7F6FC;
  padding-bottom: 82px;
}
.rc-2-wrap > .container > .row {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin-top: 31px;
}
.rc-2-wrap > .container > .row .col {
  text-align: center;
}
.rc-2-wrap > .container > .row .col:hover .cover > img {
  transform: scale(1.05);
}
.rc-2-wrap > .container > .row .cover {
  width: 440px;
  height: 480px;
  border-radius: 16px;
  overflow: hidden;
}
.rc-2-wrap > .container > .row .cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.rc-2-wrap > .container > .row .col .desc {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 35px;
}

.rc-3-wrap {
  padding-bottom: 140px;
}
.rc-3-wrap.mobile {
  display: none;
}
.rc-3-wrap > .container > .row {
  display: flex;
  height: 760px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
  margin-top: 38px;
}
.rc-3-wrap > .container > .row > .tab-bar {
  width: 380px;
  background: #F7F6FC;
}
.rc-3-wrap > .container > .row > .tab-bar > li {
  display: flex;
  align-items: center;
  height: 72px;
  padding-left: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.rc-3-wrap > .container > .row > .tab-bar > li.active::before {
  content: '';
  width: 4px;
  height: 72px;
  background: #0075C1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.rc-3-wrap > .container > .row > .tab-bar > li.active {
  background: #fff;
  color: #0075C1;
}
.rc-3-wrap > .container > .row > .tab-cons {
  flex: 1;
  height: 760px;
}
.rc-3-wrap > .container > .row > .tab-cons .scroll-content {
  display: none;
  padding: 45px 72px;
  box-sizing: border-box;
}
.rc-3-wrap > .container > .row > .tab-cons .scroll-content.active {
  display: block;
}
.rc-3-wrap > .container > .row > .tab-cons .scroll-content img {
  width: 100%;
}


@media screen and (max-width: 1670px) {
  .rc-1-wrap > .container > .row > .col > .icon {
    width: 90px;
    height: 90px;
  }
  .rc-2-wrap > .container > .row .cover {
    width: 380px;
    height: 420px;
  }
}
@media screen and (max-width: 1480px) {
  .rc-1-wrap > .container > .row > .col {
    margin-bottom: 30px;
  }
  .rc-1-wrap > .container > .row > .col > .icon {
    width: 90px;
    height: 90px;
  }
  .rc-2-wrap > .container > .row .cover {
    width: 320px;
    height: 360px;
  }
}
@media screen and (max-width: 1280px) {
  .rc-1-wrap > .container > .row > .col {
    margin-bottom: 30px;
    width: 340px;
  }
  .rc-1-wrap > .container > .row > .col > .icon {
    width: 90px;
    height: 90px;
  }
  .rc-2-wrap > .container > .row .cover {
    width: 255px;
    height: 255px;
  }
  .rc-3-wrap > .container > .row > .tab-bar {
    width: 270px;
  }
  .rc-2-wrap > .container > .row .col .desc {
    margin-top: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1080px) {
  .rc-1-wrap > .container > .row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 830px) {
  .banner-wrap > .mask > h2 {
    font-size: 6.5vw;
  }
  .banner-wrap > .mask > small {
    font-size: 3vw;
  }
  .container.standard > h2 {
    font-size: 6.5vw;
    padding: 48px 0 10px;
  }
  .container.standard > small {
    font-size: 11px;
  }
  .rc-1-wrap > .container.standard > p {
    margin: 35px 0 30px;
  }
  .rc-2-wrap > .container > .row {
    flex-direction: column;
  }
  .rc-2-wrap > .container > .row .cover {
    width: unset;
    /*width: 28vw;*/
    /*height: 28vw;*/
  }
  .rc-2-wrap > .container > .row .col {
    padding-bottom: 30px;
  }
  .rc-1-wrap > .container > .row > .col {
    width: 40vw;
  }
  .rc-1-wrap > .container > .row > .col > .right {
    margin-left: 14px;
  }
  .rc-1-wrap > .container > .row > .col > .right .r:first-child {
    font-size: 11px;
  }
  .rc-1-wrap > .container > .row > .col > .right .r:last-child {
    font-size: 10px;
    margin-top: 5px;
    color: #999;
  }
  .rc-1-wrap > .container > .row > .col > .icon {
    width: 10vw;
    height: 10vw;
  }
  .rc-1-wrap > .container.standard > p {
    font-size: 12px;
    line-height: 2;
  }
  .rc-1-wrap > .container.standard {
    padding-bottom: 30px;
  }
  .rc-3-wrap > .container > .row > .tab-bar {
    width: 30vw;
  }
  .rc-3-wrap > .container > .row > .tab-bar > li {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .rc-3-wrap {
    display: none;
  }
  .rc-3-wrap.mobile {
    display: block;
    padding-bottom: 60px;
  }
  .rc-3-wrap.mobile > .container > .row {
    /*height: 48px;*/
    overflow: hidden;
    transition: height .3s;
    border-radius: 8px;
  }
  .rc-3-wrap.mobile > .container > .row + .row {
    margin-top: 15px;
  }
  .rc-3-wrap.mobile .row > .title {
    padding: 4vw 3vw;
    font-size: 16px;
    font-weight: 700;
    color: #666;
  }
  .rc-3-wrap.mobile .row > .cons {
    border-top: 1px solid #efefef;
    padding: 4vw 3vw;
    /*background: rgba(239, 239, 239, 0.6);*/
    background: #fff;
    font-size: 12px;
    line-height: 2;
    color: #666;
  }
  .rc-3-wrap.mobile .row > .cons img {
    width: 100%;
  }
  .rc-3-wrap.mobile .row > .cons p:first-of-type {
    margin-top: unset;
  }


  .rc-3-wrap > .container > .row {
    height: unset;
  }
  .rc-3-wrap > .container > .row > .tab-cons {
    height: unset;
  }
  .banner-wrap {
    height: 60vw;
  }
  .rc-3-wrap > .container > .row > .tab-bar {
    width: unset;
    display: flex;
  }
  .rc-3-wrap > .container > .row > .tab-bar > li {
    padding-left: unset;
    flex: 1;
    justify-content: center;
    padding: 0 10px;
  }
  .rc-3-wrap > .container > .row > .tab-bar > li.active::before {
    content: '';
    width: 100%;
    height: 4px;
    background: #0075C1;
  }
  .rc-3-wrap > .container > .row > .tab-cons .scroll-content.active {
    padding: 20px 15px;
  }
  .rc-3-wrap > .container > .row {
    display: flex;
    flex-direction: column;
  }
  .rc-2-wrap {
    padding-bottom: 41px;
  }
  .rc-2-wrap > .container > .row .col {
    /*width: 26vw;*/
  }
  .rc-2-wrap > .container > .row .cover {
    /*width: 26vw;*/
    height: unset;
  }
  .rc-2-wrap > .container > .row .cover > img {
    width: 100%;
    height: unset;
    object-fit: contain;
  }
}
