.int-wrap {
  width: 100%;
  padding-bottom: 2.6041vw;
  border-bottom: 0.052vw solid rgba(0, 0, 0, 0.11);
  margin-bottom: 2.6041vw;
}
@media screen and (max-width: 750px) {
  .int-wrap {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
}
.int-wrap:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.int-wrap.info .tips {
  padding-left: 1.0416vw;
}
@media screen and (max-width: 750px) {
  .int-wrap.info .tips {
    padding-left: 4.4vw;
  }
}
.int-wrap .title {
  font-size: 1.0416vw;
  line-height: 1.5;
  color: #262728;
  margin-bottom: 1.0416vw;
  font-weight: bold;
  position: relative;
  padding-left: 1.0416vw;
}
@media screen and (max-width: 750px) {
  .int-wrap .title {
    font-size: 3.7333vw;
    margin-bottom: 2.6666vw;
  }
}
.int-wrap .title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0.4166vw;
  height: 0.4166vw;
  background: #323232;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
@media screen and (max-width: 750px) {
  .int-wrap .title {
    padding-left: 4.4vw;
  }
  .int-wrap .title::before {
    width: 2.1333vw;
    height: 2.1333vw;
  }
}
.int-wrap .int {
  font-size: 1.0416vw;
  line-height: 1.5;
  color: #262728;
  margin-bottom: 1.5625vw;
  font-weight: normal;
  padding-left: 1.0416vw;
  word-break: break-word;
}
@media screen and (max-width: 750px) {
  .int-wrap .int {
    font-size: 3.7333vw;
    margin-bottom: 2.6666vw;
  }
}
@media screen and (max-width: 750px) {
  .int-wrap .int {
    padding-left: 4.4vw;
  }
}
.int-wrap .table-wrap {
  width: 100%;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 750px) {
  .int-wrap .table-wrap {
    margin-bottom: 4vw;
    overflow-x: auto;
  }
}
.int-wrap .table-wrap table {
  width: 100%;
}
.int-wrap .table-wrap table tr:nth-child(even) td {
  background: #f4f5fa;
}
.int-wrap .table-wrap table tr:nth-child(odd) td {
  background: #fff;
}
.int-wrap .table-wrap table tr th,
.int-wrap .table-wrap table tr td {
  padding: 1.3541vw 0;
  padding-right: 1.5625vw;
  word-break: break-word;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .int-wrap .table-wrap table tr th,
  .int-wrap .table-wrap table tr td {
    padding: 2.6666vw;
  }
}
.int-wrap .table-wrap table tr th {
  font-size: 0.9375vw;
  line-height: 1.5;
  color: #fff;
  background: #0069c0;
}
@media screen and (max-width: 750px) {
  .int-wrap .table-wrap table tr th {
    font-size: 3.2vw;
  }
}
.int-wrap .table-wrap table tr th:first-child {
  border-top-left-radius: 0.4166vw;
  border-bottom-left-radius: 0.4166vw;
  padding-left: 2.6041vw;
}
@media screen and (max-width: 750px) {
  .int-wrap .table-wrap table tr th:first-child {
    padding-left: 4vw;
    border-top-left-radius: 1.0666vw;
    border-bottom-left-radius: 1.0666vw;
  }
}
.int-wrap .table-wrap table tr th:last-child {
  border-top-right-radius: 0.4166vw;
  border-bottom-right-radius: 0.4166vw;
}
@media screen and (max-width: 750px) {
  .int-wrap .table-wrap table tr th:last-child {
    border-top-right-radius: 1.0666vw;
    border-bottom-right-radius: 1.0666vw;
  }
}
.int-wrap .table-wrap table tr td {
  width: 0;
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #262728;
  margin-bottom: 0;
  font-weight: normal;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .int-wrap .table-wrap table tr td {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.int-wrap .table-wrap table tr td:first-child {
  border-top-left-radius: 0.4166vw;
  border-bottom-left-radius: 0.4166vw;
  padding-left: 2.6041vw;
}
@media screen and (max-width: 750px) {
  .int-wrap .table-wrap table tr td:first-child {
    padding-left: 4vw;
  }
}
.int-wrap .table-wrap table tr td:last-child {
  border-top-right-radius: 0.4166vw;
  border-bottom-right-radius: 0.4166vw;
}
.int-wrap .tips {
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #8B8B8B;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .int-wrap .tips {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.int-wrap .list {
  padding-left: 1.0416vw;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 750px) {
  .int-wrap .list {
    padding-left: 4.4vw;
    margin-bottom: 4vw;
  }
}
.int-wrap .list .item {
  position: relative;
  font-size: 0.8333vw;
  line-height: 2.2;
  color: #323232;
  margin-bottom: 1.0416vw;
  font-weight: normal;
  padding-left: 1.0416vw;
}
@media screen and (max-width: 750px) {
  .int-wrap .list .item {
    font-size: 3.2vw;
    line-height: 2.2;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .int-wrap .list .item {
    padding-left: 4.4vw;
  }
}
.int-wrap .list .item::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  background: #000;
}
@media screen and (max-width: 750px) {
  .int-wrap .list .item::after {
    top: 2.4vw;
    transform: none;
    width: 2.1333vw;
    height: 2.1333vw;
  }
}
.int-wrap .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8333vw;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  width: 11.0416vw;
  padding: 0.8854vw 0 0.7812vw;
  background: linear-gradient(90deg, #0045A1 0%, #0069C0 100%);
  border-radius: 0.3125vw;
  margin-left: 1.0416vw;
}
@media screen and (max-width: 750px) {
  .int-wrap .download-btn {
    font-size: 3.2vw;
    line-height: 1;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .int-wrap .download-btn {
    margin-left: 4.4vw;
  }
}
@media screen and (max-width: 750px) {
  .int-wrap .download-btn {
    width: 40vw;
    padding: 4vw 0;
    border-radius: 0.8vw;
  }
}
.int-wrap .download-btn .icon {
  display: block;
  width: 0.8333vw;
  margin-right: 0.4166vw;
}
@media screen and (max-width: 750px) {
  .int-wrap .download-btn .icon {
    width: 1em;
    margin-right: 0.5em;
  }
}
.int-wrap .download-btn span {
  display: block;
}