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

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

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;
  padding: 0;
}
a {
  color: #333;
}
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;
}

select {
  font-size: 12px;
}

table {
  border-collapse: collapse;
}

fieldset,
img {
  border: 0 none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

legend {
  display: none;
}

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

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

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

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

caption,
th {
  text-align: left;
}

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

/*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");
}

/* 颜色规范 */
.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: 34px;
  height: 34px;
}

@media (min-width: 1px) and (max-width: 600px) {
  .rightImg {
    width: 17px;
    height: 17px;
  }
}

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

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

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

/* 两侧留白公共样式开始 */
.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: 600px) {
  .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;
}

/* 规范文字连接 */
/* 卡片字体内容 */
.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;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  color: #333;
  height: 48px;
  line-height: 44px;
  background-color: #fff;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

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

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

.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 {
  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-major-black-small {
  color: #fff;
  height: 32px;
  line-height: 32px;
  background-color: #000;
  border-color: #ccc;
}

.btn-major-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-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 {
    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;
  }

  .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: 23vw;
  min-width: 300px;
  max-width: 100vw;
  max-height: 80vh;
  overflow-y: auto;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: white;
}
#cms-dialog .modal-body-title{
  vertical-align: middle;
}

#cms-dialog .modal-btns {
  display: flex;
  justify-content: flex-end;
}
#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;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  height: 32px;
  padding: 0 15px;
  line-height: 32px;
  font-size: 14px;
  border-radius: 4px;
  min-width: 80px;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
}
#cms-dialog div.btn.confirmBtn {
  color: #fff;
  background-color: #e63e3c;
  border-color: #e63e3c;
}
#cms-dialog icon {
  font-size: 22px;
  margin-right: 16px;
}
#cms-dialog .modal-body-content {
  margin-top: 20px;
}
#cms-dialog .modal-btns .btn:not(last-child) {
  margin-right: 20px;
}
@media (max-width: 720px) {
  #cms-dialog .modal-content {
    max-width: 80vw;
  }
}
/** cms dialog 定制样式 end **/
