@media (max-width: 768px) {
    /*goods*/
    #pdetail .pro-module{
        float: none;
        width: auto;
    }
    #pdetail .pic-module{
        width: 100%;
        float: none;
    }
    #pdetail .pic-module .pic{
        width: 100%;
    }
    #pdetail .pic-module .pic img {
        border: none;
    }
    #condetail .clear{display: block !important;}
    #pdetail .pic-module .pic{
        width: 200px !important;
    }
    #box_right #condetail .products-erweima img{
        max-width: 57% !important;
    }
    #pdetail .pro-module{
        padding: 15px 0 13px;
    }
    #box_main{
        margin-top: 0 !important;
    }
    #box_left{
        
        float: none;
        margin: 0 auto;
    }
    #box_right{
        float: none !important;
        margin-top: 25px !important;
    }
    .caption{
        height: auto;
        line-height: inherit;
        border: none;
    }
    .caption .location{
        position: static;
        border-bottom: 1px solid;
        width: 100%;
        text-align: right;
        float: none;
    }
    #box_right .plist .list{
        width: 45%;
    }
    #box_right .plist .list:nth-child(2n+1){
        float: left;
    }
    #box_right .plist .list:nth-child(2n+2){
        float: right;
    }
}