input {
  outline: none;
}

::-webkit-scrollbar {
  display: none;
  /*隐藏滚动条*/
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ul,
li,
dl,
dt,
dd,
p,
a,
img,
strong,
small,
time,
span,
i,
sub,
sup,
label,
input,
canvas,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: content-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  float: left;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /*隐藏滚动条*/
  scrollbar-width: none;
  /*隐藏滚动条*/
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  overflow-y: scroll;
  color: #fff;
}

.text_center {
  display: flex;
  justify-content: center;
  align-items: center
}

body,
div,
li,
img,
h2,
h3,
h4,
h5,
ul,
dl,
dt,
dd,
p {
  padding: 0;
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

body {
  font-family: "微软雅黑";
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  display: block;
  position: relative;
  width: 100%
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold
}

ul {
  list-style: none
}

a {
  text-decoration: none;
  color: #333
}

img {
  display: block
}

.b_r {
  border-right: 1px solid #eee
}

.b_l {
  border-left: 1px solid #eee
}

.b_b {
  border-bottom: 1px solid #eee
}

.b_t {
  border-top: 1px solid #eee
}

input {
  border: 0;
}

html,
body {
  position: fixed;
  top: 0;
  left: 0;
  /* background: #0B173D; */
}

a {
  text-decoration: none
}

ol,
ul {
  list-style: none
}

.textcenter {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textleft {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper {
  width: 100%;
}
/* 首页部分 begin */
.pc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header {
  width: 100%;
  max-width: 750px;
  height: 110px;
  background: url("./../img/header-bg.png") no-repeat;
  background-size: 100% 110px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  gap: 10px;
}
.header img.logo {
  width: 148px;
  height: 42px;
}
.header img.text {
  width: 130px;
  height: 15px;
  margin-left: 23px;
}

.wrap {
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
  padding: 0 5%;
}
.notice {
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 10px;
}
.notice img {
  width: 24px;
  height: 20px;
}
.notice .notice_box {
  flex: 1;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.notice .notice_box span {
  color: #b3b6bd;
  font-size: 14px;
  animation: scroll-left 15s linear infinite;
}
.download {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 15px 0;
}
.download_item {
  /* width: 25%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.download_item img {
  width: 53px;
  border: 1px solid rgba(232, 232, 232, 0.35);
  border-radius: 8px;
}
.download_item h3 {
  color: #ff4c4c;
  font-size: 10px;
}
.link {
  border-top: 1px solid rgba(232, 232, 232, 0.65);
  width: 100%;
}
.link .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
  padding: 10px 0 5px 0;
}
.link .title i {
  display: inline-block;
  width: 3px;
  height: 12px;
  background: #4fabff;
}
.link .title span {
  font-size: 14px;
  color: #4fabff;
}
.link .content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10px;
}
.link .content .content_item {
  width: 25%;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.link .content .content_item a {
  font-size: 14px;
  color: #5a5a5a;
}
.link .content .active a {
  font-size: 14px;
  color: #ff3d00;
}
.link .content .active img {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}
.footer {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 50%;
  background: #f2f2f2;
  width: 100%;
  max-width: 750px;
  transform: translateX(-50%);
  height: 50px;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.footer span {
  font-size: 14px;
  color: #b1b1b1;
}
.footer a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px rgb(59, 134, 255);
  background: #ffffff;
  color: #3b86ff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 5px;
}
/* 首页部分 end */
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (min-width: 751px) {
  /* 在宽度大于750px时生效的样式 */
  .header {
    width: 100%;
    max-width: 750px;
    height: 220px;
    background: url("./../img/header-bg.png") no-repeat;
    background-size: 100% 220px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 60px 40px;
    gap: 20px;
  }
  .header img.logo {
    width: 148px;
    height: 42px;
  }
  .header img.text {
    width: 173px;
    height: 20px;
    margin-left: 23px;
  }
  .notice {
    width: 100%;
    display: flex;
    gap: 7.5px;
    align-items: center;
    margin-top: 15px;
  }
  .notice img {
    width: 36px;
    height: 30px;
  }
  .notice .notice_box {
    flex: 1;
    height: 30px;
    position: relative;
    overflow: hidden;
  }
  .notice .notice_box span {
    color: #b3b6bd;
    font-size: 21px;
    animation: scroll-left 15s linear infinite;
  }
  .download {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 22.5px 0;
  }
  .download_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7.5px;
  }
  .download_item img {
    width: 79.5px;
    border: 1px solid rgba(232, 232, 232, 0.35);
    border-radius: 12px;
  }
  .download_item h3 {
    color: #ff4c4c;
    font-size: 15px;
  }
  .link {
    border-top: 1px solid rgba(232, 232, 232, 0.65);
    width: 100%;
  }
  .link .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0;
    padding: 15px 0 7.5px 0;
  }
  .link .title i {
    display: inline-block;
    width: 4.5px;
    height: 18px;
    background: #4fabff;
  }
  .link .title span {
    font-size: 21px;
    color: #4fabff;
  }
  .link .content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 15px;
  }
  .link .content .content_item {
    width: 25%;
    padding: 7.5px 0;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .link .content .content_item a {
    font-size: 21px;
    color: #5a5a5a;
  }
  .link .content .active a {
    font-size: 21px;
    color: #ff3d00;
  }
  .link .content .active img {
    position: absolute;
    right: 0;
    top: 0;
    width: 37.5px;
  }
  .footer {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 50%;
    background: #f2f2f2;
    width: 100%;
    max-width: 750px;
    transform: translateX(-50%);
    height: 75px;
    align-items: center;
    gap: 15px;
    justify-content: center;
  }
  .footer span {
    font-size: 21px;
    color: #b1b1b1;
  }
  .footer a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: solid 1.5px rgb(59, 134, 255);
    background: #ffffff;
    color: #3b86ff;
    font-size: 21px;
    padding: 6px 15px;
    border-radius: 7.5px;
  }
  
}