@charset "UTF-8";

@font-face {
  font-family: 'HanyiVar-vivo-hwid-50';
  src: url('./HanyiVar-vivo-hwid-50.woff2?v=20230320_09') format('woff2'), url('./HanyiVar-vivo-hwid-50.woff?v=20230320_09') format('woff'),
    url('./HanyiVar-vivo-hwid-50.ttf?v=20230320_09') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'HanyiVar-vivo-hwid-60';
  src: url('./HanyiVar-vivo-hwid-60.woff2?v=20230320_09') format('woff2'), url('./HanyiVar-vivo-hwid-60.woff?v=20230320_09') format('woff'),
    url('./HanyiVar-vivo-hwid-60.ttf?v=20230320_09') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'HanyiVar-vivo-hwid-70';
  src: url('./HanyiVar-vivo-hwid-70.woff2?v=20230320_09') format('woff2'), url('./HanyiVar-vivo-hwid-70.woff?v=20230320_09') format('woff'),
    url('./HanyiVar-vivo-hwid-70.ttf?v=20230320_09') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'HanyiVar-vivo-hwid-75';
  src: url('./HanyiVar-vivo-hwid-75.woff2?v=20230320_09') format('woff2'), url('./HanyiVar-vivo-hwid-75.woff?v=20230320_09') format('woff'),
    url('./HanyiVar-vivo-hwid-75.ttf?v=20230320_09') format('truetype');
  font-style: normal;
  font-weight: 400;
}

/* .vp-head-wrap {
	display: none;
} */

.debugBtn {
  width: 8em;
  height: 5em;
  line-height: 5em;
  text-align: center;
  background-color: #00000078;
  color: white;
  z-index: 999;
  position: fixed;
  top: 8em;
  right: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  cursor: pointer;
  display: none;
}

html {
  font-family: HanyiVar-vivo-hwid-50, sans-serif;
}

video {
  object-fit: fill;
}

video:focus {
  outline: none;
}

.cbcn-blackSpace {
  background-color: #fff;
  height: 100vh;
  width: 100vw;
}

.cbcn-blackSpace-img {
  background-color: #fff;
  width: 100vw;
}

.J_replace_content {
  min-height: 100vh;
}

.uimix-pc-mid-cbcn sup {
  font-size: 0.4em;
  position: relative;
  top: -0.5em;
}

.uimix-pc-mid-cbcn {
  font-size: 20px !important;
  font-size: 1.0416666667vw !important;
  font-family: HanyiVar-vivo-hwid-50, sans-serif;
  background: transparent;
  color: black;
  display: none;
}

.cbcn-pc-screen {
  position: relative;
  width: 100%;
  background-color: white;
  overflow: hidden;
}

.cbcn-pc-screen.fix {
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
}

/* 视频播放 */
.cbcn-pc-video-playDiv {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  overflow: hidden;
  display: none;
}

.cbcn-pc-video-playDiv-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.cbcn-pc-video-playDiv-video {
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cbcn-pc-video-playDiv-closeBtn {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 2em;
  right: 2em;
  color: white;
  font-size: 2.5em;
  border-radius: 1em;
  cursor: pointer;
  background: #ffffff24;
  line-height: 1.4em;
  text-align: center;
}

/* kv */

.cbcn-pc-kv-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
}

.cbcn-pc-kv-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  margin-top: 56px;
}

.cbcn-pc-kv-img-bg1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.cbcn-pc-kv-img-bg2 {
  display: none;
}

.cbcn-pc-kv-desc {
  position: absolute;
  right: 3em;
  bottom: 3em;
  z-index: 2;
  width: 28.3em;
}

.cbcn-pc-kv-text-div{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: calc(50% + 10em);
  top: 50%;
  transform: translateY(-50%);
}

.cbcn-pc-kv-text{
  width: 30em;
  display: block;
}

.cbcn-pc-kv-content-btn {
  position: relative;
  font-size: 1.2em;
  font-family: HanyiVar-vivo-hwid-70;
  color: #000000;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}

.cbcn-pc-kv-content-btn-icon {
  display: block;
  position: relative;
  top: 0.05em;
  width: 1.04em;
  margin-left: 0.392857142857em;
  fill: currentColor;
  height: 3em;
}

.cbcn-pc-kv-content-btn:hover {
  color: #475ef6;
}

/* kv2 */

.cbcn-pc-kv2-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 71.5em;
  display: flex;
  justify-content: space-between;
}

.cbcn-pc-kv2-content a {
  display: block;
  overflow: hidden;
}

.child {
  width: 25%;
  position: relative;
  background: #000;
  transition: width 0.5s;
  overflow: hidden;
  margin-right: 0.2em;
}

.child .cbcn-pc-kv2-content-div-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.child .cbcn-pc-kv2-content-div-img {
  height: 25em;
  width: -webkit-fill-available;
  object-fit: cover;
  object-position: 50% 50%;
}

.child .cbcn-pc-kv2-content-txtBox {
  position: absolute;
  bottom: 1.5em;
  left: 0.8em;
  transition: all 0.5s ease-in-out;
}

.cbcn-pc-kv2-content-txtBox1 {
  margin-bottom: -6em;
}

.cbcn-pc-kv2-content-txtBox2 {
  margin-bottom: -6.3em;
}

