html,
body,
div,
section,
p,
span {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}

/* 整个滚动条 */
::-webkit-scrollbar {
  width: 8px; /* 宽度 */
  height: 8px; /* 高度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: transparent; /* 轨道颜色 */
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #e0e0e0; /* 滑块颜色 */
  border-radius: 10px; /* 滑块圆角 */
}
.main-cont {
  /* width: 1300px; */
  margin: 0 auto;
  position: relative;
  /* overflow-x: hidden; */
  /* padding: 100px 0 0; */
}

/* H5部分 */
.header-cover {
  height: 13.33vw;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
}
.header-logo-cover {
  display: flex;
  align-items: center;
}

.logo-img {
  width: 58.67vw;
}
.logo-title {
  width: 10.67vw;
  height: 10.67vw;
  margin-right: 1.33vw;
}
#app .home-nav {
  top: 13.33vw;
}
.nav-outer {
  background-color: rgba(0, 0, 0, 0.3);
}
#app .home-popup {
  top: 13.33vw;
  left: 0;
  transform: translate3d(0, 0, 0);
}
.inner-cont {
  width: 100vw;
  /* height: calc(100vh - 13.33vw); */
  position: relative;
}
.van-collapse-item__wrapper{
  padding: 0 0 0 4.5vw;
}
.empty-item .van-collapse-item__wrapper {
  display: none;
}
.empty-item .van-icon {
  display: none;
}
.nav-item-div {
  display: block;
  height: 28px;
  color: #333;
  line-height: 28px;
  padding-left: 16px;
}
.van-pagination {
  /* margin-top: 5.33vw; */
}

.van-pagination__item--disabled,
.van-pagination__item--disabled:active,
.van-pagination__next,
.van-pagination__prev {
  background-color: #fff;
}
#customPager {
  padding: 0 3.2vw;
  margin: 4.27vw 0;
}
.breadcrumb-cont {
  display: flex;
  align-items: center;
  font-size: 3.73vw;
  color: #333;
  margin: 0 0 2.67vw;
}
.breadcrumb-a:not(:last-child) {
  color: #000;
}
.breadcrumb-show-icon {
  margin-left: 5.33vw;
  position: relative;
  color: #606266;
}
.breadcrumb-show-icon::after {
  content: '>';
  color: #606266;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3.73vw;
}
footer {
  padding: 40px 0;
}
.footer-text {
  font-size: 14px;
  color: 333;
  line-height: 40px;
  text-align: center;
}
.footer-bg {
  background-color: #4d8cf3;
}
.footer-bg .footer-text {
  color: #fff;
}