.bread-crumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 0.5rem;
  border-bottom: 1px solid #C0C0C0;
  background: #F2F4F8;
}

.bread-crumb--inner {
  display: -ms-flexbox;
  display: flex;
  width: 14.4rem;
  margin: 0 auto;
  line-height: 0.5rem;
}

.bread-crumb__item {
  color: #676767;
  font-size: 0.14rem;
  font-weight: 400;
  white-space: nowrap;
}

.bread-crumb__link {
  font-size: 0.14rem;
}

.bread-crumb__link,
.bread-crumb__divider {
  font-family: PingFangSC-Regular, PingFang SC;
  color: #676767;
  font-weight: 300;
}

.bread-crumb__divider {
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}

.bread-crumb__item:last-child {
  color: #000;
}

.bread-crumb__link:hover {
  color: #0032B4;
}

@media screen and (max-width: 768px) {
  .bread-crumb--inner {
    width: 100%;
  }

  .bread-crumb {
    min-height: 0.6rem;
    padding: 0 .32rem;
  }

  .bread-crumb__item,
  .bread-crumb__link,
  .bread-crumb__divider {
    font-size: .24rem;
  }

  .bread-crumb__item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.big-picture {
  position: relative;
  overflow: hidden;
  background: #000;
}

.big-picture-pc {
  display: block;
  width: 100%;
  position: relative;
}

.big-picture-content {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.big-picture-content-text {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
}

.big-picture-content-title {
  width: 14.4rem;
  font-size: .42rem;
  font-weight: 600;
  color: #FFF;
  line-height: .58rem;
}

.big-picture-content-desc {
  width: 8rem;
  margin-top: .14rem;
  font-size: .16rem;
  line-height: .28rem;
  color: #D8D8D8;
  font-weight: 400;
  overflow: hidden;
}

.big-picture-content-link {
  display: block;
  -ms-flex-align: center;
      align-items: center;
  width: 1.8rem;
  height: 0.4rem;
  margin-top: 0.2rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 400;
  text-align: center;
  line-height: 0.4rem;
}

@media screen and (max-width: 768px) {
  .big-picture,
  .big-picture-pc,
  .big-picture-content {
    width: 100%;
    height: 3.4rem;
  }

  .big-picture-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .big-picture-content-text {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: .8rem .32rem 0;
  }

  .big-picture-content-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 7.09rem;
    font-size: .5rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: .7rem;
  }

  .big-picture-content-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 7.09rem;
    margin-top: .2rem;
    font-size: .3rem;
    line-height: .42rem;
    color: #d8d8d8;
  }

  .pattern-flow .big-picture-content {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .pattern-flow.big-picture,
  .pattern-flow .big-picture-pc,
  .pattern-flow .big-picture-content {
    height: auto;
  }

  .pattern-flow .big-picture-content-text {
    padding: 0.3rem 0.32rem 0.47rem;
  }

  .big-picture-content-title {
    font-size: 0.54rem;
    line-height: 0.75rem;
  }

  .big-picture-content-link {
    width: 2.9rem;
    height: 0.84rem;
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.84rem;
  }
}

.tool--container {
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.7rem;
}

.tool__detail {
  -ms-flex: 1;
      flex: 1;
  margin-right: 0.68rem;
  color: #4E4E4E;
}

.tool__title {
  color: #1D1D1D;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.33rem;
}

.sub__title {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
  color: #1D1D1D;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 0.33rem;
}

.tool__title:not(:first-child) {
  margin-top: 0.3rem;
}

.tool__detail h5 {
  font-weight: 600;
}

.tool__detail p,
.tool__detail ul:not(.download__tips),
.tool__detail ol,
.tool__detail h5 {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}

.tool__detail p,
.tool__detail ul {
  font-size: 0.16rem;
  line-height: 0.3rem;
}

.download__items {
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.12rem;
  gap: 0.12rem;
  margin-top: 0.3rem;
}

.download__items + p {
  margin-top: 0.16rem;
}

.tool__detail a {
  color: #1842B3;
  word-wrap: break-word;
  word-break: break-all;
}

.tool__item--container:not(:last-child) {
  margin-bottom: 0.3rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px dashed #ddd;
}

.tool__detail a:not(.download__item-btn):not(.link-btn):hover {
  text-decoration: underline;
}

.tool__detail img {
  display: block;
  margin: 0 auto;
}

.table-container {
  overflow-x: auto;
}

.table-container table {
  box-sizing: border-box;
  width: 100%;
  table-layout: fixed;
}

.download__item-btn {
  min-width: 0.64rem;
  height: 0.46rem;
  padding: 0 0.18rem;
  border: 1px solid #1842B3;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  font-size: 0.16rem;
  line-height: 0.46rem;
  white-space: nowrap;
  text-align: center;
}

.download__item-btn:hover {
  background-color: #1842B3;
  color: #fff;
}

.change-log {
  margin-top: 0.7rem;
}

.change-log__hd {
  display: -ms-flexbox;
  display: flex;
  height: 0.54rem;
  border-bottom: 1px solid #C0C0C0;
  background-color: #F2F4F8;
  line-height: 0.54rem;
}

.change-log__bd {
  max-height: 5.4rem;
  overflow-y: auto;
}

.change-log__body {
  margin-top: 0.2rem;
  border: 1px solid #C0C0C0;
}

.change-log__col {
  padding-left: 0.24rem;
  padding-right: 0.24rem;
}

.change-log__col.time {
  width: 2.2rem;
  white-space: nowrap;
}

.change-log__col.content {
  -ms-flex: 1;
      flex: 1;
}

.change-log__hd .change-log__col {
  color: #1D1D1D;
  font-size: 0.18rem;
  font-weight: 600;
}

.change-log__item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  color: #4E4E4E;
  font-size: 0.16rem;
  line-height: 0.22rem;
}

