body
{
    font-size: .85em;
    font-family: "Microsoft YaHei", "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.hidden
{
    display: none;
}

.waiting-mask {
    position: absolute;
    display: none;
    z-index: 9999;
    background-color: #f6f6f6;
    opacity: 0.7;
    left: 0px;
    top: 0px;
}

.waitting-content {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 10000;
    text-align: center;
    opacity: 1;
    display: none;
}

    .waitting-content img {
        width: 24px;
        height: 24px;
        border: none;
    }

div.section
{
    width: 1000px;
    margin: auto;
    position: relative;
}

div.header
{
    height: 60px;
    background-image: url(images/header-bg.png);    
}
div.header div.title a.logo
{
    background-image: url(images/logo.png);
    width: 243px;
    height: 43px;
    display: inline-block;
    margin: 9px 0 0;
}
div.header div.title a.tel
{
    float: right;
    display: inline-block;
    background-image: url(images/tel.png);
    width: 98px;
    height: 22px;
    margin: 18px 10px;
    cursor: pointer;
    font-size: 13px;
    color: #169ada;
    text-indent: 34px;
    line-height: 26px;
}
div.header div.title a.tel:hover
{
    /*background-image: url(images/btn-telephone-hover.png);*/
}
div.header div.title a.desktop
{
    position: absolute;
    background-image: url(images/desktop.png);
    height: 26px;
    line-height: 26px;
    margin: 20px 10px 0 20px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    text-decoration: none;
}
div.header div.title a.qq-chat
{
    float: right;
    display: inline-block;
    width: 89px;
    height: 26px;
    margin: 18px 5px 0 0;
    line-height: 26px;
    cursor: pointer;
    font-size: 13px;
    color: #169ada;
}
div.header div.title div.qq-shared
{
    float: right;
    margin-top: 18px;
}
div.header div.title a.qq
{
    float: right;
    display: inline-block;
    background-image: url(images/btn-qq.png);
    width: 89px;
    height: 26px;
    margin: 17px 0;
    line-height: 26px;
    cursor: pointer;
    font-size: 13px;
    color: #169ada;
    text-indent: 34px;
}
div.header div.title a.qq:hover
{
    background-image: url(images/btn-qq-hover.png);
}
div.body
{
    background-image: url(images/body-bg.jpg);
    height: 692px;
}

div.search-bar
{
    padding: 10px 0;
    background-color: #fff;
    height: 33px;
}
div.search-content
{
    position: relative;    
}
div.search-content .search-category
{
    display: inline-block;
    width: 74px;
    text-indent: 17px;
    border: 1px solid #ddd;
    border-right: none;
    height: 33px;
    line-height: 35px;
    cursor: pointer;
    background: url(images/icon.png) 57px -340px no-repeat;
    float: left;
}
div.search-content .search-company-category-list
{
    position: absolute;
    display: none;
    list-style: none;
    background-color: #fff;
    padding: 0;
    margin: 0;
    width: 74px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    top: 34px;
    z-index: 100;
}
div.search-content .search-company-category-list>li
{
    list-style: none; 
    text-indent: 17px;
    padding: 8px 0 7px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
div.search-content .search-company-category-list>li:hover
{
    background-color: #fff6dd;
}
div.search-content .search-category-list
{
    position: absolute;
    display: none;
    list-style: none;
    background-color: #fff;
    padding: 0;
    margin: 0;
    width: 74px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    top: 34px;
}
div.search-content .search-category-list>li
{
    list-style: none; 
    text-indent: 12px;
    padding: 8px 0 7px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
div.search-content .search-category-list>li:hover
{
    background-color: #fff6dd;
}
div.search-content .search-category-list>li.selected
{
    background-color: #fff6dd;
}
div.search-bar input.search-key
{
    padding: 0;
    border: 1px solid #ddd;
    width: 843px;
    height: 33px;
    font-size: 16px;
    color: #666;
    text-indent: 12px;
}
div.search-bar input.search-key:focus
{
}
div.search-bar input.btn-search
{
    padding: 0;
    width: 80px;
    height: 35px;
    background-color: #169ada;
    color: #fff;
    border: 0;
    float: right;
    cursor: pointer;    
}
div.search-bar a.btn-drop
{
    float: right;
    width: 10px;
    height: 10px;
    background-image: url(images/arrow_down.png);
    position: absolute;
    right: 85px;
    top: 14px;
}

div.content
{
    height: 638px;
    background-color: #fff;
}
div.content>div
{
    float: left;
}
div.content div.category-panel
{
    width: 298px;
    border: 1px solid #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
div.content div.category-panel div.category-tree-panel
{
    height: 538px;
    overflow-y: auto;
    overflow-x: hidden;
}
div.content div.category-panel div.category-tree-panel .node
{
    font-size: 12px;
    color: #333;
    padding: 10px 0 0 12px;
}
div.content div.category-panel div.category-tree-panel .node>a
{
    background-image: url(images/arrow_down.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 14px;
    cursor: pointer;
}
div.content div.category-panel div.category-tree-panel .node>.leaf>a
{
    background-image: none;
    padding-left: 4px;
}
div.content div.category-panel div.category-tree-panel .node>.leaf>a.selected
{
    color: #169ada;
    font-weight: bold;
}
div.content div.category-panel div.category-tree-panel .node>a.expand
{
     background-image: url(images/arrow_down.png);
     background-position: left 5px;
}
div.content div.category-panel div.category-tree-panel .node>a.collapse
{
     background-image: url(images/arrow_right.png);
}
div.content div.category-panel div.category-bar
{
    height: 50px;
    background-image: url(images/menu-bg.png); 
}
div.content div.category-panel div.category-bar span
{
    display: inline-block;
}
div.content div.category-panel div.category-bar span.selected
{
    background-image: url(images/menu-hover-bg.png);
}
div.content div.category-panel div.category-bar span:hover
{
    background-image: url(images/menu-hover-bg.png);
}
div.content div.category-panel div.category-bar a
{
    display: inline-block;
    width: 49px;
    background-repeat: no-repeat;
    background-position: center 8px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 22px;
    padding: 28px 0 0;
    text-decoration: none;
}
div.content div.category-panel div.category-bar a.company
{
    background-image: url(images/company.png);
}
div.content div.category-panel div.category-bar a.gaoya
{
    background-image: url(images/gaoya.png);
}
div.content div.category-panel div.category-bar a.diya
{
    background-image: url(images/diya.png);
}
div.content div.category-panel div.category-bar a.fujian
{
    background-image: url(images/fujian.png);
}
div.content div.category-panel div.category-bar a.xiangti
{
    background-image: url(images/xiangti.png);
    width: 51px;
}
div.content div.category-panel div.category-bar a.message
{
    background-image: url(images/message.png);
    width: 51px;
}
div.content div.category-panel div.panel
{
    height: 35px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
}
div.content div.category-panel div.panel input
{
    width: 54px;
    height: 24px; 
    cursor: pointer;
    border: 0;
    color: #fff;
    margin: 6px;
    padding-left: 20px;
}
div.content div.category-panel div.panel .btn-back
{
    float: left;
    background-image: url(images/btn_return.png);
}
div.content div.category-panel div.panel .btn-back:hover
{
     background-image: url(images/btn_return_return.png);
}
div.content div.category-panel div.panel .btn-expand
{
    float: right;
    background-image: url(images/btn_fold.png);
}
div.content div.category-panel div.panel .btn-expand:hover
{
    background-image: url(images/btn_fold_hover.png);
}
div.content div.category-panel div.panel .btn-collapse
{
    float: right;
    background-image: url(images/btn_unfold.png);
}
div.content div.category-panel div.panel .btn-collapse:hover
{
    background-image: url(images/btn_unfold_hover.png);
}

div.content div.init-panel
{
    background-image: url(images/erweima.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 10px;
    height: 624px;
    width: 688px;
      border: 1px solid #ddd; 
}

div.content div.product-panel
{
    width: 408px;
    margin-left: 10px;
    height: 624px;
    border: 1px solid #ddd;
}

div.content div.detail-panel
{
    width: 270px;
    margin-left: 10px;
}
div.content div.detail-panel>div
{
    border: 1px solid #ddd;
}
div.content div.detail-panel div.top
{
    height: 320px;
    margin-bottom: 10px;
}
div.content div.detail-panel div.top div.category-img
{
    text-align: center;
    height: 160px;
}
div.content div.detail-panel div.top div.category-img>img
{
    width: 160px;
    height: 160px;
    display: none;
}
div.content div.detail-panel div.top div.category-name
{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 10px;
    padding: 0 5px;
    height: 55px;
    overflow: auto;
}
div.content div.detail-panel div.top div.category-name>span
{
    display: block;
}
div.content div.detail-panel div.top div.product-unit
{
    font-size: 10px;
    color: #333;
    padding-left: 5px;
}
div.content div.detail-panel div.top div.product-unit>span
{
    padding-left: 5px;   
}
div.content div.detail-panel div.top div.product-unit input
{
    width: 40px;
    height: 25px;
    border: 1px solid #ddd;
    text-align: center;
}
div.content div.detail-panel div.top div.product-price
{
    margin-top: 15px;
}
div.content div.detail-panel div.top div.product-price label
{
    padding-left: 10px;
    font-size: 12px;
    color: #333;
}
div.content div.detail-panel div.top div.product-price .flag
{
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
}
div.content div.detail-panel div.top div.product-price .money
{
    font-size: 20px;
    color: #ff0000;
    font-weight: bold;
}
div.content div.detail-panel div.bottom
{
    height: 292px;
    overflow: auto;
}

div.footer
{
    height: 48px;
    background-image: url(images/footer-bg.png);
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 48px;
}
div.footer span
{
    margin-right: 10px;
}
div.footer a
{
    font-size: 13px;
    color: #169ada;
    text-decoration: none;
    margin-left: 5px;
}
div.footer div.statistics
{
    position: absolute;
    top: 2px;
    right: 100px;
    height: 40px;
}

div.recommend a
{
    color: #ff0000 !important;
}

div.tab-panel
{
    height: 40px;
    background-color: #f6f6f6;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
div.tab-panel div.tab-item
{
    width: 102px;
    float: left;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

div.tab-panel div.tab-item div.text
{
    height: 38px;
    line-height: 35px;
}
div.tab-panel div.tab-item div.text span
{
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
}
div.tab-panel div.tab-item div.text .benti
{
    background-image: url(images/benti.png);
}
div.tab-panel div.tab-item div.text .fj
{
    background-image: url(images/fj.png);
}
div.tab-panel div.tab-item div.text .yangben
{
    background-image: url(images/yangben.png);
}
div.tab-panel div.tab-item div.text .jxx
{
    background-image: url(images/jingxiaoshang.png);
}

div.tab-panel div.active 
{
    border-bottom: none;
    background-image: url(images/menu-hover.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #169ada;
    height: 39px;
}
div.tab-content
{
    height: 581px;
}
div.tab-content>div
{
    overflow: auto;
    height: 100%;
    width: 100%;
}
div.tab-content>div>div
{
    display: none;
    font-size: 12px;
    color: #333;
}
div.tab-content div
{
    font-size: 12px;
}
div.tab-content div div
{
    font-size: 12px;
}
div.tab-content div.property-content
{
    margin: 10px 0 0;
}
div.tab-content>div>div.active
{
    display: block;
}

div.property-section div.option-panel
{
    margin: 5px 0 10px;
    padding: 0 10px 5px 22px;
    border-bottom: 1px dashed #ddd;
}
div.property-section div.option-panel a
{
    padding: 2px 6px;
    margin: 2px 0;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    border: 2px solid #fff;
}
div.property-section div.option-panel a.selected
{
    border: 2px solid #169ada;
    background-image: url(images/sanjiao.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    font-weight: bold;
}
div.property-section div.option-panel a:hover
{
    border: 2px solid #169ada;
    background-image: url(images/sanjiao.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
div.property-section  div.property-name
{
    margin-left: 10px;
    padding-left: 12px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/arrow_right.png);
    font-weight:  bold;
}

div.instruction-section
{
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}
div.instruction-section>div
{
    padding: 5px 10px;
}
div.instruction-section>div>a
{
    text-decoration: none;
}
div.instruction-section>a
{
    float: right;
    display: inline-block;
    background-color: #169ada;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    padding: 2px 15px;
    text-decoration: none;
}

div.distributor-section
{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3px;
    margin: 10px;
    font-size: 12px;
    color: #333;
    padding: 5px;
}
div.distributor-section>div
{
    margin: 5px;
}
div.distributor-section>div>label
{
    width: 60px;
    display: inline-block;
    text-align: right;
}

div.detail-panel>div.bottom>div.line-title
{
    height: 29px;
    border-bottom: 1px solid #ddd;
    line-height: 29px;
    font-size: 14px;
    color: #333;
    padding-left: 15px;
    background-color: #f6f6f6;
}
div.detail-panel>div.bottom>div.line-item
{
    border-bottom: 1px dashed #ddd;
    font-size: 12px;
    color: #333;
}
div.detail-panel>div.bottom>div.line-item span
{
    padding: 10px 0 10px 5px;
    display: block;
}
div.detail-panel>div.bottom>div.line-header
{
    font-weight: bold;
}
div.detail-panel>div.bottom>div.line-item>div.left
{
    width: 55%;
}
div.detail-panel>div.bottom>div.line-item>div.middle
{
    width: 20%;
    float: right;
}
div.detail-panel>div.bottom>div.line-item>div.middle input
{
    margin-top: 8px;
    width: 45px;
}
div.detail-panel div.bottom div.line-item div.right
{
    width: 25%;
    float: right;
}

div.accessory-section
{
    padding: 12px;
    border-bottom: 1px dashed #ddd;
}
div.accessory-section div.accessory-name
{
    padding-left: 12px;
    background-image: url(images/arrow_right.png);
    background-repeat: no-repeat;
    background-position: center left;
}
div.accessory-section>div.accessory-item
{
    padding: 5px 12px 0;
}
div.accessory-section>div.accessory-item>label
{
    cursor: pointer;
    display: inline-block;
    margin: 2px 0;
}

div.note-list
{
    padding-top: 10px;
}
div.note-list div.note-item
{
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    color: #333;
    padding: 10px 15px 8px;
}
div.note-list div.note-item div.info
{
    font-size: 10px;
    color: #169ada;
    padding-top: 8px;
}
div.note-list div.note-item div.info .floor
{
    float: right;
}
div.note-footer
{
    text-align: center;
    padding: 10px;
}
div.note-footer a
{
    font-size: 12px;
    color: #169ada;
    text-decoration: none;
}
div.note-reply
{
    text-align: right;    
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #f6f6f6;
    display: none;
}
div.note-reply>div
{
    margin: 10px 10px 5px;
}
div.note-reply textarea
{
    height: 80px;
    width: 98%;
    resize: none;
    border: 1px solid #ddd;
}
div.note-reply input
{
    cursor: pointer;
    margin-top: 5px;
}
div.note-reply .reply-error
{
    color: Red;
    text-align: left;
    font-size: 12px;
    padding: 5px;
}

div.company-info
{
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    color: #ff0000;
    padding: 5px 6px;
}
div.company-info>div
{
    background-repeat: no-repeat;
    padding: 3px 20px;
    background-position: left center;
}
div.company-info div.company-contact
{
    background-image: url(images/icon-telphone.png);
}
div.company-info div.company-site
{
    background-image: url(images/icon-website.png);
}
div.company-info div.company-site>a
{
    color: #ff0000;
    text-decoration: none;
}
div.company-info div.company-site>a:hover
{
    text-decoration: underline;
}

div.search-content div.search-part-i
{
    float: left;
    width: 300px;
    position: relative;
}
div.search-content div.search-part-i input.search-key
{
    width: 208px;
    margin-left: 10px;
}    
div.search-content div.search-part-i .search-category-list
{
    margin-left: 10px;
    width: 288px;
    z-index: 100;
    max-height: 635px;
    overflow: auto;
}

div.search-content div.search-part-ii
{
    float: left;
    width: 410px;
    margin-left: 10px;
}
div.search-content div.search-part-ii input.search-key
{
    width: 253px;
}
div.search-content div.search-part-ii .search-category-list
{
    width: 408px;
    z-index: 100;
    max-height: 635px;
    overflow: auto;
}

div.search-content div.search-part-iii
{
    float: left;
    margin-left: 10px;
}
div.search-content div.search-part-iii>a
{
    display: inline-block;
    width: 263px;
    height: 44px;
    background-image: url(images/btn-download-app.png);
        position: absolute;
    top: -5px;
}
div.search-content div.search-part-iii>a:hover
{
    background-image: url(images/btn-download-app-hover.png);
}
span.category3-name
{
    font-weight: bold;
}
span.company-short-name
{
    float: right;
    padding-right: 8px;
}
a.goto-company
{
    float: right;
    background-image: none !important;
    width: 28px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    color: Blue;    
}
a.goto-company:hover
{
    text-decoration: underline;
}

.company-name
{
    line-height: 36px;
    width: 162px;
    display: inline-block;
    font-weight: bold;
    color: Red;
    text-align: center;
}