/*580分辨率（大于580px，小于1200px）*/
@media screen and (min-width: 720px) and (max-width: 1200px) {
  .g-wrap {
    background-image: url("../img/img_header_PC.jpg"), url("../img/img_footer_PC.jpg");
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .v_content {
    max-width: 1200px;
    width: calc(100vw - 32px);
  }

  .vht-left {
    align-items: center;
    gap: 16px;
  }

  .vht-left .t1 {
    font-size: 40px;
    line-height: 46px;
  }

  .vht-left .t2 {
    font-size: 28px;
    line-height: 36px;
  }

  .vht-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .vht-right img {
    width: 260px;
  }

  .vh-bottom {
    padding: 12px 12px 12px 16px;
  }

  .vhb-left {
    gap: 16px;
    font-size: 16px;
  }

  .vhb-left select {
    font-size: 16px;
    height: 24px;
  }

  .vhb-left input {
    height: 20px;
    font-size: 16px;
    width: 100%;
  }

  .vhb-left input::-webkit-input-placeholder { /*WebKit browsers*/
    color: #BBBBBB;
    font-size: 16px;
  }

  .vhb-left input::-moz-input-placeholder { /*Mozilla Firefox*/
    color: #BBBBBB;
    font-size: 16px;
  }

  .vhb-left input::-ms-input-placeholder { /*Internet Explorer*/
    color: #BBBBBB;
    font-size: 16px;
  }

  .vhb-button {
    padding: 8px 16px 8px 17px;
    background: #CB000A;
    font-size: 16px;
    white-space: nowrap;
  }

  .vhb-left .v-line {
    height: 32px;
  }

  .box-1 {
    /*grid-template-columns: 1fr 1fr;*/
    gap: 8px;
  }

  .box-1 .card {
    aspect-ratio: 36/24;
    font-size: 22px;
  }

  .box-1 .card img {
    width: 48px;
    height: 48px;
  }

  .time-line .box {
    gap: 50px;
  }

  .time-line .box .circle-border {
    width: 72px;
    height: 72px;
  }

  .time-line .box .circle-border .circle-content {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }

  .news-box{
    /*grid-template-columns: 1fr;*/
  }

  .news-box .news-card .bar .tabs .tab-item{
    font-size: 20px;
    width: 73px;
    height: 35px;
  }

  .v-footer {
    gap: 16px;
    font-size: 14px;
  }
}