﻿.waiting-mask
{
    position: fixed;
    display: none;
    z-index: 9999;
    background-color: #aaa;
    opacity: 0.9;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 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;
}

::-webkit-input-placeholder
{
    color: #e20742;
}
::-moz-placeholder
{
    color: #e20742;
}
:-moz-placeholder
{
    color: #e20742;
}

body
{
    font-size: 26px;
    font-family: "Microsoft YaHei" , "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
.space-row
{
    height: 1px;
}
.body
{
    padding: 10px;
}
div.row
{
    position: relative;
    margin: 10px;
    z-index: 10;
}
div.key-holder
{
    position: relative;
    margin-right: 62px;
}
.search-key
{
    position: relative;
    width: 100%;
    height: 58px;
    line-height: 58px;
    border: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0;
    padding: 0;
    box-shadow: none;
    font-size: 32px;
    text-indent: 10px;
    color: #e20742;
}
.btn-search
{
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    height: 60px;
    width: 62px;
    cursor: pointer;
    background-image: url(images/search.png);
}
.logo
{
    margin-top: 30px; /*background-image: url(images/icon.png);*/
    height: 160px; /*background-image: url(images/icon.png);*/
    background-image: url(images/logo1.png);
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
}
.more-text
{
    padding-top: 15px;
    text-align: center;
}
.link-info
{
    text-align: center;
    margin-top: 5px;
    color: Red;
}
.link-info > a
{
    background-image: url(images/click.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
    text-decoration: none;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    display: inline-block;
}

div.top-menu-bar
{
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 100;
    background-color: #fff;
}

div.bottom-bar
{
    position: fixed;
    bottom: 0px;
    height: 90px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #e20742;
}

div.top-menu-bar > a
{
    width: 20%;
    display: inline-block;
    text-align: center;
    background-position: center 14px;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 5px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-color: #e20742;
}
div.top-menu-bar > a.selected
{
    background-color: #44aee0;
}
div.top-menu-bar > a:hover
{
    background-color: #44aee0;
}
div.top-menu-bar > a.company-icon
{
    background-image: url(images/icon-1.png);
}
div.top-menu-bar > a.gy-icon
{
    background-image: url(images/icon-2.png);
}
div.top-menu-bar > a.dy-icon
{
    background-image: url(images/icon-3.png);
}
div.top-menu-bar > a.fj-icon
{
    background-image: url(images/icon-4.png);
}
div.top-menu-bar > a.xt-icon
{
    background-image: url(images/icon-5.png);
}

div.bottom-bar > a
{
    width: 20%;
    display: inline-block;
    text-align: center;
    background-position: center 14px;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 5px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
div.bottom-bar > a.selected
{
    background-color: #44aee0;
}
div.bottom-bar > a:hover
{
    background-color: #44aee0;
}
div.bottom-bar > a.company-icon
{
    background-image: url(images/icon-1.png);
}
div.bottom-bar > a.gy-icon
{
    background-image: url(images/icon-2.png);
}
div.bottom-bar > a.dy-icon
{
    background-image: url(images/icon-3.png);
}
div.bottom-bar > a.fj-icon
{
    background-image: url(images/icon-4.png);
}
div.bottom-bar > a.xt-icon
{
    background-image: url(images/icon-5.png);
}

div.small-empty-row
{
    height: 20px;
}
div.empty-row
{
    height: 100px;
}

div.large-empty-row
{
    height: 165px;
}

div.recommend a
{
    color: #ff0000 !important;
}

div.company-list
{
    margin-top: 20px;
    position: relative;
}
div.company-list div.company-group-title
{
    background-color: #d5e4eb;
    height: 42px;
    line-height: 42px;
}
div.company-list div.company-group-title a
{
    padding-left: 25px;
    background-image: url(images/home-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 25px;
    cursor: pointer;
}

div.company-group-list
{
    margin: 0 0 25px 50px;
}
div.company-group-name-list
{
    position: fixed;
    right: 10px;
    top: 180px;
    color: #e20742;
}
div.company-group-name-list > a
{
    display: block;
    width: 60px;
    text-align: center;
    cursor: pointer;
    margin: 2px;
    z-index: 2;
    text-decoration: none;
    color: #e20742;
}
div.company-group-list div.company-item
{
    padding-top: 10px;
}
div.company-group-list div.company-item > a
{
    cursor: pointer;
}

.hidden
{
    display: none;
}
div.block-item
{
    position: relative;
}

div.top-bar
{
    border-bottom: 1px solid #e20742;
    padding: 10px 10px 5px 10px;
    height: 62px;
    position: relative;
    z-index: 100;
    background-color: #fff;
}
div.top-bar a
{
    height: 60px;
    line-height: 60px;
    width: 62px;
    cursor: pointer;
}
div.top-bar .btn-back
{
    top: 10px;
    position: absolute;
    background-image: url(images/return.png);
}
div.top-bar .btn-home
{
    top: 10px;
    position: absolute;
    right: 10px;
    background-image: url(images/home.png);
}
div.top-bar .btn-shopping-cart
{
    top: 10px;
    position: absolute;
    right: 30px;
    background-image: url(images/btn-shoppingcart.png);
    background-repeat: no-repeat;
    background-position: center;
}
div.top-bar div.company-short-name
{
    line-height: 62px;
    text-align: center;
    color: red;
    cursor: pointer;
}
div.top-bar div.cart-num
{
    position: absolute;
    top: 0px;
    right: 10px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    display: none;
    color: #fff;
    background-image: url(images/circle.png);
}

div.fixed-bar
{
    position: fixed;
    width: 100%;
    z-index: 9998;
    background-color: #fff;
}

div.fiexed-top
{
    padding-top: 80px;
}

div.tree
{
    margin: 5px 1px 0;
}
div.tree .node
{
    color: #333;
    padding: 0 0 0 0;
}
div.tree .sub-node
{
    /*margin: 0 0 0 25px;*/
    position: relative;
}
div.tree .c2-node
{
    text-indent: 25px;
    overflow: hidden;
}
div.tree .c3-node
{
    text-indent: 50px;
    overflow: hidden;
}
div.tree .c4-node
{
    text-indent: 75px;
}
div.tree .c5-node
{
    text-indent: 100px;
}
div.tree .c6-node
{
    text-indent: 125px;
}
div.tree .node > a
{
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 10px 0 10px 60px;
}
div.tree .node > .leaf > a
{
    background-image: none;
    padding-left: 35px;
}
div.tree .node > .leaf > a.selected
{
    color: #e20742;
    font-weight: bold;
}
div.tree .node > a.expand
{
    background-image: url(images/home-arrow-down.png);
    background-position: 26px 24px;
}
div.tree .node > a.collapse
{
    background-image: url(images/home-arrow.png);
    background-position: 36px 22px;
}
div.tree .c2-node > a.expand
{
    background-image: url(images/home-arrow-down.png);
    background-position: 52px 24px;
}
div.tree .c2-node > a.collapse
{
    background-image: url(images/home-arrow.png);
    background-position: 62px 22px;
}
div.tree .c3-node > a.expand
{
    background-image: url(images/home-arrow-down.png);
    background-position: 77px 24px;
}
div.tree .c3-node > a.collapse
{
    background-image: url(images/home-arrow.png);
    background-position: 87px 22px;
}
div.tree .c4-node > a.expand
{
    background-image: url(images/home-arrow-down.png);
    background-position: 102px 24px;
}
div.tree .c4-node > a.collapse
{
    background-image: url(images/home-arrow.png);
    background-position: 112px 22px;
}
div.tree .c5-node > a.expand
{
    background-image: url(images/home-arrow-down.png);
    background-position: 127px 24px;
}
div.tree .c5-node > a.collapse
{
    background-image: url(images/home-arrow.png);
    background-position: 137px 22px;
}
div.tree .node > a.c1-text
{
    font-size: 32px;
}
div.tree .node span.icon-arrow
{
    float: right;
    display: block;
    background-image: url(images/arrow.png);
    width: 48px;
    height: 48px;
    margin: 10px 5px 0 0;
    background-repeat: no-repeat;
    background-position: center;
}
div.tree .node div.h-line
{
    padding: 0;
    margin: 0;
    font-size: 0;
    border-bottom: 1px solid #bbb;
}

div.company-info
{
    border-bottom: 1px solid #e20742;
    color: #ff0000;
    padding: 5px 0px 5px 10px;
}
div.company-info > div
{
    background-repeat: no-repeat;
    padding: 3px 38px;
    background-position: left center;
}
div.company-info div.company-contact
{
    background-image: url(images/icon-tel.png);
}
div.company-info div.company-site
{
    background-image: url(images/icon-internet.png);
}
div.company-info div.company-site a
{
    text-decoration: none;
    color: Red;
}
div.top-bar a.btn-toggle-img
{
    color: #e20742;
    cursor: pointer;
    width: auto;
    position: absolute;
    right: 85px;
}
div.product-discount
{
    height: 45px;
    line-height: 45px;
}
div.product-discount > select
{
    height: 100%;
    vertical-align: top;
    cursor: pointer;
}
div.product-discount > input
{
    width: 61px;
    height: 41px;
    vertical-align: top;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 20px;
    text-align: center;
}
div.product-price
{
    color: #ff0000;
    height: 45px;
    line-height: 45px;
    float: right;
}
div.product-price span
{
    font-weight: bold;
}
div.product-original-price
{
    height: 45px;
    line-height: 45px;
}
div.product-original-price span
{
    font-weight: bold;
}
div.product-price a.addtocart
{
    display: inline-block;
    width: 66px;
    height: 46px;
    background-image: url(images/addtocart.png);
    position: absolute;
    margin-left: 20px;
    cursor: pointer;
}
div.category-img
{
    text-align: center;
}
div.category-img img
{
    height: 240px;
    display: block;
    margin: auto;
}

div.tab-header
{
    padding: 10px;
    background-color: #e20742;
    height: 40px;
    margin-top: 20px;
}

div.tab-header > a
{
    width: 20%;
    display: inline-block;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-decoration: none;
}
div.tab-header > a.active
{
    background-color: #fff;
    color: #e20742;
    border-radius: 5px;
    cursor: default;
}

div.tab-content > div
{
    display: none;
}
div.tab-content > div.active
{
    display: block;
}

div.tab-content div.property-content
{
    margin: 10px 0 0;
}

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
{
    padding: 2px 5px;
    border: 2px solid #e20742;
    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 #e20742;
    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: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/home-arrow.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: #e20742;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    padding: 2px 15px;
    text-decoration: none;
}

div.distributor-section
{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3px;
    margin: 10px;
    color: #333;
    padding: 5px;
}
div.distributor-section > div
{
    margin: 5px;
}
div.distributor-section > div > label
{
    width: 120px;
    display: inline-block;
    text-align: right;
}

div.accessory-section
{
    padding: 10px 0px;
    border-bottom: 1px dashed #ddd;
}
div.accessory-section > div.accessory-name
{
    margin-left: 10px;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/home-arrow.png);
    font-weight: bold;
}
div.accessory-section > div.accessory-item
{
    padding: 5px 10px 0 22px;
}
div.accessory-section > div.accessory-item > label
{
    cursor: pointer;
    display: inline-block;
    margin: 2px 0;
}

div.product-details
{
    margin: 15px 10px 0;
    border: 1px solid #ddd;
}

div.product-details > div.line-item
{
    border-top: 1px solid #ddd;
}

div.product-details > div.line-header
{
    border-top: none;
}

div.product-details > div.line-item > div.left
{
    width: 55%;
    height: 100%;
}
div.product-details > div.line-item > div.middle
{
    width: 20%;
    float: right;
    height: 100%;
}
div.product-details > div.line-item > div.right
{
    width: 25%;
    float: right;
    height: 100%;
}

div.product-details > div.line-item span
{
    padding: 10px 0 10px 5px;
    display: block;
}

div.product-details > div.line-item > div.middle select
{
    margin-top: 10px;
    height: 35px;
}

div.product-name
{
    max-height: 67px;
    overflow: hidden;
}

.check-box
{
    /*background-image: url(images/checkbox.png);*/
    width: 23px;
    height: 23px;
}
.check-box-checked
{
    /*background-image: url(images/checkbox-selected.png);*/
    width: 23px;
    height: 23px;
}

div.product-header
{
    position: fixed;
    width: 100%;
    background-color: #fff;
}

div.product-content
{
    padding-top: 250px;
    margin-bottom: 80px;
}

div.category3-name
{
    padding-bottom: 5px;
}

.text-center
{
    text-align: center;
}
div.empty-search-result
{
    text-align: center;
}
div.empty-search-result a
{
    text-decoration: none;
}

.category-info
{
    color: Blue;
}

div.main-info
{
    position: relative;
}

div.qr-code
{
    top: 20px;
    text-align: center;
    margin: 0 10px;
}
div.qr-text
{
    font-size: 22px;
    color: #bbb;
}

div.qr-code img
{
    width: 100%;
    height: auto;
}

div.dqy-desc
{
    text-align: right;
    color: #999;
    font-size: 22px;
    display: none;
}

div.inline-key-holder
{
    position: relative;
    margin: 5px;
    height: 70px;
}
div.inline-key-holder div.inline-block-left
{
    position: relative;
    width: 49%;
    float: left;
}
div.inline-key-holder div.inline-block-right
{
    position: relative;
    width: 49%;
    float: right;
}

div.inline-key-holder .search-category-list
{
    position: absolute;
    display: none;
    list-style: none;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    top: 60px;
    z-index: 100;
}
div.inline-key-holder .search-category-list > li
{
    list-style: none;
    text-indent: 12px;
    padding: 8px 0 7px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
div.inline-key-holder .search-category-list > li:hover
{
    background-color: #fff6dd;
}
div.inline-key-holder .search-category-list > li.selected
{
    background-color: #fff6dd;
}

div.search-panel-container
{
    background-color: #f6f6f6;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 10px;
}

div.search-panel-container input.search-panel-key
{
    width: 100%;
    height: 58px;
    line-height: 58px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0;
    padding: 0;
    box-shadow: none;
    font-size: 32px;
    text-indent: 10px;
    color: #e20742;
}

div.search-panel-container ul.search-panel-list
{
    overflow: auto;
    height: 400px;
    list-style: none;
    padding: 0;
    margin: 0;
}
div.search-panel-container ul.search-panel-list > li
{
    padding: 5px;
    cursor: pointer;
}
div.search-panel-container ul.search-panel-list .company-short-name
{
    color: red;
    float: right;
    padding-right: 5px;
}

div.search-panel-container div.search-bar
{
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

div.search-panel-container div.search-bar > a
{
    float: right;
}

div.company-block
{
    padding: 10px;
    height: 90px;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom: 1px solid #ddd;
    margin: 0 10px 0 0;
}

div.company-block img
{
    height: 90px;
    width: 140px;
    float: left;
}
div.company-block a
{
    display: block;
}
div.company-block span
{
    /* height: 90px; */ /* line-height: 222%; */
    color: #000;
    margin-left: 150px; /* margin-top: 5px; */
    font-size: 32px;
    display: block; /* line-height: 90px; */
    word-wrap: break-word;
    word-break: break-all; /* float: left; */ /* padding-left: 100px; */ /* text-indent: 157px; */ /* text-indent: 10px; */
    padding: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.img-block-split
{
    border-bottom: 1px solid #ddd;
}
img.img-display
{
    width: 100%;
}

/*div.mask-layer
{
        position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
    display: none;
    opacity: 1;
text-align: center;
}

div.mask-layer img
{
    width: 100%;
}
.m-zooming
{
    position: inherit !important;
}*/

.mask_bg
{
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    position: fixed;
}
a.goto-company
{
    position: absolute;
    top: 0;
    right: 10px;
}

div.cart-title
{
    text-align: center;
    line-height: 62px;
    font-weight: bold;
}
div.top-bar .btn-more
{
    top: 10px;
    position: absolute;
    right: 10px;
    background-image: url(images/more.png);
}
div.top-bar .more-operation
{
    list-style: none;
    position: absolute;
    right: 10px;
    top: 70px;
    padding: 0;
    margin: 0;
    z-index: 100;
}
div.top-bar .more-operation a
{
    display: block;
    background-color: #e20742;
    height: 60px;
    line-height: 60px;
    width: 140px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 12px center;
    text-indent: 80px;
}
div.top-bar .more-operation a.edit
{
    background-image: url(images/btn-edit.png);
}
div.top-bar .more-operation a.send
{
    background-image: url(images/btn-send.png);
}

div.cart-list
{
    margin-bottom: 100px;
}
div.cart-list div.cart-item
{
}
div.cart-list div.cart-item div.cart-company-name
{
    font-weight: bold;
    margin: 20px 10px;
}
div.cart-list div.cart-item div.item-header
{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f0f0f0;
    padding: 10px;
    position: relative;
}
div.cart-list div.cart-item div.item-header div.item-editor
{
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
}
div.cart-list div.cart-item div.item-header div.item-editor a.btn-cart-remove
{
    color: #fff;
    background-color: #ff0009;
    float: right;
    display: block;
    height: 100%;
    margin: auto;
    width: 120px;
    text-align: center;
    vertical-align: text-top;
    line-height: 150px;
    font-size: 28px;
}
div.cart-list div.cart-item div.item-header div.item-editor div.editor-line
{
    color: #fff;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    padding-left: 10px;
}
div.cart-list div.cart-item div.item-header div.item-editor div.editor-line input[type='number']
{
    font-size: 26px;
    width: 80px;
    text-align: center;
}
div.cart-list div.cart-item div.item-header div.item-editor div.editor-line a
{
    font-weight: bold;
    font-size: 28px;
    width: 45px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    color: #000;
    height: 38px;
    line-height: 34px;
    border-radius: 3px;
}
div.cart-list div.cart-item div.item-header div.item-editor div.first-line
{
    margin-top: 10px;
}
div.cart-list div.cart-item div.item-header div.cart-name
{
    font-weight: bold;
}
div.cart-list div.cart-item div.item-header div.cart-name span
{
    float: right;
}
div.cart-list div.cart-item div.item-header div.cart-spec
{
    font-weight: bold;
}
div.cart-list div.cart-item div.item-header div.cart-line-title
{
    height: 50px;
    line-height: 50px;
}
div.cart-list div.cart-item div.item-header div.cart-line-title a.cart-details-toggle
{
    padding-left: 46px;
    background-image: url(images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: left center;
}
div.cart-list div.cart-item div.item-header div.cart-line-title a.toggle-up
{
    background-image: url(images/arrow-up.png);
    color: Red;
}
div.cart-list div.cart-item div.item-header div.cart-line-title a.btn-cart-note
{
    width: 90px;
    height: 46px;
    line-height: 46px;
    background-color: #e20742;
    text-align: center;
    border-radius: 7px;
    float: right;
    color: #fff;
    margin: 2px 0;
}
div.cart-list div.cart-item div.item-header div.cart-line-title span.cart-price
{
    color: Red;
    float: right;
    width: 240px;
    text-align: right;
}
div.cart-list div.cart-item div.item-line
{
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}
div.cart-list div.cart-item div.item-line .p1
{
    display: inline-block;
    width: 25%;
    word-wrap: break-word;
    vertical-align: top;
}
div.cart-list div.cart-item div.item-line .p2
{
    display: inline-block;
    width: 55%;
    word-wrap: break-word;
}
div.cart-list div.cart-item div.item-line .p3
{
    position: absolute;
    right: 10px;
}

div.dlg
{
    position: fixed;
    z-index: 10000;
    top: 260px;
    left: 50px;
}
div.dlg div.dlg-title
{
    background-color: #f5f5f5;
    height: 75px;
    line-height: 75px;
    font-size: 30px;
    padding-left: 20px;
}
div.dlg div.dlg-content
{
    background-color: #fff;
    padding: 20px;
}
div.dlg div.dlg-content textarea
{
    width: 100%;
    height: 200px;
    border: 1px solid #ddd;
    font-size: 24px;
}
div.dlg div.dlg-content textarea::-webkit-input-placeholder
{
    color: #999;
}
div.dlg div.dlg-content textarea::-moz-placeholder
{
    color: #999;
}
div.dlg div.dlg-content textarea:-moz-placeholder
{
    color: #999;
}
div.dlg div.dlg-content input[type='text']::-webkit-input-placeholder
{
    color: #999;
}
div.dlg div.dlg-content input[type='text']::-moz-placeholder
{
    color: #999;
}
div.dlg div.dlg-content input[type='text']:-moz-placeholder
{
    color: #999;
}
div.dlg div.dlg-footer
{
    background-color: #fff;
    text-align: center;
    padding: 20px 0 30px;
}
div.dlg div.dlg-footer a
{
    color: #fff;
    height: 50px;
    background-color: #e20742;
    border-radius: 5px;
    min-width: 140px;
    font-size: 24px;
    border: none;
    margin: 0 10px;
    display: inline-block;
    line-height: 50px;
}

div.dlg div.send-options
{
    text-align: center;
    margin-top: 20px;
}
div.dlg div.send-options a
{
    width: 120px;
    padding-top: 100px;
    display: inline-block;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center top;
}
div.dlg div.send-options a.btn-download
{
    background-image: url(images/icon-download.png);
}
div.dlg div.send-options a.btn-email
{
    background-image: url(images/icon-email.png);
}
div.dlg div.send-options a.btn-wx
{
    background-image: url(images/icon-weixin.png);
}
div.dlg div.email-content
{
    padding: 30px 10px 20px 10px;
    text-align: center;
}
div.dlg div.email-content input.email-add
{
    width: 100%;
    padding: 0;
    margin: 0;
    height: 45px;
    line-height: 45px;
    text-indent: 10px;
    font-size: 30px;
}
.text-error
{
    color: Red;
}
div.dlg div.dlg-footer a.disabled
{
    background-color: #ddd;
}

div.cart-bottom-bar
{
    position: fixed;
    bottom: 0px;
    height: 90px;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0;
    background-color: #fff;
}

div.cart-bottom-bar > div
{
    display: inline-block;
    text-align: center;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    height: 90px;
    line-height: 90px;
    font-size: 26px;
    width: 25%;
}
div.cart-bottom-bar > div > div
{
    background-color: #e20742;
    margin-right: 2px;
}
div.cart-bottom-bar > div > div.last-item
{
    margin-right: 0px;
}
div.cart-bottom-bar > div.selected
{
    background-color: #44aee0;
}
div.cart-bottom-bar > div:hover
{
    background-color: #44aee0;
}
div.cart-bottom-bar > div a
{
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 55px;
    background-position: left;
}
div.cart-bottom-bar > div a.edit-icon
{
    background-image: url(images/btn-edit.png);
}
div.cart-bottom-bar > div a.send-icon
{
    background-image: url(images/btn-send.png);
}
div.cart-bottom-bar > div a.share-icon
{
    background-image: url(images/btn-share.png);
}
div.cart-bottom-bar > div a.user-icon
{
    background-image: url(images/btn-user.png);
}

div.edit-bottom-bar
{
    position: fixed;
    bottom: 0px;
    height: 90px;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: none;
    z-index: 100;
}
div.edit-bottom-bar > a
{
    display: inline-block;
    text-align: center;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    height: 90px;
    line-height: 90px;
    font-size: 26px;
    width: 50%;
}
div.edit-bottom-bar > a.btn-clear
{
    background-color: #ff6600;
}
div.edit-bottom-bar > a.btn-finish
{
    background-color: #ff0000;
}
div.edit-row
{
    margin: 10px;
    position: relative;
}
div.edit-row input[type='text'], div.edit-row input[type='password']
{
    height: 45px;
    line-height: 45px;
    text-indent: 10px;
    margin: 7px 0;
    width: 100%;
    font-size: 30px;
    padding: 0;
    margin: 0;
}
div.edit-row textarea
{
    font-size: 30px;
    width: 100%;
    text-indent: 10px;
    margin: 7px 0;
}
div.edit-row select
{
    height: 58px;
    line-height: 55px;
    width: 100%;
    font-size: 26px;
}
div.share-link
{
    display: none;
    position: fixed;
    display: none;
    z-index: 9999;
    background-color: #000;
    opacity: 0.9;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(images/share-link.png);
    background-repeat: no-repeat;
    background-position: right 30px top;
    text-align: center;
    color: #000;
}
div.share-link span
{
    display: block;
    margin-top: 260px;
    font-size: 50px;
    color: #fff;
}

div.share-link a
{
    font-size: 66px;
    display: block;
    width: 301px;
    height: 82px;
    margin: 50px auto 0;
    background-image: url(images/btn-share-close.png);
}

div.share-qr
{
    display: none;
    position: fixed;
    display: none;
    z-index: 9999;
    background-color: #000;
    opacity: 0.98;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    color: #000;
    padding: 50px;
}
div.share-qr img
{
    width: 100%;
    margin: 60px 0 0;
}
div.share-qr span
{
    color: #fff;
    display: block;
    line-height: 100px;
}
div.share-qr a
{
    font-size: 66px;
    display: block;
    width: 301px;
    height: 82px;
    margin: 10px auto 0;
    background-image: url(images/btn-share-close.png);
}
div.tooltip
{
    display: none;
    position: fixed;
    top: 450px;
    background-color: #ddd;
    border-radius: 20px;
    width: 300px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    opacity: 0.95;
}
span.profile-label
{
    display: block;
    text-align: left;
}

div.category3-desc-content img
{
    width: 100%;
}
img.img-pop
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9992;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    width: 100%;
}
div.img-pop-container
{
    position: fixed;
    width: 100%;
    z-index: 10006;
    top: 0;
}
a.close-pop
{
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 10007;
    color: red;
    font-weight: bold;
    font-size: 32px;
    background-color: #fff;
    padding: 12px;
}

.num-input
{
    width: 61px;
    height: 41px;
    font-size: 24px;
    margin-right: 20px;
}

.field-title
{
    display: inline-block;
    height: 47px;
    vertical-align: bottom;
}

div.cart-content div.row
{
    margin-bottom: 20px;
}

div.panel-body
{
    margin: 10px;
}
div.panel-body .edit-row input
{
    height: 58px;
    line-height: 55px;
}
div.panel-body .edit-row label
{
    display: inline-block;
    margin: 12px 0 5px;
}

div.panel-footer
{
    border-top: 1px solid #ddd;
    margin: 30px 0;
    padding: 30px;
}

div.panel-footer button
{
    font-size: 26px;
    border-radius: 3px;
}

.btn
{
    border: 1px solid transparent;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}
.btn-primary
{
    background-color: #3c8dbc;
    border-color: #367fa9;
}
.btn-info
{
    background-color: #00c0ef;
    border-color: #00acd6;
}

.btn-code
{
    color: blue;
    margin: 12px 0;
    display: inline-block;
}

div.menu-list div.menu-item
{
    padding: 10px;
    height: 70px;
    line-height: 70px;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    border-bottom: 1px solid #ddd;
}
div.menu-list div.menu-item a
{
    display: block;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
}
div.user-name
{
    border-bottom: 1px solid #ddd;
    padding-left: 26px;
    font-weight: bold;
}

.btn-new-address
{
    margin-top: 30px;
    display: inline-block;
    border: 1px solid red;
    padding: 5px 50px;
    color: red;
    text-decoration: none;
}

div.panel-body .edit-row label.checkbox
{
    line-height: 56px;
}
div.panel-body .edit-row label.checkbox input
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    vertical-align: bottom;
}
div.address-item
{
    padding: 30px 15px 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

div.address-item div.address-contacts
{
    font-size: 34px;
}
div.address-item div.address-contacts span:last-child
{
    float: right;
}

div.address-item div.address-details
{
    margin: 10px 0 0;
}

div.address-item div.address-details span
{
    color: Red;
    font-size: 24px;
}

div.address-item div.address-toolbar
{
    margin: 15px 0 10px;
}
div.address-item div.address-toolbar label
{
    line-height: 40px;
}
div.address-item div.address-toolbar input
{
    width: 32px;
    height: 32px;
    vertical-align: bottom;
}
div.address-item div.address-toolbar a
{
    float: right;
    margin: 0 15px;
    text-decoration: none;
}

.btn-manage
{
    top: 10px;
    position: absolute;
    right: 10px;
    text-decoration: none;
}
div.company-product-code
{
    margin: 10px;
}
table.company-product-table
{
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
table.company-product-table td, table.company-product-table th
{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-left: 3px;
    height: 50px;
}
table.company-product-table p
{
    word-wrap: break-word;
    word-break: break-all;
    padding: 0;
    margin: 10px 0;
}
.company-product-tips
{
    padding: 10px;
    color: Red;
    text-align: center;
    margin-bottom: 80px;
}

div.dlg div.dlg-footer a.input-lg
{
    height: 80px;
    font-size: 30px;
    line-height: 80px;
    padding: 0 10px;
}
div.panel-logout
{
    position: fixed;
    bottom: 90px;
    width: 100%;
    text-align: center;
}
div.panel-logout a
{
    display: block;
    margin: 20px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #ddd;
}

.forgot-password
{
    position: absolute;
    right: 20px;
    line-height: 60px;
    text-decoration: none;
}

tr.selected
{
    color: red;
    font-weight: bold;
}

div.fixed-bottom
{
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 10004;
    background-color: #fff;
}
div.fixed-bottom > div.toolbar
{
    margin: 10px 10px 5px;
}
div.fixed-bottom div.product-desc
{
    display: none;
    text-align: left;
    padding: 10px;
}
div.fixed-bottom div.product-desc p
{
    padding: 1px 10px;
    margin: 0;
    font-size: 32px;
}
div.fixed-bottom div.product-desc div.product-num
{
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin: 5px 0;
    height: 50px;
}
div.product-num label
{
    line-height: 50px;
}
div.product-num div.num-input
{
    position: absolute;
    top: 7px;
    right: 0;
    width: auto;
}

div.fixed-bottom div.product-desc div.product-discount
{
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin: 5px 0;
    height: 50px;
}
div.product-discount label
{
    line-height: 50px;
}
div.product-discount div.num-input
{
    position: absolute;
    top: 7px;
    right: 0;
    width: auto;
}

.btn-addtocart
{
    background-color: #f64040;
    border-radius: 5px;
    width: 100%;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
}
.text-price
{
    color: #ff0000;
}
.text-title
{
    font-weight: bold;
}
.pull-right
{
    float: right;
}
div.input-group
{
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0;
}
div.input-group a
{
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 26px;
}
div.input-group input
{
    width: 72px;
    font-size: 26px;
    border: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0;
    margin: 1px;
}

div.address-group
{
    height: 60px;
}

div.address-group > div
{
    width: 33%;
    float: left;
}
div.address-group > div.middle-col > div
{
    margin: 0 1px;
}
div.address-group > div.middle-col
{
    width: 34%;
}
div.address-group select
{
    height: 58px;
    line-height: 55px;
    width: 100%;
    font-size: 26px;
    padding-left: 3px;
}


div.dist-bottom-bar
{
    position: fixed;
    bottom: 0px;
    height: 90px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #f3f3f3;
    border-top: 1px solid #ddd;
    font-size: 0;
}

div.dist-bottom-bar > div
{
    width: 33%;
    display: inline-block;
    text-align: center;
    padding-bottom: 5px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    font-size: 26px;
}
div.dist-bottom-bar > div img
{
    width: 40px;
    height: 40px;
    margin-top: 10px;
}
div.dist-bottom-bar > div.middle
{
    width: 34%;
}
div.dist-bottom-bar > div > a span
{
    display: block;
    padding-top: 3px;
}

div.menu-item a.icon
{
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: left center;
}

div.menu-item a.icon-profile
{
    background-image: url(images/dist-my.png);
}

div.menu-item a.icon-order
{
    background-image: url(images/dist-order.png);
}

div.menu-item a.icon-location
{
    background-image: url(images/dist-location.png);
}

div.menu-item a.icon-invoice
{
    background-image: url(images/dist-invoice.png);
}
div.menu-item a.icon-table
{
    background-image: url(images/dist-table.png);
}

div.cart-selected-bar
{
    position: fixed;
    bottom: 90px;
    width: 100%;
    border-top: 1px solid #ddd;
    height: 90px;
    line-height: 90px;
    font-weight: bold;
    background-color: #fff;
}
div.cart-selected-bar > label
{
    margin-left: 10px;
}
div.cart-selected-bar > div.right-part
{
    float: right;
}
div.cart-selected-bar > div.right-part > a
{
    display: inline-block;
    width: 160px;
    text-align: center;
    background-color: red;
    color: #fff;
    margin-left: 10px;
}

div.location-info
{
    background-image: url(images/dist-location.png);
}

div.location-info div.address-contacts
{
    font-size: 34px;
}
div.location-info div.address-contacts span:last-child
{
    float: right;
}

div.location-info div.address-details
{
    margin: 10px 0 0;
}

div.invoice-info
{
    background-image: url(images/dist-invoice.png);
}

div.order-info
{
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 15px 10px 15px 70px;
    border-bottom: 1px solid #ddd;
}

div.order-note
{
    margin: -80px 0 50px;
    padding: 0 10px;
}
div.order-note label
{
    font-weight: bold;
}
div.order-note textarea
{
    width: 100%;
    font-size: 26px;
}
div.item-remark
{
    padding: 10px;
}
div.item-remark label
{
    font-weight: bold;
}
div.item-remark textarea
{
    width: 100%;
    font-size: 26px;
}
div.item-remark p
{
    margin: 0;
    padding: 0;
}

div.order-bar
{
    position: fixed;
    bottom: 92px;
    width: 100%;
    border-top: 1px solid #ddd;
    height: 80px;
    line-height: 80px;
    text-align: right;
    background-color: #fff;
}
div.order-bar label
{
    font-weight: bold;
}
div.order-bar span
{
    color: Red;
}
div.order-bar a
{
    display: inline-block;
    text-align: center;
    background-color: #3c8dbc;
    padding: 0 25px;
    color: #fff;
}
div.order-bar a.btn-cancel
{
    background-color: #449d44;
    border-color: #398439;
    margin-left: 10px;
}

div.order-tab
{
    font-size: 0;
    line-height: 50px;
}
div.order-tab a
{
    display: inline-block;
    width: 20%;
    font-size: 26px;
    text-align: center;
}
div.order-tab a.active
{
    color: Red;
}

div.order-empty-desc
{
    text-align: center;
    margin-top: 180px;
}

div.order-item
{
    padding: 10px 0;
    margin: 5px 0;
    background-color: #e8ebf4;
}
div.order-item div.order-line
{
    padding: 3px 20px;
}
div.order-item div.order-line label
{
    font-weight: bold;
}
div.order-item div.order-line-footer
{
    padding: 8px 15px 3px 20px;
    border-top: 2px solid #f2f6f5;
}
div.order-item div.order-line-footer a
{
    float: right;
}
div.order-item .order-status-1
{
    color: #f00;
}
div.order-item .order-status-2
{
    color: Yellow;
}
div.order-item .order-status-3
{
    color: Blue;
}
div.order-item .order-status-4
{
    color: Green;
}

div.cart-total
{
    text-align: right;
    color: red;
    padding: 20px 10px;
}
div.order-note p
{
    border: 1px solid #ddd;
    padding: 15px;
    margin: 5px 0;
}

div.order-basic
{
    padding: 10px 20px;
    background-color: #ccc;
}
div.order-basic .order-line
{
    color: #fff;
    font-size: 22px;
}
div.order-basic .order-status-text
{
    font-size: 26px;
}

div.order-details-bar
{
    text-align: right;
    margin-bottom: 20px;
    padding: 0 20px;
}
div.order-details-bar a
{
    display: inline-block;
    background-color: #ddd;
    padding: 10px 15px;
    border-radius: 20px;
}

.text-warning
{
    color: red;
}
.text-primary
{
    color: Blue;
}

div.c1-node img
{
    width: 100%;
    display: none;
}
div.c2-node img
{
    width: 100%;
    display: none;
}
div.product-img-row
{
    margin-left: 0;
    margin-right: 0;
}

div.order-success
{
    top: 50px;
    left: 50px;
}
div.order-success div.order-paymentinfo
{
    overflow: auto;
}

.pull-left
{
    float: left;
}

.btn-code-new
{
    position: absolute;
    top: 55px;
    right: -1px;
    display: inline-block;
    height: 58px;
    line-height: 60px;
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
    margin: 0;
    border: 1px solid #2ac400;
    background-color: #2ac400;
    border-radius: 0 3px 3px 0;
    font-size: 22px;
}

div.product-note
{
    margin: 10px;
    position: relative;
}
div.product-note label
{
    position: absolute;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    padding-left: 5px;
}
div.product-note input
{
    width: 100%;
    line-height: 50px;
    font-size: 26px;
    text-indent: 72px;
}
div.bottom-header
{
    text-align: right;
    margin: -10px 10px 0;
}
div.bottom-header a
{
    font-size: 48px;
}
div.toolbar-left
{
    width: 30%;
    float: left;
    position: relative;
}
div.toolbar-left > div
{
    margin-right: 10px;
}
button.btn-shoppingcart
{
    background-color: #0bbce2;
    border-radius: 5px;
    width: 100%;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
}
div.toolbar-right
{
    width: 70%;
    float: left;
}

div.toolbar-left div.cart-num
{
    position: absolute;
    top: -15px;
    right: 0px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    display: none;
    color: #fff;
    background-image: url(images/circle.png);
}
div.category-left-part
{
    float: left;
    width: 25%;
    overflow: hidden;
}
div.left-wrapper
{
}
div.category-level-list
{
    border-right: 1px solid #aaa;
}
div.category-level-list div.level-i-item
{
    text-align: center;
    font-size: 24px;
    background-color: #ddd;
}
div.category-level-list div.active
{
    background-color: #fff;
}
div.category-level-list div.level-i-item > div.level-title
{
    padding: 10px 2px;
    font-size: 26px;
    border-bottom: 2px solid #333;
}

div.category-content-list
{
    margin-left: 25%;
}
div.category-content-list div.category-content-title
{
    font-size: 24px;
    padding: 12px 0;
    border-bottom: 2px solid #333;
    padding-left: 10px;
}
div.category-content-list div.level-iii-item
{
    display: inline-block;
    text-align: center;
}
div.category-content-list div.level-iii-img-block
{
    width: 30%;
    margin: 5px;
    position: relative;
}
div.category-content-list div.level-iii-item div.level-img
{
    margin-bottom: 90px;
}
div.category-content-list div.level-iii-item div.level-img img
{
    width: 140px;
    height: 140px;
}
div.category-content-list div.level-iii-item div.level-name
{
    font-size: 20px;
    height: 80px;
    overflow: hidden;
    vertical-align: top;
    position: absolute;
    width: 100%;
    top: 150px;
}
div.category-content-list div.level-iii-item div.level-shortname
{
    border: 1px solid #ddd;
    margin: 10px;
    padding: 10px 12px;
    border-radius: 5px;
}

.search-code-img
{
    width: 100%;
}
div.company-search-panel-container
{
    top: 83px;
}

div.category-style-iii
{
    padding: 10px;
}
div.category-style-iii div.category-i-ii-block
{
    margin: 5px 0;
    border: 1px solid #ddd;
        display: inline-block;
    width: 100%;
}
div.category-style-iii div.category-i-block
{
    float: left;
    text-align: center;
    width: 25%;
}
div.category-style-iii div.category-i-block img
{
    width: 150px;
    height: 150px;
    display: block;
}
div.category-style-iii div.category-i-block p
{
    font-weight: bold;
    font-size: 26px;
    padding: 5px 0 8px;
    display: block;
    margin: 0;
    width: 150px;
}

div.category-style-iii div.category-ii-block
{
    float: left;
    font-size: 26px;
    width: 75%;
}
div.category-style-iii div.category-ii-block div
{
    padding: 5px 0 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
}
div.category-style-iii div.category-content-list
{
    margin: 0;
}

div.pdf-toolbar 
{
   display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10007;
}
div.pdf-toolbar input 
{
    font-size: 30px;
    margin-left: 10px;
    text-align: center;
    border-radius: 3px;
    padding: 0 10px;
}
div.pdf-view-container 
{
    display: none;
    position: absolute;
    background-color: #ddd;
    overflow: auto;
    z-index: 10006;
    top: 0px;
    right: 0px;
    border: 0px;
    left: 0px;
    text-align: center;
}
div.progress-bar-container 
{ 
    position: absolute;
    width: 360px;
    z-index: 10000;    
    text-align: center;
    
    display: none;
}
div.progress-bar
{   
    height: 10px;    
    opacity: 1;
    background-color: #8d8282;
    border-radius: 10px;
}
div.progress-bar div 
{
    background-color: #337ab7;
    height: 100%;
    border-radius: 10px;
}
div.progress-text 
{
    font-size: 18px;
    margin-bottom: 5px;
}

div.row-bg
{
    position: relative;
    padding: 10px;
    z-index: 10;
    background-color: #fff;
}
div.row-bg div.row
{
    margin: 0;
}

div.category-style-iv div.category-content-list
{
    margin: 0;
}

div.dlg div.dlg-footer a.btn-block 
{
    display: block;
    margin-bottom: 12px;
    text-decoration: none;
}
.product-search-key 
{
    border: 2px solid;
    height: 56px;
    line-height: 56px;
}