@media (min-width: 767px) {
    .row {
    / / 这里有您看不到的数据世界 padding: 120 px 0 0 px 0;
        width: 100%;
        height: auto;
        float: left;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
    }

    .titles {
        height: auto;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 30px;
        color: #383963;
        line-height: 50px;
    }

    .centerBox {
        height: auto;
        width: 84%;
        margin-left: 8%;
        margin-top: 20px;
    }

    .centerBox-right {
        width: 50%;
        float: left;
    }

    .centerBox-right img {
        display: block;
        margin-top: -40px;
        width: 100%;
        height: 380px;
    }

    .centerBox-right-spanBox {
        width: 80%;
        height: auto;
        float: right;
        margin: 8% 8%;
    }

    #product1 {
        margin-left: 1rem;
        margin-top: 0.5rem;
        width: 60%;
        height: auto;
    }

    .centerBox-right-spanBox img {
        height: auto;
        width: 80%;
    }

    .centerBox-left {
        width: 50%;
        float: left;
    }

    .spanBox {
        width: 73%;
        height: auto;
        float: left;
        margin: 12% 0 10% 15%;
    }

    .titleSpan {
        font-size: 22px;
        width: 100%;
        padding: 10px 0;
        margin: 0;
        height: auto;
        color: #191140;
    }

    .contentSpan p {
        font-size: 16px;
        line-height: 30px;
        padding: 5px;
        color: #65697f;
    }

    .row-four {

        padding: 60px 0 0px 0;
        width: 100%;
        height: auto;
        float: left;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
    }

    .row-four .centerBox {
        height: auto;
        width: 83.33333333%;
        margin-left: 8.33333333%;
    }

    .row-four .centerBox-left {
        width: 50%;
        float: left;
    }

    .row-four .centerBox-left img {
        width: 73%;
        height: auto;
    }

    .row-four .centerBox-right {
        width: 50%;
        float: right;
    }

    .titleSpan {
        font-size: 22px;
        width: 100%;
        padding: 10px 0;
        margin: 0;
        height: auto;
        color: #191140;
    }

}


#try {
    color: black;
    border-color: black;
}

.center-inside-content-product-imgDiv img {
    width: 40%;
}

.centerBox-title {
    width: 100%;
    font-size: 30px;
    text-align: center;
    margin-top: 1rem;
}

.fag {
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 50%;
    padding: 3px;
    margin: 12px 10px 0px 5px;
    background: #65697f;
}

@media (max-width: 768px) {
    .row {
        height: auto;
        background-color: #fff;
        border-bottom: 1px solid #ddd;

    }

    .row:last-child {

        border-bottom: none;

    }

    .titles {
        height: auto;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 25px;
        color: #383963;
        line-height: 50px;
    }

    .centerBox {
        padding: 20px 0;
        margin: 0px auto;
        width: 80%;
        height: auto;
        text-align: center;
    }

    .centerBox-right-spanBox {
        height: auto;
    }
    #product1 {
        margin-top: 0.5rem;
        width: 60%;
        height: auto;
    }
    .centerBox-right-spanBox img {
        height: auto;
        width: 80%;
    }

    .centerBox-left {
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-left: 0px;
    }

    .spanBox {
        width: 100%;
        height: auto;
    }

    .titleSpan {
        font-size: 22px;
        width: 100%;
        padding: 10px 0;
        margin: 0;
        height: auto;
        color: #191140;
    }

    .contentSpan p {
        font-size: 16px;
        line-height: 30px;
        padding: 5px;
        color: #65697f;
    }

    .centerBox-right {
        width: 100%;
    }

    img {
        display: block;
        margin: 0 auto;
        width: 230px;
        height: auto;
    }

    .row-four {
        height: auto;
        background-color: #fff;
        border-bottom: 1px solid #ddd;

    }

    .row-four .centerBox-left {
        text-align: center;
        width: 100%;
    }


    .contentSpan p {
        font-size: 16px;
        line-height: 30px;
        padding: 5px;
        color: #65697f;
    }

    .center-inside-content-product-imgDiv img {
        width: 20%;
    }

}

