body {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: black;
}
.newseries {
    width: 80%;
    margin: 1rem auto 0;


}
.newseries-top{
    display: flex;
    flex-wrap: wrap;

    text-align: center;
}
.newseries-bottom{
    display: flex;
    justify-content: space-between;
}
.new-right{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    vertical-align: top;
}

.dityprices-d {
    width: 49%;
    padding-bottom: 1rem;
    height: 18rem; 
    border: 2px solid #fff;
    transition: all 0.5s;
}
.dityprices-d:hover {
    border: 2px solid #d4c2b8;
}
.new-left{
    width: 49%;
    height:36rem;
    vertical-align: top;
}
.new-left img{
    width: 100%;
    height: 100%;
}

  

.dityprices {
    width: 23%;
    padding-bottom: 1rem;
    height: 17rem; 
    margin-top: 0.5rem;
    border: 2px solid #fff;
    transition: all 0.5s;
    margin-left: 1.5%;
}
/* .dityprices img {
    width: 100%;
    height: auto;
} */
.dityprices:hover {
    border: 2px solid #d4c2b8;
}
.shop-img {
    width: 100%;


}

.shop-img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    font-size: 0;
}

.ring-name {
    font-size: 0.5rem;
    margin-top: 0.4rem;
    font-family: NotoSansHans;
}

.dityprices p {
    margin: 0;
    padding: 0;
    font-size: 0.7rem;
    font-weight: 500;
    margin-top: 0.4rem;
}

.b {
    display: none;
}

.cationgoods {
    display: none;
}


.imgs{
    margin-top:1rem;
    width: 100%;
    /* height: 16rem; */
}
.imgs img{
    width: 100%;
    height: 100%;
}

@media screen and (min-width:300px) and (max-width:500px) {
    .fication{
        display: none;
    }
    .imgs{
        width: 100%;
        height: 42rem;
    }

    .newseries {
        display: none;
    }

    .cationgoods {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .Classification ul {
        background: #fafafa;
    }

    .searchbox {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        /* background-color: #fafafa; */
        position: relative;
        z-index: 0;

    }

    .searchbox img {
        width: 7%;
        height: 60%;
        position: absolute;
        left: 17rem;
        font-weight: 500;

    }

    .searchbox input {
        margin-top:2rem;
        width: 90%;
        padding: 2rem;
        text-align: center;
        background-color: #f0f0ee;
        outline: none;
        border: 1px solid #fff;
        position: relative;


    }

    .Classification ul li {
        display: flex;
        /* align-items: center; */
        border-bottom: 2px solid rgb(189, 175, 175);
        padding: 2rem 0;
        font-size: 2.5rem;
    }

    .big-row {
        width: 25%;
    }

    .arrow {
        width: 5%;
        font-weight: 600;
        padding: 0 3rem;
        color: rgb(175, 174, 172);
    }

    .Classification ul li div {

        width: 70%;
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-around; */
    }

    .Classification ul li div span {
        line-height: 4.5rem;
        margin-left: 2rem;

    }

    .Classification ul li div span :first-child {
        margin-left: 0;
    }

    /* 商品 */
    .ListProducts {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .list-of {
        width: 48%;
        background: #fafafa;
        margin-top: 8rem;
    }

    .shop-imgde {
        width: 100%;
        height: auto;
    }

    .shop-imgde img {
        width: 100%;
        height: 100%;
    }

    .Aseriesof {
        text-align: center;
    }

    .Aseriesof span {
        display: block;
    }

    .Aseriesof :first-child {
        font-size: 2.5rem;
        color: #a98f82;
        font-weight: 600;

    }

    .Aseriesof :nth-child(2) {
        font-size: 2rem;
        color: rgb(192, 169, 169);
        padding: 1rem 0;

    }

    .Aseriesof :nth-child(3) {
        font-size: 2.5rem;
        color: #faf8f9;
        padding: 1rem 0;
        font-weight: 600;
    }

    .Aseriesof :nth-child(4) {
        width: 20rem;
        height: 4rem;
        font-size: 2.5rem;
        background: #a98f82;
        padding: 1rem 0;
        font-weight: 600;
        margin: 0 auto;
        color: #fff;
    }
}