/*reset 开始*/
html body {
  font-family: "HarmonyOSHans-Light", "Arial", "Helvetica", sans-serif;
}
html[lang="zh"] body {
  font-family: "HarmonyOSHans-Light", PingFangSC-Regular, "Microsoft YaHei",
    Arial, Helvetica, sans-serif;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}

/* 隐藏H1标签*/
.only_h1 {
  display: none;
}

body,
li,
dl,
fieldset,
dd,
ul,
th,
pre,
form,
blockquote {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

input,
p,
dt,
ol,
td {
  margin: 0;
  padding: 0;
}

h4,
h4,
h5 {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a[href="unsafe:"] {
  cursor: default;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

body {
  background-color: #ffffff;
  color: #666666;
}

table {
  border-collapse: collapse;
}

fieldset p {
  margin: 0;
  padding: 0 0 0 8px;
}

address,
caption,
th,
i {
  font-style: normal;
}

table caption {
  margin-left: -1px;
}

hr {
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #e4e4e4;
  border-width: 1px 0;
  clear: both;
  height: 2px;
  margin: 5px 0 5px 0;
}

caption,
th {
  text-align: left;
}

fieldset,
img {
  border: 0 none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ””;
}

select {
    font-size: 12px;
}

/*reset 结束*/

/* 字体包引入开始 */
@font-face {
  font-family: "PingFangSC-Regular";
  src: local("PingFangSC-Thin");
  font-style: normal;
}
@font-face {
  font-family: "PingFangSC-Regular";
  src: local("PingFangSC-Regular");
  font-style: normal;
}
@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("../fonts/HuaweiSans-Light.ttf");
  font-style: normal;
}
@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("../fonts/HuaweiSans-Bold.ttf");
  font-style: normal;
}
@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("../fonts/HuaweiSans-Regular.ttf");
  font-style: normal;
}
@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("../fonts/HuaweiSans-Medium.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-Bold.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-SemiBold.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-Regular.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-Medium.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-Light.ttf");
  font-style: normal;
}
@font-face {
  font-family: "HarmonyOSHans-Medium";
  src: url("../fonts/HarmonyOSHans-Medium.woff2") format("woff2"),
    url("../fonts/HarmonyOSHans-Medium.woff") format("woff");
}
@font-face {
  font-family: "HarmonyOSHans-Regular";
  src: url("../fonts/HarmonyOSHans-Regular.woff2") format("woff2"),
    url("../fonts/HarmonyOSHans-Regular.woff") format("woff");
}
@font-face {
  font-family: "HarmonyOSHans-Light";
  src: url("../fonts/HarmonyOSHans-Light.woff2") format("woff2"),
    url("../fonts/HarmonyOSHans-Light.woff") format("woff");
}

legend {
    display: none;
}

ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* 颜色规范 */
.corlor1 {
  color: #3f56ea;
}
.corlor2 {
  color: #00aaee;
}
.color3 {
  color: #00bfc9;
}
.color4 {
  color: #47cc47;
}
.color5 {
  color: #8cd600;
}
.color6 {
  color: #8a2be2;
}
.color7 {
  color: #e40078;
}
.corlor8 {
  color: #fa2a2d;
}
.corlor9 {
  color: #ff7500;
}
.color10 {
  color: #ff9800;
}
.color11 {
  color: #ffbf00;
}

/* 字体包引入结束 */
/* 通用标题样式 end */
/* ------------------------------------------------------------------------------ */
/* 进度条动画样式 start */
.at-title-animation {
  width: 114px;
  transition: width 1.5s ease-out;
}
/* 图片动画效果 */
.imgStyle {
  transform: scale(1);
  transition: 0.5s all ease;
}
.imgStyle:hover {
  transform: scale(1.05);
  transition: 0.5s all ease;
}
/* 进度条动画样式 end */

/* 公共字体图片尺寸 */
.rightImg {
  width: 64px;
  height: 64px;
  vertical-align: top;
  margin-left: 16px;
}

@media (min-width: 1px) and (max-width: 720px) {
  .rightImg {
    width: 24px;
    height: 24px;
    vertical-align: -14%;
    margin-left: 8px;
  }
}

