.placeholder {
    height: 78px;
    background-color: white;
}

.mianTop {
    width: 100vw;
    height: 16.51vw;
    background: #F8F8F8;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    background: url('../images/ownhead.jpg');
    background-size: cover;
    background-position: center;
}

.top {
    background: #FFFFFF;
    backdrop-filter: blur(0px);
}


.pc{
    display: block;
}

.phone{
    display: none;
}


.mainContent {
    position: absolute;
    left: 18.17vw;
    top: 50%;
    transform: translateY(-50%);
    width: 50vw;
    height: 7.8125vw;
}

.mainContentTitle {
    height: 3.75vw;
    font-size: 2.5vw;
    font-family: OPPOSans-Bold, OPPOSans;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 3.75vw;
    letter-spacing: 0.208333vw;
}

.mainContentTitle2 {
    height: 1.5625vw;
    font-size: 1.0416667vw;
    font-family: OPPOSans-Regular, OPPOSans;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5625vw;
    letter-spacing: 0.12vw;
    margin-top: 0.4vw;
}

.itemTotal {}

.listBox {
    width: 67.5vw;
    margin: 0 auto;
    padding-top: 6.25vw;
}

.delava {
    width: 4.166667vw;
    height: 2px;
    opacity: 1;
    background-color: #092046;
    margin-top: 1.0416667vw;

}

.itemtptxt {
    height: 4.479vw;
    font-size: 2.5vw;
    font-family: OPPOSans-Bold, OPPOSans;
    font-weight: bold;
    color: #092046;
    line-height: 4.479vw;
}

.topTips {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.listWrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: 2.5vw;
    margin-top: 2.5vw;
}

.itemCard {
    width: 19.16667vw;
    background: #FFFFFF;
    border-radius: 1.875vw;
    opacity: 1;
    margin-bottom: 2.5vw;
    margin-right: 2.4vw;
    cursor: pointer;
    transition: all 0.2s linear;
}
@media (any-hover: hover) {
    .itemCard:hover{
        transform: scale(1.1);
        transition: all 0.2s linear;
    }
}


.itemImg {
    width: 100%;
    height: 14.58333vw;
    border-radius: 1.875vw 1.875vw 0 0;
}

.itemName {
    width: 100%;
    font-size: 1.25vw;
    font-family: OPPOSans-Bold, OPPOSans;
    font-weight: bold;
    color: #133E92;
    line-height: 2.23958vw;
    padding: 1.0416vw 1.66667vw;
}

@media(max-width:993px) {
    .itemtptxt {
        height: 11.46667vw;
        font-size: 6.4vw;
        font-family: OPPOSans-Bold, OPPOSans;
        font-weight: bold;
        color: #092046;
        line-height: 11.46667vw;
    }

    .itemCard {
        width: 91.46vw;
        margin-left: 0;
        margin-bottom: 4.266667vw;
        border-radius: 4.8vw;
    }

    .itemName {
        font-size: 4.266667vw;
        font-family: OPPOSans-Bold, OPPOSans;
        font-weight: bold;
        color: #133E92;
        line-height: 7.7333vw;
        padding: 4.26667vw;
    }

    .itemImg {
        width: 100%;
        height: 69.6vw;
        border-radius: 4.8vw 4.8vw 0 0;
    }

    .placeholder {
        height: 12.25vw;
    }

    .listWrap {
        display: block;
        margin-left: 0;
    }

    .listBox {
        width: 91.46vw;
        margin: 0 auto;
        padding-top: 10.66667vw;
    }


    .delava {
        width: 10.66667vw;
        margin-top: 2.66667vw;
    }

    .mainContent {
        display: none;
    }

    .mianTop {
        width: 100vw;
        height: 21.86667vw;
        background: #F8F8F8;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        background: url('../images/own_phone_head.jpg');
        background-size: cover;
        background-position: center;
    }

    .pc{
        display: none;
    }
    
    .phone{
        display: block;
    }
}