* {
    box-sizing: border-box;
}

body {
    background: #F2F2F2;
}

@media screen and (min-width: 1367px) {
    .responsive__layout {
        width: 1312px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .responsive__layout {
        width: 100%;
        padding: 0 32px !important;
    }
}

@media screen and (max-width: 768px) {
    .responsive__layout {
        width: 100%;
        padding: 0 !important;
    }
}

.wrap {
    width: 1100px;
    margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .wrap {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .wrap {
        width: auto;
        margin: 0 20px;
    }
}

.color-os {
    background: #F2F2F2;
}

@media screen and (max-width: 651px) {
    .color-os-hidden {
        display: none;
    }
}

.color-os-banner {
    width: 100%;
    height: 520px;
    background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/banner.jpg);
    background-size: cover;
    text-align: center;
    padding-top: 110px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-banner {
        padding-top: 100px;
        height: 400px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-banner {
        height: 350px;
        text-align: center;
        padding-top: 54px;
        background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/bannerMobile.png) no-repeat bottom;
        background-size: 100%;
    }
}

.color-os-banner .heading {
    font-weight: 400;
    font-size: 68px;
    line-height: 90px;
    color: #000;
}

.color-os-banner .heading span {
    font-family: 'OPPOSans-Ver2-Medium';
    font-weight: 600;
}

span {}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-banner .heading {
        font-size: 50px;
        line-height: 70px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-banner .heading {
        font-size: 32px;
        line-height: 38px;
        margin-left: 20px;
        text-align: left;
    }
}

.color-os-banner .des {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    margin: 38px auto 0;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-banner .des {
        font-size: 18px;
        line-height: 22px;
        width: 100%;
        padding: 0 32px !important;
    }
}

@media screen and (max-width: 650px) {
    .color-os-banner .des {
        font-size: 14px;
        line-height: 24px;
        width: 280px;
        margin: 20px 0 0 20px;
        text-align: left;
    }
}

.color-os-banner .down {
    margin: 38px auto 20px;
    display: inline-block;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-banner .down {
        margin: 20px auto 20px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-banner .down {
        margin: 54px auto 20px;
    }
}

.color-os-banner .down .a {
    opacity: .2;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-name: opacityA;
    animation-name: opacityA;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.color-os-banner .down .b {
    opacity: .6;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-name: opacityB;
    animation-name: opacityB;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.color-os-banner .down .c {
    opacity: 1;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-name: opacityC;
    animation-name: opacityC;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes opacityA {
    from {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

@keyframes opacityA {
    from {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes opacityB {
    0% {
        opacity: .6;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: .6;
    }

    75% {
        opacity: .2;
    }

    100% {
        opacity: .6;
    }
}

@keyframes opacityB {
    0% {
        opacity: .6;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: .6;
    }

    75% {
        opacity: .2;
    }

    100% {
        opacity: .6;
    }
}

@-webkit-keyframes opacityC {
    from {
        opacity: 1;
    }

    to {
        opacity: .2;
    }
}

@keyframes opacityC {
    from {
        opacity: 1;
    }

    to {
        opacity: .2;
    }
}

.color-os-banner .down img {
    width: 61px;
    height: 15px;
    display: block;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-banner .down img {
        width: 35px;
        height: 10px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-banner .down img {
        width: 35px;
        height: 10px;
    }
}

.color-os-tab {
    margin-top: 80px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 20px 10px;
    border-bottom: 1px solid #DFDFDF;
}

@media screen and (min-width: 651px) {
    .color-os-tab {
        display: none;
    }
}

.color-os-tab .tab {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #6B6B6B;
    text-align: center;
    position: relative;
    min-width: 165px;
}

.color-os-tab .tab:first-child {
    margin-right: 2px;
    width: 154px;
}

.color-os-tab .tab.active {
    color: #000;
}

.color-os-tab .tab.active::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #000;
    width: 100%;
    bottom: -11.5px;
    left: 0;
}

.color-os-title {
    margin: 200px 140px 80px 320px;
    display: -webkit-box;
    display: flex;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-title {
        margin: 84px auto 0;
    }
}

@media screen and (max-width: 768px) {
    .color-os-title {
        margin: 84px auto 0;
        display: block;
        text-align: center;
    }
}

.color-os-title .mobile .text {
    display: none;
}

@media screen and (max-width: 768px) {
    .color-os-title .mobile {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .color-os-title .mobile .text {
        display: block;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        width: 191px;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .color-os-title .pc {
        display: none;
    }
}

.color-os-title img {
    width: 172px;
    height: 120px;
    margin-right: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-title img {
        width: 72px;
        height: 58px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .color-os-title img {
        width: 41px;
        height: 33px;
        margin-right: 15px;
    }
}
.color-os-title-des {
    transform: translateY(-6px);
}

.color-os-title-des.a {
    transform: translateY(-20px);
}

.color-os-title-des.a .des {
    width: 614px;
}

.color-os-title .text {
    font-family: 'OPPOSans-Ver2-Medium';
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #000;
    margin-bottom: 10px;
    width: 433px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-title .text {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .color-os-title .text {
        font-size: 20px;
        line-height: 40px;
    }
}

.color-os-title .des {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    width: 449px;
    display: block;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-title .des {
        font-size: 14px;
        line-height: 18px;
        margin-top: 12px;
        display: block;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .color-os-title .des {
        font-size: 12px;
        line-height: 16px;
        width: calc(100% - 32px);
        display: block;
        margin: 13px 16px 0;
        text-align: left;
    }
    .color-os-title-des.a .des {
        margin-top: 28px;
        width: calc(100% - 32px);
    }
}

.color-os-hr {
    border: 0;
    border-top: 1px solid #DFDFDF;
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .color-os-hr {
        display: none;
    }
}

.color-os-date {
    margin-top: 120px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: start;
}

.color-os-date.b {
    -webkit-box-pack: start;
    justify-content: start;
}

.color-os-date.b .date-item {
    margin-left: 180px;
}

@media screen and (max-width: 650px) {
    .color-os-date.b .date-item {
        margin-left: 0;
    }
}

.color-os-date.b .date-flex {
    display: -webkit-box;
    display: flex;
}

@media screen and (max-width: 650px) {
    .color-os-date.b .date-flex {
        display: block;
    }
}

.color-os-date.b .date-flex .date-flex-item {
    margin-right: 130px;
}

.color-os-date.a {
    -webkit-box-pack: start;
    justify-content: start;
    gap: 0;
}

.color-os-date.a .date-item {
    -webkit-box-flex: 1;
    flex: 1;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-date {
        margin-top: 40px;
        gap: 10px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-date {
        display: block;
        margin-top: 10px;
    }
}

.color-os-date.has-heading {
    margin-top: 120px;
    display: block;
}

@media screen and (max-width: 650px) {
    .color-os-date.has-heading {
        margin-top: 40px;
    }

    .color-os-date.has-heading .height {
        height: 300px;
        overflow: hidden;
    }
}

.color-os-date.has-heading .heading {
    border-left: 6px solid #1C6EEE;
    padding-left: 13px;
    margin-bottom: 26px;
}

@media screen and (max-width: 650px) {
    .color-os-date.has-heading .heading {
        padding-left: 10px;
        margin-bottom: -10px;
    }
}

.color-os-date.has-heading .heading h3 {
    font-family: 'OPPOSans-Ver2-Medium';
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: #000;
    margin-bottom: 12px;
}

@media screen and (max-width: 650px) {
    .color-os-date.has-heading .heading h3 {
        margin-bottom: 2px;
        font-size: 20px;
    }
}

.color-os-date.has-heading .heading span {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}

@media screen and (max-width: 650px) {
    .color-os-date.has-heading .heading span {
        font-size: 12px;
        line-height: 22px;
    }
}

.color-os-date.has-heading .date {
    display: -webkit-box;
    display: flex;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-date.has-heading .date {
        gap: 10px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 650px) {
    .color-os-date.has-heading .date {
        display: block;
        -webkit-transition: all 0.4s cubic-bezier(0.5, 0.15, 0, 1);
        transition: all 0.4s cubic-bezier(0.5, 0.15, 0, 1);
    }
}

.color-os-date.has-heading .date .date-item {
    -webkit-box-flex: 1;
    flex: 1;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-date.has-heading .date .date-item {
        width: calc(50% - 5px);
        -webkit-box-flex: unset;
        flex: unset;
    }
}

.color-os-date.has-heading .more {
    display: none;
    margin: 20px auto 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9E9E9E;
    -webkit-transition: all 0.4s cubic-bezier(0.5, 0.15, 0, 1);
    transition: all 0.4s cubic-bezier(0.5, 0.15, 0, 1);
}

@media screen and (max-width: 650px) {
    .color-os-date.has-heading .more {
        display: table;
    }
}

.color-os-date.has-heading .more.expand img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.color-os-date.has-heading .more img {
    width: 12px;
    height: 7px;
    margin-left: 4px;
}

.color-os-date .date-item {
    -webkit-box-flex: unset;
    flex: 1;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-date .date-item {
        -webkit-box-flex: 1;
        flex: 1;
    }
}

@media screen and (max-width: 650px) {
    .color-os-date .date-item {
        margin-top: 30px;
    }
    .color-os-date.a .date-item:nth-child(n + 2) {
        margin-top: -40px;
    }
}

.color-os-date .date-item .date {
    font-family: 'OPPOSans-Ver2-Medium';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 26px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-date .date-item .date {
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-date .date-item .date {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

.color-os-date .date-item .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-date .date-item .name {
        font-size: 12px;
        line-height: 22px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-date .date-item .name {
        font-size: 12px;
        line-height: 22px;
    }
}

.color-os-card {
    background: #FEFFFE url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/cardBg.png) bottom right no-repeat;
    background-size: 80%;
    height: 258px;
    border-radius: 20px;
    margin-top: 208px;
    padding: 40px 81px;
    display: -webkit-box;
    display: flex;
    position: relative;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-card {
        margin-top: 60px;
        padding: 30px 16px;
        height: 200px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-card {
        background: #FEFFFE url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/cardBgMobile.png) bottom right no-repeat;
        background-size: 100%;
        margin-top: 40px;
        height: 700px;
        padding: 20px 13px;
        width: 100%;
        display: block;
        border-radius: 10px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-card .mobile {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
}

.color-os-card .mobile .title {
    display: none;
}

@media screen and (max-width: 650px) {
    .color-os-card .mobile .title {
        display: block;
    }
}

.color-os-card .pc .title {
    display: block;
}

@media screen and (max-width: 650px) {
    .color-os-card .pc .title {
        display: none;
    }
}

.color-os-card .update {
    width: 96px;
    height: 96px;
    margin-right: 30px;
    margin-top: 40px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-card .update {
        width: 60px;
        height: 60px;
        margin-right: 20px;
        margin-top: 0;
    }
}

@media screen and (max-width: 650px) {
    .color-os-card .update {
        width: 34px;
        height: 34px;
        margin-right: 10px;
        margin-top: 0;
    }
}

.color-os-card .title {
    font-family: 'OPPOSans-Ver2-Medium';
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-card .title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-card .title {
        font-size: 16px;
        line-height: 21px;
    }
}

.color-os-card .des {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.499208);
    margin-top: 12px;
    width: 450px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-card .des {
        font-size: 12px;
        line-height: 22px;
        width: 52vw;
    }
}

@media screen and (max-width: 650px) {
    .color-os-card .des {
        font-size: 12px;
        line-height: 22px;
        width: 100%;
        margin-top: 4px;
    }
}

.color-os-card .phone-wrap {
    width: 242px;
    height: 523px;
    position: absolute;
    top: -134px;
    right: 130px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-card .phone-wrap {
        width: 152px;
        height: 332px;
        top: -72px;
        right: 20px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-card .phone-wrap {
        position: relative;
        left: 0;
        top: 0;
        width: 200px;
        height: 437px;
        margin-top: 40px;
        margin-left: calc(50% - 100px);
    }
}

.color-os-card .phone-wrap .bg {
    width: 98%;
    height: 100%;
    z-index: 5;
    position: relative;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-card .phone-wrap .bg {
        width: 98%;
        height: 100%;
        z-index: 5;
        position: relative;
    }
}

@media screen and (max-width: 650px) {
    .color-os-card .phone-wrap .bg {
        width: 98%;
        height: 100%;
        z-index: 5;
        position: relative;
    }
}

.color-os-card .phone-wrap .phone {
    width: 228px;
    height: 500px;
    position: absolute;
    left: 6px;
    top: 11px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-card .phone-wrap .phone {
        width: 144px;
        height: 314px;
        top: 8px;
        left: 5px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-card .phone-wrap .phone {
        position: absolute;
        width: 190px;
        height: 420px;
        top: 7px;
        left: 6px;
    }
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-card .phone-wrap .phone.pc {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .color-os-card .phone-wrap .phone.pc {
        display: none;
    }
}

.color-os-card .phone-wrap .phone.mobile {
    display: none;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-card .phone-wrap .phone.mobile {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .color-os-card .phone-wrap .phone.mobile {
        display: block;
    }
}

.color-os-note {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 673px;
    color: #000;
    margin-top: 56px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-note {
        margin-top: 60px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-note {
        margin-top: 20px;
        font-size: 12px;
        line-height: 22px;
        width: 100%;
    }
}

.color-os-more {
    margin-top: 136px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more {
        margin-top: 40px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more {
        margin-top: 0;
        display: block;
    }
}

.color-os-more-item {
    width: 500px;
    position: relative;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item {
        width: calc(50% - 12px);
    }
}

.color-os-more-item:last-child::after {
    content: "";
    position: absolute;
    border-left: 1px solid #D8D8D8;
    height: 512px;
    left: -50px;
    top: 90px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item:last-child::after {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more-item:last-child::after {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more-item {
        width: 100%;
        margin-top: 40px;
    }
}

.color-os-more-item .heading {
    display: -webkit-box;
    display: flex;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item .heading {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more-item .heading {
        font-size: 20px;
        line-height: 26px;
    }
}

.color-os-more-item .heading img {
    width: 42px;
    height: 50px;
    margin-right: 20px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item .heading img {
        width: 36px;
        height: 42px;
        margin-right: 16px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more-item .heading img {
        width: 30px;
        height: 36px;
        margin-right: 10px;
    }
}

.color-os-more-item .card {
    margin-top: 40px;
    height: 240px;
    background: #FFF;
    border-radius: 20px;
    padding: 54px 45px;
    position: relative;
    background-size: cover;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item .card {
        padding: 20px 16px;
        margin-top: 30px;
        height: 200px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more-item .card {
        margin-top: 20px;
        padding: 18px 13px;
        height: 142px;
    }
}

.color-os-more-item .card.a {
    padding: 0;
}

.color-os-more-item .card.a .swiper-slide {
    padding: 37px 45px;
}

.color-os-more-item .card.a .swiper-slide:first-child {
    background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/cardBg1.png) bottom right no-repeat #FFF;
    background-size: 100%;
}

.color-os-more-item .card.a .swiper-slide:nth-child(2) {
    background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/cardBg1.png) bottom right no-repeat #FFF;
    background-size: 100%;
}

.color-os-more-item .card.a .swiper-slide:nth-child(3) {
    background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/cardBg1.png) bottom right no-repeat #FFF;
    background-size: 100%;
}

.color-os-more-item .card.a .swiper-slide:nth-child(4) {
    background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/cardBg1.png) bottom right no-repeat #FFF;
    background-size: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-more-item .card.a .swiper-slide {
        padding: 18px 28px;
    }
}

@media screen and (max-width: 768px) {
    .color-os-more-item .card.a .swiper-slide {
        padding: 18px 13px;
    }
}

.color-os-more-item .card.a .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
}

.color-os-more-item .card.a .swiper-button-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAAXNSR0IArs4c6QAAAGBJREFUKJF90bEJgDAQQNEXXcTSESwd2VEcwcLC0hFsEokh50Eg8B8kcEk8C6Qgrvl0wRuxteATsae/WD/RjTDk33ZjAb8z4sz3CTNuXDWAI0IFhKgGXdSCFk3RLsjLegD6RRZvq/6cagAAAABJRU5ErkJggg==);
    left: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-more-item .card.a .swiper-button-prev {
        left: 10px;
    }
}

.color-os-more-item .card.a .swiper-button-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAAXNSR0IArs4c6QAAAGBJREFUKJF90bEJgDAQQNEXXcTSESwd2VEcwcLC0hFsEokh50Eg8B8kcEk8C6Qgrvl0wRuxteATsae/WD/RjTDk33ZjAb8z4sz3CTNuXDWAI0IFhKgGXdSCFk3RLsjLegD6RRZvq/6cagAAAABJRU5ErkJggg==);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 10px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item .card.a .swiper-button-next {
        right: 10px;
    }
}

.color-os-more-item .card.a .swiper-button-next, .color-os-more-item .card.a .swiper-button-prev {
    background-size: cover;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    outline: none;
}

.color-os-more-item .card.a .swiper-button-next::after, .color-os-more-item .card.a .swiper-button-prev::after {
    display: none;
}

@media screen and (max-width: 768px) {
    .color-os-more-item .card.a .swiper-button-next, .color-os-more-item .card.a .swiper-button-prev {
        display: none;
    }
}

.color-os-more-item .card.a .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item .card.a {
        padding: 0;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more-item .card.a {
        padding: 0;
        height: 176px;
    }
}

.color-os-more-item .card.a .card-title {
    width: 332px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item .card.a .card-title {
        width: 274px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more-item .card.a .card-title {
        width: 274px;
    }
}

.color-os-more-item .card.a .card-btn {
    bottom: 37px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item .card.a .card-btn {
        bottom: 30px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more-item .card.a .card-btn {
        bottom: 18px;
    }
}

.color-os-more-item .card.b {
    background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/cardBg2.png) bottom right no-repeat #FFF;
    background-size: 60%;
}

.color-os-more-item .card.c {
    background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/cardBg3.png) bottom right no-repeat #FFF;
    background-size: 72%;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-more-item .card.c {
        background-size: 82%;
    }
}

.color-os-more-item .card-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    width: 244px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item .card-title {
        font-size: 16px;
        line-height: 24px;
        width: 190px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more-item .card-title {
        font-size: 16px;
        line-height: 26px;
        width: 186px;
    }
}

.color-os-more-item .card-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 9px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item .card-date {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more-item .card-date {
        font-size: 12px;
        line-height: 22px;
    }
}

.color-os-more-item .card-btn {
    display: inline-block;
    background: #2056E2;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    padding: 8px 32px;
    position: absolute;
    bottom: 54px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item .card-btn {
        padding: 4px 16px;
        font-size: 16px;
        line-height: 24px;
        bottom: 30px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more-item .card-btn {
        padding: 4px 21px;
        font-size: 12px;
        line-height: 22px;
        bottom: 18px;
    }
}

.color-os-more-item .text {
    margin-top: 20px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item .text {
        margin-top: 30px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more-item .text {
        margin-top: 20px;
    }
}

.color-os-more-item .text .card-sub {
    font-family: 'OPPOSans-Ver2-Medium';
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    margin-top: 10px;
}

.color-os-more-item .text .card-sub:first-child {
    margin-top: 0;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item .text .card-sub {
        margin-top: 0;
        font-size: 12px;
        line-height: 22px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more-item .text .card-sub {
        font-size: 12px;
        line-height: 22px;
    }
}

.color-os-more-item .text .card-des {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-top: 4px;
}

.color-os-more-item .text .card-des a {
    text-decoration: underline;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-more-item .text .card-des {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-more-item .text .card-des {
        font-size: 12px;
        line-height: 22px;
    }
}

.color-os-description {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .color-os-description {
        margin-top: 20px;
    }
}

.color-os-description .title {
    font-family: 'OPPOSans-Ver2-Medium';
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .color-os-description .title {
        font-size: 12px;
        line-height: 22px;
    }
}

.color-os-description .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-top: 4px;
    width: 678px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-description .text {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .color-os-description .text {
        font-size: 12px;
        line-height: 22px;
        width: 100%;
    }
}

.color-os-question {
    margin-top: 120px;
    font-family: 'OPPOSans-Ver2-Medium';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-question {
        margin-top: 40px;
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 768px) {
    .color-os-question {
        margin-top: 40px;
        font-size: 20px;
        line-height: 26px;
    }

    .color-os-question.mobile {
        border-left: 6px solid #1C6EEE;
        padding-left: 10px;
    }

    .color-os-question.mobile label {
        display: none;
    }

    .color-os-question.mobile span {
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        display: block;
        margin-top: 10px;
    }
}

.color-os-swiper {
    height: 258px;
    background: #FEFFFE;
    border-radius: 20px;
    margin-top: 40px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-swiper {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .color-os-swiper {
        height: auto;
        margin-top: 20px;
        border-radius: 10px;
        width: 100%;
    }
}

.color-os-swiper .slider {
    display: -webkit-box;
    display: flex;
}

.color-os-swiper .slider .l {
    padding: 48px 0 48px 81px;
    display: -webkit-box;
    display: flex;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-swiper .slider .l {
        padding: 30px 44px;
    }
}

@media screen and (max-width: 768px) {
    .color-os-swiper .slider .l {
        padding: 20px 16px 36px 16px;
        display: block;
    }
}

.color-os-swiper .slider .l .mobile {
    margin-right: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-swiper .slider .l .mobile {
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .color-os-swiper .slider .l .mobile {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 14px;
    }

    .color-os-swiper .slider .l .mobile img {
        margin-right: 10px;
    }
}

.color-os-swiper .slider .l .mobile .title {
    display: none;
}

@media screen and (max-width: 768px) {
    .color-os-swiper .slider .l .mobile .title {
        display: block;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .color-os-swiper .slider .l .pc .title {
        display: none;
    }
}

.color-os-swiper .slider .l .img {
    width: 96px;
    height: 96px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-swiper .slider .l .img {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .color-os-swiper .slider .l .img {
        width: 34px;
        height: 34px;
    }
}

.color-os-swiper .slider .l .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-bottom: 12px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-swiper .slider .l .title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    .color-os-swiper .slider .l .title {
        font-size: 16px;
        line-height: 21px;
    }
}

.color-os-swiper .slider .l .des {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.499208);
    margin-bottom: 28px;
    width: 430px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-swiper .slider .l .des {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 768px) {
    .color-os-swiper .slider .l .des {
        font-size: 12px;
        line-height: 22px;
        width: 100%;
        margin-bottom: 0;
    }
}

.color-os-swiper .slider .l .link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0E84FF;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-swiper .slider .l .link {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .color-os-swiper .slider .l .link {
        display: none;
    }
}

.color-os-swiper .slider .r {
    margin: 39px 160px 39px 122px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-swiper .slider .r {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .color-os-swiper .slider .r {
        display: none;
    }
}

.color-os-swiper .slider .r img {
    width: 180px;
    height: 180px;
    border-radius: 10px;
}

.color-os-swiper .swiper-pagination {
    display: none;
}

@media screen and (max-width: 768px) {
    .color-os-swiper .swiper-pagination {
        display: block;
    }
}

.color-os-swiper .swiper-button-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAAXNSR0IArs4c6QAAAGBJREFUKJF90bEJgDAQQNEXXcTSESwd2VEcwcLC0hFsEokh50Eg8B8kcEk8C6Qgrvl0wRuxteATsae/WD/RjTDk33ZjAb8z4sz3CTNuXDWAI0IFhKgGXdSCFk3RLsjLegD6RRZvq/6cagAAAABJRU5ErkJggg==);
    left: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-swiper .swiper-button-prev {
        left: 20px;
    }
}

.color-os-swiper .swiper-button-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAAXNSR0IArs4c6QAAAGBJREFUKJF90bEJgDAQQNEXXcTSESwd2VEcwcLC0hFsEokh50Eg8B8kcEk8C6Qgrvl0wRuxteATsae/WD/RjTDk33ZjAb8z4sz3CTNuXDWAI0IFhKgGXdSCFk3RLsjLegD6RRZvq/6cagAAAABJRU5ErkJggg==);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-swiper .swiper-button-next {
        right: 20px;
    }
}

.color-os-swiper .swiper-button-next, .color-os-swiper .swiper-button-prev {
    background-size: cover;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    outline: none;
}

.color-os-swiper .swiper-button-next::after, .color-os-swiper .swiper-button-prev::after {
    display: none;
}

@media screen and (max-width: 768px) {
    .color-os-swiper .swiper-button-next, .color-os-swiper .swiper-button-prev {
        display: none;
    }
}

.color-os-swiper-more {
    display: none;
}

@media screen and (max-width: 768px) {
    .color-os-swiper-more {
        display: block;
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
        color: #000;
        margin-top: 20px;
    }
}

.color-os-heading {
    font-family: 'OPPOSans-Ver2-Medium';
    font-weight: 600;
    font-size: 50px;
    line-height: 80px;
    color: #000;
    margin-top: 200px;
    text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-heading {
        margin-top: 60px;
        font-size: 40px;
        line-height: 54px;
    }
}

@media screen and (max-width: 768px) {
    .color-os-heading {
        margin-top: 80px;
        font-size: 30px;
        line-height: 40px;
    }
}

.color-os-read {
    margin-top: 43px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1366px) {
    .color-os-read {
        margin-top: 20px;
        flex-wrap: wrap;
    }
}

.color-os-read-item {
    width: 330px;
    background: #FFF;
    border-radius: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 20px;
    margin-left: 20px;
}

.color-os-read-item:first-child {
    margin-left: 0;
}
.color-os-read-item:nth-child(5) {
    margin-left: 0;
    margin-top: 20px;
}

@media screen and (max-width: 1366px) {
    .color-os-read-item {
        border-radius: 10px;
        padding: 11px 16px;
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }

    .color-os-read-item:first-child {
        margin-left: 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-read-item {
        width: calc(33% - 5px);
        margin-left: 10px;
    }
}

.color-os-read-item.no-image {
}

@media screen and (max-width: 768px) {
    .color-os-read-item.no-image {
        padding: 14px 16px;
        background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/cardBg2.png) bottom right no-repeat #FFF;
        background-size: 28%;
    }

    .color-os-read-item:nth-child(5) {
        margin-left: 12px;
    }

    .color-os-read-item.no-image.a {
        margin-left: 0;
    }

    .color-os-read-item.no-image span {
        line-height: 22px;
        margin-top: 0;
    }
}

.color-os-read-item img {
    width: 23px;
    height: 39px;
    margin-right: 10px;
}

@media screen and (max-width: 1366px) {
    .color-os-read-item img {
        width: 16px;
        height: 32px;
        margin-right: 0;
    }
}

.color-os-read-item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 33px;
    color: #0066CC;
}

@media screen and (max-width: 1366px) {
    .color-os-read-item span {
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin-top: 0;
        margin-left: 12px;
    }

    .color-os-read-item span span {
        display: none;
    }
}

.color-os-view {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    margin-top: 40px;
}

.color-os-view a {
    text-decoration: underline;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .color-os-view {
        font-size: 12px;
        line-height: 22px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .color-os-view {
        font-size: 12px;
        line-height: 22px;
        margin-top: 20px;
    }
}

.color-os-phone {
    display: -webkit-box;
    display: flex;
    margin-top: 30px;
    height: 390px;
    margin-bottom: 100px;
}

.color-os-phone .color-os-phone-item {
    margin-right: 20px;
}

.color-os-phone .color-os-phone-item:last-child {
    margin-right: 0;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-phone {
        margin-top: 20px;
        height: 320px;
        margin-bottom: 40px;
    }

    .color-os-phone .color-os-phone-item {
        margin-right: 20px;
    }

    .color-os-phone .color-os-phone-item:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 650px) {
    .color-os-phone {
        display: block;
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

.color-os-phone-item {
    -webkit-box-flex: 1;
    flex: 1;
    border-radius: 20px;
    padding: 34px 30px;
}

@media screen and (max-width: 650px) {
    .color-os-phone-item {
        width: 100%;
        border-radius: 10px;
        padding: 6px 10px;
        display: block;
        height: 113px;
        margin-top: 20px;
    }
}

.color-os-phone-item:first-child {
    width: 364px;
    padding: 0;
}

@media screen and (max-width: 650px) {
    .color-os-phone-item:first-child {
        display: -webkit-box;
        display: flex;
        width: 100%;
        height: auto;
    }
}

.color-os-phone-item span {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000;
}

@media screen and (max-width: 650px) {
    .color-os-phone-item span {
        font-size: 12px;
        line-height: 22px;
    }
}

.color-os-phone-item .a {
    background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/phone1.png) bottom no-repeat;
    background-size: 90%;
    padding: 34px 30px;
    display: -webkit-box;
    display: flex;
    height: 180px;
    border-radius: 20px;
    background-color: #FFF;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-phone-item .a {
        background-size: 100%;
        height: 150px;
        border-radius: 10px;
        padding: 20px 18px;
    }
}

@media screen and (max-width: 650px) {
    .color-os-phone-item .a {
        background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/phone1.png) bottom no-repeat #FFF;
        background-size: 70%;
        padding: 6px 10px;
        -webkit-box-flex: 1;
        flex: 1;
        height: 60px;
        border-radius: 10px;
        margin-right: 12px;
    }
}

.color-os-phone-item .b {
    margin-top: 30px;
    background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/phone2.png);
    background-size: cover;
    padding: 34px 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    height: 180px;
    border-radius: 20px;
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    .color-os-phone-item .b {
        height: 150px;
        border-radius: 10px;
        padding: 20px 18px;
        margin-top: 20px;
        background-repeat: no-repeat;
        background-position: 75% 0;
    }
}

@media screen and (max-width: 650px) {
    .color-os-phone-item .b {
        margin-top: 0;
        background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/phone2-m.png) top no-repeat #FFF;
        background-size: cover;
        padding: 6px 10px;
        -webkit-box-flex: 1;
        flex: 1;
        height: 60px;
        border-radius: 10px;
    }
}

.color-os-phone-item.c {
    background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/phone3.png);
    background-size: cover;
}

@media screen and (max-width: 650px) {
    .color-os-phone-item.c {
        background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/phone3Mobile.png) no-repeat top;
        background-size: 100%;
    }
}

.color-os-phone-item.d {
    background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/phone4.png);
    background-size: cover;
}

@media screen and (max-width: 650px) {
    .color-os-phone-item.d {
        background: url(/content/dam/oppo/event-page-asset/coloros-13/coloros-roll-out-plan/v1/assets/phone4Mobile.png) no-repeat top;
        background-size: 100%;
    }
}

.color-os-phone-item.d span {
    color: #FFF;
}