@media (min-width: 721px) and (max-width: 1200px) {
  .rightImg {
    width: 56px;
    height: 56px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .rightImg {
    width: 64px;
    height: 64px;
  }
}

/* 字体公共样式结束 */

/* 两侧留白公共样式开始 */
.layerContainer {
  width: 100%;
  background: #f5f5f5;
}

.layerContainer.banner-mobile {
  display: none;
}
.contentInner {
  box-sizing: border-box;
  width: 1280px;
  margin: 0 auto;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .contentInner {
    padding: 0 56px;
    width: 100%;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .contentInner {
    padding: 0 32px;
    width: 100%;
  }
}

@media (min-width: 1px) and (max-width: 720px) {
  .layerContainer.banner-mobile {
    display: block;
  }
  .layerContainer.banner-pc {
    display: none;
  }
  .contentInner {
    width: 100%;
    padding: 0 16px;
  }
}

/* 两侧留白公共样式结束*/
/* 标题 */
/* 规范——文字链接 */
.body_white {
  background: #fff;
}

.body_black {
  background: #000;
}

/* 二级标题 */
/* 规范文字连接 */
.innerTitle {
  color: #000;
  font-size: 24px;
  line-height: 31px;
  cursor: pointer;
}

.innerTitle:hover {
  /* text-decoration: underline; */
  transition: 0.3s all ease;
  opacity: 0.5;
}

fieldset {
    margin: 0;
    padding: 0;
}

/* 规范文字连接 */
/* 卡片字体内容 */
.cardText {
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  font-size: 16px;
}

/* 规范按钮带箭头 */
/* states文字按钮 */
.statesTextBtn {
  color: rgba(0, 0, 0, 0.5);
  line-height: 18px;
  margin-right: 16px;
}

.statesTextBtn:hover {
  color: #000;
  margin-right: 26px;
}

/* Specs文字按钮 */
.specsTextBtn {
  color: rgba(0, 0, 0, 0.5);
  line-height: 18px;
  margin-right: 12px;
}

.specsTextBtn:hover {
  color: #000;
  margin-right: 22px;
}

/* 规范按钮蓝色链接 */
/* 蓝色文字按钮 */
.blueTextBtn {
  padding: 10px 14px;
  color: #007dff;
}

.blueTextBtn:hover {
  color: #0064cd;
}

.blueTextBtn_disabled {
  padding: 10px 14px;
  color: #007dff;
  opacity: 0.5;
}

/* 规范标题锚点 */
/* 标题锚点A标签 */
.titleA {
  font-size: 64px;
  color: rgba(0, 0, 0, 0.1);
  line-height: 84px;
}

.titleA:hover {
  color: #000;
}

/* 公共按钮样式开始 */
/* 常规按钮 带边框*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  box-sizing: border-box;
}
.btn-black-bg {
  background-color: #000;
}
.btn-white-bg {
  background-color: #fff;
}
.btn-default-style {
  border-radius: 23px;
  padding: 0 32px;
}

.btn-major-style {
  border-radius: 24px;
  padding: 0 32px;
}

.btn-default {
  color: #333;
  height: 48px;
  line-height: 46px;
  border: 1px solid #ccc;
}

.btn-default-disabled {
  color: #333;
  height: 48px;
  line-height: 44px;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.btn-default-small {
  color: #333;
  height: 32px;
  line-height: 30px;
  border: 1px solid #ccc;
}

.btn-default-small-disabled {
  color: #333;
  height: 32px;
  line-height: 32px;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.btn-default:hover {
  border: 1px solid #000;
  line-height: 46px;
}

.btn-default-small:hover {
  border: 1px solid #000;
  line-height: 30px;
}

/* 常规黑 */
.btn-default-black {
  color: #fff;
  height: 48px;
  line-height: 46px;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-default-black-disabled {
  color: #fff;
  height: 48px;
  line-height: 44px;
  background-color: #000;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.btn-default-black-small {
  color: #fff;
  height: 32px;
  line-height: 30px;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-default-black-small-disabled {
  color: #fff;
  height: 32px;
  line-height: 32px;
  background-color: #000;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.btn-default-black:hover {
  border: 1px solid #fff;
  line-height: 46px;
}

.btn-default-black-small:hover {
  border: 1px solid #fff;
  line-height: 30px;
}

/* 无边框 主按钮 */
.btn-major {
  color: #333;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
}

.btn-major-disabled {
  height: 48px;
  color: #333;
  cursor: not-allowed;
  line-height: 44px;
  background-color: #fff;
  -webkit-box-shadow: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

.btn-major-small {
  color: #333;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border-color: #ccc;
}

.btn-major-small-disabled {
  height: 32px;
  color: #333;
  background-color: #fff;
  line-height: 32px;
  filter: alpha(opacity=65);
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-major:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

.btn-major-small:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
/* 主按钮白 无边框 */
.btn-major-white {
  color: #000;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
}
.btn-major-white:hover {
  background-color: #ddd;
}

/* 主按钮黑 无边框 */
.btn-major-black {
  color: #fff;
  height: 48px;
  line-height: 48px;
  background-color: #000;
}

.btn-major-black-disabled {
  background-color: #000;
  height: 48px;
  color: #fff;
  filter: alpha(opacity=65);
  cursor: not-allowed;
  line-height: 44px;
  opacity: 0.65;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-major-black-small {
  color: #fff;
  height: 32px;
  line-height: 32px;
  background-color: #000;
  border-color: #ccc;
}

.btn-major-black-small-disabled {
  opacity: 0.65;
  box-shadow: none;
  -webkit-box-shadow: none;
  filter: alpha(opacity=65);
  background-color: #000;
  cursor: not-allowed;
  line-height: 32px;
  height: 32px;
  color: #fff;
}

.btn-major-black:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

.btn-major-black-small:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

@media (min-width: 1px) and (max-width: 600px) {
  .btn-default-style,
  .btn-major-style {
    width: auto;
    padding: 10px 16px;
    border-radius: -1%;
    font-size: 12px;
  }

  .btn-default,
  .btn-default-small,
  .btn-default-black,
  .btn-default-black-small,
  .btn-major,
  .btn-major-black,
  .btn-major-white,
  .btn-major-small,
  .btn-major-black-small,
  .btn-default-disabled,
  .btn-default-black-disabled,
  .btn-default-small-disabled,
  .btn-default-black-small-disabled .btn-major-black-disabled,
  .btn-major-black-small-disabled,
  .btn-major-disabled,
  .btn-major-small-disabled {
    height: 35px;
    line-height: 1;
  }

  .btn-default:hover,
  .btn-default-small:hover {
    border: 1px solid #000;
    line-height: 1;
  }

  .btn-default-black:hover,
  .btn-default-black-small:hover {
    border: 1px solid #fff;
    line-height: 1;
  }
}

/* 公共按钮样式结束*/

/* 字体公共样式开始 */
.H1 {
  color: #000;
  font-size: 64px;
  line-height: 72px;
}

.H1:hover {
  opacity: 0.5;
}

.H2 {
  color: #000;
  font-size: 48px;
  line-height: 64px;
}

.H3 {
  color: #000;
  font-size: 32px;
  line-height: 42px;
}

.H4 {
  color: #000;
  font-size: 24px;
  line-height: 32px;
}

.H4-2 {
  color: #000;
  font-size: 24px;
  line-height: 32px;
}

.H4-2:hover {
  opacity: 0.5;
}

.H5 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
}

.titleCursor {
  cursor: pointer;
}

/*  重要 一级正文 #333333 */
.body-font1 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

/*  重要 一级正文 #777777 */
.body-font2 {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

/* 一般 二级正文 #333333 */
.body-font3 {
  color: #000;
  font-size: 13px;
  line-height: 16px;
}

/* 一般 二级正文 #777777 */
.body-font4 {
  color: #000;
  font-size: 12px;
}

.tag-font5 {
  color: #000;
  font-size: 12px;
}

/* XS */
@media (min-width: 1px) and (max-width: 600px) {
  .H1 {
    color: #000;
    font-size: 32px;
    line-height: 48px;
  }

  .H2 {
    color: #000;
    font-size: 24px;
    line-height: 32px;
  }

  .H3 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }

  .H4 {
    color: #000;
    font-size: 16px;
    line-height: 32px;
  }

  .H4-2 {
    color: #000;
    font-size: 16px;
    line-height: 32px;
  }

  .H4:hover {
    opacity: 0.5;
  }

  .H5 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }
  .body-font1 {
    color: #000;
    font-size: 14px;
    line-height: 20px;
  }
}

/* S */
@media (min-width: 601px) and (max-width: 1200px) {
  .H1 {
    color: #000;
    font-size: 48px;
    line-height: 64px;
  }

  .H2 {
    color: #000;
    font-size: 32px;
    line-height: 42px;
  }

  .H3 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }

  .H4 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }

  .H4-2 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }

  .H5 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }
}

/* M */
@media (min-width: 1201px) and (max-width: 1440px) {
  .H1 {
    color: #000;
    font-size: 64px;
    line-height: 72px;
  }

  .H2 {
    font-size: 48px;
    color: #000;
    line-height: 64px;
  }

  .H4-2 {
    font-size: 24px;
    color: #000;
    line-height: 32px;
  }

  .H4 {
    font-size: 24px;
    color: #000;
    line-height: 32px;
  }

  .H3 {
    font-size: 32px;
    color: #000;
    line-height: 42px;
  }

  .H5 {
    color: #000;
    font-size: 20px;
    line-height: 28px;
  }
}

/** cms dialog 定制样式 start **/
#cms-dialog .dialog-modal {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  font-size: 14px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cms-dialog .modal-content {
  width: 426px;
  min-width: 300px;
  max-width: 100vw;
  max-height: 80vh;
  overflow-y: auto;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
  background-color: white;
}

