@charset "utf-8";

body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dd,
dt,
p,
hr,
input,
em {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-text-size-adjust: none;
  vertical-align: middle;
  font-weight: normal;
}

body {
  font-size: 14px;
  color: #000;
}

html,
body {
  min-width: 1180px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%; 
  font-weight: bold;
}

table,
img,
iframe {
  border: none
}

ul {
  list-style: none
}

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

a:hover {
  text-decoration: none;
  color: #fb0301;
}

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

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

i,
em {
  font-style: normal;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

/* End hide from IE-mac */
*+html .clearfix {
  min-height: 1%;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.w1170 {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

/**************重置end**************************/

.banner-wrap {
  width: 100%;
  height: 520px;
  background: #000 url("../images/bg_t.webp") center center no-repeat;
  background-position: cover;
  color: #fff;
  position: relative;
  padding: 100px 80px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background-size: cover;
}

.banner-img {
  flex: 1;
  margin-left: 7%;
  text-align: right;
}

.banner-img img {
  width: 540px;
  height: 100%;
  border-radius: 10px;
}

.banner-info {
  flex: 1;
  position: relative;
  margin-left: 150px;
  margin-top: 20px;
}

.banner-info h1 {
  font-size: 36px;
  letter-spacing: 1px;
  margin: -10px;
  vertical-align: middle;
}

.banner-info h1 img {
  width: 55px;
  height: 55px;
  border-radius: 5px;
  margin-right: 10px;
  vertical-align: middle;
}

/* Flexbox 容器样式 */
.header-container {
  display: flex;          /* 启用Flexbox布局 */
  align-items: center;    /* 垂直居中对齐 */
}

/* 图片样式 */
.header-logo {
  display: block;         /* 使图片可以被flex布局 */
  margin-right: 10px;     /* 图片和文本之间的间距 */
}

.xg1 {
  color: #e69a16;
  vertical-align: middle;
  font-size: 30px;
}

.xg2 {
  color: #e69a16;
  vertical-align: middle;
  font-size: 25px;
}

.banner-info h1 .zh {
  color: #1d170f;
  font-size: larger;
}

.banner-info h1 .larger {
  font-size: larger;
}

.banner-info .text li {
  margin-bottom: 12px;
  color: #fff;
}

.banner-info .text .text-label {
  font-size: 14px;
}

.banner-info .text .text-value {
  font-size: 14px;
  font-weight: 600;
}

.download-btn {
  display: inline-block;
  background-color: #1cba53;
  color: #fff;
  width: 230px;
  height: 65px;
  line-height: 57px;
  text-align: center;
  font-size: 25px;
  border-radius: 10px;
  cursor: pointer;
  /*position: absolute;*/
  position: relative;
  margin-top: 30px;
  /*bottom: 5px;*/
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 2px 3px #666666;
}

.dwBtn:hover {
  /* box-shadow: 0 0 3px rgba(255,255,255,2); */
  border: 0.1px solid;
  transform: scale(1.02);
  background-color: #38c800;
}

.dwBtn:active {
  transform: scale(0.98);
}

.download-btn span {
  vertical-align: middle;
  letter-spacing: 2px;
}

.download-btn img {
  vertical-align: middle;
  margin-right: 8px;
  height: 25px;
}

.download-btn2 {
  display: inline-block;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  transition: all 0.4s ease;
}

.download-btn2 img {
  height: 60px;
}

.download-btn2:hover {
  transform: scale(1.05);
}

.download-btn2:active {
  transform: scale(0.93);
}



.content-wrap {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

.content-wrap .left {
  width: 500px;
  float: left;
}

.content-wrap .right {
  width: 500px;
  float: right;
}

.content-wrap img {
  width: 100%;
  height: 280px;
  border-radius: 10px;
}

.content-wrap h2 {
  font-size: 32px;
  margin: 30px 0;
  letter-spacing: 1px;
  font-weight: bold;
}

.instruction {
  width: 1120px;
  margin: 20px auto;
}

.instruction div {
  text-indent: 2em;
  font-size: 18px;
  line-height: 32px;
}

.instruction p {
  font-size: 18px;
  line-height: 32px;
}

.instruction :nth-child(n+2) {
  text-indent: 2em;
}

.foot-js {
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
  background-color: #fff;
  color: #fff;
}

.foot {
  height: 65px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0 10px #ccc;
}

.foot_flx {
  display: flex;
  height: 65px;
  justify-content: space-between;
  align-items: center;
}

.foot .foot-logo {
  width: 46px;
  height: 46px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 10px;
}

.foot .foot-text {
  vertical-align: middle;
  font-size: 22px;
  letter-spacing: 0.5px;
}

.foot .foot-center {
  font-size: 24px;
  font-weight: 600;
  /* letter-spacing: 1px; */
}

.foot-download-btn {
  width: 180px;
  height: 50px;
  line-height: 47px;
  background-color: #12d06c;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

.foot-download-btn:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 2);
}

.foot-download-btn span {
  vertical-align: middle;
  letter-spacing: 1px;
}

.foot-download-btn img {
  margin-right: 10px;
  vertical-align: middle;
  width: 25px;
}

/* Flexbox 容器样式 */
.footer-container {
  display: flex;          /* 启用Flexbox布局 */
  align-items: center;    /* 垂直居中对齐 */
  justify-content: center; /* 水平居中对齐（如果需要） */
}

/* 图片样式 */
.foot-logo {
  transition: transform 0.3s ease; /* 平滑过渡效果 */
}

/* 文本样式 */
.foot-text {
  color: #000; /* 初始颜色 */
  transition: color 0.3s ease; /* 文本颜色的过渡效果 */
}

.width-1038 {
  width: 1038px;
  margin: 0 auto;
  color: #a2a7a7;
}

.text {
  margin-top: 35px;
  line-height: 20px;
}

.center {
  text-align: center;
}

.marginr {
  margin-right: 10%;
}

.foot-download-btn {
  display: block;
}

.foot-js {
  margin-bottom: 60px;
}

  footer {
    margin-bottom: 65px;
  }

.instruction h2 {
  font-weight: bold;
  display: block;
  width: auto;
  height: auto;
  font-size: 22px;
  list-style: 35px;
  margin-bottom: 15px;
}

.instruction p {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 15px;
}

.dwBtn {
  display: flex;
  justify-content: center;
}

.dwBtn svg {
  width: 22px;
  height: auto;
  margin-right: 1px;
}

.dwBtn svg path {
  fill: currentColor;
  transition: fill 0.1s ease;
}

.dwBtn:hover svg path {
  box-shadow: 0 0 3px rgba(0, 0, 0, 2);
}

.dwBtn:hover span {
  transition: color 0.1s ease;
  /* 过渡效果设置 */
  display: inline-block;
}



/* svg-span对齐方式 */
/* 初始样式 */
.btn-svg {
  display: inline-flex;
  /* 使内部元素可以水平排列 */
  align-items: center;
  /* 垂直居中对齐 */
  /* color: currentColor; */
  /* 使用当前文本颜色 */
  transition: color 0.1s ease;
  /* 文本颜色的过渡效果 */
}

.btn-svg svg path {
  fill: currentColor;
  /* SVG填充颜色跟随文本颜色 */
  transition: fill 0.1s ease;
  /* SVG填充颜色的过渡效果 */
}

.btn-svg span {
  margin-left: 8px;
  /* 与SVG元素保持一定间距 */
  transition: letter-spacing 0.1s ease;
  /* 字符间距的过渡效果 */
}

.btn-svg:hover span {
  letter-spacing: 2px;
  /* 悬停时的字符间距 */
}

.dwBtn{
    cursor:pointer;
}

.dwBtn:hover svg{
    animation: fly-1 0.6s ease-in-out infinite alternate;
}
.dwBtn:hover span{
    animation: fly-1 0.6s ease-in-out infinite alternate;
}
@keyframes fly-1 {
    from {
      transform: translateY(0.05em);
    }

    to {
      transform: translateY(-0.05em);
    }
  }