/* Reset所有元素的外边距和内边距 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 清除所有链接的下划线 */
a {
  text-decoration: none;
  color: inherit;
}

/* 移除按钮的默认样式 */
button,
input,
textarea,
select {
  border: none;
  outline: none;
  background: none;
  font: inherit;
}

/* 表格的边框清除 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
i {
  font-style: normal; /* 取消斜体 */
  font-weight: normal; /* 取消加粗 */
  color: inherit; /* 继承父元素的字体颜色 */
}
/* 图片的默认边距清除 */
img {
  display: block;
  max-width: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
}
/* 隐藏滚动条（仅在支持的浏览器中） */
.page-box {
  overflow: scroll; /* 保留滚动功能 */
}

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

.page-box {
  width: 100%;
  height: 100%;
}
.page-pc {
  display: none;
  width: 100%;
  height: 100%;
  min-width: 1280px;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: no-repeat center;
  background-size: cover;
  padding-top: 0px;
  box-sizing: border-box;
}
.page-h5 {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  overflow: auto;
}

/* 屏幕宽度大于 768px 时 */
@media (min-width: 570px) {
  .page-pc {
    display: block;
  }
  .page-h5 {
    display: none;
  }
}
.h5-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.h5-title {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 8%;
}
.h5-title .h5-title-img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.h5-btn01 {
  width: 100%;
  border: 1px solid #f3e65a;
  display: block;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.h5-btn02 {
  width: 100%;
  border-bottom: 1px solid #f3e65a;
  border-right: 1px solid #f3e65a;
  border-left: 1px solid #f3e65a;
  overflow: hidden;
  box-sizing: border-box;
}
.btn-type {
  width: 50%;
  float: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.page-h5 .btn-type:nth-of-type(1) {
  border-right: 1px solid #f3e65a;
  padding: 23px 0;
}
.btn-type img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.h5-text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.link-box {
  width: 100%;
  height: 264px;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: -264px;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, 0%);
  border: 1px solid #f3e65a;
  display: none;
}
.link-li {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
}
.link-li span {
  width: 50px;
  height: 40px;
  display: block;
  background: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.link-li img {
  height: 30px;
  display: block;
  margin: 5px 5px;
}
.link-li p {
  width: 140px;
  height: 40px;
  display: block;
  background: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.link-li:nth-of-type(3) p{
  color: red;
}
.link-li a {
  width: 70px;
  height: 40px;
  display: block;
  background: #ffd7b4;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.pc-btn-box {
  width: 100%;
  height: 16.5%;
  background: url(../img/btn-bg.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 0 7%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.pc-btn-box .btn-type{
  width: 28%;
}
.pc-btn-box .btn-img01{
  width: 12%;
  cursor: pointer;
}
.pc-btn-box .btn-img02{
  width: 12%;
  cursor: pointer;
}
.pc-btn-box .btn-img03{
  width: 12%;
  margin-right: 4%;
  cursor: pointer;
}
.page-pc .link-box{
  width: 30%;
  max-width: 450px;
  left: 46%;
}
.abcdef{
  cursor: pointer;
}