    @charset "utf-8";
    /* CSS Document */
    /***********************************/
    #lowrbdy{
        width:100%;
        height:581px;
        position:absolute;
        top:74px;
        left:0px;
    }
    #lowrbdy img{
        width:100%;
        height:100%;
    }
    /***********************************/	
    header{
        width:100%;
        height:auto;
        /*background:#0071b4;*/	
        box-shadow:0px 0px 8px 2px #333; 
        position:fixed; 
        z-index:99999;	
        top:0px; 
        left:0px;
    }

    .searchbox{
        /*width:580px;*/ 
        height:56px; 
        float:left; 
        margin-left:30px; 
        margin-top:0px; 
    }
    .textbox{
        border-radius: 1px 0px 0px 1px;
        background-color:#f5f5f5;
        float:left;
        border:none;
        height:40px;
        padding:1px 12px;
        font-size:15px;
        line-height: 1.42857;
        color:#000;
        width:420px;
        margin-top:13px;
    }
    .query-submit{
        border-radius: 0px 1px 1px 0px;
        cursor:pointer;
        background:#2aa9e0;
        width:55px;
        padding:1px 6px;
        float:left;
        border:none;
        margin-top:13px; 
        height:42px;
    }


    #livesearch{
        z-index:9999; 
        /*background:#0071b4;*/
        max-height:260px;
        overflow:auto; 
        width:80%;
        box-shadow:0px 2px 4px #444; 
        margin-left:1.2%;
        position: relative;
    }
    /***********************************/
    .live-outer{
        width:100%; 
        height:60px;
        border-bottom:1px solid #ccc; 
        background:#fff;
    }
    .live-outer:hover{
        background:#F3F3F3;
    }
    .live-im{
        float:left;
        width:10%; 
        height:60px;
    }
    .live-im img{
        width:100%; 
        height:100%;
        padding: 4px;
    }
    .live-product-det{
        float:left; 
        width:90%; 
        height:60px;
    }
    .live-product-name{
        width:100%; 
        height:22px; 
        margin-top:4px;
    }
    .live-product-name p{
        margin:0px;
        color:#333;
        text-shadow: 1px 1px 1px #DDDDDD;
        font-size:13px;
        padding-left: 4px;
    }
    .live-product-price{
        width:100%;
        height:25px;
    }
    .live-product-price-text{
        float:left; 
        width:50%;
    }
    .live-product-price-text p{
        margin:0px;
        font-size:16px;
    }
    .link-p-colr{
        color:#333;
    }
    @media screen and (max-width: 1400px) {
         .textbox{
            width:350px;
        }
    }
    @media screen and (max-width: 1200px) {
         .textbox{
            width:280px;
        }
    }
    @media screen and (max-width: 600px) {
        .textbox{
            width:250px;

        }
        .query-submit{
            width:35px;
            padding:1px 6px;
            float:left;
            border:none;
            margin-top:13px; 
            height:40px;
        }
    }
