div,
p,
span,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header-cover {
  height: 13.33vw;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
}
.header-detail {
  background: linear-gradient(0deg, #0077d3, #0077d3), #0077d3;
}
.header-detail .van-icon-wap-nav {
  color: #fff;
}
.h5-logo-img {
  height: 12vw;
}
.home-nav {
  top: 13.33vw;
}
.nav-outer {
  background-color: rgba(0, 0, 0, 0.3);
}
.home-popup {
  top: 13.33vw;
  left: 0;
  transform: translate3d(0, 0, 0);
}
.inner-cont {
  width: 100vw;
  /* height: calc(100vh - 13.33vw); */
  position: relative;
}
.empty-item .van-collapse-item__wrapper {
  display: none;
}
.empty-item .van-icon {
  display: none;
}
.nav-item-div {
  height: 28px;
  color: #333;
  line-height: 28px;
  padding-left: 16px;
}
.common-footer {
  background-color: #f5f5f5;
  padding-top: 10px;
}
.footer-text {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #555;
}
.bottom-qr-view {
  width: 33%;
}
.bottom-qr-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1.33vw;
  margin-top: 4vw;
}

.yw-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h5-main-cont {
  padding: 0 2.67vw;
  position: relative;
  background-color: #f7f8fa;
}
.main-cont-height {
  background-color: #f7f8fa;
  min-height: calc(100vh - 68.27vw);
}
.detail-common-header {
  background: #f7f8fa;
  padding: 4.27vw 4vw 0;
}
.detail-common-header-title {
  font-size: 5.87vw;
  font-weight: 500;
  color: #0077d3;
  margin: 5.33vw 0;
}
.detail-breadcrumb {
  height: 10.67vw;
  display: flex;
  align-items: center;
  border-top: 1px solid #dcdddf;
}
.detail-breadcrumb-a {
  font-size: 3.2vw;
  color: #000000;
}
.detail-breadcrumb-span {
  font-size: 3.2vw;
  margin: 0 2.67vw;
}
.van-tab--active .van-tab__text {
  color: #0077d3;
}
.detail-inner-h {
  background-color: #f7f8fa;
  min-height: calc(100vh - 109.33vw);
}
.btm-footer {
  background-color: #f7f8fa;
  padding-top: 2.67vw;
}
.bottom-line {
  border-bottom: 1px solid #d9d9d9;
}
.text-main-color {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 4.27vw;
  color: #333;
  line-height: 5.87vw;
}
.text-des-color {
  font-size: 3.73vw;
  color: #9c9c9c;
  line-height: 4.8vw;
  margin-top: 1.33vw;
}
.detail-cont img {
  max-width: 100%;
}
.common-card-cont {
  background-color: #fff;
  position: relative;
}
.common-card-header {
  height: 10.67vw;
  display: flex;
  align-items: center;
  background: linear-gradient(97deg, rgba(0, 119, 211, 0.2) 4%, rgba(0, 119, 211, 0.5) 110%);
  padding: 0 4.8vw;
  position: relative;
  justify-content: space-between;
  backdrop-filter: blur(20.51px);
}
.common-card-header::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.33vw;
  height: 6.67vw;
  background: #0077d3;
}
.common-card-header-title {
  font-size: 4.27vw;
  font-weight: 700;
  color: #000000;
}
.common-card-content {
  padding: 4.27vw 3.73vw;
  position: relative;
}
.mb20 {
  margin-bottom: 5.33vw;
}
.common-card-header-a {
  color: #fff;
  font-size: 3.73vw;
}
.h5-fl-link-div {
  display: flex;
  margin-bottom: 1.6vw;
  padding: 0 4.27vw;
  justify-content: center;
}
.h5-fl-link-a {
  display: inline-block;
  font-size: 4.27vw;
  font-weight: 500;
  color: #999;
  cursor: pointer;
  position: relative;
}
.h5-fl-link-a:not(:first-of-type) {
  margin-left: 2.67vw;
}
.h5-fl-link-a:not(:first-of-type)::after {
  content: '';
  display: block;
  width: 2px;
  height: 60%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.33vw;
  background-color: #999;
}
.h5-fl-child-link {
  display: flex;
  align-items: center;
  height: 5.33vw;
  margin: 0 0 0.83vw 4.27vw;
  justify-content: center;
}
.h5-fl-child-link-inner {
  padding: 0 2.13vw;
  display: flex;
  background: rgba(255, 255, 255, 1);
  height: 100%;
  align-items: center;
}
.h5-fl-child-link-a {
  display: inline-block;
  font-size: 3.2vw;
  color: #999;
  cursor: pointer;
  position: relative;
}
.h5-fl-child-link-a:not(:first-of-type) {
  margin-left: 2.13vw;
}
.h5-fl-child-link-a:not(:first-of-type)::after {
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.07vw;
  background-color: #999;
}
.mt20 {
  margin-top: 5.33vw;
}