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

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
font-weight: 400;
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;

}

.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;
font-weight: 400;
}

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 结束*/


/* 颜色规范 */
.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.0);
transition: .5s all ease;
}
.imgStyle:hover{
transform: scale(1.05);
transition: .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;
font-weight: 500;
cursor: pointer;
}

.innerTitle:hover {
/* text-decoration: underline; */
transition: 0.3s all ease;
opacity: .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;
font-weight: 600;
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: .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: .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: .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: .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: .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: .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: .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: .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;
  line-height: 16px;
  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;
font-weight: 500;
line-height: 72px;
}

/* .H1 .medium {
  font-weight: 500;
} */

.H1 .regular {
  font-weight: 400;
}

.H1 .thin {
  font-weight: 300;
}

.H1:hover {
opacity: 0.5;
}

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

/* .H2 .medium {
  font-weight: 500;
} */

.H2 .regular {
  font-weight: 400;
}

.H2 .thin {
  font-weight: 300;
}

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

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

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

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

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

.font-bold {
font-weight: bold;
}


.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;
font-weight: 700;
}



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


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


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

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


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

.H4:hover {
  opacity: 0.5;
}

.H5 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  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;
  font-weight: 500;
  line-height: 64px;
}

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

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

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

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

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

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

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

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

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

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

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