#cms-dialog svg {
  width: 16px;
  height: 16px;
}

#cms-dialog .modal-btns {
  display: flex;
  justify-content: center;
}
#cms-dialog .modal-body {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
#cms-dialog .content-warpper {
  flex: 1;
  word-break: break-word;
  word-wrap: break-word;
}
#cms-dialog div.btn {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  height: 36px;
  padding: 10px 32px;
  line-height: 16px;
  min-width: 120px;
  background-color: #fff;
  box-sizing: border-box;
  font-family: HarmonyOSHans-Medium;
  font-size: 12px;
  color: #000000;
  border: 1px solid rgba(0,0,0,0.30);
  border-radius: 18px;
}
#cms-dialog div.btn.confirmBtn {
  color: #fff;
  background-color: #000000;
}
#cms-dialog icon {
  font-size: 20px;
  margin-right: 8px;
}
#cms-dialog .modal-body-content {
  margin-top: 20px;
}
#cms-dialog .modal-body-title{
  vertical-align: middle;
  font-family: HarmonyOSHans-Light;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0,0,0,0.80);
}
#cms-dialog .modal-btns .btn:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 720px) {
  #cms-dialog .modal-content {
    width: calc(100% - 80px);
    min-width: unset;
    max-width: unset;
    padding: 24px 16px;
  }
  #cms-dialog div.btn {
    height: 32px;
    padding: 8px 32px;
    min-width: 80px;
    font-family: HarmonyOSHans-Medium;
  }
  #cms-dialog .modal-body {
    margin-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
  }
}
/** cms dialog 定制样式 end **/

