body {
  width: 100vw !important;
  min-width: 100vw !important;
}

/* 隐藏垂直滚动条 */
::-webkit-scrollbar {
  width: 0;
}

/* 隐藏水平滚动条 */
::-webkit-scrollbar {
  height: 0;
}

/* 隐藏滚动条的轨道 */
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

/* 隐藏滚动条的滑块 */
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tab-header {
  padding: 2.93vw 4.8vw 0 4.8vw;
  display: flex;
  justify-content: space-between;
  overflow-x: scroll;
}

.tab-header__item {
  font-family: PingFangSC-Regular;
  font-size: 4vw;
  color: #1F1F1F;
  letter-spacing: 0;
  font-weight: 400;
  flex-shrink: 0;
  margin-right: 3.73vw;
  padding-bottom: 2.4vw;
  display: block;
  background: rgba(0, 0, 0, 0) !important;
}

.tab-header__item:last-child {
  margin-right: 0;
}

.tab-header__item__active {
  font-size: 4.27vw;
  color: #101010;
  letter-spacing: 0;
  font-weight: 600;
  border-bottom: 0.8vw solid rgba(0, 91, 172, 1);
}

.tab-content__item {
  display: flex;
  padding: 4.8vw 5.33vw;
  border-bottom: 1px solid rgba(243, 243, 243, 1);
  justify-content: space-between;
  font-size: 3.47vw;
  color: #262626;
  line-height: 5.07vw;
}

.tab-content__item__title {
  width: 69vw;
}

.tab-content__item__right {
  width: 1.87vw;
  height: 3.2vw;
  background: url("/images2/xtbal/jump-more.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 1.6vw;
}

.tab-content__hzwzjywfw {
  padding-top: 1.33vw;
}

.tab-content__hzwzjywfw__item {
  width: 83.46vw;
  margin: 0 auto;
  margin-top: 2.13vw;
  background: #FFFFFF;
  box-shadow: 0px 0.8vw 4vw 0px rgba(230, 230, 230, 0.5);
  border-radius: 2.67vw;
  padding: 4.27vw 4vw;
}

.tab-content__hzwzjywfw__item__title {
  font-size: 4vw;
  color: #262626;
}

.tab-content__hzwzjywfw__item__desc {
  font-size: 3.47vw;
  line-height: 4vw;
  padding-top: 1.87vw;
  color: #666666;
  display: block;
}

.tab-content__hzwzjywfw__item__download {
  padding-top: 4.27vw;
  display: flex;
  justify-content: flex-end;
}

.tab-content__hzwzjywfw__item__btn {
  display: block;
  height: 7.2vw;
  border: 1px solid rgba(1, 91, 172, 1);
  border-radius: 3.6vw;
  line-height: 7.2vw;
  padding: 0 3.2vw;
  font-size: 3.47vw;
  color: rgba(1, 91, 172, 1);
}

.content__hzwzjywfw__item__flb {
  margin-left: 2.13vw;
}

.tab-content__hzwzjywfw__item__address {
  display: flex;
}

.tab-content__hzwzjywfw__item__bottom {
  display: flex;
  justify-content: space-between;
}

.tab-content__qgkfjtsdh {
  padding: 4.53vw 5.33vw;
}

.tab-content__qgkfjtsdh a {
  color: #015BAC;
  word-wrap: break-word;
}

.tab-content__hzwzjywfw__item__address__detail {
  width: 75%;
}