@media screen and (min-width: 320px) and (max-width: 1024px) {
  @import '../css/reset.css';
  .index {
    width: 100%;
    box-sizing: border-box;
  }
  .index .proList {
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .index .proList .left {
    display: none;
  }
  .index .proList .body {
    margin-left: 0;
    width: auto;
    box-sizing: border-box;
    padding-bottom: 1rem;
    margin-top: 0.4rem;
  }
  .index .proList .body .list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  }
  .index .proList .body .list .item {
    box-sizing: border-box;
    width: calc(100% / 2 - 0.15rem);
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
    margin-left: 0.15rem;
    margin-bottom: 0.2rem;
  }
  .index .proList .body .list .item .con {
    padding: 0.2rem;
  }
  .index .proList .body .list .item .con .title {
    font-size: 0.3rem;
    transition: all 0.3s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .index .proList .body .list .item .con .price {
    display: flex;
    align-items: baseline;
    margin-top: 0.2rem;
  }
  .index .proList .body .list .item .con .price span {
    font-size: 0.24rem;
  }
  .index .proList .body .list .item .con .price p {
    margin-left: 2px;
    font-size: 0.28rem;
  }
  .index .proList .body .list .item .con:hover .title {
    color: #1296db;
  }
  .index .phone .menu {
    width: 0.6rem;
    height: 0.6rem;
    margin-left: auto;
  }
  .index .phone .search {
    margin: 0.4rem 0;
    width: 100%;
    height: 0.6rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }
  .index .phone .search input {
    display: block;
    height: 100%;
    width: 90%;
    flex-shrink: 0;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    border: none;
  }
  .index .phone .search .icon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main {
    margin-top: 1.2rem;
  }
  .pages {
    margin-top: 0.2rem;
    display: block;
    position: relative;
  }
  .pages .right {
    display: none;
  }
  .pages .imgBox .mySwiper2 {
    height: auto;
    width: 100%;
  }
  .pages .imgBox .swiper-button-next,
  .pages .imgBox .swiper-button-prev {
    display: none;
  }
  .pages .imgBox .mySwiper {
    height: auto;
    padding: 0;
  }
  .pages .view {
    width: 100%;
    box-sizing: border-box;
  }
  .pages .view .head {
    border-bottom: 1px solid #001e2f1f;
  }
  .pages .view .head h3 {
    font-size: 0.32rem;
    color: #000;
    font-weight: normal;
  }
  .pages .view .head .price {
    display: flex;
    align-items: baseline;
    padding: 0.34rem 0;
  }
  .pages .view .head .price span {
    font-size: 0.26rem;
  }
  .pages .view .head .price .num {
    margin-left: 2px;
    font-size: 0.3rem;
  }
  .pages .view .foot {
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #001e2f1f;
  }
  .pages .view .foot .spec {
    padding-top: 0.34rem;
    font-size: 0.28rem;
  }
  .pages .view .foot .spec span {
    margin-left: 0.1rem;
    color: #333;
    font-size: 0.28rem;
  }
  .pages .view .foot .tabs {
    margin-top: 0.15rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pages .view .foot .tabs .tab {
    flex-shrink: 0;
    margin-right: 0.1rem;
    margin-top: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.26rem;
    margin-top: 0.1rem;
    padding: 0.1rem 6px;
    cursor: pointer;
  }
  .pages .view .foot .tabs .tab .imgs {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .pages .view .foot .tabs .tab .imgs img {
    object-fit: cover;
    border-radius: 0.1rem;
  }
  .pages .view .foot .tabs .tab.active {
    border: 2px solid #1296db;
  }
  .pages .view .info {
    padding-top: 0.34rem;
  }
  .pages .view .info p {
    font-size: 0.28rem;
    line-height: 1.6;
    color: #333;
  }
  .mySwiper2 {
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
  }
  .mySwiper2 .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .mySwiper2 .swiper-slide .imgs {
    width: 100%;
    height: 100%;
  }
  .mySwiper2 .swiper-slide .imgs img {
    object-fit: cover;
  }
  .mySwiper {
    width: 100%;
    height: 0.55rem;
    padding: 0 0.1rem;
  }
  .mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0.4;
    margin-right: 0.4rem;
    cursor: pointer;
  }
  .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mySwiper .swiper-slide .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }
  .breadcrumb {
    font-size: 0.26rem;
    color: #333;
  }
  .breadcrumb a {
    color: #333;
    font-size: 0.26rem;
  }
  .sw {
    position: relative;
    width: 100%;
    height: auto;
  }
  .ctension {
    font-size: 0.16rem;
    line-height: 1.6;
    margin: 0.6rem auto;
  }
  .ctension img {
    max-width: 100%;
    display: block;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none;
  }
}
