@media screen and (min-width: 320px) and (max-width: 1024px) {
  html {
    font-size: 50px;
  }
  .dian {
    height: 2.2rem !important;
  }
  .phoneheader .logo p {
    font-size: 0.28rem;
  }
  .phoneheader .logo img {
    margin-right: 0.2rem;
  }
  .paging2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6rem 0;
  }
  .paging2 a {
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid #d2d2d2;
    color: #666666;
    margin: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    border-radius: 50%;
  }
  .paging2 a.jiantou {
    background-color: unset !important;
    border: none !important;
    font-weight: bold;
  }
  .paging2 a:hover {
    color: #fff;
  }
  .paging2 a.active {
    color: #fff;
  }
  .search-floor {
    margin-top: 0rem;
    margin-bottom: 0.44rem;
  }
  .search-floor .wrap {
    width: 100%;
  }
  .search-floor .wrap .search-box {
    background-color: #fff;
    border-radius: 0rem;
    padding: 0.2rem;
    padding-bottom: 0;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .search-floor .wrap .search-box .search-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .search-floor .wrap .search-box .search-top .input-box {
    width: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
    display: flex;
  }
  .search-floor .wrap .search-box .search-top .input-box select {
    position: absolute;
    left: 0;
    width: 1.6rem;
    height: 0.8rem;
    background-color: #eeeeee;
    margin: 0;
    padding: 0;
    outline: none;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 0.14rem;
    color: #999;
  }
  .search-floor .wrap .search-box .search-top .input-box input {
    border: 1px solid #d2d2d2;
    flex: 1;
    height: 0.8rem;
    padding-left: 0.2rem;
    font-size: 0.14rem;
    padding-right: 1.3rem;
  }
  .search-floor .wrap .search-box .search-top .input-box .search-btn {
    position: absolute;
    right: 0;
  }
  .search-floor .wrap .search-box .search-top .input-box .search-btn a {
    width: 1.28rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.18rem;
  }
  .search-floor .wrap .search-box .hotwords {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    padding: 0.24rem 0;
    padding-left: 0.2rem;
  }
  .search-floor .wrap .search-box .hotwords p {
    font-weight: bold;
    font-style: italic;
    margin-right: 0.24rem;
  }
  .search-floor .wrap .search-box .hotwords ul {
    display: flex;
    align-items: center;
  }
  .search-floor .wrap .search-box .hotwords ul li {
    margin-right: 0.24rem;
  }
  .search-floor .wrap .search-box .hotwords ul li a {
    font-size: 0.12rem;
    color: #333;
  }
  .search-floor .wrap .search-box .hotwords ul li a:hover {
    color: #d61b0c;
  }
  .fl-floor .wrap .fl-box {
    margin-bottom: 0.2rem;
  }
  .fl-floor .wrap .fl-box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .fl-floor .wrap .fl-box ul li:nth-child(even) a {
    background-color: #dfdfe6;
  }
  .fl-floor .wrap .fl-box ul li a {
    width: 100%;
    height: 1.2rem;
    display: flex;
    align-items: center;
    background-color: #e4e3e6;
    padding: 0 0.24rem;
    padding-right: 0.16rem;
  }
  .fl-floor .wrap .fl-box ul li a:hover img {
    transform: scale(1.1);
  }
  .fl-floor .wrap .fl-box ul li a .text-box {
    flex: 1;
  }
  .fl-floor .wrap .fl-box ul li a .text-box h3 {
    font-size: 0.3rem;
    margin-bottom: 0.08rem;
  }
  .fl-floor .wrap .fl-box ul li a .text-box .en {
    font-size: 0.12rem;
    color: #999999;
  }
  .fl-floor .wrap .fl-box ul li a img {
    width: 0.8rem;
    height: 0.8rem;
    object-fit: contain;
    transition: 0.3s;
  }
  .fl-floor .wrap .allfl-box {
    display: block;
    min-height: 5rem;
  }
  .fl-floor .wrap .allfl-box .allfl-left {
    position: fixed;
    top: 1.4rem;
    z-index: 999;
    width: 100%;
    width: 100%;
    left: 0;
    margin-right: 0;
  }
  .fl-floor .wrap .allfl-box .allfl-left .allfl-title {
    height: 0.8rem;
    display: flex;
    align-items: center;
    padding: 0 0.22rem;
    cursor: pointer;
    background-color: #d61b0c;
    margin-bottom: 0rem;
  }
  .fl-floor .wrap .allfl-box .allfl-left .allfl-title img {
    width: 0.2rem;
    margin-right: 0.5rem;
  }
  .fl-floor .wrap .allfl-box .allfl-left .allfl-title p {
    font-size: 0.28rem;
    color: #fff;
  }
  .fl-floor .wrap .allfl-box .allfl-left .fl-navs {
    background-color: #f7f7f7;
    height: 6rem;
    overflow-y: scroll !important;
    display: none;
  }
  .fl-floor .wrap .allfl-box .allfl-left .fl-navs .item {
    margin-bottom: 0.2rem;
  }
  .fl-floor .wrap .allfl-box .allfl-left .fl-navs .item:first-child .second-fl {
    display: block;
  }
  .fl-floor .wrap .allfl-box .allfl-left .fl-navs .item.active .first-fl {
    color: #d61b0c;
  }
  .fl-floor .wrap .allfl-box .allfl-left .fl-navs .item .first-fl {
    padding-left: 0.92rem;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
    height: 0.8rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.2rem;
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }
  .fl-floor .wrap .allfl-box .allfl-left .fl-navs .item .second-fl {
    display: none;
  }
  .fl-floor .wrap .allfl-box .allfl-left .fl-navs .item .second-fl .it.more a {
    color: #999999;
  }
  .fl-floor .wrap .allfl-box .allfl-left .fl-navs .item .second-fl .it a {
    display: flex;
    align-items: center;
    height: 0.8rem;
    padding-left: 0.92rem;
    font-size: 0.28rem;
  }
  .fl-floor .wrap .allfl-box .allfl-left .fl-navs .item .second-fl .it a:hover {
    color: #d61b0c;
  }
  .fl-floor .wrap .allfl-box .allfl-right {
    flex: 1;
  }
  .fl-floor .wrap .allfl-box .allfl-right .sx-box {
    height: auto;
    background-color: #f7f7f7;
    padding: 0.15rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.2rem;
  }
  .fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
    margin-right: 0.15rem;
  }
  .fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item .label {
    font-size: 0.28rem;
    margin-right: 0.2rem;
  }
  .fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item select,
  .fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item input {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 0.03rem;
    outline: none;
    height: 0.48rem;
  }
  .fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item .sel1 {
    width: 0.8rem;
  }
  .fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item .sel2 {
    width: 1.32rem;
  }
  .fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item .sel3 {
    width: 1.4rem;
  }
  .fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item span {
    margin: 0 0.1rem;
  }
  .fl-floor .wrap .allfl-box .allfl-right .cp-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .fl-floor .wrap .allfl-box .allfl-right .cp-list .item:hover .img-box img {
    transform: scale(1.1);
  }
  .fl-floor
    .wrap
    .allfl-box
    .allfl-right
    .cp-list
    .item:hover
    .text-box
    .cp-name {
    color: #d61b0c;
  }
  .fl-floor .wrap .allfl-box .allfl-right .cp-list .item .img-box {
    height: 3.4rem;
    border: 1px solid #ececec;
    overflow: hidden;
  }
  .fl-floor .wrap .allfl-box .allfl-right .cp-list .item .img-box img {
    width: 100%;
    height: 100%;
    overflow: cover;
    display: block;
    transition: 0.3s;
  }
  .fl-floor .wrap .allfl-box .allfl-right .cp-list .item .text-box {
    padding: 0.18rem 0.1rem;
  }
  .fl-floor .wrap .allfl-box .allfl-right .cp-list .item .text-box .cp-name {
    font-size: 0.3rem;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0.15rem;
  }
  .fl-floor .wrap .allfl-box .allfl-right .cp-list .item .text-box .price {
    font-weight: bold;
  }
  .fl-floor .wrap .allfl-box .allfl-right .cp-list .item .text-box .price span {
    font-size: 0.3rem;
    color: #f37623;
    margin-right: 0.05rem;
  }
  .fl-floor .wrap .allfl-box .allfl-right .cp-list .item .text-box .price del {
    font-size: 0.14rem;
    color: #999999;
  }
  footer {
    padding: 0.6rem 0;
    background-color: #fafafa;
  }
  footer .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .wrap .logo {
    margin-bottom: 0.3rem;
  }
  footer .wrap .logo a {
    display: flex;
    align-items: center;
  }
  footer .wrap .logo a img {
    width: 1.5rem;
    display: block;
    margin-right: 0.4rem;
  }
  footer .wrap .logo a p {
    font-size: 0.36rem;
    color: #d61b0c;
  }
  footer .wrap > p {
    font-size: 0.28rem;
    color: #666666;
    line-height: 1.8em;
    font-weight: bold;
    text-align: center;
  }
  .aside {
    transform: scale(0.8);
    bottom: 1rem;
    top: auto;
  }
  .gs-floor {
    padding: 0.5rem 0 0.8rem;
  }
  .gs-floor .title {
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .gs-floor1 .wrap p {
    text-indent: 2em;
    font-size: 0.3rem;
    line-height: 1.8em;
  }
  .gs-floor1 .wrap p:not(:last-child) {
    margin-bottom: 0.45rem;
  }
  .gs-floor2 .lc-swiper {
    padding: 0 0.8rem;
    position: relative;
  }
  .gs-floor2 .lc-swiper::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 1.1rem;
    height: 1px;
    border-top: 1px dashed #a7a7a7;
  }
  .gs-floor2 .lc-swiper .swiper-btn {
    margin-top: 0;
    top: 0.8rem;
    width: 0.6rem;
    height: 0.6rem;
    border: 2px solid #d61b0c;
    border-radius: 50%;
    background-color: #fff;
  }
  .gs-floor2 .lc-swiper .swiper-btn::after {
    color: #d61b0c;
    font-size: 0.2rem;
  }
  .gs-floor2 .lc-swiper .swiper-slide .date-box {
    width: max-content;
    height: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
  }
  .gs-floor2 .lc-swiper .swiper-slide .date-box .date {
    font-size: 0.42rem;
    color: #d61b0c;
  }
  .gs-floor2 .lc-swiper .swiper-slide .date-box .circle {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background-color: #d61b0c;
  }
  .gs-floor2 .lc-swiper .swiper-slide p {
    font-size: 0.3rem;
    line-height: 1.8em;
  }
  .contact-floor1 .p-box {
    background-color: #f7f7f7;
    padding: 0.25rem;
    margin-bottom: 0.3rem;
  }
  .contact-floor1 .p-box p {
    font-size: 0.3rem;
    color: #666;
    line-height: 1.8em;
  }
  .contact-floor1 .p-box p:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .contact-floor1 .lxr-table {
    overflow-x: auto;
  }
  .contact-floor1 table {
    width: max-content;
    text-align: left;
    border-collapse: collapse;
  }
  .contact-floor1 table th,
  .contact-floor1 table td {
    height: 1rem;
    padding-left: 0.4rem;
  }
  .contact-floor1 table th {
    font-size: 0.28rem;
    color: #999999;
    font-weight: normal;
  }
  .contact-floor1 table td {
    background-color: #f7f7f7;
    font-size: 0.3rem;
    color: #333333;
  }
  .contact-floor1 table tr {
    border-bottom: 10px solid #fff;
  }
  .spxq-floor {
    padding: 0.5rem 0;
  }
  .spxq-floor .wrap .spxq-top {
    display: block;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #e6e6e6;
  }
  .spxq-floor .wrap .spxq-top .sp-imgbox {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .spxq-floor .wrap .spxq-top .sp-imgbox .bigbox {
    width: 7rem;
    height: 7rem;
    border: 1px solid #e6e6e6;
    margin-bottom: 0.1rem;
  }
  .spxq-floor .wrap .spxq-top .sp-imgbox .bigbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .spxq-floor .wrap .spxq-top .sp-imgbox .sml-box {
    width: 7rem;
    display: flex;
    justify-content: space-between;
  }
  .spxq-floor .wrap .spxq-top .sp-imgbox .sml-box .sml-item {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #e6e6e6;
    cursor: pointer;
  }
  .spxq-floor .wrap .spxq-top .sp-imgbox .sml-box .sml-item.active {
    border-color: #d61b0c;
  }
  .spxq-floor .wrap .spxq-top .sp-imgbox .sml-box .sml-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .spxq-floor .wrap .spxq-top .spxq-box {
    flex: 1;
  }
  .spxq-floor .wrap .spxq-top .spxq-box .sp-name {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    padding: 0.2rem 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.4rem;
  }
  .spxq-floor .wrap .spxq-top .spxq-box .spgg-list .spgg-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
  }
  .spxq-floor .wrap .spxq-top .spxq-box .spgg-list .spgg-item.noflex {
    display: block;
  }
  .spxq-floor .wrap .spxq-top .spxq-box .spgg-list .spgg-item.noflex .label {
    margin-bottom: 0.1rem;
  }
  .spxq-floor .wrap .spxq-top .spxq-box .spgg-list .spgg-item .label {
    font-size: 0.3rem;
    color: #666666;
    font-weight: bold;
    white-space: nowrap;
    min-width: 1.2rem;
  }
  .spxq-floor .wrap .spxq-top .spxq-box .spgg-list .spgg-item .right-box {
    flex: 1;
  }
  .spxq-floor .wrap .spxq-top .spxq-box .spgg-list .spgg-item .right-box del {
    font-size: 0.3rem;
    color: #666666;
    font-weight: bold;
  }
  .spxq-floor
    .wrap
    .spxq-top
    .spxq-box
    .spgg-list
    .spgg-item
    .right-box
    .redprice {
    font-size: 0.36rem;
    color: #d61b0c;
    font-weight: bold;
  }
  .spxq-floor
    .wrap
    .spxq-top
    .spxq-box
    .spgg-list
    .spgg-item
    .right-box
    .bq-list {
    display: flex;
    flex-wrap: wrap;
  }
  .spxq-floor
    .wrap
    .spxq-top
    .spxq-box
    .spgg-list
    .spgg-item
    .right-box
    .bq-list
    .bq-item {
    min-width: 1.3rem;
    padding: 0 0.1rem;
    height: 0.48rem;
    border-radius: 0.1rem;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    color: #666666;
    font-weight: bold;
  }
  .spxq-floor
    .wrap
    .spxq-top
    .spxq-box
    .spgg-list
    .spgg-item
    .right-box
    .img-list {
    display: flex;
    flex-wrap: wrap;
  }
  .spxq-floor
    .wrap
    .spxq-top
    .spxq-box
    .spgg-list
    .spgg-item
    .right-box
    .img-list
    .img-item {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .spxq-floor
    .wrap
    .spxq-top
    .spxq-box
    .spgg-list
    .spgg-item
    .right-box
    .img-list
    .img-item.active {
    border-color: #d61b0c;
  }
  .spxq-floor
    .wrap
    .spxq-top
    .spxq-box
    .spgg-list
    .spgg-item
    .right-box
    .img-list
    .img-item
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .spxq-floor .wrap .spxq-top .spxq-box .check-btn {
    width: 2.8rem;
    height: 0.8rem;
  }
  .spxq-floor .wrap .spxq-top .spxq-box .check-btn a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    color: #fff;
    background-color: #d61b0c;
  }
  .spxq-floor .wrap .spxq-bottom {
    padding-top: 0.5rem;
  }
  .spxq-floor .wrap .spxq-bottom .sml-title {
    position: relative;
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
    padding-left: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .spxq-floor .wrap .spxq-bottom .sml-title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0.08rem;
    height: 0.4rem;
    background-color: #d61b0c;
  }
  .spxq-floor .wrap .spxq-bottom .canshu-box {
    background-color: #f7f7f7;
    padding: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .spxq-floor .wrap .spxq-bottom .canshu-box .canshu-title {
    font-size: 0.3rem;
    color: #333;
    margin-bottom: 0.4rem;
  }
  .spxq-floor .wrap .spxq-bottom .canshu-box .canshu-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem 0;
  }
  .spxq-floor .wrap .spxq-bottom .canshu-box .canshu-list .cs-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.3rem;
  }
  .spxq-floor .wrap .spxq-bottom .canshu-box .canshu-list .cs-item .label {
    color: #999999;
    min-width: 2rem;
  }
  .spxq-floor .wrap .spxq-bottom .xq-content img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
  .mengceng {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .mengceng .table-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mengceng .table-dialog .table-box {
    width: 100%;
    position: relative;
    height: 50%;
    overflow-y: auto;
  }
  .mengceng .table-dialog table {
    background-color: #f7f7f7;
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
    font-size: 0.18rem;
  }
  .mengceng .table-dialog table thead {
    position: sticky;
    top: 0;
  }
  .mengceng .table-dialog table td {
    text-align: center;
    width: 6%;
    height: 0.6rem;
    font-size: 0.16rem;
  }
  .mengceng .table-dialog table td:first-child {
    width: 18%;
  }
  .mengceng .table-dialog table td:last-child {
    width: 15%;
  }
  .mengceng .table-dialog table th,
  .mengceng .table-dialog table td {
    border: 1px solid #000;
  }
  .mengceng .table-dialog table th {
    background-color: #799ae1;
    color: #fff;
    height: 0.8rem;
  }
  .mengceng .table-dialog .table-close {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
  }
  .mengceng .table-dialog .table-close img {
    width: 40%;
  }
  .xw-floor {
    padding-bottom: 0.5rem;
  }
  .xw-floor .wrap {
    display: block;
    justify-content: space-between;
  }
  .xw-floor .wrap .xw-item {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .xw-floor .wrap .xw-item h3 {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .xw-floor .wrap .xl-item:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .xw-floor .wrap .xl-item:hover a {
    color: #d61b0c;
  }
  .xw-floor .wrap .xl-item a {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    padding: 0.3rem 0;
  }

  .xw-floor .wrap .xl-item a .new-title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .xw-floor .wrap .xl-item a .new-date {
    white-space: nowrap;
    margin-left: 0.3rem;
  }
}
