/* PC 端样式（≥1024px） */
@media (min-width: 1024px) {
    .pc {
        display: block;
    }

    .phone {
        display: none;
    }
    .imgbox{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-end;
    }

    .swiper {
   height: 60vh;}
}
.email {
    flex: 1;
}


/* 平板样式（768px-1023px） */
/* 移动端样式（≤767px） */
@media (max-width: 1023px) {
    .show-content img{
        width: 100% !important;
        height: auto !important;
    }
    * {
        font-size: 16px;
    }

    .pc {
        display: none;
    }
    
    .phone {
        display: block;
        padding: 0.5rem 1rem 0.5rem 0.5rem;
    }

    .icon4 { 
        width: 2rem;
        /* height: 2rem; */
    }

    .space-between {
        justify-content: space-between;
        align-items: center;
    }

    .grid4,
    .grid5,
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .phone-goods {
        flex-direction: column
    }

    .page {
        /* display: none; */
    }

    .left,
    .right {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .goods-type {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .type {
        text-align: center;
    }

    .ta-left {
        text-align: left;
    }
    .blog-item{
        display: flex;
         /*  padding: 0 20%; */
         width: 90%;
         margin:0 auto;
        
      }
      .phone-grid{
        grid-template-columns: repeat(1, 1fr);
      }
    .dropdown-toggle{
     padding: 0 10px;
      font-size: 1.2rem;
}
.plr{
    padding: 0 10px;
}
.indexpage,.page{
    padding: 5vh 5vw;
}
.indexFlexBox{
    flex-direction: column
}
.left-bottom>img{
    max-width: calc(96% / 2);
}
.fc{
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-color);
}
.bg{
    font-size: 12px;
}
.email{
    flex:none;
}

.imgbox{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
}
.next-post{
        float: none !important;
        /*text-align: right;*/
}
}