.saboxs {
    width: 100%;
    height: 200px;
    /*margin-bottom: 20px;*/
    position: relative;
}
.sabg{
    width: 100%;
    height: 100%;
    /*border: 1px solid red;*/
}
.sabbt{
    font-size: 0.8rem;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sacon {
    width: 100%;
    min-height: 500px;
    display: block;
    margin-bottom: 50px;
}

.salbox {
    width: 100%;
   min-height: 300px;

}

.salboxs {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.salbox .saltop {
    width: 100%;
    height: 100px;
    position: relative;
}

.sabtit {
    font-size: 0.8rem;
    font-weight: bold;
}

.sabmore {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #ABABAB;
    padding: 0px 20px;
    border: 1px solid #ABABAB;
}

.salbox .salbottom {
    width: 100%;
    min-height: 300px;
    background: #F3F8FD;
    position: relative;
}

.salbox .salbottom  .sadesc {
    width: 80%;
    min-height: 200px;
    padding: 20px 0;
    font-size: 0.4rem;
    margin:  0 auto;
    color: #0b0b0b;
    position: relative;
   /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.sarbox {
    width: 100%;
    height: 400px;
    position: relative;
}

.sarimg {
    width: 100%;
    height: 400px;
}

.sarimg img {
    width: 100%;
    height: 100%;
}


.petcard{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.petcleft{
    width: 100%;
    height: 400px;
    background: rgb(248,248,248);
    position: relative;
}
.petcleftbox{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.petcright{
    width: 100%;
    height: 200px;
    position: relative;
}
.petcright img{
    width: 100%;
    position: relative;
    top: 50%;
    left: 25%;
    transform: translate(-50%,-50%);
}
.pettit{
    font-size: 0.5rem;
    margin-bottom: 10px;
}
.petstit{
    font-size: 0.3rem;
}
.petmore{
    width: 100px;
    color: #0052D9;
    padding: 5px 20px;
    border: 1px solid #0052D9;
    margin: 15px 0;
    cursor: pointer;
}
.petcon1{
    width: 100%;
    height: 1000px;
    background-size: cover;
}
.petbox1{
    width: 75%;
    height: 100%;
    margin: 0 auto;
}
.pettit1{
    font-size: 0.6rem;
    position: relative;
    color: #0b0b0b;
    font-weight: bold;
    text-align: left;
    padding: 20px;
}
.pettit1:after{
    display: block;
    content: "";
    width: 20%;
    height: 3px;
    background: #0052D9;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.petlist{
    width: 100%;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
.petitem{
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding: 25px 20px;
    box-sizing: border-box;
    text-align: left;
}
.petitem:nth-child(2n){
    margin-left: 0px;
}
.petitem .petdate{
    color: #c3bebe;
    font-size: 0.5rem;
}
.petitem .petdesc{
    color: #0b0b0b;
    margin: 10px 0;
    font-weight: bold;
    font-size: 0.4rem;
}
.petmore1{
    color: #0052D9;
    font-size: 0.4rem;font-weight: 600;
    cursor: pointer;
}

.titlebox {
    width: 100%;
    height: 80px;
    padding: 15px 20px;
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 4px;
    color: rgba(248, 248, 255, 1);
    /*border-bottom: 1px solid rgba(28, 115, 218, 0.1);*/
    position: relative;
    box-sizing: border-box;
    /*overflow: hidden;*/
}

.ltit{
    width: 100%;
    position: relative;
    text-align: center;
}
.innertit{
    width: 100%;
    font-size: 0.6rem;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* .ltit{
     position: relative;
     z-index: 9999;
     padding-top:0.25rem;
 }*/
.titlebox:before{
    display: block;
    content: "";
    background: #0052D9;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,-0%);
    z-index: 0;
    width: 30px;
    height: 5px;
    background: #0052D9;
}
.petfoodbox{
    width: 100%;
    display: block;

    /* grid-template-rows: 100px 100px 100px;*/
}
.petfooditem{
    width:100%;
    height:8rem;
    grid-column-start: auto;
    grid-column-end: auto;
    text-align: center;
}

.petfooditem img{
    width:4rem;
    height: 5rem;
    margin:  0.05rem auto;
}
.petmore1{
    margin: 0.08rem 0;
    color: #0052D9;
    font-size: 0.5rem;font-weight: 600;
}
.petdesc{
    font-size: 0.55rem;
    font-weight: bold;

}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {

}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {

}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
    .saboxs {
        width: 100%;
        height: 450px;
        /*margin-bottom: 20px;*/
    }
    .sabbt{
        font-size: 0.2rem;
        color: #FFFFFF;
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .sacon {
        width: 100%;
        height: 500px;
        margin-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        justify-content: space-between;
    }

    .salbox {
        width: 55%;
        height: 100%;

    }

    .salboxs {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: space-between;
    }

    .salbox .saltop {
        width: 100%;
        height: 25%;
        position: relative;
    }

    .sabtit {
        font-size: 0.18rem;
        font-weight: bold;
    }

    .sabmore {
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        color: #ABABAB;
        padding: 0px 20px;
        border: 1px solid #ABABAB;
        border-radius: 5px;
    }
    .sabmore:hover {
        border: 1px solid blue; /* 在鼠标移入时添加红色边框 */
        color: blue;
    }

    .salbox .salbottom {
        width: 100%;
        height: 75%;
        background: #F3F8FD;
        position: relative;
    }

    .salbox .salbottom  .sadesc {
        width: 65%;
        font-size: 0.10rem;
        color: #0b0b0b;
        position: absolute;
        top: 45%;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    .sarbox {
        width: 45%;
        height: 100%;
        position: relative;
    }

    .sarimg {
        width: calc(100% + 100px);
        height: 90%;
        position: absolute;
        top: 0;
        left: -100px;
    }

    .sarimg img {
        width: 100%;
        height: 100%;
    }
    .petcard{
        width: 100%;
        height: 450px;
        margin: 0 auto;
        display: flex;
    }
    .petcleft{
        width: 50%;
        height: 100%;
        background: rgb(248,248,248);
        position: relative;
    }
    .petcleftbox{
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .petcright{
        width: 50%;
        height: 100%;
        position: relative;
    }
    .petcright img{
        height: 350px;
        width: auto;
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-50%,-50%);
    }
    .pettit{
        font-size: 0.15rem;
        margin-bottom: 10px;
    }
    .petstit{
        font-size: 0.1rem;
    }
    .petmore{
        width: 100px;
        color: #0052D9;
        padding: 5px 20px;
        border: 1px solid #0052D9;
        margin: 15px 0;
        cursor: pointer;
    }
    .petcon1{
        width: 100%;
        height: 1000px;
        background-size: cover;
    }
    .petbox1{
        width: 75%;
        height: 100%;
        margin: 0 auto;
    }
    .pettit1{
        font-size: 0.15rem;
        position: relative;
        color: #0b0b0b;
        font-weight: bold;
        text-align: left;
        padding: 20px;
    }
    .pettit1:after{
      display: block;
        content: "";
        width: 4%;
        height: 5px;
        background: #0052D9;
        position: absolute;
        bottom: 10px;
        left: 20px;
    }
    .petlist{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .petitem{
        width: 45%;
        height: 200px;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 20px;
        padding: 25px 20px;
        box-sizing: border-box;
        text-align: left;
    }
    .petitem:nth-child(2n){
        margin-left: 20px;
    }
   .petitem .petdate{
        color: #c3bebe;
       font-size: 0.12rem;
    }
    .petitem .petdesc{
        color: #0b0b0b;
    margin: 20px 0;
        font-weight: bold;
        font-size: 0.1rem;
    }
    .petmore1{
        color: #0052D9;
        font-size: 0.1rem;font-weight: 600;
        cursor: pointer;
    }


    .petboxs{
        width: 90%;
        /*height: 15rem;*/
        margin: 0 auto;
    }
    .titlebox {
        width: 100%;
        height: 150px;

        /*padding: 25px 20px;*/
        font-size: 0.55rem;
        color: rgba(248,248,255,1);
        font-weight: bold;
        display: flex;
        justify-content:center;
        align-items: center;
        letter-spacing: 4px;
        /*border-bottom: 1px solid rgba(28, 115, 218, 0.1);*/
        position: relative;
        box-sizing: border-box;
        z-index: 9999;
    }
    .ltit{
        position: relative;
    }
    .innertit{
        font-size: 0.25rem;
        color: #000000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .titlebox:before{
        display: block;
        content: "";
        background: #0052D9;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%,-0%);
        z-index: 0;
        width: 5%;
        height: 5px;
        background: #0052D9;
    }
    .petfoodbox{
        width: 100%;
        display: grid;

            grid-template-columns: repeat(4,1fr);
       grid-gap: 62px;

       /* grid-template-rows: 100px 100px 100px;*/
    }
    .petfooditem{
        width: 2rem;
        height: 2.5rem;
        grid-column-start: auto;
        grid-column-end: auto;
        text-align: center;
    }

    .petfooditem img{
        width:1rem;
        height: 1.5rem;
        margin:  0.05rem auto;
    }
    .petmore1{
        margin: 0.08rem 0;
    }
    .petdesc{
        font-size: 0.15rem;
        font-weight: bold;

    }


}
