
 
.version_history {
  margin-bottom: 10px;
}
.version_history .big_title {
  padding: 12px;
  font-size: 1.5rem;
  line-height: 1.2rem;
  color: #222;
  position: relative;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 2rem;
}
.version_history .big_title a {
  font-size: 12px;
  float: right;
  color: #666;
}
.version_history .list {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
  @media (min-width: 720px)
.version_history .list .package_info {
  padding-right: 160px;
}
.version_history .list .package_info {
  display: block;
  color: #222;
  width: auto;
  padding: 12px 90px 12px 76px;
    padding-right: 90px;
  position: relative;
  min-height: 72px;
  cursor: pointer;
}
.version_history .list .icon {
  position: absolute;
  left: 16px;
  top: 12px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
}
.version_history .list .title {
  line-height: 18px;
  font-size: 16px;
  overflow: hidden;
  display: block;
}
  @media (min-width: 720px)
.version_history .list .title .name {
  display: inline-block;
  padding-bottom: 4px;
  width: auto;
}
.version_history .list .title .name {
  
  width: 100%;
}
.version_history .list .title span {
  margin: 2px 0;
}
.version_history .list .title .version {
  font-weight: 700;
  padding-right: 6px;
}
.version_history .list .title span {
  margin: 2px 0;
}
.version_history .list .title span.apk, .version_history .list .title span.obb, .version_history .list .title span.xapk {
  display: inline-block;
  height: 24px;
  line-height: 22px;
  padding: 0 4px;
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid var(--color_button);
  color: var(--color_button);
  font-size: 12px;
  vertical-align: middle;
}
.version_history .list .text {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  padding-top: 4px;
  display: block;
}
.version_history .list .text span {
  padding-right: 8px;
}
.info-fix {
  position: relative;
}
.version_history .list .v_h_button {
  position: absolute;
  right: 0;
  top: 22px;
  text-align: right;
  padding-right: 8px;
  z-index: 10;
}
  @media (min-width: 720px)
.version_history .list .v_h_button a.down, .version_history .list .v_h_button button.down {
  width: 100px;
  border-radius: 6px;
}
.info_box .down-button, .version_history .list .v_h_button a, .version_history .list .v_h_button button {
  display: inline-block;
  position: relative;
  height: 100%;
  line-height: 30px;
  width: 100%;
  /* border-radius: 50%; */
  border: 1px solid #ebedef;
  cursor: pointer;
  vertical-align: top;
  margin: 0 4px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.info_box .down-button, .version_history .list .down {
  border: none;
  background: var(--color_button);
    background-image: none;
  background-image: linear-gradient(90deg,var(--color_button),var(--color_button));
}