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;
  min-height: 100%;
}

.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 {
  width: 100%;
  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%;
}
.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 首页部分 begin */
body {
  background: url("./../img/bg.png") no-repeat;
  background-size: 100% 100%;
}
.header {
  position: relative;
  width: 100%;
  height: auto;
}
.header img {
  width: 100%;
}

.header .title {
  position: absolute;
  top: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: #fff;
}
.content {
  width: 100%;
  height: auto;
  margin-top: -30px;
  padding-bottom: 30px;
}
.text_box {
  width: 100%;
  height: auto;
}
.text_item {
  gap: 4px;
}
.text_item img {
  height: 24px;
}
.text_item span {
  font-size: 18px;
  color: #fff;
}
.btn_box {
  width: 100%;
  height: auto;
  margin-top: 15px;
  animation: zoom-in-out 0.6s ease-in-out infinite;
}
.btn_item {
  width: 181.33px;
  height: 71.66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("./../img/btn_bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 10px 20px 20px 26px;
  position: relative;
  left: -5px;
}
.btn_item img {
  height: 40px;
  width: 40px;
}
.btn_item span {
  flex: 1;
  font-size: 13px;
}
.img_01 {
  width: 322px;
}
.img_02 {
  width: 226.33px;
}
.img_03 {
  width: 260px;
}
.img_04 {
  width: 230px;
}
.img_05 {
  width: 240px;
}
.img_06 {
  width: 270px;
}
@keyframes zoom-in-out {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}
/* 首页部分 end */

.btn_item_warp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 700px) {
  .header .title {
    top: 0.3rem;
  }
}

@media screen and (min-width: 1000px) {
  .header .title {
    top: 0.4rem;
  }
}

.icon-box {
  height: 40px;
  width: 40px;
  padding: 5px;
  box-sizing: border-box;
  img {
    width: 100% !important;
    height: 100% !important;
  }
}

#btn_z8_line img {

}