.product ul{
    margin: 0px; padding: 0px; width: 100%;
}

.product a{
    display: block;
    text-decoration: none;

    color: #000000;
    /*background-color: rgba(69, 83, 255, 0.25);*/

    transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out;
}

.product a:hover{
    background-color: #DDDDDD;
    /*color: white;*/

    transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out;
}

.product ul li{
    display:block; float: left;
    /*border: 1px solid #B9B5B5;*/

    width: 24%;

    text-align: center;

    margin: 0.5%;



}

.product ul li img{
    width: 94%;
    margin: 3%;
}

.product ul li a span:nth-child(2){
    border-bottom:red 2px solid;
    vertical-align: middle;
    font-size: 12px;
    padding: 0px;
    height: 24px;
}

.product ul li a span:nth-child(3){
    font-size: 14px;
    padding: 5px 0px 15px 0px;
}

.product ul li a span{
    font-family: 'cwTeXHei', serif;
    display: block;

    width: 94%;
    margin: 0 3% 0 3%;
}

.product_images{
    background-color: #fafafa;
    padding:0.1em;
    margin:1em 0;
}

.product_images .show{
    padding:0.2em;
}

.product_images .list{

    background-color: #fafafa;
    /*padding-top:0.1em; padding-bottom: 0.1em;*/
    padding: 0.2em;
}

.product_images .list img{
    /*padding-top:1em;*/
    width: 10.72%;
    /*padding-right:0.05em;
    padding-left: 0.05em;*/
    cursor: pointer;

    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}


.product_images .list img:hover{
    opacity: .5;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.include{
    border: solid 1px #D3D3D3;
    width: 100%;
}

.include iframe{
    width: 100%;
    height: 600px;

}


.desc .title{
    padding: 10px;
    margin-left: 2%;
    background-color: #DDDDDD;
    width: 94%;
    font-weight: bolder;
}


.desc .row{
    padding: 10px;
    margin-left: 2%;
    background-color: #EEEEEE;
    width: 94%;
    border-bottom: solid 1px #D3D3D3;
}

.desc .row span:first-child{
    display: block; width: 20%; float: left; clear: both;
}

.desc .row span{
    display: block; width: 80%;
}

.desc .row ul{
    display: block; width: 80%;
    margin: 0 0 0 20%; padding: 0px;
}

.desc .row ul li{
    list-style-type: disc;
}


@media (max-width: 1024px)
{
    .include iframe{
        height: 576px;

    }

    .product ul li{
        width: 31.8%;

        margin: 0.5%;
    }
}

@media (max-width: 620px)
{
    .include iframe{
        height: 350px;
    }

    .product ul li{
        width: 47.5%;
        margin: 1%;
    }

    .desc .row span:first-child{
        float: none; width: 100%; font-weight: bolder; margin:0;
    }

    .desc .row span{
        width: 100%;
        margin: 5px 15px;
    }

    .desc .row ul{
        display: block; width: 100%;
        margin: 5px 15px; padding: 0px;
    }

}

@media (max-width: 420px)
{
    .include iframe{
        height: 240px;

    }
    .product ul li{
        width: 98%;
        margin: 1%;
    }
}