@charset "UTF-8";
/**
 * mobile device 移动设备
 * @param {boolean} $maxWidth 是否需要最大宽度 default: true;
 */
[v-cloak] {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 999999px) {
  body {
    background-color: #000;
  }
  #new-findx-page {
    background-color: #000;
    width: 100%;
    margin: 0 auto;
  }
  #new-findx-page .oppo_m_show {
    display: none;
  }
  #new-findx-page .top-container {
    position: relative;
    width: 100%;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 0.01rem solid #323232;
    border-bottom: 0.01rem solid #323232;
  }
  #new-findx-page .top-container .top-nav {
    width: 13.12rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 0.6rem;
  }
  #new-findx-page .top-container .top-nav .left-model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #new-findx-page .top-container .top-nav .left-model a {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    font-family: 'OPPOSans-Regular';
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.14rem;
    line-height: 0.14rem;
    border-right: 0.01rem solid #fff;
  }
  #new-findx-page .top-container .top-nav .left-model a.active {
    color: white;
  }
  #new-findx-page .top-container .top-nav .left-model a:hover {
    color: #fff;
  }
  #new-findx-page .top-container .top-nav .left-model a:nth-of-type(1) {
    padding-left: 0;
  }
  #new-findx-page .top-container .top-nav .left-model a:last-of-type {
    padding-right: 0;
    border: none;
  }
  #new-findx-page .top-container .top-nav .middle-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #new-findx-page .top-container .top-nav .middle-content a {
    padding: 0 0.1rem;
    font-family: 'OPPOSans-Regular';
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.14rem;
  }
  #new-findx-page .top-container .top-nav .middle-content a.active {
    color: white;
  }
  #new-findx-page .top-container .top-nav .middle-content a:hover {
    color: #fff;
  }
  #new-findx-page .top-container .top-nav .right-btn {
    font-family: 'OPPOSans-Regular';
    width: 0.84rem;
    height: 0.32rem;
    font-size: 0.12rem;
    background-color: #2ec84d;
    line-height: 0.32rem;
    text-align: center;
    color: white;
  }
  #new-findx-page #top-container {
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  #new-findx-page .video-container {
    width: 100%;
    position: relative;
    height: calc(560 / 1920 * 100vw);
  }
  #new-findx-page .video-container .video-title {
    position: absolute;
    text-align: center;
    top: 0.8rem;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'OPPOSans-Regular';
    font-size: 0.48rem;
    line-height: 0.58rem;
    color: #fff;
    z-index: 1;
  }
  #new-findx-page .video-container .video-content {
    width: 100%;
    overflow: hidden;
    width: 100vw;
    height: calc(560 / 1920 * 100vw);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0;
  }
  #new-findx-page .video-container .video-content img.video {
    width: 100vw;
    height: calc(560 / 1920 * 100vw);
  }
  #new-findx-page .video-container .video-content .video {
    display: inline-block;
    width: 100vw;
    height: calc(560 / 1920 * 100vw);
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
  }
  #new-findx-page .intermediate-container {
    margin: 0 auto;
    margin-top: 1.28rem;
    width: 13.12rem;
  }
  #new-findx-page .intermediate-container .exclusive-service-title {
    text-align: center;
    font-size: 0.32rem;
    font-family: 'OPPOSans-Regular';
    line-height: 0.4rem;
    color: #fff;
  }
  #new-findx-page .intermediate-container .exclusive-service-subtitle {
    overflow: hidden;
  }
  #new-findx-page .intermediate-container .exclusive-service-subtitle ul {
    margin: 0 auto;
    margin-top: 0.64rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #new-findx-page .intermediate-container .exclusive-service-subtitle ul li {
    margin-right: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #new-findx-page .intermediate-container .exclusive-service-subtitle ul li:last-of-type {
    margin-right: 0;
  }
  #new-findx-page .intermediate-container .exclusive-service-subtitle ul li img {
    width: 0.24rem;
    height: 0.24rem;
  }
  #new-findx-page .intermediate-container .exclusive-service-subtitle ul li span {
    margin-left: 0.04rem;
    font-family: 'OPPOSans-Regular';
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #c7c7c7;
  }
  #new-findx-page .intermediate-container .exclusive-service-content {
    margin-top: 0.64rem;
  }
  #new-findx-page .intermediate-container .exclusive-service-content ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #new-findx-page .intermediate-container .exclusive-service-content ul li {
    width: 3.14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #new-findx-page .intermediate-container .exclusive-service-content ul li img {
    width: 3.14rem;
    height: 2.34rem;
  }
  #new-findx-page .intermediate-container .exclusive-service-content ul li .title {
    margin-top: 0.2rem;
    text-align: left;
    font-size: 0.14rem;
    line-height: 0.24rem;
    font-family: 'OPPOSans-Medium';
    color: #fff;
  }
  #new-findx-page .intermediate-container .exclusive-service-content ul li .content {
    margin-top: 0.04rem;
    text-align: left;
    font-size: 0.14rem;
    line-height: 0.24rem;
    font-family: 'OPPOSans-Regular';
    color: #999;
  }
  #new-findx-page .intermediate-container .exclusive-service-content ul li .content a {
    font-family: 'OPPOSans-Regular';
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #fff;
  }
  #new-findx-page .oppocare-container {
    margin-top: 1.28rem;
  }
  #new-findx-page .oppocare-container .oppocare-title {
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.4rem;
    font-family: 'OPPOSans-Regular';
    color: #fff;
  }
  #new-findx-page .oppocare-container .oppocare-subtitle {
    margin-top: 0.26rem;
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.3rem;
    font-family: 'OPPOSans-Medium';
    color: #fff;
  }
  #new-findx-page .oppocare-container .oppocare-subtitle a {
    margin-left: 0.08rem;
    font-family: 'OPPOSans-Regular';
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.26rem;
    border-bottom: 0.01rem solid #fff;
    color: #fff;
  }
  #new-findx-page .oppocare-container .oppocare-content {
    margin: 0 auto;
    margin-top: 0.64rem;
    width: 13.12rem;
  }
  #new-findx-page .oppocare-container .oppocare-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #new-findx-page .oppocare-container .oppocare-content ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.32rem;
    background: #222;
    width: 3.14rem;
    height: 2.4rem;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #new-findx-page .oppocare-container .oppocare-content ul li img {
    width: 0.48rem;
    height: 0.48rem;
  }
  #new-findx-page .oppocare-container .oppocare-content ul li .title {
    margin-top: 0.08rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #fff;
    font-family: 'OPPOSans-Medium';
  }
  #new-findx-page .oppocare-container .oppocare-content ul li .content {
    text-align: center;
    margin-top: 0.16rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #999;
    font-family: 'OPPOSans-Regular';
  }
  #new-findx-page .latest-events-container {
    margin-top: 1.28rem;
    background-color: #222;
    overflow: hidden;
  }
  #new-findx-page .latest-events-container .latest-events-container2 {
    width: 13.12rem;
    margin: 1.28rem auto;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-title {
    font-size: 0.32rem;
    line-height: 0.4rem;
    font-family: 'OPPOSans-Regular';
    text-align: center;
    color: #fff;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-subtitle {
    margin-top: 0.24rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
    font-family: 'OPPOSans-Regular';
    text-align: center;
    color: #fff;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-subtitle a {
    color: #fff;
    display: inline-block;
    border-bottom: 0.01rem solid #fff;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content {
    margin-top: 0.65rem;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content ul li img {
    width: 4.24rem;
    height: 3.18rem;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content ul li .title {
    margin-top: 0.08rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    font-family: 'OPPOSans-Regular';
    color: #fff;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content ul li .content {
    margin-top: 0.08rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #fff;
    font-family: 'OPPOSans-Regular';
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content ul li .content a {
    display: inline-block;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #fff;
    border-bottom: 0.01rem solid #fff;
  }
  #new-findx-page .self-service-container {
    margin: 0 auto;
    margin-top: 1.28rem;
    width: 13.12rem;
  }
  #new-findx-page .self-service-container .self-service-title {
    font-size: 0.32rem;
    line-height: 0.4rem;
    color: #fff;
    text-align: center;
    font-family: 'OPPOSans-Regular';
  }
  #new-findx-page .self-service-container .self-service-subtitle {
    text-align: center;
    margin-top: 0.24rem;
    font-family: 'OPPOSans-Regular';
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #fff;
  }
  #new-findx-page .self-service-container .self-service-subtitle a {
    display: inline-block;
    font-family: 'OPPOSans-Regular';
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #fff;
    border-bottom: 0.01rem solid #fff;
  }
  #new-findx-page .self-service-container .self-service-content {
    margin-top: 0.64rem;
  }
  #new-findx-page .self-service-container .self-service-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #new-findx-page .self-service-container .self-service-content ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.32rem;
    width: 3.14rem;
    height: 2.24rem;
    background: #222;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #new-findx-page .self-service-container .self-service-content ul li img {
    width: 0.48rem;
    height: 0.48rem;
  }
  #new-findx-page .self-service-container .self-service-content ul li .title {
    margin-top: 0.02rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff;
    text-align: center;
    font-family: 'OPPOSans-Medium';
  }
  #new-findx-page .self-service-container .self-service-content ul li .content {
    font-family: 'OPPOSans-Regular';
    margin-top: 0.12rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #999;
  }
  #new-findx-page .self-service-container .self-service-content ul li .introduced {
    font-family: 'OPPOSans-Regular';
    margin-top: 0.12rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #fff;
  }
  #new-findx-page .self-service-container .self-service-content ul li .introduced a {
    font-size: 0.14rem;
    line-height: 0.24rem;
    display: inline-block;
    color: #fff;
    border-bottom: 0.01rem solid #fff;
  }
  #new-findx-page .contactUs-container {
    padding-bottom: 1.28rem;
    margin-top: 1.28rem;
    background-color: #222;
    overflow: hidden;
  }
  #new-findx-page .contactUs-container .contactUs-title {
    font-family: 'OPPOSans-Regular';
    margin-top: 1.28rem;
    color: #fff;
    font-size: 0.32rem;
    line-height: 0.4rem;
    text-align: center;
  }
  #new-findx-page .contactUs-container .contactUs-content {
    margin-top: 0.64rem;
  }
  #new-findx-page .contactUs-container .contactUs-content ul {
    margin: 0 auto;
    width: 8.88rem;
    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;
  }
  #new-findx-page .contactUs-container .contactUs-content ul li {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    cursor: pointer;
    width: 4.24rem;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.16);
    overflow: hidden;
  }
  #new-findx-page .contactUs-container .contactUs-content ul li:nth-of-type(n + 3) {
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.16);
  }
  #new-findx-page .contactUs-container .contactUs-content ul li .tpo-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.32rem;
  }
  #new-findx-page .contactUs-container .contactUs-content ul li .tpo-btn .leftImg {
    width: 0.32rem;
    height: 0.32rem;
  }
  #new-findx-page .contactUs-container .contactUs-content ul li .tpo-btn span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0.04rem;
    margin-right: 0.04rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #dfdfdf;
    font-family: 'OPPOSans-Medium';
  }
  #new-findx-page .contactUs-container .contactUs-content ul li .tpo-btn .rightImg {
    width: 0.24rem;
    height: 0.24rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #new-findx-page .contactUs-container .contactUs-content ul li .bottom-content {
    position: absolute;
    top: calc(0.32rem * 3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 0.32rem;
    width: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #new-findx-page .contactUs-container .contactUs-content ul li .bottom-content img {
    width: 2.2rem;
    height: 2.2rem;
  }
  #new-findx-page .contactUs-container .contactUs-content ul li .bottom-content span {
    font-family: 'OPPOSans-Regular';
    margin-top: 0.32rem;
    text-align: center;
    font-size: 0.12rem;
    line-height: 0.2rem;
    color: #fff;
  }
}

