﻿@media screen and (min-width: 320px) and (max-width: 1024px) {
  .phoneheader {
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    height: 1.4rem;
    transition: 0.3s;
    background-color: #c82126;
    padding: 0 0.3rem;
  }

  .bottom-address {
    white-space: normal;
    line-height: 1.8em;
  }

  .phoneheader.active {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .phoneheader .logo-box {
    width: 0.8rem;
  }

  .phoneheader .logo-box img {
    width: 100%;
    display: block;
  }

  .phoneheader .language-box {
    margin-left: auto;
    margin-right: 0.4rem;
  }

  .phoneheader .language-box a {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    font-weight: bold;
  }

  .phoneheader .language-box img {
    width: 0.36rem;
    margin-right: 0.1rem;
  }

  .phoneheader .btn-box {
    display: flex;
    align-items: center;
  }

  .phoneheader .btn-box .btn {
    width: 0.46rem;
  }

  .phoneheader .btn-box .btn img {
    width: 0.45rem;
    display: block;
  }

  .banner {
    position: relative;
    height: 6rem;
  }

  .banner .swiper {
    height: 100%;
  }

  .banner .swiper .bannerbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner .swiper .wrap {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .banner .swiper .wrap h1 {
    font-size: 0.42rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.4rem;
  }

  .banner .swiper .wrap p {
    width: 100%;
    font-size: 0.22rem;
    color: #fff;
    line-height: 1.8em;
    text-align: center;
  }

  .banner .ban-pagination {
    position: absolute;
    top: auto;
    bottom: 0.2rem;
    left: 0.2rem;
    transform: translateY(0);
    z-index: 3;
  }

  .banner .ban-pagination ul {
    display: flex;
  }

  .banner .ban-pagination ul li {
    width: auto;
    height: auto;
    border-radius: unset;
    background: unset;
    opacity: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .banner .ban-pagination ul li:not(:last-child) {
    margin-bottom: 0;
  }

  .banner .ban-pagination ul li.swiper-pagination-bullet-active .line {
    width: 0.3rem;
    margin-right: 0.15rem;
  }

  .banner .ban-pagination ul li.swiper-pagination-bullet-active .circle {
    border: 2px solid #d11f1b;
    color: #d11f1b;
    width: 0.6rem;
    height: 0.6rem;
  }

  .banner .ban-pagination ul li .line {
    width: 0;
    height: 0.03rem;
    margin-right: 0;
    background-color: #d11f1b;
    transition: 0.3s;
    display: none;
  }

  .banner .ban-pagination ul li .circle {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 0.14rem;
    font-weight: bold;
  }

  .banner .mouse-bz {
    position: absolute;
    z-index: 3;
    right: 0.2rem;
    bottom: 1.9rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    display: none;
  }

  .banner .mouse-bz .line {
    width: 2px;
    height: 2.8rem;
    background-color: #d11f1b;
    margin-bottom: 0.15rem;
    margin-right: 0.2rem;
  }

  .banner .mouse-bz .mb-right {
    display: flex;
    align-items: center;
  }

  .banner .mouse-bz .mb-right p {
    font-size: 0.14rem;
    font-weight: bold;
    color: #fff;
    margin-right: 0.15rem;
  }

  .banner .mouse-bz .mb-right .circle {
    border: 2px solid #d11f1b;
    color: #d11f1b;
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .banner .mouse-bz .mb-right .circle img {
    width: 0.16rem;
  }

  .intro-floor {
    position: relative;
    z-index: 2;
    display: block;
    justify-content: flex-end;
    margin-bottom: 0.6rem;
  }

  .intro-floor .img-box {
    position: static;
    top: 50%;
    left: 0;
    transform: translateY(0%);
    width: 100%;
    height: 5rem;
  }

  .intro-floor .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .intro-floor .text-box {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    padding-right: 0;
    background-color: #d11f1b;
    padding-left: 0.5rem;
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .intro-floor .text-box p {
    font-size: 0.28rem;
    line-height: 1.8em;
    color: #fff;
  }

  .floor .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .floor .title-box .left-title {
    width: 10rem;
  }

  .floor .title-box .left-title h2 {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }

  .floor .title-box .left-title p {
    font-size: 0.28rem;
    line-height: 2em;
  }

  .floor .right-smlbt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #d11f1b;
    display: none;
  }

  .floor .right-smlbt p {
    font-size: 0.24rem;
    font-weight: bold;
  }

  .floor .right-smlbt .line {
    height: 0.04rem;
    background-color: #d11f1b;
    margin-top: 0.1rem;
  }

  .floor .right-smlbt .line1 {
    width: 0.44rem;
  }

  .floor .right-smlbt .line2 {
    width: 0.69rem;
  }

  .db-floor {
    padding-bottom: 1.2rem;
  }

  .db-floor .wrap .title-box {
    margin-bottom: 0.35rem;
  }

  .db-floor .wrap .pk-box .fenlei {
    position: relative;
    display: flex;
    align-items: center;
  }

  .db-floor .wrap .pk-box .fenlei .fl-item {
    padding: 0.35rem 1rem;
    flex: 1;
    font-size: 0.32rem;
    color: #666666;
    font-weight: bold;
  }

  .db-floor .wrap .pk-box .fenlei .fl-left {
    text-align: right;
    border-bottom: 0.04rem solid #d11f1b;
    color: #d11f1b;
  }

  .db-floor .wrap .pk-box .fenlei .fl-right {
    border-bottom: 0.04rem solid #dcdcdc;
  }

  .db-floor .wrap .pk-box .fenlei .vs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.6rem;
    line-height: 1em;
  }

  .db-floor .wrap .pk-box .pk-xq {
    padding: 0.2rem 0;
  }

  .db-floor .wrap .pk-box .pk-xq .pk-item {
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
  }

  .db-floor .wrap .pk-box .pk-xq .pk-item .pi-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc((100% - 1rem) / 2);
  }

  .db-floor .wrap .pk-box .pk-xq .pk-item .pi-item .number {
    font-size: 0.24rem;
  }

  .db-floor .wrap .pk-box .pk-xq .pk-item .pi-item .jindutiao {
    position: relative;
    overflow: hidden;
    width: 2.5rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    background-color: #f2f2f2;
  }

  .db-floor .wrap .pk-box .pk-xq .pk-item .canshu {
    width: 1rem;
    font-size: 0.24rem;
    text-align: center;
  }

  .db-floor .wrap .pk-box .pk-xq .pk-item .pi-left .jindu {
    position: absolute;
    right: 0;
    height: 0.4rem;
    border-radius: 0.2rem;
    width: 40%;
    background: linear-gradient(to right, #d3231e, #fe6967);
  }

  .db-floor .wrap .pk-box .pk-xq .pk-item .pi-right .jindu {
    position: absolute;
    left: 0;
    height: 0.4rem;
    border-radius: 0.2rem;
    width: 40%;
    background: linear-gradient(to right, #d6d5d5, #ababab);
  }

  .yck-floor {
    padding-top: 0.9rem;
    background: url(../img/yclbg.png) center / cover no-repeat;
  }

  .yck-floor .wrap .title-box {
    color: #fff;
    margin-bottom: 0.6rem;
  }

  .yck-floor .wrap .img-box {
    position: relative;
    width: 6rem;
    height: 3.15rem;
    margin: 0 auto;
  }

  .yck-floor .wrap .img-box .ditu {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .yck-floor .wrap .img-box .didian3 {
    position: absolute;
    left: 2.2rem;
    bottom: 2rem;
    width: 0.87rem;
  }

  .yck-floor .wrap .img-box .didian4 {
    position: absolute;
    left: 3.3rem;
    bottom: 1.8rem;
    width: 0.87rem;
  }

  .yck-floor .wrap .img-box .didian2 {
    position: absolute;
    right: -0.1rem;
    top: 0.4rem;
    width: 1.05rem;
  }

  .yck-floor .wrap .img-box .didian1 {
    position: absolute;
    right: -0.8rem;
    bottom: 1.5rem;
    width: 1.96rem;
  }

  .banner2 {
    position: relative;
    height: calc(100vh - 1.4rem);
    padding-top: 1rem;
  }

  .banner2.lx-banner {
    height: auto;
    padding-bottom: 1rem;
  }

  .banner2 .bannerbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner2 .wrap {
    position: relative;
    z-index: 2;
    height: 100%;
  }

  .banner2 .wrap .check-box {
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.3); */
    height: 90%;
    padding-top: 0.64rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
  }

  .banner2 .wrap .check-box h2 {
    font-size: 0.36rem;
  }

  .banner2 .wrap .check-box p {
    font-size: 0.28rem;
    color: #cccccc;
    margin: 0.2rem 0;
  }

  .banner2 .wrap .check-box .line {
    width: 2.5rem;
    height: 1px;
    background-color: #fff;
    margin-bottom: 2rem;
  }

  .banner2 .wrap .check-box .search-box {
    display: block;
  }

  .banner2 .wrap .check-box .search-box .input-box {
    display: flex;
    align-items: center;
    width: 5.7rem;
    height: 0.8rem;
    border: 1px solid #fff;
    padding: 0 0.15rem;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }

  .banner2 .wrap .check-box .search-box .input-box input {
    height: 100%;
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: #fff;
  }

  .banner2 .wrap .check-box .search-box .input-box input::placeholder {
    color: #fff;
  }

  .banner2 .wrap .check-box .search-box .input-box img {
    width: 0.4rem;
    margin-left: 0.3rem;
    /* display: block; */
  }

  .banner2 .wrap .check-box .search-box .check-btn:hover {
    opacity: 0.8;
  }

  .banner2 .wrap .check-box .search-box .check-btn a {
    width: 2.5rem;
    height: 0.8rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    margin: 0 auto;
  }

  .banner2 .wrap .check-box .contactnr-box {
    width: 100% !important;
    display: flex;
    padding: 0 0.5rem;
    flex-direction: column;
    align-items: center;
  }

  .banner2 .wrap .check-box .contactnr-box .form-box {
    margin-bottom: 0.4rem;
  }

  .banner2 .wrap .check-box .contactnr-box .form-box .input-item {
    width: 5.7rem;
    border: 1px solid #fff;
    margin-bottom: 0.25rem;
  }

  .banner2 .wrap .check-box .contactnr-box .form-box .input-item input {
    width: 100%;
    height: 100%;
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    height: 0.8rem;
    padding: 0 0.15rem;
    font-size: 0.14rem;
  }

  .banner2
    .wrap
    .check-box
    .contactnr-box
    .form-box
    .input-item
    input::placeholder {
    color: #fff;
  }

  .banner2 .wrap .check-box .contactnr-box .form-box .input-item textarea {
    background: none;
    border: none;
    outline: none;
    height: 2.05rem;
    width: 100%;
    resize: none;
    padding: 0.15rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.14rem;
    color: #fff;
  }

  .banner2
    .wrap
    .check-box
    .contactnr-box
    .form-box
    .input-item
    textarea::placeholder {
    color: #fff;
  }

  .banner2 .wrap .check-box .contactnr-box .form-box button {
    width: 5.7rem;
    height: 0.8rem;
    background-color: #fff;
    border: none;
    outline: none;
    font-size: 0.13rem;
    cursor: pointer;
  }

  .banner2 .wrap .check-box .lxfs-box {
    width: 100%;
  }

  .banner2 .wrap .check-box .lxfs-box .lx-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .banner2 .wrap .check-box .lxfs-box .lx-item h3:not(:last-child) {
    margin-bottom: 0.3rem;
  }

  .banner2 .wrap .check-box .lxfs-box .lx-item {
    margin-bottom: 0.3rem;
  }

  .banner2 .wrap .check-box .lxfs-box .lx-item .lxicon {
    width: 0.4rem;
    height: 0.4rem;
  }

  .banner2 .wrap .check-box .lxfs-box .lx-item p {
    font-size: 0.28rem;
    color: #fff;
  }

  .banner2 .wrap .check-box .code-box .img-box {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
  }

  .banner2 .wrap .check-box .code-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  footer {
    padding: 0.45rem;
  }

  footer .wrap .footer-top {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
  }

  footer .wrap .footer-top .logo {
    width: 0.72rem;
  }

  footer .wrap .footer-top .logo img {
    width: 100%;
    display: block;
  }

  footer .wrap .footer-top .footer-navs {
    display: flex;
    align-items: center;
    display: none;
  }

  footer .wrap .footer-top .footer-navs li:not(:last-child) {
    border-right: 1px solid #d2d2d2;
  }

  footer .wrap .footer-top .footer-navs li a {
    font-size: 0.14rem;
    font-weight: bold;
    padding: 0 0.4rem;
    color: #666666;
  }

  footer .wrap .footer-top .footer-navs li a:hover {
    color: #d11f1b;
  }

  footer .wrap .footer-top .app-list {
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  footer .wrap .footer-top .app-list img {
    opacity: 0;
  }

  footer .wrap .footer-top .app-list .al-item {
    position: relative;
    cursor: pointer;
  }

  footer .wrap .footer-top .app-list .al-item:hover .code {
    opacity: 1;
  }

  footer .wrap .footer-top .app-list .al-item .code {
    position: absolute;
    top: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.2rem;
    opacity: 0;
    transition: 0.3s;
  }

  footer .wrap .footer-top .app-list .al-item:not(:last-child) {
    margin-right: 0.2rem;
  }

  footer .wrap .footer-top .app-list .al-item .icon {
    height: 0.6rem;
  }

  footer .wrap .p-box {
    padding-left: 0;
  }

  footer .wrap .p-box p {
    font-size: 0.24rem;
    color: #999;
    line-height: 1.8em;
  }

  footer .wrap .p-box p a {
    color: #999;
  }

  .loading-box {
    min-height: 100vh;
    background-color: #d11f1b;
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
  }

  .loading-box .prev {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.3rem;
  }

  .loading-box .prev img {
    width: 0.25rem;
    display: block;
  }

  .loading-box .logo {
    width: 1.4rem;
    margin-bottom: 0.55rem;
  }

  .loading-box .logo img {
    width: 100%;
    display: block;
  }

  .loading-box .title {
    font-size: 0.36rem;
    margin-bottom: 1.3rem;
  }

  .loading-box h2 {
    margin-bottom: 0.25rem;
  }

  .loading-box p {
    font-size: 0.28rem;
    line-height: 1.8em;
  }

  .loading-box .open-btn {
    width: 4rem;
    height: 1.1rem;
    border: 1px solid #fff;
    border-radius: 0.55rem;
    margin-top: 1.8rem;
  }

  .loading-box .open-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #fff;
  }

  .detail-box {
    /* background: #ffffff; */
  }

  .detail-box .detail-top {
    flex-direction: column;
  }

  .detail-box .detail-boxs .flexs {
    flex-direction: column;
  }

  .detail-box .detail-top .left-text {
    padding-right: 0;
    /* color: #000000; */
  }

  .detail-box .detail-top .left-text h2 {
    /* color: #000000; */
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .detail-box .detail-top .left-text p {
    /* color: #000000; */
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .detail-box .detail-top .right-photo {
    max-width: 100%;
    min-width: 0;
  }

  .detail-box .detail-boxs .flexs .messages,
  .detail-box .detail-boxs .flexs .jcsjs {
    width: 100%;
  }

  .detail-box .detail-boxs .title {
    /* color: #000; */
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 15px 0;
  }

  .detail-box .detail-boxs .flexs .jcsjs ul li {
    width: 100%;
  }

  .detail-box .detail-boxs .flexs .jcsjs ul li .label {
    margin-right: 0;
    width: 100%;
  }

  .detail-box .detail-boxs .flexs .jcsjs ul li .value {
    width: 50%;
  }

  .detail-box .detail-boxs .flexs .jcsjs ul li .carts {
    /* display: none; */
    margin: 30px auto;
  }

  .detail-box .detail-boxs .flexs .messages p {
    /* color: #000; */
    font-size: 14px;
    line-height: 30px;
  }

  .detail-box .detail-boxs .flexs .jcsjs ul li h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    /* color: #000; */
  }

  .detail-box .detail-boxs .flexs .jcsjs ul li p {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    /* color: rgba(255,255,255,0.5); */
    /* color: rgba(0,0,0,0.5); */
    line-height: 24px;
  }

  .detail-box .detail-boxs .links ul li {
    width: 24.5%;
    height: 11vh;
    /* background: #000000; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .detail-box .detail-boxs .links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .detail-box .detail-boxs .links ul li img {
    max-width: 80%;
    max-height: 80%;
  }

  .detail-box .detail-boxs .links .title {
  }

  /* .detail-box .detail-boxs .links:nth-last-child(1) .title{
    display: block;
  } */

  .trend-box {
    margin-top: -80px;
  }

  .trend-box .data-search .input-type {
    width: 100%;
  }

  .trend-box .data-search .input-type .djqh {
    width: 50%;
    padding: 0;
  }

  .trend-box .data-search .input-data {
    width: 100%;
  }

  .trend-box .data-search .input-data button {
    font-size: 12px;
    white-space: nowrap;
  }

  /* .trend-box .data-search .data input, .trend-box .data-search .month input{
    width: 80px;
  } */
  .trend-box .trend-tables .table-list {
    /* overflow-y: auto; */
    display: flex;
    width: 100%;
    border-left: 0;
  }

  .trend-box .data-search.data .data {
    width: 100%;
  }

  .search-trend {
    width: 81vw;
    margin-left: -3vw;
  }

  .trend-box .trend-tables {
    width: 81vw;
    margin-left: -3vw;
  }

  .trend-box .trend-tables h4 {
    width: 100%;
    display: block;
  }

  .trend-box .trend-tables .table-title,
  .trend-box .trend-tables .table-lists {
    /* width: 1000px; */
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    white-space: nowrap;
  }

  .trend-box .trend-tables .table-lists {
    border-left: 0;
  }

  .trend-box .trend-tables .table-title ul,
  .trend-box .trend-tables .table-lists ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .trend-box .trend-tables .table-title ul {
    border-bottom: 1px #ffffff solid;
  }

  .trend-tables .table-lists ul {
    border-left: 0;
  }

  .trend-box .trend-tables ul li {
    white-space: nowrap;
    border-left: 0;
    border-top: 1px solid #ffffff;
    display: none;
  }

  .trend-box .trend-tables ul li:nth-child(-n + 4) {
    display: block;
  }

  .trend-box .chart-trend {
    overflow-y: auto;
    margin-bottom: 30px;
    width: 81vw;
    margin-left: -3vw;
  }

  .trend-box .chart-trend .myChart {
    width: 100%;
    height: 260px;
  }

  .trend-box .data-search {
    height: auto;
  }

  .trend-box .data-search form {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
  }

  .trend-box .data-search .data input,
  .trend-box .data-search .month input {
    width: 48%;
  }

  .trend-box .trend-tables h5 {
    width: 100%;
  }
  /* 产品详情 */
  .cpxq-floorbox {
    position: relative;
    z-index: 2;
  }
  .cpxq-floorbox h2 {
    font-size: 0.48rem;
    margin-bottom: 0.9rem;
  }
  .cpxq-banner {
    background-color: #f8f8f8;
    position: relative;
    height: auto;
  }
  .cpxq-banner .banner-bg {
    height: 7rem;
  }
  .cpxq-banner .wrap2 {
    padding: 0 10%;
    width: 100%;
    position: static;
    margin-top: 6.4rem;
    z-index: 3;
    background-color: #f8f8f8;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    padding-top: 0.6rem;
  }
  .cpxq-banner .wrap2 h1 {
    font-size: 0.48rem;
  }
  .cpxq-banner .wrap2 .introbox {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cpxq-banner .wrap2 .introbox p {
    font-size: 0.28rem;
    line-height: 1.6em;
    color: #999;
  }
  .cpxq-banner .wrap2 .introbox p:not(:last-child) {
    margin-bottom: 0;
  }
  .cpxq-banner .wrap2 .bofang {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2.9rem;
  }
  .cpxq-banner .wrap2 .bofang .bfimg-box {
    width: 1.2rem;
  }
  .cpxq-banner .wrap2 .bofang p {
    display: none;
  }
  .cpxq-banner .wrap2 .gg-list {
    flex-wrap: wrap;
  }
  .cpxq-banner .wrap2 .gg-list .gg-item {
    width: 48%;
    height: 4rem;
    margin-bottom: 0.3rem;
    box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53),
      inset 35px 0 65px 0 rgba(255, 255, 255, 0.45),
      inset -1px -1px 20px rgba(255, 255, 255, 0.07);
  }
  .cpxq-banner .wrap2 .gg-list .gg-item:first-child {
    width: 100%;
    height: 5rem;
    margin-bottom: 0.3rem;
  }
  .cpxq-banner .wrap2 .gg-list .gg-item .gg-it {
    font-size: 0.32rem;
  }
  .cpxq-banner .wrap2 .gg-list .gg-item .gg-it:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .cpxq-banner .wrap2 .gg-list .gg-item .gg-it .gi-title {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .cpxq-box1 .change-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .cpxq-box1 .change-box .cha-item {
    height: 1rem;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0.05rem;
  }
  .cpxq-box1 .change-box .cha-item.active {
    background-color: #d11f1b;
    color: #fff;
  }
  .cpxq-box1 .chart-box {
    display: block;
    width: 100%;
    height: 11rem;
    position: relative;
  }
  .cpxq-box1 .chart-box .chart-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7rem;
    padding-left: 1rem;
    z-index: -99;
    opacity: 0;
  }
  .cpxq-box1 .chart-box .chart-item:nth-child(2),
  .cpxq-box1 .chart-box .chart-item:nth-child(1) {
    height: 11rem;
  }
  .cpxq-box1 .chart-box .chart-item:nth-child(2) .zuobiao,
  .cpxq-box1 .chart-box .chart-item:nth-child(1) .zuobiao {
    height: 9rem;
  }
  .cpxq-box1 .chart-box .chart-item:nth-child(2) .shuju,
  .cpxq-box1 .chart-box .chart-item:nth-child(1) .shuju {
    height: 8rem;
  }
  .cpxq-box1 .chart-box .chart-item.active {
    z-index: 2;
    opacity: 1;
  }
  .cpxq-box1 .chart-box .chart-item:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .cpxq-box1 .chart-box .chart-item .leibie {
    font-size: 0.36rem;
  }
  .cpxq-box1 .chart-box .chart-item .zuobiao {
    width: 5rem;
    height: 5rem;
    border-bottom: 0.04rem solid #000;
    border-left: 0.04rem solid #000;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line {
    position: absolute;
    left: 0;
    height: 0.04rem;
    background-color: #000;
    width: 0.2rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line .num {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.36rem;
    font-size: 0.12rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(even) {
    width: 0.1rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(1) {
    bottom: -0.04rem;
    background-color: transparent;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(2) {
    bottom: 0.36rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(3) {
    bottom: 0.76rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(4) {
    bottom: 1.16rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(5) {
    bottom: 1.56rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(6) {
    bottom: 1.96rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(7) {
    bottom: 2.36rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(8) {
    bottom: 2.76rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(9) {
    bottom: 3.16rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(10) {
    bottom: 3.56rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(11) {
    bottom: 3.96rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(12) {
    bottom: 4.36rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(13) {
    bottom: 4.76rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(14) {
    bottom: 5.16rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(15) {
    bottom: 5.56rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(16) {
    bottom: 5.96rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(17) {
    bottom: 6.36rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(18) {
    bottom: 6.76rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(19) {
    bottom: 7.16rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(20) {
    bottom: 7.56rem;
  }
  .cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(21) {
    bottom: 7.96rem;
  }
  .cpxq-box1 .chart-box .chart-item .shuju {
    position: absolute;
    bottom: 0;
    width: 1.2rem;
    height: 4rem;
  }
  .cpxq-box1 .chart-box .chart-item .shuju .name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.28rem;
    color: #999999;
    bottom: -0.6rem;
    width: max-content;
  }
  .cpxq-box1 .chart-box .chart-item .shuju .jindu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cpxq-box1 .chart-box .chart-item .shuju .jindu .jindu-ys {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .cpxq-box1 .chart-box .chart-item .shuju .jindu .number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.4rem;
    font-size: 0.24rem;
    color: #333;
  }
  .cpxq-box1 .chart-box .chart-item .shuju.mr-shuju {
    left: 3.2rem;
  }
  .cpxq-box1 .chart-box .chart-item .shuju.mr-shuju .jindu .jindu-ys {
    background-color: #999999;
  }
  .cpxq-box1 .chart-box .chart-item .shuju.zs-shuju {
    left: 1.1rem;
  }
  .cpxq-box1 .chart-box .chart-item .shuju.zs-shuju.active .jindu .jindu-ys {
    height: 100%;
  }
  .cpxq-box1 .chart-box .chart-item .shuju.zs-shuju .jindu .jindu-ys {
    background-color: #d11f1b;
    height: 0;
    transition: 2s ease-out;
  }
  .cpxq-box1 .chart-box .chart-item .shuju.zs-shuju .name {
    color: #d11f1b;
  }
  .cpxq-box1 .sj-list {
    flex-wrap: wrap;
  }
  .cpxq-box1 .sj-list .sj-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0.05rem 0rem;
    height: auto;
  }
  .cpxq-box1 .sj-list .sj-item:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .cpxq-box1 .sj-list .sj-item .icon-box {
    width: 0.6rem;
    height: 0.6rem;
  }
  .cpxq-box1 .sj-list .sj-item .text-box {
    text-align: right;
  }
  .cpxq-box1 .sj-list .sj-item .text-box .hl {
    display: flex;
    align-items: center;
  }
  .cpxq-box1 .sj-list .sj-item .text-box .hl p {
    font-size: 0.32rem;
  }
  .cpxq-box2 .swiper {
    padding: 0 0.2rem;
  }
  .cpxq-box2 .swiper .swiper-slide {
    padding: 0 0.2rem;
  }
  .cpxq-box3 .swiper .swiper-slide .zz-item {
    height: 1.6rem;
    position: static;
  }
  .cpxq-box3 .swiper .swiper-slide .zz-item .text-box {
    line-height: normal;
    font-size: 0.12rem;
  }
  .cpxq-box3 .swiper .swiper-slide .zz-item img {
    max-width: 60%;
  }
  .cpxq-box4 {
    padding-top: 0.5rem;
  }
  .cpxq-box4 .xx-list {
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
  }
  .cpxq-box4 .xx-list .text-box {
    width: 100%;
    flex: auto;
    margin-bottom: 0.2rem;
  }
  .cpxq-box4 .xx-list .text-box .img-box {
    height: 2rem;
  }
  .cpxq-box4 .xx-list .text-box .text h3 {
    font-size: 0.32rem;
  }
  .cpxq-box4 .xx-list .text-box .text p {
    font-size: 0.28rem;
  }
  .cpxq-box4 .xx-list .ppimg-box {
    width: 100%;
    margin-left: 0;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .cpxq-box4 .xx-list .ppimg-box img {
    height: auto;
  }
  .cpxq-box4 .dituwrap {
    width: 92.5%;
  }
  .cpxq-box4 .dituwrap .ditu-title {
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
  }
  .cpxq-box4 .ditu-box {
    width: 100%;
    margin-left: 0;
  }
  .cpxq-box4 .ditu-box .jt-box .jiantou {
    position: absolute;
  }
  .cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(1) {
    width: 4.4rem;
    height: 1.4rem;
    bottom: 2rem;
    right: 1.6rem;
    background: url(../img/cpxq/jiantou1.png) no-repeat;
    background-position: right;
    background-size: auto 100%;
  }
  .cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(1).active {
    animation: long1 2s linear forwards;
  }
  .cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(2) {
    width: 2.1rem;
    height: 0.65rem;
    bottom: 1.9rem;
    right: 1.6rem;
    background: url(../img/cpxq/jiantou2.png) no-repeat;
    background-position: right;
    background-size: auto 100%;
  }
  .cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(2).active {
    animation: long2 2s linear forwards;
  }
  .cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(3) {
    width: 0.8rem;
    height: 0.3rem;
    bottom: 2rem;
    left: 5.5rem;
    background: url(../img/cpxq/jiantou3.png) no-repeat;
    background-position: left;
    background-size: auto 100%;
  }
  .cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(3).active {
    animation: long3 2s linear forwards;
  }
  .cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(4) {
    width: 0.3rem;
    height: 0.2rem;
    bottom: 2rem;
    left: 5.55rem;
    background: url(../img/cpxq/jiantou4.png) no-repeat;
    background-position: left;
    background-size: auto 100%;
  }
  .cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(4).active {
    animation: long4 2s linear forwards;
  }
  .cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(5) {
    width: 0.5rem;
    height: 1rem;
    bottom: 0.8rem;
    left: 5.5rem;
    background: url(../img/cpxq/jiantou5.png) no-repeat;
    background-position: left;
    background-size: auto 100%;
  }
  .cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(5).active {
    animation: long5 2s linear forwards;
  }
  .cpxq-box4 .ditu-box .bz-box .dz {
    position: absolute;
  }
  .cpxq-box4 .ditu-box .bz-box .dz:nth-child(1) {
    width: 0.3rem;
    left: 0.9rem;
    top: 0.8rem;
  }
  .cpxq-box4 .ditu-box .bz-box .dz:nth-child(2) {
    left: 3.8rem;
    top: 0.9rem;
    width: 1rem;
  }
  .cpxq-box4 .ditu-box .bz-box .dz:nth-child(3) {
    right: 0.8rem;
    top: 1.2rem;
    width: 0.5rem;
  }
  .cpxq-box4 .ditu-box .bz-box .dz:nth-child(4) {
    width: 0.3rem;
    right: 1rem;
    bottom: 0.6rem;
  }
  .cpxq-box4 .ditu-box .bz-box .dz:nth-child(5) {
    right: 1.5rem;
    top: 1.5rem;
    width: 0.34rem;
  }
  .cpxq-box4 .phoneditu {
    display: block;
  }
  .cpxq-box5 .zs-box {
    flex-wrap: wrap;
  }
  .cpxq-box5 .zs-box .video-box {
    width: 100%;
    margin-left: 0;
    height: 4rem;
  }
  .cpxq-box5 .zs-box .video-box .bofang .bfimg-box {
    width: 1.2rem;
  }
  .cpxq-box5 .zs-box .video-box .bofang p {
    display: none;
  }
  .cpxq-box5 .zs-box .text-box {
    margin-bottom: 0.3rem;
  }
  .cpxq-box5 .zs-box .text-box p {
    font-size: 0.32rem;
  }
  .cpxq-box6 .zn-box {
    padding: 0.2rem;
  }
  .cpxq-box6 .zn-box p {
    font-size: 0.28rem;
  }
  .mengceng .video-box {
    width: 100%;
  }
  .mengceng .video-box .bfclose {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    top: 115%;
    right: 50%;
    transform: translateX(50%);
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mengceng .video-box .bfclose img {
    width: 0.45rem;
    filter: brightness(0) invert(1);
  }
  @keyframes long1 {
    0% {
      width: 0;
    }
    100% {
      width: 4.4rem;
    }
  }
  @keyframes long2 {
    0% {
      width: 0;
    }
    100% {
      width: 2.1rem;
    }
  }
  @keyframes long3 {
    0% {
      width: 0;
    }
    100% {
      width: 0.8rem;
    }
  }
  @keyframes long4 {
    0% {
      width: 0;
    }
    100% {
      width: 0.66rem;
    }
  }
  @keyframes long5 {
    0% {
      width: 0;
    }
    100% {
      width: 0.5rem;
    }
  }
.ppList {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
}