.change-log__item:not(:last-child)::after {
  position: absolute;
  right: 0.14rem;
  left: 0.14rem;
  bottom: 0;
  height: 1px;
  background-color: #D8D8D8;
  content: '';
}

.download__tips {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
  padding: 0.16rem;
  background: #F2F4F8;
}

.download__tips li {
  display: -ms-flexbox;
  display: flex;
}

.download__tips-label {
  width: 0.88rem;
  white-space: nowrap;
  text-align: right;
}

.download__tips-value {
  -ms-flex: 1;
      flex: 1;
  word-break: break-all;
}

.table-container table {
  box-sizing: border-box;
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  border-top: 1px solid #C0C0C0;
  border-left: 1px solid #C0C0C0;
}

.table-container th,
.table-container td {
  padding: 0.16rem;
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  line-height: 1.4;
}

.table-container th {
  background-color: #F2F4F8;
  font-weight: 600;
}

/* 工具导航 */

.tool__items--container {
  position: -webkit-sticky;
  position: sticky;
  top: 1.3rem;
  right: 0;
  margin-bottom: auto;
  background-color: #fff;
}

.tool__hd {
  margin-bottom: 0.16rem;
}

.tool__hd-title {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.33rem;
}

.tool__bd {
  padding: 0.18rem 0.16rem 0.18rem 0.26rem;
  border: 1px solid #c0c0c0;
}

.tool__item {
  font-size: 0.16rem;
  line-height: 0.36rem;
}

.tool__item a {
  display: block;
  color: #4E4E4E;
}

.tool__item a:hover {
  color: #1842B3;
}

.tool__detail .link-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 0.64rem;
  height: 0.46rem;
  padding: 0 0.18rem;
  background-color: #1842B3;
  transition: all 0.2s ease-in-out;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.46rem;
  white-space: nowrap;
  text-align: center;
}

.tool__detail .link-btn:hover {
  text-decoration: none;
}


@media screen and (max-width: 768px) {
  .tool--container {
    display: block;
    padding: 0.6rem 0.32rem;
  }

  .tool__detail {
    margin-right: 0;
  }

  .tool__title {
    margin-bottom: 0.3rem;
    font-size: 0.4rem;
    line-height: 0.56rem;
  }

  .sub__title {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
  }

  .tool__detail p,
  .tool__detail ul {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }

  .tool__detail p,
  .tool__detail ul:not(.download__tips),
  .tool__detail ol,
  .tool__detail h5,
  .download__tips {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .table-container table {
    width: 300%;
  }

  .download__items {
    margin-top: 0.6rem;
    grid-gap: 0.18rem;
    gap: 0.18rem;
  }

  .download__tips {
    padding: 0.3rem;
  }

  .download__tips-label {
    width: 1.6rem;
  }

  .download__item-btn {
    box-sizing: border-box;
    width: 3.43rem;
    height: 0.94rem;
    line-height: 0.94rem;
    font-size: 0.32rem;
  }

  .change-log {
    margin-top: 0.6rem;
  }

  .change-log__body {
    margin-top: 0.3rem;
  }

  .change-log__hd {
    height: 0.84rem;
    border: none;
    line-height: 0.84rem;
  }

  .change-log__bd {
    max-height: 11.38rem;
  }

  .change-log__col {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .change-log__item {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.42rem;
  }

  .change-log__col.time {
    width: 2.34rem;
    white-space: nowrap;
  }

  .change-log__hd .change-log__col {
    font-size: 0.34rem;
  }

  .tool__items--container {
    position: static;
    top: 0;
    right: 0;
    margin-top: 0.6rem;
    margin-bottom: 0;
  }

  .tool__hd-title {
    margin-bottom: 0.3rem;
    font-size: 0.4rem;
    line-height: 0.56rem;
  }

  .tool__bd {
    padding: 0.3rem;
  }

  .tool__item {
    font-size: 0.3rem;
    line-height: 0.64rem;
  }

  .tool__detail .link-btn {
    height: 0.94rem;
    line-height: 0.94rem;
    font-size: 0.32rem;
  }
}
