@media only screen and (min-width: 700px) {
    #product .productimg {
        width: 100vw;
        height: 370px;
        position: relative;
        z-index: 0;
        background-image: url('/assets/productback.jpg');
    }
    #product {
        position: relative;
    }
    .back {
        position: absolute;
        top: 1000px;
        z-index: 5;
    }
    #product .business {
        position: relative;
        top: 100px;
        left: 5vw;
        height: 1100px;
        width:90vw;
        overflow-y: hidden;
    }

    #product .business .title .eng {
        color: rgb(68, 68, 68);
        font-size: 36px;
        font-weight: 300;
    }

    #product .business .title .chi {
        color: rgb(68, 68, 68);
        font-size: 26px;
        font-weight: 100;
        line-height: 60px;
    }

    #product .select div {
        width: 100px;
        height: 50px;
        background-color: #f0f0f0;
        color: #777777;
        font-size: 16px;
        margin: 0px 15px 20px 8px;
        padding: 0px 24px;
        text-align: center;
        line-height: 50px;
        font-weight: 100;
    }

    #product .select .selectdiv1 {
        position: absolute;
        display: inline;
        margin-top: -50px;
        margin-left: 720px;
        background-color: #FFC001;
        color: #FEFEFE;
    }

    #product .select .selectdiv11 {
        position: absolute;
        display: inline;
        margin-top: -50px;
        margin-left: 720px;
    }

    #product .select .selectdiv2 {
        position: absolute;
        display: inline;
        margin-top: -50px;
        margin-left: 900px;
        background-color: #FFC001;
        color: #FEFEFE;
    }

    #product .select .selectdiv22 {
        position: absolute;
        display: inline;
        margin-top: -50px;
        margin-left: 900px;
    }

    #product .select .selectdiv3 {
        position: absolute;
        display: inline;
        margin-top: -50px;
        margin-left: 1080px;
        background-color: #FFC001;
        color: #FEFEFE;
    }

    #product .select .selectdiv33 {
        position: absolute;
        display: inline;
        margin-top: -50px;
        margin-left: 1080px;

    }

    #product .select .selectdiv4 {
        position: absolute;
        display: inline;
        margin-top: -50px;
        margin-left: 1260px;
        background-color: #FFC001;
        color: #FEFEFE;
    }

    #product .select .selectdiv44 {
        position: absolute;
        display: inline;
        margin-top: -50px;
        margin-left: 1260px;

    }

    #product .top {
        position: absolute;
        display: inline;

    }

    #product .project {
        float: left;
    }

    #product .select {
        display: inline;
    }

    #product .project {
        position: absolute;
        top: 49px;
        left: 0px;
        width: 1440px;
        height: 454px;
        margin-top: 100px;
    }

    #product .threeimgs {
        float: left;
        display: flex;
        flex-wrap: wrap;
        white-space: normal;
        text-align: center;
    }

    #product .threeimgs a {
        text-decoration: none;
    }

    #product .threeimgs span {
        color: #777777;
        line-height: 50px;
    }

    #product .threeimgs div {
        width: 440px;
        margin-left: 18px;
        margin-right: 18px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #product .page {
        position: absolute;
        left: 500px;
        top: 900px;
    }
}<!--ºÄÊ±1768600639.8604Ãë-->