.cbcn-pc-kv2-content-txtBox3 {
  margin-bottom: -7.5em;
}

.cbcn-pc-kv2-content-txtBox4 {
  margin-bottom: -7.2em;
}

.child .cbcn-pc-kv2-content-div-icon {
  position: absolute;
  font-size: 1.1em;
  right: 0.8em;
  bottom: 0.8em;
  width: 1.05em;
}

.child p:first-of-type {
  font-size: 1.1em;
  font-family: HanyiVar-vivo-hwid-75;
  color: #fff;
  line-height: 1.5em;
}

.child p:last-of-type {
  font-size: 0.75em;
  font-family: HanyiVar-vivo-hwid-60;
  color: #fff;
  line-height: 1.66em;
  margin-top: 1.8em;
}

.cbcn-pc-kv2-content:hover .child {
  width: 23%
}

.child:hover {
  width: 31% !important
}

.child:hover .cbcn-pc-kv2-content-div-video {
  display: block;
}

.child:hover .cbcn-pc-kv2-content-txtBox {
  transform: translateY(0);
  margin-bottom: 0;
}

/* exterior */
.cbcn-pc-exterior-screen {
  background: #F4F4F4;
}

.cbcn-pc-exterior-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  z-index: 1;
}

.cbcn-pc-exterior-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cbcn-pc-exterior-txt1 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(50% - 1em);
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  font-weight: normal;
}

.cbcn-pc-exterior-txt1-title {
  font-size: 6em;
  font-family: HanyiVar-vivo-hwid-75;
  color: #fff;
  line-height: 1.166666em;
}

.cbcn-pc-exterior-txt2-desc {
  font-size: 2.5em;
  font-family: HanyiVar-vivo-hwid-50;
  color: #ADADAD;
  line-height: 1.5em;
}

.cbcn-pc-exterior-content-btn {
  position: absolute;
  bottom: 3.5em;
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
}

.cbcn-pc-exterior-content-btn-img {
  width: 11.5em;
}

/* color */
.cbcn-pc-color-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cbcn-pc-color-swiper-item {
  width: 100vw;
  height: 100vh;
  position: absolute;
  opacity: 0;
  transition: all 1s;
}
.cbcn-pc-color-swiper-item.active {
  opacity: 1;
}

.cbcn-pc-color-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.cbcn-pc-color-txt-div {
  position: absolute;
  right: 1.5em;
  bottom: 2.5em;
}

.cbcn-pc-color-txt-item {
  margin-right: 3em;
  float: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.cbcn-pc-color-txt-item p {
  color: #fff;
  opacity: 0.6;
  transition: all 0.25s;
  font-family: vivoSansdev-Bold;
  font-size: 1em;
  display: block;
  margin-top: 0.5em;
}
.cbcn-pc-color-txt-item.active p {
  opacity: 1;
}

.cbcn-pc-color-txt-item-border {
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  width: 1.95em;
  height: 1.95em;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
}

.cbcn-pc-color-txt-item-circle {
  margin: auto;
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
}

.cbcn-pc-color-txt-item .circle1 {
  background-color: #f3671b;
}

.cbcn-pc-color-txt-item.active .border1 {
  border-color: #f3671b;
}

.cbcn-pc-color-txt-item .circle2 {
  background-color: #85BBC9;
}

.cbcn-pc-color-txt-item.active .border2 {
  border-color: #85BBC9;
}

.cbcn-pc-color-txt-item .circle3 {
  background-color: #252b35;

}

.cbcn-pc-color-txt-item.active .border3 {
  border-color: #252b35;
}

.cbcn-pc-color-txt-item .circle4 {
  background-color: #D2D2D2;
}

.cbcn-pc-color-txt-item.active .border4 {
  border-color: #D2D2D2;
}


.cbcn-pc-color-txt span {
  margin: 0 1em;
  position: relative;
  top: -0.1em;
}

/* waterproof */
.cbcn-pc-waterproof-screen {
  background-color: #000000;
}

.cbcn-pc-waterproof-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cbcn-pc-waterproof-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cbcn-pc-waterproof-text {
  position: absolute;
  top: calc(50% + 1em);
  transform: translateY(-50%);
  left: 14em;
  font-weight: normal;
  text-align: left;
}

.cbcn-pc-waterproof-text1 {
  font-size: 1.6em;
  font-family: HanyiVar-vivo-hwid-50;
  color: #ffffff;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  line-height: 2.4em;
}

.cbcn-pc-waterproof-text2 {
  font-family: HanyiVar-vivo-hwid-75;
  font-size: 3em;
  color: #ffffff;
  font-weight: normal;
  text-align: left;
  line-height: 1.2em;
}

.cbcn-pc-waterproof-text3 {
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  text-align: left;
  color: #c6c6c6;
  font-weight: normal;
  line-height: 1.5em;
  margin-top: 1.5em;
}
.cbcn-pc-waterproof-desc{
  opacity: 0.5;
  font-size: 0.8em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  line-height: 1.5em;
  position: absolute;
  right: 3.5em;
  bottom: 2.4em;
}
/* performance */
.cbcn-pc-performance-screen {
  background: #F4F7F8;
}

.cbcn-pc-performance-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cbcn-pc-performance-camera-box {
  width: 7.15em;
  height: 1.45em;
  border: 1px solid #ffffff;
  border-radius: 1em;
  position: absolute;
  left: 25em;
  top: calc(50% - 6em);
  line-height: 1.5em;
  text-align: center;
}

.cbcn-pc-performance-camera {
  color: #fff;
  font-size: 0.7em;
}

.cbcn-pc-performance-txt1 {
  text-align: left;
  position: absolute;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  left: 25em;
}

.cbcn-pc-performance-txt1-title {
  font-size: 3.5em;
  line-height: 1.2em;
  font-family: HanyiVar-vivo-hwid-75;
  color: #ffffff;
}

/* chip */
#cbcn-pc-chip-screen {
  background: #000;
}