@media only screen and (max-width: 1023.98px) {
  #oc-container {
    background-color: #000;
  }
  #oc-container .service-contactUs {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  #new-findx-page {
    width: 100%;
    background: #000;
    overflow: hidden;
    font-family: 'OPPOSans-Regular';
  }
  #new-findx-page * {
    color: #fff;
  }
  #new-findx-page a {
    text-decoration: initial;
    display: inline-block;
  }
  #new-findx-page img {
    width: 100%;
  }
  #new-findx-page .oppo_pc_show {
    display: none;
  }
  #new-findx-page .video-container {
    margin-top: 0.64rem;
    width: 100%;
    position: relative;
  }
  #new-findx-page .video-container .video-title {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -0.09rem;
    font-family: 'OPPOSans-Regular';
    font-size: 0.28rem;
    line-height: 0.34rem;
  }
  #new-findx-page .video-container .video {
    width: 100vw;
  }
  #new-findx-page .intermediate-container {
    background: #141414;
    margin: 0 0.2rem;
    padding: 0.52rem 0.32rem;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #new-findx-page .intermediate-container .exclusive-service-title {
    font-size: 0.24rem;
    line-height: 0.28rem;
    font-family: 'OPPOSans-Regular';
    text-align: center;
  }
  #new-findx-page .intermediate-container .exclusive-service-btn {
    margin-top: 0.16rem;
    font-size: 0.12rem;
    line-height: 0.2rem;
    font-family: 'OPPOSans-Regular';
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  #new-findx-page .intermediate-container .exclusive-service-subtitle {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 0.22rem;
  }
  #new-findx-page .intermediate-container .exclusive-service-subtitle ul {
    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;
  }
  #new-findx-page .intermediate-container .exclusive-service-subtitle ul li {
    margin-top: 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #new-findx-page .intermediate-container .exclusive-service-subtitle ul li img {
    width: 0.24rem;
    height: 0.24rem;
  }
  #new-findx-page .intermediate-container .exclusive-service-subtitle ul li span {
    margin-left: 0.02rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    font-family: 'OPPOSans-Regular';
    color: #c7c7c7;
  }
  #new-findx-page .intermediate-container .exclusive-service-content ul {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  #new-findx-page .intermediate-container .exclusive-service-content ul li {
    margin-top: 0.32rem;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #new-findx-page .intermediate-container .exclusive-service-content ul li:nth-of-type(3n - 2) img {
    width: calc(100vw - (0.52rem * 2));
    height: calc(234 / 314 * (100vw - (0.52rem * 2)));
  }
  #new-findx-page .intermediate-container .exclusive-service-content ul li:nth-of-type(3n - 2) .title {
    width: calc(100vw - (0.52rem * 2));
  }
  #new-findx-page .intermediate-container .exclusive-service-content ul li img {
    width: calc((100vw - (0.52rem * 2)) / 2 - 0.08rem);
  }
  #new-findx-page .intermediate-container .exclusive-service-content ul li .title {
    margin-top: 0.04rem;
    text-align: center;
    width: 1.2rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  #new-findx-page .oppocare-container {
    margin: 0.24rem 0.2rem 0;
    background-color: #141414;
    padding: 0.52rem 0.32rem;
  }
  #new-findx-page .oppocare-container .oppocare-title {
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.28rem;
    font-family: 'OPPOSans-Regular';
    text-align: center;
    letter-spacing: -0.01rem;
  }
  #new-findx-page .oppocare-container .oppocare-subtitle {
    text-align: center;
    margin-top: 0.12rem;
    width: 100%;
    font-size: 0.16rem;
    line-height: 0.24rem;
    font-family: 'OPPOSans-Regular';
    vertical-align: middle;
  }
  #new-findx-page .oppocare-container .oppocare-subtitle a {
    vertical-align: top;
    display: inline-block;
    margin-left: 0.12rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 0.24rem;
    font-size: 0.12rem;
    border-bottom: 0.01rem solid #fff;
  }
  #new-findx-page .oppocare-container .oppocare-content ul {
    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;
  }
  #new-findx-page .oppocare-container .oppocare-content ul li {
    margin-top: 0.3rem;
    width: 50%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #new-findx-page .oppocare-container .oppocare-content ul li img {
    width: 0.48rem;
    height: 0.48rem;
  }
  #new-findx-page .oppocare-container .oppocare-content ul li span {
    margin-top: 0.04rem;
    text-align: center;
    letter-spacing: -0.01rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    font-family: 'OPPOSans-Medium';
  }
  #new-findx-page .latest-events-container {
    margin-top: 0.24rem;
    padding: 0.4rem 0;
    width: 100%;
    background-color: #141414;
  }
  #new-findx-page .latest-events-container .latest-events-container2 {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-title {
    font-size: 0.24rem;
    line-height: 0.28rem;
    font-family: 'OPPOSans-Regular';
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-subtitle {
    margin-top: 0.12rem;
    font-family: 'OPPOSans-Regular';
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-subtitle a {
    font-size: 0.12rem;
    line-height: 0.2rem;
    border-bottom: 0.01rem solid #fff;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content {
    overflow-y: scroll;
    margin-top: 0.32rem;
    width: 100%;
    /*webkit内核*/
    /*o内核*/
    /*IE10,IE11,IE12*/
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-track-color: transparent;
    scrollbar-width: none;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0);
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content::-webkit-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0);
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content .-o-scrollbar {
    -moz-appearance: none !important;
    background: rgba(0, 255, 0, 0) !important;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content::-o-scrollbar-button {
    background-color: rgba(0, 0, 0, 0);
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content::-o-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content::-o-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content::-o-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content::-o-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content::-o-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0);
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content {
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0.2rem;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content ul li:nth-of-type(1) {
    margin-left: 0.2rem;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content ul li img {
    width: 2.8rem;
    height: 2.02rem;
  }
  #new-findx-page .latest-events-container .latest-events-container2 .latest-events-content ul li .title {
    margin-top: 0.12rem;
    font-size: 0.12rem;
    line-height: 0.2rem;
    font-family: 'OPPOSans-Regular';
  }
  #new-findx-page .latest-events-container .latest-events-container2 #scroll-bar {
    position: relative;
    margin: 0 auto;
    margin-top: 0.2rem;
    width: calc(100% - 0.4rem);
    background-color: rgba(255, 255, 255, 0.08);
    height: 0.02rem;
    border-radius: 0.02rem;
  }
  #new-findx-page .latest-events-container .latest-events-container2 #scroll-bar::before {
    width: 106px;
    display: block;
    background-color: #fff;
    height: 0.02rem;
    position: absolute;
    top: 0;
    left: var(--left);
    content: '';
    border-radius: 0.02rem;
  }
  #new-findx-page .self-service-container {
    margin-top: 0.24rem;
    background-color: #141414;
    padding: 0.52rem 0.2rem;
  }
  #new-findx-page .self-service-container .self-service-title {
    font-size: 0.24rem;
    line-height: 0.28rem;
    font-family: 'OPPOSans-Regular';
    text-align: center;
  }
  #new-findx-page .self-service-container .self-service-subtitle {
    margin-top: 0.12rem;
    font-size: 0.12rem;
    line-height: 0.2rem;
    text-align: center;
    font-family: 'OPPOSans-Regular';
  }
  #new-findx-page .self-service-container .self-service-subtitle a {
    font-size: 0.12rem;
    line-height: 0.2rem;
    border-bottom: 0.01rem solid #fff;
  }
  #new-findx-page .self-service-container .self-service-content {
    margin-top: 0.24rem;
  }
  #new-findx-page .self-service-container .self-service-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #new-findx-page .self-service-container .self-service-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  #new-findx-page .self-service-container .self-service-content ul li img {
    width: 0.4rem;
    height: 0.4rem;
  }
  #new-findx-page .self-service-container .self-service-content ul li .title {
    margin-top: 0.12rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  #new-findx-page .contactUs-container {
    margin-top: 0.24rem;
    padding: 0.52rem 0.2rem;
    background-color: #141414;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #new-findx-page .contactUs-container .contactUs-title {
    font-size: 0.24rem;
    line-height: 0.28rem;
    color: #fff;
    font-family: 'OPPOSans-Regular';
    text-align: center;
  }
  #new-findx-page .contactUs-container .contactUs-content {
    margin-top: 0.24rem;
  }
  #new-findx-page .contactUs-container .contactUs-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #new-findx-page .contactUs-container .contactUs-content ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    position: relative;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.08);
    padding: 0.16rem 0.32rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
  }
  #new-findx-page .contactUs-container .contactUs-content ul li:last-child {
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.08);
  }
  #new-findx-page .contactUs-container .contactUs-content ul li .tpo-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #new-findx-page .contactUs-container .contactUs-content ul li .tpo-btn .leftImg {
    margin-right: 0.04rem;
    width: 0.24rem;
    height: 0.24rem;
  }
  #new-findx-page .contactUs-container .contactUs-content ul li .tpo-btn span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #dfdfdf;
    font-family: 'OPPOSans-Medium';
  }
  #new-findx-page .contactUs-container .contactUs-content ul li .tpo-btn .rightImg {
    margin-left: 0.04rem;
    width: 0.24rem;
    height: 0.24rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #new-findx-page .contactUs-container .contactUs-content ul li .bottom-content {
    position: absolute;
    width: calc(100% - (0.16rem * 2));
    top: calc(0.16rem + 0.24rem);
    left: 0.16rem;
    padding-top: 0.16rem;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #new-findx-page .contactUs-container .contactUs-content ul li .bottom-content img {
    width: 1.2rem;
    height: 1.2rem;
  }
  #new-findx-page .contactUs-container .contactUs-content ul li .bottom-content span {
    font-family: 'OPPOSans-Regular';
    margin-top: 0.16rem;
    text-align: center;
    font-size: 0.12rem;
    line-height: 0.2rem;
    color: rgba(255, 255, 255, 0.56);
  }
  #new-findx-page .intermediate-popUp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }
  #new-findx-page .intermediate-popUp .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
  }
  @-webkit-keyframes showContainer {
    0% {
      opacity: 0;
      bottom: -0.5rem;
    }
    100% {
      opacity: 1;
      bottom: 0;
    }
  }
  @keyframes showContainer {
    0% {
      opacity: 0;
      bottom: -0.5rem;
    }
    100% {
      opacity: 1;
      bottom: 0;
    }
  }
  @-webkit-keyframes iconRot {
    0% {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    100% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
  }
  @keyframes iconRot {
    0% {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    100% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
  }
  #new-findx-page .intermediate-popUp .container {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: calc(366 / 640 * 100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 0.04rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #new-findx-page .intermediate-popUp .container.showAni {
    -webkit-animation: showContainer 0.3s ease;
            animation: showContainer 0.3s ease;
  }
  #new-findx-page .intermediate-popUp .container.closeAni {
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  #new-findx-page .intermediate-popUp .container .header {
    margin-top: 0.32rem;
    margin-bottom: 0.32rem;
  }
  #new-findx-page .intermediate-popUp .container .header img {
    position: absolute;
    width: 0.24rem;
    height: 0.24rem;
    right: 0.12rem;
    top: 0.12rem;
    -webkit-animation: iconRot 0.3s ease;
            animation: iconRot 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #new-findx-page .intermediate-popUp .container .header img.imgClose {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #new-findx-page .intermediate-popUp .container .header .title {
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
  }
  #new-findx-page .intermediate-popUp .container .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: scroll;
    padding: 0 0.16rem;
  }
  #new-findx-page .intermediate-popUp .container .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #new-findx-page .intermediate-popUp .container .content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #new-findx-page .intermediate-popUp .container .content ul li .title {
    font-size: 0.16rem;
    line-height: 0.24rem;
    text-align: left;
    font-family: 'OPPOSans-Regular';
    color: #000;
  }
  #new-findx-page .intermediate-popUp .container .content ul li .detail {
    margin-top: 0.02rem;
    margin-bottom: 0.2rem;
    font-size: 0.12rem;
    line-height: 0.2rem;
    color: #333;
    font-family: 'OPPOSans-Regular';
  }
  #new-findx-page .intermediate-popUp .container .content ul li .detail:last-child {
    margin-bottom: 0.32rem;
  }
  #new-findx-page .intermediate-popUp .container .content ul li .detail a {
    font-size: 0.12rem;
    line-height: 0.2rem;
    color: #333;
    font-family: 'OPPOSans-Regular';
    color: #2dc84d;
  }
  #new-findx-page .slide-fade-leave-active {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
/*# sourceMappingURL=index.css.map */