@media only screen and (min-width: 700px) {
    #detail .background {
        width: 100%;
        height: 370px;
        position: relative;
        z-index: 0;
        background-image: url('/assets/detailback.jpg');
        background-size: cover;
    }

    #detail .detailshow {
        position: absolute;
        left: 0px;
        top: 370px;
        width: 100vw;
        height: 800px;
    }

    #detail .left {
        position: absolute;
        left: 10vw;
        right: 0;
        width: 40vw;
        /* background-color: aqua; */
    }

    #detail .right {
        position: absolute;
        left: 50vw;
        width: 40vw;
        /* background-color: blueviolet; */
    }

    #detail .left img {
        position: absolute;
        top: 50px;
        width: 500px;
        height: 500px;
        object-fit: contain;
    }

    #detail .cpname {
        position: relative;
        margin-top: 80px;
        font-size: 28px;
        font-weight: 400;
        font-family: '¿¬Ìå';
    }

    #detail .sep {
        position: relative;
        margin-top: 50px;
    }

    #detail .pec .pecs {
        line-height: 30px;
    }

    #detail .four {
        position: relative;
        top: 10px;
        width: 722px;
        height: 110px;
        background-size: cover;
        /* background-image: url('/assets/detail-back.jpg'); */
    }

    #detail .crop {
        position: absolute;
        left: 10px;
        line-height: 26px;
        font-size: 18px;
    }

    #detail .object {
        position: absolute;
        left: 220px;
        line-height: 26px;
        font-size: 18px;
    }

    #detail .dosage {
        position: absolute;
        left: 430px;
        line-height: 26px;
        font-size: 18px;
    }

    #detail .usage {
        position: absolute;
        left: 640px;
        line-height: 26px;
        font-size: 18px;
    }

    #detail .el-table .warning-row {
        background-color: aquamarine;
    }
    #detail .el-table-column
    {
        width: 180px;
    }
}<!--ºÄÊ±1768585522.289Ãë-->