.cbcn-pc-chip-pag1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cbcn-pc-chip-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30.6em;
  z-index: 2;
}

.cbcn-pc-chip-pag1-text-div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18em;
  text-align: left;
  background: transparent;
}

.cbcn-pc-chip-pag1-text-1 {
  font-size: 1.6em;
  color: #fff;
  font-family: HanyiVar-vivo-hwid-50;
}

.cbcn-pc-chip-pag1-text-2 {
  font-size: 3em;
  color: #fefefe;
  margin-top: 0.2em;
  font-family: HanyiVar-vivo-hwid-75;
}

.cbcn-pc-chip-pag1-text-3 {
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  text-align: left;
  color: #c6c6c6;
  line-height: 1.5em;
  margin-top: 1em;
}

.cbcn-pc-chip-pag1-text-4 {
  font-size: 1.25em;
  font-family: HanyiVar-vivo-hwid-75;
  text-align: left;
  color: #fefefe;
  line-height: 1.28em;
  margin-top: 1.2em;
}


.cbcn-pc-chip-pag2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: -100%;
}

.cbcn-pc-chip-pag2-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-around;
}

.cbcn-pc-chip-pag2-columnItem1 {
  height: 28.7037vh;
}


.cbcn-pc-chip-pag2-text1-p1 {
  font-size: 1.2em;
  color: #959393;
  font-family: HanyiVar-vivo-hwid-50;
  margin-top: 1em;
}