* {
  padding: 0px;
  margin: 0px;
  word-wrap: break-word !important;
  /*
  word-break: break-word !important;
  */
}
.only_h1 {
  display: none;
}
@media (max-width: 720px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
}
@font-face {
	font-family: "HarmonyOSHans-Bold";
  	src: url("../fonts/HarmonyOSHans-Bold.woff2") format("woff2"),
    url("../fonts/HarmonyOSHans-Bold.woff") format("woff");
}

@font-face {
  font-family: "HarmonyOSHans-Light";
  src: url("../fonts/HarmonyOSHans-Light.woff2") format("woff2"),
  url("../fonts/HarmonyOSHans-Light.woff") format("woff");
}
@font-face {
  font-family: "HarmonyOSHans-Regular";
  src: url("../fonts/HarmonyOSHans-Regular.woff2") format("woff2"),
  url("../fonts/HarmonyOSHans-Regular.woff") format("woff");
}
@font-face {
  font-family: "HarmonyOSHans-Medium";
  src: url("../fonts/HarmonyOSHans-Medium.woff2") format("woff2"),
    url("../fonts/HarmonyOSHans-Medium.woff") format("woff");
}
body {
  font-family: "HarmonyOSHans-Light";
  color: #000000;
}
.title,
h2 {
  font-family: "HarmonyOSHans-Medium";
}
h2,
h3,
h4 {
  font-weight: unset;
}
/* 字体大小为20px的样式 */
.font-size20 {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 720px) {
  .font-size20 {
    font-size: 16px;
    line-height: 24px;
  }
}
/*按钮效果*/
.button-group {
  display: flex;
  flex-wrap: wrap;
}
.bttn {
  transform: scale(1) perspective(1px);
  transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
}
.bttn:hover {
  transform: scale(1.05) perspective(1px);
  transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor:pointer;
}
/*按钮适配*/
@media (min-width: 1440px) {
  .bttn {
    font-size: 16px;
    padding: 0 32px;
    border-radius: 24px;
    margin-right: 32px;
  }
  /*面性按钮*/
  .button-group .button-1 {
    background: #000000;
    text-decoration: none;
    color: #ffffff;
    line-height: 48px;
  }
  /*线性按钮*/
  .button-group .button-2 {
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-decoration: none;
    line-height: 46px;
  }
}
@media (min-width: 901px) and (max-width: 1440px) {
  .bttn {
    font-size: 16px;
    padding: 0 32px;
    border-radius: 24px;
    margin-right: 32px;
  }
  /*面性按钮*/
  .button-group .button-1 {
    background: #000000;
    text-decoration: none;
    color: #ffffff;
    line-height: 48px;
  }
  /*线性按钮*/
  .button-group .button-2 {
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-decoration: none;
    line-height: 46px;
  }
}
@media (min-width: 720px) and (max-width: 900px) {
  .bttn {
    font-size: 14px;
    padding: 0 24px;
    border-radius: 20px;
    margin-right: 24px;
  }
  /*面性按钮*/
  .button-group .button-1 {
    background: #000000;
    text-decoration: none;
    color: #ffffff;
    line-height: 40px;
  }
  /*线性按钮*/
  .button-group .button-2 {
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-decoration: none;
    line-height: 38px;
  }
}
@media screen and (max-width: 720px) {
  .bttn {
    padding: 0 20px;
    font-size: 12px;
    border-radius: 18px;
    margin: 0 16px 16px 0;
  }
  /*面性按钮*/
  .button-group .button-1 {
    background: #000000;
    text-decoration: none;
    color: #ffffff;
    line-height: 36px;
  }
  /*线性按钮*/
  .button-group .button-2 {
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-decoration: none;
    line-height: 34px;
  }
}
/* 面性线性按钮 */
.lineBtn {
  border: 1px solid rgba(0,0,0,0.3);
  color: rgb(0,0,0);
  box-sizing: border-box;
  margin-right:32px;
  cursor:pointer;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  display: inline-block;
  font-size: 16px;
  padding: 0 32px;
}
.lineBtn:hover {
  border: "1px solid rgba(0,0,0,1)";
  color: rgb(0,0,0);
}
.faceBtn {
  background: rgba(0,0,0,1);
  color: rgb(255,255,255);
  margin-right:32px;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  display: inline-block;
  font-size: 16px;
  padding: 0 32px
}
.faceBtn:hover {
  opacity: 0.75;
  color: rgb(255,255,255);
}
.nolink:hover {
  transform: scale(1) perspective(1px);
  transition: none;
  cursor:default;
  opacity: 1;
}
.vjs-big-play-button,.vjs-icon-placeholder,.vjs-control-text{
display:none;
border:unset !important;
background-color:unset !important;
}
.vjs-mouse-display,.vjs-time-tooltip{
display:none !important;
}
.opencms-harmonyos-loading {
	width: 56px;
	height: 56px;
	box-sizing: border-box;
	border: 5px solid rgba(0, 0, 0, 0.3);
	border-top-color: #000000;
	border-radius: 50%;
	animation: loading 1s linear infinite;
	margin-bottom: 16px;

	@media screen and (max-width: 720px) {
		width: 36px;
		height: 36px;
	}

	@keyframes loading {
		to {
			transform: rotate(1turn);
		}
	}
} 
