/* 视频播放 */
.cbcn-wap-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-wap-video-playDiv-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.cbcn-wap-video-playDiv-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cbcn-wap-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;
}

.uimix-wap-mid-cbcn {
  font-size: 20px !important;
  font-size: 2.6666666667vw !important;
  font-family: HanyiVar-vivo-hwid-50;
  background: transparent;
  color: black;
  display: none;
}

.uimix-wap-mid-cbcn sup {
  font-size: 0.5em;
  position: relative;
  top: -0.4em;
}

.uimix-wap-mid-cbcn img.in {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cbcn-wap-screen {
  position: relative;
  width: 100vw;
  background-color: white;
  box-sizing: border-box;
  overflow: hidden;
  box-sizing: border-box;
}

.cbcn-wap-screen.bk {
  background-color: #000000;
}

.cbcn-wap-screen.grey {
  background: #19191D;
}

.cbcn-wap-screen.mg {
  padding-top: 15em;
}

.cbcn-wap-screen.mgAll {
  padding: 7.5em 0;
}

.cbcn-wap-screen.fix {
  height: 100vh;
  overflow: hidden;
}

.cbcn-wap-screen-content {
  width: calc(100% - 5em);
  margin-left: 2.5em;
  overflow: visible;
}



/* .cbcn-wap-screen-content.oversize {
  margin-top: calc(60px + 5em);
  margin-bottom: 3em;
  width: 100%;
}

.fix .cbcn-wap-screen-content {
  margin-top: 60px;
  margin-bottom: 0;
  height: calc(100% - 60px);
  position: absolute;
  top: 0;
  left: 0;
} */


/* 标准 */
p.bk {
  color: #000;
}

p.ct {
  text-align: center;
}

/* 标题 */
.cbcn-wap-h1 {
  font-size: 4.5em;
  font-family: vivoSansTest-Bold;
  /* font-weight: 650; */
  color: #FFF;
  text-wrap: nowrap;
}


.cbcn-wap-h2 {
  font-size: 3.4em;
  font-family: vivoSansTest-Bold;
  /* font-weight: 650; */
  color: #FFF;
  text-wrap: nowrap;
}

.cbcn-wap-h3 {
  font-size: 3em;
  font-family: vivoSansTest-Bold;
  /* font-weight: 650; */
  text-wrap: nowrap;
  color: #FFF;
  text-wrap: nowrap;
}

.cbcn-wap-h4 {
  font-size: 1.75em;
  font-family: vivoSansTest-Bold;
  /* font-weight: 650; */
  text-wrap: nowrap;
  color: #FFF;
  text-wrap: nowrap;
  line-height: 1em;
}

.cbcn-wap-h4.grey {
  color: rgba(255, 255, 255, 0.50);
}

.cbcn-wap-h5 {
  font-size: 1.5em;
  font-family: vivoSansTest-Bold;
  /* font-weight: 650; */
  text-wrap: nowrap;
  color: #FFF;
  text-wrap: nowrap;
}

.cbcn-wap-h5.grey {
  color: rgba(255, 255, 255, 0.50);
}

.cbcn-wap-h6 {
  font-size: 2.4em;
  font-family: vivoSansTest-Bold;
  /* font-weight: 650; */
  text-wrap: nowrap;
  color: #FFF;
  text-wrap: nowrap;
}

.cbcn-wap-h6.bk {
  color: #000;
}

/* 正文 */
.cbcn-wap-p1 {
  font-size: 1.75em;
  font-family: vivoSansTest-Bold;
  font-weight: 500;
  color: #FFFFFF;
}

.cbcn-wap-p2 {
  font-size: 1.6em;
  line-height: 160%;
  font-family: vivoSansTest-Bold;
  font-weight: 500;
  line-height: 150%;
  color: #FFF;
}

.cbcn-wap-p2.grey {
  color: rgba(255, 255, 255, 0.75);
}

.cbcn-wap-p2.bk.grey {
  color: rgba(0, 0, 0, 0.50);
}

.cbcn-wap-p3 {
  font-size: 1.25em;
  font-family: vivoSansTest-Bold;
  font-weight: 500;
  color: #FFFFFF;
}

.cbcn-wap-p3.grey {
  color: rgba(255, 255, 255, 0.50);
}

.cbcn-wap-p4 {
  font-size: 1.2em;
  line-height: 133.3333%;
  font-family: vivoSansTest-Bold;
  font-weight: 500;
  color: #FFFFFF;
}

.cbcn-wap-p5 {
  font-size: 1em;
  font-family: vivoSansTest-Bold;
  font-weight: 500;
  line-height: 160%;
}

.cbcn-wap-p6 {
  font-size: 1.5em;
  font-family: vivoSansTest-Bold;
  font-weight: 500;
  line-height: 120%;
}

.cbcn-wap-p7 {
  font-size: 2.5em;
  line-height: 160%;
  font-family: vivoSansTest-Bold;
  font-weight: 500;
}

.cbcn-wap-p2.grey,
.cbcn-wap-p4.grey,
.cbcn-wap-p5.grey,
.cbcn-wap-p6.grey {
  color: #BCBCBC;
}

.cbcn-wap-p2.bk.grey,
.cbcn-wap-p4.bk.grey {
  color: rgba(0, 0, 0, 0.5);
}




/* 标题组件 */
.cbcn-wap-title {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.cbcn-wap-title subtitle {
  color: rgba(255, 255, 255, 0.50);
  font-family: vivoSansTest-Bold;
  /* font-weight: 650; */
  font-size: 1.25em;
  font-style: normal;
}

.cbcn-wap-title.bk subtitle {
  color: rgba(0, 0, 0, 0.50);
}

.cbcn-wap-title maintitle {
  color: #FFFFFF;
  font-family: vivoSansTest-Bold;
  /* font-weight: 650; */
  font-size: 3.4em;
  font-style: normal;
}

.cbcn-wap-title.bk maintitle {
  color: #000000;
}

.cbcn-wap-title.ct {
  text-align: center;
}

/* 小标+正文 */
.cbcn-wap-title-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
}

.cbcn-wap-title-txt h {
  font-size: 2.4em;
  font-family: vivoSansTest-Bold;
  /* font-weight: 650; */
  color: #FFF;
}

.cbcn-wap-title-txt.bk h {
  color: #000;
}

.cbcn-wap-title-txt p {
  color: #BABABA;
  font-family: vivoSansTest-Bold;
  font-size: 1.6em;
  font-style: normal;
  line-height: 159.375%;
}

.cbcn-wap-title-txt.bk p {
  color: rgba(0, 0, 0, 0.5);
}


/* 参数组件 */
.cbcn-wap-param {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35em;
}

.cbcn-wap-param p {
  color: rgba(255, 255, 255, 0.50);
  font-size: 1.25em;
  font-family: vivoSansTest-Bold;
}

.cbcn-wap-param paramstr {
  color: #FFF;
  font-family: vivoSansTest-Bold;
  /* font-weight: 650; */
  font-size: 3em;
}


.cbcn-wap-param paramstr sup {
  color: #FFF;
  font-family: vivoSansTest-Bold;
  /* font-weight: 650; */
  font-size: 0.533333em;
  position: relative;
  top: 0.083333em;
  left: 0.1166666em;
}

/* 参数组件small */
.cbcn-wap-param.sm {
  gap: 0.55em;
}

.cbcn-wap-param.sm p {
  font-size: 1.25em;
  line-height: 120%;
}

.cbcn-wap-param.sm paramstr {
  font-size: 1.75em;
}


/* 透明背景 */
/* .cbcn-wap-bg {
  width: 100%;
  border-radius: 0.75em;
  background: rgba(243, 243, 243, 0.07);
  padding: 3.75em 1.8em;
  box-sizing: border-box;
} */

/* swiper */
.swiper-btnList {
  height: 4em;
  margin-top: 2.5em;
  display: flex;
  justify-content: end;
  justify-content: flex-end;
  gap: 1.25em;
  width: 100%;
}

.swiper-btnList img {
  width: 4em;
}

.swiper-btn-prev {
  transform: rotate(180deg);
}

.swiper-btnList img.disabled {
  opacity: 0.45;
}

.cbcn-wap-screen img {
  display: block;
}




/* 抽屉组件 */
.cbcn-wap-drawer a {
  display: block;
  border-top: 1px solid #DADADA;
}

.cbcn-wap-drawer a:first-of-type {
  border-top: none;
}

.cbcn-wap-drawer h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.75em 0;
  user-select: none;
}

.cbcn-wap-drawer h .icon {
  display: block;
  width: 1.55em;
  height: 0.7565em;
  transition: all 0.5s;
}

.cbcn-wap-drawer a.active h .icon {
  transform: rotate(180deg);
}

.cbcn-wap-drawer a>div {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.cbcn-wap-drawer a.active>div {
  height: fit-content;
  overflow: hidden;
}