.cbcn-pc-chip-pag2-text1-p2 {
  font-size: 3em;
  color: #fefefe;
  font-family: HanyiVar-vivo-hwid-75;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(56deg, #c4af80 0%, #e1daac 100%);
}

.cbcn-pc-chip-pag2-text2-p1 {
  font-size: 1.2em;
  color: #959393;
  /* margin-top: 3.5em; */
  font-family: HanyiVar-vivo-hwid-50;
}

.cbcn-pc-chip-pag2-text2-p2 {
  font-size: 3em;
  color: #fefefe;
  font-family: HanyiVar-vivo-hwid-75;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(56deg, #c4af80 0%, #e1daac 100%);
}

.cbcn-pc-chip-pag2-text2-p3 {
  font-size: 1.2em;
  color: #959393;
  /* margin-top: 0.5em; */
  font-family: HanyiVar-vivo-hwid-50;
}


.cbcn-pc-chip-pag2-text-icondown {
  transform: rotate(180deg);
}

.cbcn-pc-chip-pag2-text-p1 {
  font-size: 3em;
  color: #fefefe;
  font-family: HanyiVar-vivo-hwid-75;
  line-height: 1.2em;
}

.cbcn-pc-chip-pag2-text-div {
  display: flex;
  margin-top: 1.5em;
}

.cbcn-pc-chip-pag2-text-div1 {
  margin-right: 3em;
}

.cbcn-pc-chip-pag2-text-div-title {
  font-size: 1.2em;
  color: #959393;
  font-family: HanyiVar-vivo-hwid-50;
  line-height: 1.25em;
  margin-bottom: 0.2em;
}

.cbcn-pc-chip-pag2-text-div-num {
  font-size: 3em;
  color: #fefefe;
  font-family: HanyiVar-vivo-hwid-75;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(56deg, #c4af80 0%, #e1daac 100%);
  line-height: 1.2em;
  display: flex;
  align-items: center;
}

.cbcn-pc-chip-pag2-text-div-num img {
  width: 0.6em;
  height: 0.78333333em;
}

.cbcn-pc-chip-pag2-text-p2 {
  font-size: 1.2em;
  font-family: HanyiVar-vivo-hwid-75;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(56deg, #c4af80 0%, #e1daac 30%);
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  line-height: 1.45833em;
  margin-top: 1em;
}

.cbcn-pc-chip-pag2-text-p2 sup{
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(56deg, #c4af80 0%, #e1daac 30%);
}

.cbcn-pc-chip-pag2-text6-p2 {
  margin-top: 1em;
}

/* game */
.cbcn-pc-game-screen {
  background: #000;
}

.cbcn-pc-game-img {
  position: absolute;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cbcn-pc-game-text1 {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 54%;
  width: 25em;
}

.cbcn-pc-game-p1 {
  font-size: 1.6em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  color: #ffffff;
  line-height: 2.25em;
}

.cbcn-pc-game-p2 {
  font-size: 3em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  color: #fefefe;
  line-height: 1.2em;
}

.cbcn-pc-game-text2 {
  position: absolute;
  top: calc(50% + 1em);
  transform: translateY(-50%);
  left: 100%;
  display: block;
  width: 25em;
}

.cbcn-pc-game-p3 {
  font-size: 2em;
  font-family: HanyiVar-vivo-hwid-60;
  font-weight: normal;
  color: #fefefe;
  line-height: 1.8em;
  margin-top: 1em;
}

.cbcn-pc-game-p4 {
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  color: #c6c6c6;
  line-height: 1.5em;
}

/* battery */
#cbcn-pc-battery-screen {
  background: #000;
}

.cbcn-pc-battery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cbcn-pc-battery-text-div {
  position: absolute;
  top: 6.15em;
  left: 15.5em;
  text-align: left;
  background: transparent;
}

.cbcn-pc-battery-text-1 {
  font-size: 1.6em;
  color: #fff;
  font-family: HanyiVar-vivo-hwid-50;
  line-height: 2.25em;
}

.cbcn-pc-battery-text-2 {
  font-size: 3em;
  color: #fefefe;
  line-height: 1.2em;
  font-family: HanyiVar-vivo-hwid-75;
}

.cbcn-pc-battery-text-3 {
  font-size: 1em;
  color: #c6c6c6;
  margin-top: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  line-height: 1.5em;
}

.cbcn-pc-battery-text-4 {
  font-size: 1em;
  line-height: 2em;
  color: #c6c6c6;
  margin-top: 1em;
  font-family: HanyiVar-vivo-hwid-50;
}

.cbcn-pc-battery-text-5 {
  font-size: 2em;
  color: #fefefe;
  line-height: 1em;
  font-family: HanyiVar-vivo-hwid-70;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(16deg, #699ff8 0%, #9bf9ff 100%);
}

.cbcn-pc-battery-text-5 sup {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(16deg, #699ff8 0%, #9bf9ff 100%);
}

.cbcn-pc-battery-text-6 {
  display: flex;
}

.cbcn-pc-battery-text-6-item1 {
  margin-right: 1.5em;
}

/* screen */
.cbcn-pc-screen-screen {
  background-color: #000000;
}

.cbcn-pc-screen-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: calc(50% + 5em);
  z-index: 0;
}

.cbcn-pc-screen-img2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: calc(50% + 5em);
  z-index: 2;
}

.cbcn-pc-screen-txt1 {
  position: absolute;
  top: 9em;
  left: 16em;
  z-index: 10;
}

.cbcn-pc-screen-txt1-title {
  font-size: 3em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: left;
  color: #fefefe;
  line-height: 1.2em;
}

.cbcn-pc-screen-txt1-desc {
  margin-top: 1em;
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #c6c6c6;
  line-height: 1.5em;
}

.cbcn-pc-screen-txt2 {
  position: absolute;
  bottom: -25em;
  right: 0;
  width: 50em;
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
}

.cbcn-pc-screen-txt2-item:nth-child(3n+1) {
  width: 13.5em;
}

.cbcn-pc-screen-txt2-item:nth-child(3n-1) {
  width: 19em;
}

.cbcn-pc-screen-txt2-item:nth-child(3n) {
  width: 16.5em;
}

.cbcn-pc-screen-txt2-title {
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  color: #c6c6c6;
  font-weight: normal;
  text-align: left;
  line-height: 1.5em;
}

.cbcn-pc-screen-txt2-desc {
  font-size: 2.5em;
  font-family: HanyiVar-vivo-hwid-70;
  white-space: nowrap;
  text-align: left;
  line-height: 1.44em;
  margin-bottom: 0.8em;
}

.cbcn-pc-screen-txt2-desc1 {
  color: #fefefe;
  background-image: -webkit-linear-gradient(20deg, #9cfff0 0%, #fff298 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cbcn-pc-screen-txt2-desc2 {
  color: #3984d1;
  background-image: -webkit-linear-gradient(56deg, #75eae3 0%, #66fffd 2%, #3984d1 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cbcn-pc-screen-txt2-desc3 {
  color: #e3e4a1;
  background-image: -webkit-linear-gradient(20deg, #58d7fc 0%, #e3e4a1 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cbcn-pc-screen-txt2-desc4 {
  color: #5297e7;
  background-image: -webkit-linear-gradient(20deg, #ffffff 0%, #5297e7 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cbcn-pc-screen-txt2-desc5 {
  color: #ef985f;
  background-image: -webkit-linear-gradient(20deg, #e3e4a1 0%, #ef985f 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cbcn-pc-screen-txt2-desc6 {
  color: #2f61ac;
  background-image: -webkit-linear-gradient(56deg, #8bbaf0 0%, #2f61ac 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cbcn-pc-screen-txt2-desc7 {
  color: #2f61ac;
  background-image: -webkit-linear-gradient(56deg, #70fdff 0%, #2f61ac 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cbcn-pc-screen-txt2-desc8 {
  color: #fdfeb2;
  background-image: -webkit-linear-gradient(56deg, #bd54db 0%, #ef985f 5%, #fdfeb2 60%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cbcn-pc-screen-txt2-desc sup {
  vertical-align: top;
  position: unset;
}

.cbcn-pc-screen-img1 {
  width: 9.5em;
}


/* screenage */
.cbcn-pc-screenage-screen {
  background: #F4F7F8;
}

.cbcn-pc-screenage-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cbcn-pc-screenage-camera-box {
  width: 4.6em;
  height: 1.5em;
  border: 1px solid #ffffff;
  border-radius: 1em;
  position: absolute;
  left: calc(50% + 16em);
  bottom: calc(50% + 4em);
  line-height: 1.5em;
  text-align: center;
}

.cbcn-pc-screenage-camera {
  color: #fff;
  font-size: 0.7em;
}

.cbcn-pc-screenage-txt1 {
  text-align: left;
  position: absolute;
  top: calc(50% + 24.5px);
  transform: translateY(-50%);
  left: calc(50% + 16em);
}

.cbcn-pc-screenage-txt1-title {
  font-family: HanyiVar-vivo-hwid-75;
  color: #ffffff;
  font-size: 3.5em;
  line-height: 1.2em;
}

/* rear */
.cbcn-pc-rear-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cbcn-pc-rear-wireframe {
  position: absolute;
  border-color: rgba(255, 255, 255, 0.36);
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  overflow: visible;
  box-sizing: border-box;
  opacity: 0;
}

.cbcn-pc-rear-wireframe1 {
  width: 11.45em;
  height: 25em;
  border-left-width: 1px;
  bottom: calc(50% - 7em);
  right: calc(50% + 11.5em);
  padding-left: 1.975em;
}

.cbcn-pc-rear-wireframe2 {
  width: 13em;
  height: 25em;
  border-left-width: 1px;
  bottom: calc(50% - 7.5em);
  left: calc(50% + -2.5em);
  padding-left: 1.925em;
}

.cbcn-pc-rear-wireframe3 {
  width: 6.35em;
  height: 27em;
  border-right-width: 1px;
  bottom: calc(50% - 15em);
  left: calc(50% + 11.5em);
}

.cbcn-pc-rear-wireframe-title {
  font-size: 1.3em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  line-height: 1.38461em;
  text-wrap: nowrap;
  margin-bottom: 1em;
  opacity: 0;
  margin-top: 1em;
}

.cbcn-pc-rear-wireframe-desc {
  font-size: 1.2em;
  font-family: HanyiVar-vivo-hwid-60;
  font-weight: normal;
  text-align: left;
  color: #b9b9b9;
  line-height: 1.875em;
  text-wrap: nowrap;
  white-space: nowrap;
  opacity: 0;
}

.cbcn-pc-rear-wireframe3-title {
  position: relative;
  left: 6.385em;
}

.cbcn-pc-rear-wireframe3-desc {
  position: relative;
  left: 7em;
  width: 15em;
}

/* rear2 */
.cbcn-pc-rear2-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cbcn-pc-rear2-text {
  position: absolute;
  bottom: calc(50% + 24.5px - 8em);
  right: calc(50% + 3em);
}

.cbcn-pc-rear2-text-p1 {
  font-size: 1.6em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  line-height: 2.25em;
}

.cbcn-pc-rear2-text-p2 {
  font-size: 3em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: left;
  color: #fefefe;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.cbcn-pc-rear2-text-p3 {
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #c6c6c6;
  line-height: 1.5em;
}

.cbcn-pc-rear2-text-p4 {
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #c6c6c6;
  line-height: 1.5em;
  margin-top: 2em;
}

.cbcn-pc-rear2-text-p5 {
  font-size: 2.5em;
  font-family: HanyiVar-vivo-hwid-60;
  font-weight: normal;
  text-align: left;
  color: #fefefe;
  line-height: 1.44em;
}

.cbcn-pc-rear2-text-p5 span {
  font-size: 0.9em;
  position: relative;
  top: -0.05em;
}

.cbcn-pc-rear2-text-p6 {
  font-size: 1.3em;
  font-family: HanyiVar-vivo-hwid-75;
  color: #fefefe;
  margin-top: 2em;
  margin-bottom: 1em;
}

/* night */
.cbcn-pc-night-content {
  height: 100%;
}

.cbcn-pc-night-top-txt {
  width: 60em;
  margin: 2em auto 0;
  text-align: center;
}

.cbcn-pc-night-top-txt1 {
  font-size: 3em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  color: #000000;
}

.cbcn-pc-night-top-txt2 {
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  color: #222222;
  line-height: 1.5em;
  margin-top: 1em;
}


.cbcn-pc-night-videoDiv {
  width: 60em;
  height: 33.75em;
  position: relative;
  overflow: hidden;
  margin: 2em auto 0;
}

.cbcn-pc-night-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* AI */
.cbcn-pc-AI-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60em;
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.cbcn-pc-AI-imgDiv {
  width: 60em;
  height: auto;
  position: relative;
  top: 50%;
  margin-top: -32%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
}

.cbcn-pc-AI-img1 {
  width: 100%;
  height: auto;
}

.cbcn-pc-AI-txt {
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  transform: translate(-100%, -50%);
  width: 20em;
}

.cbcn-pc-AI-txt1 {
  font-size: 3em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 1.3em;
}

.cbcn-pc-AI-txt2 {
  margin-top: 2em;
  line-height: 1.5em;
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #222222;
}

/* telephoto1 */
.cbcn-pc-telephoto1-content {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%,-50%);
}

.cbcn-pc-telephoto1-top-txt {
  display: flex;
  justify-content: space-between;
  width: 60em;
  margin: 0 auto 0;
}

.cbcn-pc-telephoto1-top-txt1 {
  margin-top: 0.1em;
  font-size: 3em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: left;
  color: #000000;
}

.cbcn-pc-telephoto1-to-right-txt {
  width: 21em;
}

.cbcn-pc-telephoto1-to-right-txt1 {
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #222222;
  line-height: 1.5em;
}

.cbcn-pc-telephoto1-videoDiv {
  height: 60vh;
  position: relative;
  overflow: hidden;
  margin: 2em auto 0;
}

.cbcn-pc-telephoto1-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cbcn-pc-telephoto1-bottom-content {
  width: 60em;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: start;
  padding: 2em 0;
}

.cbcn-pc-telephoto1-bottom-txt {
  margin-right: 4.85em;
}

.cbcn-pc-telephoto1-bottom-txt2 {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.cbcn-pc-telephoto1-bottom-txt1 {
  display: flex;
  align-items: end;
}

.cbcn-pc-telephoto1-bottom-txt1 p {
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #222222;
  line-height: 1.5em;
}

.cbcn-pc-telephoto1-bottom-txt-title {
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #606060;
  font-size: 1em;
}

.cbcn-pc-telephoto1-bottom-txt-desc {
  font-size: 3em;
  font-family: HanyiVar-vivo-hwid-60;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 1.2em;
}

.cbcn-pc-telephoto1-bottom-txt-desc span {
  font-size: 0.85em;
  position: relative;
  top: -0.08em;
}


/* telephoto2 */
.cbcn-pc-telephoto2-mask {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0.7;
}

.cbcn-pc-telephoto2-title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 15;
  font-size: 4.5em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}

.cbcn-pc-telephoto2-title span {
  margin-left: 2em;
  margin-right: 2em;
  display: inline-block;
}

.cbcn-pc-telephoto2-imgDiv {
  overflow: hidden;
  position: absolute;

  /* height: 70vh;
  width: 55vh;
  top: 50%;
  margin-top: calc(-35vh - 1em);
  right: 55%; */

  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  margin-top: 0;
}

.cbcn-pc-telephoto2-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.cbcn-pc-telephoto2-img2,
.cbcn-pc-telephoto2-img3 {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 100%;
}

.cbcn-pc-telephoto2-txt {
  width: 25em;
  position: absolute;
  top: calc(50% + 1em);
  left: 110%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 20;
  margin-left: 5em;
}

.cbcn-pc-telephoto2-txt1 {
  font-size: 3em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 1.2em;
}

.cbcn-pc-telephoto2-txt2 {
  margin-top: 2em;
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #222222;
  line-height: 1.5em;
}

.cbcn-pc-telephoto2-remark {
  opacity: 0.5;
  font-size: 0.8em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #222222;
  line-height: 1.5em;
  position: absolute;
  right: 3.5em;
  bottom: 2.4em;
  z-index: -1;
}

/* telephotoCarousel */
.cbcn-pc-telephotoCarousel-screen {
  background-color: #000000;
}

.cbcn-pc-telephotoCarousel-title {
  margin-top: 3em;
  font-size: 3em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: center;
  color: #fefefe;
  line-height: 1.2em;
}

.cbcn-pc-telephotoCarousel-imgDiv {
  display: flex;
  margin-left: 25.125em;
  margin-top: 4em;
  width: 230em;
  height: 25.45em;
}

.cbcn-pc-telephotoCarousel-img {
  width: 44.4em;
  margin: 0 0.3em;
  opacity: 0.3;
}

.cbcn-pc-telephotoCarousel-img1 {
  opacity: 1;
}

.cbcn-pc-telephotoCarousel-descDiv {
  position: absolute;
  bottom: 5em;
  width: 15em;
  left: 50%;
  transform: translateX(-50%);
}

.cbcn-pc-telephotoCarousel-progressDiv {
  width: 100%;
  height: 0.35em;
  border-radius: 0.2em;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  position: relative;
}

.cbcn-pc-telephotoCarousel-progress {
  width: 6em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0.2em;
}

.cbcn-pc-telephotoCarousel-infoDiv {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cbcn-pc-telephotoCarousel-infoDiv p {
  opacity: 0.2;
  color: #ffffff;
  font-size: 1.5em;
  font-family: HanyiVar-vivo-hwid-70;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  user-select: none;
  margin-top: 0.5em;
  line-height: 1em;
}

p.cbcn-pc-telephotoCarousel-info-p1 {
  opacity: 1;
}

.cbcn-pc-telephotoCarousel-infoDiv p span {
  font-size: 0.466666em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  color: #c6c6c6;
  line-height: 1em;
}

/* v2chip */
.cbcn-pc-v2chip-screen {
  padding-top: 49px;
}

.cbcn-pc-v2chip-img {
  position: absolute;
  width: 33.1em;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: -33.1em;
}

.cbcn-pc-v2chip-txt {
  position: absolute;
  right: 55%;
  top: 50%;
  transform: translateY(-50%);
  width: 25em;
}

.cbcn-pc-v2chip-p1 {
  font-size: 1.3em;
  font-family: HanyiVar-vivo-hwid-60;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 2.769230em;
}

.cbcn-pc-v2chip-p2 {
  font-size: 3.1em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 1.193548em;
}

.cbcn-pc-v2chip-p3 {
  margin-top: 1.15em;
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #595959;
  line-height: 1.5em;
}

.cbcn-pc-v2chip-info {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 30em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.cbcn-pc-v2chip-info-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1em;
}

.cbcn-pc-v2chip-info-item:first-child {
  margin-top: 0;
}

.cbcn-pc-v2chip-info-icon {
  width: 4.2em;
  height: 4.2em;
  margin-right: 2em;
  margin-top: 1em;
}

.cbcn-pc-v2chip-info-txt-p1 {
  font-size: 2em;
  font-family: HanyiVar-vivo-hwid-60;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 1.8em;
}

.cbcn-pc-v2chip-info-txt-p2 {
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #595959;
  line-height: 1.5em;
}

/* samples1 */

.cbcn-pc-samples1-content {
  position: absolute;
  bottom: calc(50% - 20px);
  left: 50%;
}

.cbcn-pc-samples1-txt1 {
  font-size: 3em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: center;
  color: #000000;
}

.cbcn-pc-samples1-txt2 {
  width: 40em;
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: center;
  color: #595959;
  line-height: 1.5em;
  margin: 0 auto;
  margin-top: 1em;
}

.cbcn-pc-samples1-imgDiv {
  margin: 3em auto 0;
  width: 48.05em;
  height: 26.65em;
  overflow: hidden;
  position: relative;
}

.cbcn-pc-samples-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cbcn-pc-samples1-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cbcn-pc-samples1-remark{
  position: absolute;
  right: 2em;
  bottom: 2em;
  font-size: 0.8em;
  font-family: HanyiVar-vivo-hwid-50;
  color: #FFFFFF;
}


/* samples2 */
.cbcn-pc-samples2-content {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.cbcn-pc-samples2-txt1 {
  font-size: 3em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: left;
  color: #000000;
  margin-top: 1.5em;
}

.cbcn-pc-samples2-video {
  height: 55vh;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.cbcn-pc-samples2-txt2 {
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #595959;
  line-height: 1.5em;
  margin-top: 1em;
}

/* focalLength */
.cbcn-pc-focalLength-screen {
  background-color: #000000;
}

.cbcn-pc-focalLength-text-div {
  width: 50em;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 10em;
}

.cbcn-pc-focalLength-p1 {
  font-size: 1.6em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  color: #ffffff;
  line-height: 2em;
}

.cbcn-pc-focalLength-p2 {
  font-size: 3em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: left;
  color: #fefefe;
  line-height: 1em;
}

.cbcn-pc-focalLength-p3 {
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #c6c6c6;
  line-height: 1.5em;
}

.cbcn-pc-focalLength-imgDiv {
  display: flex;
  width: 260em;
  margin-left: 22em;
  margin-top: 3.5em;
  height: 24.67em;
}

.cbcn-pc-focalLength-img {
  width: 50em;
  margin: 0 0.5em;
  opacity: 0.3;
}

.cbcn-pc-focalLength-img1 {
  opacity: 1;
}

.cbcn-pc-focalLength-video {
  display: block;
  width: 28.1em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2em;
  z-index: -1;
}

.cbcn-pc-focalLength-info {
  display: block;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 12.5em;
  opacity: 0;
}

.cbcn-pc-focalLength-info1 {
  margin-left: 0;
  opacity: 1;
}

.cbcn-pc-focalLength-info-p1 {
  font-size: 1.5em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}

.cbcn-pc-focalLength-info-p2 {
  font-size: 1.1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: center;
  color: #b2b2b2;
  letter-spacing: 0.2em;
  margin-bottom: 0.5em;
}

.cbcn-pc-focalLength-info-p3 {
  font-size: 1.1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: center;
  color: #b2b2b2;
  line-height: 3em;
}

/* specimen */
.cbcn-pc-specimen-screen {
  background-color: #FFFFFF;
}

.cbcn-pc-specimen-titleDiv {
  position: absolute;
  bottom: calc(50% - 24.5px);
  right: calc(50% + 10em);
  margin-bottom: 1.5em;
  width: 20em;
}

.cbcn-pc-specimen-title {
  font-size: 1.6em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  color: #000000;
  line-height: 2.25em;
}

.cbcn-pc-specimen-desc {
  font-size: 3em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 1.2em;
}

.cbcn-pc-specimen-infoDiv {
  position: absolute;
  top: calc(50% + 24.5px);
  right: calc(50% + 10em);
  margin-top: 1.5em;
  width: 20em;
}

.cbcn-pc-specimen-infoList {
  position: relative;
  width: 60em;
}

.cbcn-pc-specimen-info {
  opacity: 0;
  width: 20em;
  float: left;
}

.cbcn-pc-specimen-info1 {
  opacity: 1;
  left: 0;
}

.cbcn-pc-specimen-info-title {
  font-size: 1.75em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  color: #000000;
  line-height: 2.057142857em;
}

.cbcn-pc-specimen-info-desc {
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  color: #595959;
  line-height: 1.5em;
  text-align: justify;
  text-align-last: left;
}

.cbcn-pc-specimen-imgDiv {
  position: absolute;
  top: calc(50% + 24.5px);
  transform: translateY(-50%);
  left: calc(50% - 8em);
  overflow: hidden;
  width: 130em;
  z-index: 3;
}

.cbcn-pc-specimen-imgList {
  width: 130em;
  position: relative;
  display: flex;
}

.cbcn-pc-specimen-img {
  width: 24.2em;
  margin-right: 1.15em;
  opacity: 0.3;
}

.cbcn-pc-specimen-img1 {
  opacity: 1;
}

.cbcn-pc-specimen-btnDiv {
  position: absolute;
  width: 130em;
  top: calc(50% + 15em + 24.5px);
  left: calc(50% - 8em);
  display: flex;
}

.cbcn-pc-specimen-btn {
  width: 2.25em;
  margin-right: 0.5em;
  cursor: pointer;
}

.cbcn-pc-specimen-btnLeft {
  opacity: 0.3;
  transform: rotate(180deg);
}

/* os */
.cbcn-pc-os-screen {
  background-color: #F0EFF2;
}

.cbcn-pc-os-contnet {
  width: 60em;
  margin: 0 auto;
}

.cbcn-pc-os-div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8em;
}

.cbcn-pc-os-imgDiv {
  position: relative;
}
.cbcn-pc-os-ai {
  width: 60em;
  border-radius: 1em;
  background: #FFF;
  font-family: HanyiVar-vivo-hwid-75;
  text-align: center;
}
.cbcn-pc-os1-text {
  font-size: 4.1em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  color: #000000;
  margin-top: 0.3em;
  line-height: 1.22em;
}
.cbcn-pc-os1-img {
  width: 7em;
  object-fit: cover;
}
.cbcn-pc-os1-p2{
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  color: #595959;
  line-height: 1.5em;
  margin-top: 1em;
  margin-bottom: 2em;
}
.cbcn-pc-os-div1 {
  margin-top: 10em;
}

.cbcn-pc-os-img1,
.cbcn-pc-os-img6,
.cbcn-pc-os-img7 {
  width: 100%;
  border-radius: 1em;
}

.cbcn-pc-os-img2,
.cbcn-pc-os-img3,
.cbcn-pc-os-img4,
.cbcn-pc-os-img5 {
  width: 29.5em;
  border-radius: 1em;
}

.cbcn-pc-os-text {
  position: absolute;
}

.cbcn-pc-os-text1 {
  top: 50%;
  left: calc(50% + 2em);
  transform: translateY(-50%);
}

.cbcn-pc-os-text2 {
  top: 2em;
  left: 2.5em;
}

.cbcn-pc-os-p1 {
  font-size: 2.842em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: left;
  color: #000000;
}

.cbcn-pc-os-p2 {
  opacity: 0.8;
  font-size: 2em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #000000;
}

.cbcn-pc-os-p3 {
  font-size: 1.776em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: left;
  color: #000000;
}

.cbcn-pc-os-p4 {
  font-size: 1em;
  font-family: HanyiVar-vivo-hwid-50;
  font-weight: normal;
  text-align: left;
  color: #595959;
  line-height: 1.5em;
  margin-top: 0.5em;
  padding-right: 2.5em;
  box-sizing: border-box;
}

.cbcn-pc-os-link {
  position: absolute;
  left: 2.3em;
  bottom: 2em;
  font-size: 1.5em;
  font-family: HanyiVar-vivo-hwid-75;
  font-weight: normal;
  text-align: left;
  color: #000000;
}

/* note */

.cbcn-pc-note-content {
  margin-top: 9.3em;
  margin-bottom: 9.3em;
  width: 100%;
  background-color: transparent;
}

.cbcn-pc-note-title {
  font-size: 1.5em;
  font-family: HanyiVar-vivo-hwid-50;
  color: #313131;
}

.cbcn-pc-note-desc {
  margin-top: 2.75em;
  font-size: 0.8em;
  font-family: HanyiVar-vivo-hwid-50;
  color: #9a9a9e;
  line-height: 1.625em;
}

@media screen and (max-width: 1030px) {

  .cbcn-pc-kv-video {
    display: none;
  }

  .cbcn-pc-kv-img-bg1 {
    display: none;
  }

  .cbcn-pc-kv-img-bg2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center top;
  }
}


@media screen and (min-aspect-ratio: 16/9) {
  .cbcn-pc-handheldShooting-title {
    transform: translateY(-2em);
  }

  .cbcn-pc-telephotoCarousel-title {
    margin-top: 2em;
  }

  .cbcn-pc-telephotoCarousel-imgDiv {
    margin-top: 2em;
  }

  .cbcn-pc-telephotoCarousel-descDiv {
    bottom: 2em;
  }

  .cbcn-pc-focalLength-text-div {
    margin-top: 4em;
  }

  .cbcn-pc-focalLength-imgDiv {
    margin-top: 1.5em;
  }

  .cbcn-pc-focalLength-video {
    bottom: -3em;
  }

  .cbcn-pc-focalLength-info {
    bottom: 1em;
  }
}

@media screen and (max-width: 1500px) {
  .cbcn-pc-focalLength-imgDiv {
    margin-top: 5em;
  }
}

@media screen and (max-width: 1024px) {
  .cbcn-pc-focalLength-imgDiv {
    margin-top: 5em;
  }
}