body {
    min-width: 1200px;
    font-family:,'';
    margin: 0 auto;
    padding: 0px;
    font-size: 12px;
    color: #333333;
    background: #ffffff;
    background: #f3f3f3;
}

img, span, p, ul, li, input, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family:;
    vertical-align: bottom;
}

img {
    border: none;
}

body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, p {
    word-break: break-all;
    word-wrap: break-word;
}

input[type="button"], textarea,
button {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}


a:link {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}

a:active {
    color: #333333;
}

a:visited {
    color: #333333;
}


.clear {
    clear: both;
}

.f_le {
    float: left;
}

.f_rig {
    float: right;
}

.mt2 {
    margin-top: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px
}

.mt7 {
    margin-top: 7px;
}

.mt9 {
    margin-top: 9px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.pt10 {
    padding-top: 10px;
}

.pbt10 {
    padding: 10px;
}

.mbt10 {
    margin-bottom: 10px;
}

.mbt30 {
    margin-bottom: 30px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.m_le5 {
    margin-left: 5px;
}

.m_rig5 {
    margin-right: 5px;
}

.m_le10 {
    margin-left: 10px;
}

.m_le15 {
    margin-left: 15px;
}

.m_le18 {
    margin-left: 18px;
}

.m_le20 {
    margin-left: 20px;
}

.m_le30 {
    margin-left: 30px;
}

.m_le50 {
    margin-left: 50px;
}

.m_le140 {
    margin-left: 140px;
}

.m_le300 {
    margin-left: 300px;
}

.m_rig5 {
    margin-right: 5px;
}

.m_rig10 {
    margin-right: 10px;
    line-height: 18px;
}

.m_rig15 {
    margin-right: 15px;
}

.m_rig20 {
    margin-right: 20px;
}

.lh20 {
    line-height: 20px;
}

.lh22 {
    line-height: 22px;
}

.lh24 {
    line-height: 24px;
}

.lh30 {
    line-height: 30px;
}

.tx_cen {
    text-align: center;
}

.tx_rig {
    text-align: right;
}

.tx_le {
    text-align: left;
}

.font999 {
    color: #9a9a9a;
}

.font333 {
    color: #333333;
}

.fontb {
    font-weight: bold;
}

.orange, a.orange {
    color: #ff6a00;
}

.bule, a.bule {
    color: #2d7cff;
}

.red, a.red {
    color: #ff0000;
}

.ov-hide {
    overflow: hidden;
}

.dis_no {
    display: none;
}

.dis_b {
    display: block;
}

.pos_re {
    position: relative;
}

.bor-bt {
    border-bottom: 1px solid #e5e5e5;
}

.bor-bt1 {
    border-bottom: 1px solid #eeeeee;
}

.bor-rig {
    border-right: 1px solid #e5e5e5;
}

.main {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    background: #ffffff;
    overflow: hidden;
}

    .main:after, .wrapper:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

.fix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

/*头部*/
.wrap-top-bg {
    width: 100%;
    height: 34px;
    background: #fbfbfb;
    border-bottom: 1px solid #e6e6e6;
}

.wrap-top {
    width: 1200px;
    margin: 0 auto;
    line-height: 34px;
    height: 34px;
}

    .wrap-top ul {
        float: right;
    }

        .wrap-top ul li {
            float: left;
            margin-left: 20px;
        }

.header-bg {
    width: 100%;
    height: 110px;
    background: #ffffff;
}

.header {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
}

    .header .logo {
        margin-top: 15px;
        float: left;
    }

        .header .logo a {
            display: inline-block; /*border-right: 1px solid #cccccc;*/
            margin-right: 10px;
            padding-right: 10px;
            float: left;
        }

        .header .logo img {
            vertical-align: bottom;
            float: left;
            width: 250px;
        }

    .header .head-tit {
        font-size: 20px;
        float: left;
        margin-top: 10px;
        color: #666666;
    }

    .header .search-box {
        float: right;
        margin-top: 32px;
        position: relative;
    }

        .header .search-box.le {
            float: left;
            margin-left: 100px;
        }

.search-text {
    width: 300px;
    height: 38px;
    border: 1px solid #f66700;
    padding-left: 10px;
    float: left;
    line-height: 38px;
}

.search-btn {
    width: 100px;
    height: 40px;
    border: none;
    background: #f66700;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-weight: bold;
    float: left;
}

.hot-key {
    clear: both;
    padding-top: 10px;
    color: #999999;
}

    .hot-key a {
        color: #999999;
    }


.search-history {
    display: none;
    width: 410px;
    padding: 5px 0px;
    position: absolute;
    left: 0px;
    top: 40px;
    border: 1px solid #dddddd;
    background: #ffffff;
    z-index: 10;
}

    .search-history ul li {
        padding: 0 10px;
        line-height: 26px;
        cursor: pointer;
        height: 26px;
        background: #ffffff;
        transition: background-color .2s ease;
        -webkit-transition: background-color .2s ease;
    }

        .search-history ul li .f_le {
            color: #1e57ad;
        }

        .search-history ul li:hover {
            background: #f1f1f1;
        }

.header .shopping-cart {
    background: #ff4e31;
    margin-top: 32px;
    margin-left: 30px;
    float: right;
    width: 160px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

    .header .shopping-cart span {
        float: left;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        color: #ffffff;
        font-size: 14px;
        padding-left: 40px;
        background: url(../images/icon_right_gwc_on.png) no-repeat 10px center;
    }

    .header .shopping-cart i {
        float: right;
        font-style: normal;
        width: 42px;
        height: 38px;
        display: inline-block;
        background: #ffffff;
        border: 1px solid #ff4e31;
        text-align: center;
        line-height: 38px;
        font-size: 18px;
        color: #ff4e31;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        -o-border-top-right-radius: 5px;
        -o-border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.nav-bg {
    width: 100%;
    height: 36px;
    border-bottom: 2px solid #f66700;
    background: #ffffff;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav-menu {
    float: left;
    height: 36px;
}

    .nav-menu li {
        float: left;
        font-size: 16px;
        line-height: 36px;
        margin-left: 40px;
    }

        .nav-menu li a {
            color: #333333;
            text-decoration: none;
        }

            .nav-menu li a.current {
                color: white;
                padding: 5px 10px;
                background-color: #f66700
            }
    /*.nav-menu li a:hover,*/
    .nav-menu .on a {
        color: #f66700;
        text-decoration: none;
    }

.goods-all-num {
    float: left;
    display: inline-block;
    padding: 0 25px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    background: #f66700;
    font-size: 16px;
    color: #ffffff;
}

.back-i {
    height: 38px;
    text-align: center;
    line-height: 36px;
    margin-left: 25px;
    font-size: 14px;
    display: inline-block
}

.progress-bar {
    height: 34px;
    overflow: hidden;
    float: right;
    margin-top: 2px;
}

    .progress-bar.mt8 {
        margin-top: 8px;
    }

    .progress-bar ul li {
        float: left;
        width: 163px;
        padding-right: 20px;
        height: 34px;
        line-height: 34px;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        background: url(../images/bg_lc_zhmm.png) no-repeat 0px -34px;
    }

    .progress-bar ul .cur {
        background: url(../images/bg_lc_zhmm.png) no-repeat 0px 0px;
    }

    .progress-bar ul .prev {
        background: url(../images/bg_lc_zhmm.png) no-repeat 0px -68px;
    }

    .progress-bar ul .last {
        width: 163px;
        padding-right: 0px;
    }

/*底部*/
.footer {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    overflow: hidden;
    padding-bottom: 18px;
}

    .footer .le {
        width: 160px;
        margin-top: 40px;
        margin-left: 20px;
        float: left;
    }

    .footer .cont {
        width: 580px;
        float: left;
        margin-left: 80px;
        margin-top: 40px;
    }

    .footer .rig {
        float: right;
        margin-top: 20px;
    }

        .footer .rig p {
            margin-right: 10px;
            text-align: center;
            font-size: 14px;
        }

    .footer .le .bt-tel {
        font-size: 22px;
        color: #fa6442;
        text-align: center;
        margin-top: 30px;
    }

    .footer .cont ul {
        float: left;
        color: #000000;
    }

        .footer .cont ul li {
            width: 115px;
            line-height: 26px;
        }

            .footer .cont ul li b {
                font-size: 15px;
            }

.footer-other {
    margin-bottom: 10px;
    overflow: hidden;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

    .footer-other p {
        padding-left: 20px;
        float: left;
    }

/*商品分类*/
.goods-classify {
    width: 200px;
    position: relative;
    z-index: 99;
}

.goods-classify-all {
    float: left;
    display: inline-block;
    cursor: pointer;
    width: 200px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    background: #f66700 url(../images/icon_fenlei.png) no-repeat 15px center;
    font-size: 16px;
    color: #ffffff;
}

.dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    height: 480px;
    background: #6e5e56;
}

.menu-item {
    height: 60px;
}

.catepreview .level-1 {
    display: block;
    border: 1px solid #000;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent #61534c #61534c;
}

.catepreview .level-1-pic {
    float: left;
    position: relative;
    width: 24px;
    height: 24px;
    margin: 17px 13px 0 13px;
    overflow: hidden;
}

    .catepreview .level-1-pic img {
        width: 48px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 0;
    }

.catepreview .level-1-name {
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 58px;
}

.catepreview .level-1.chose {
    background: #fff;
}

    .catepreview .level-1.chose .level-1-name {
        color: #6e5e56;
    }

    .catepreview .level-1.chose .level-1-pic img {
        left: -24px;
    }

.catepreview .level-2-box {
    display: none;
}

.popover {
    position: absolute;
    z-index: 100;
    width: 809px;
    padding: 11px 0;
    background: #fff;
    background: rgba(255,255,255,.95);
    display: none;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: transparent #61534c #61534c transparent;
    overflow-y: auto;
}

    .popover dd {
        padding: 6px 39px;
        line-height: 16px;
    }

    .popover .level-2-box {
        float: left;
        width: 80px;
        margin: 4px 0;
        padding-right: 10px;
        text-align: right;
    }

    .popover .level-2 {
        color: #fe6a00;
        font-size: 12px;
        font-weight: normal;
    }

    .popover .level-3-box {
        float: left;
        width: 600px;
    }

        .popover .level-3-box a {
            float: left;
            border-left: 1px solid #e0e0e0;
            padding: 0 8px;
            margin: 4px 0;
        }



/*banner*/
.banner-bg {
    width: 100%;
    height: 600px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.banner-box {
    width: 100%;
    margin: 0px auto;
    padding-left: 0;
    position: relative;
    overflow: hidden;
}

.banner-scroll {
    width: 1000px;
    height: 480px;
    overflow: hidden;
    text-align: center;
}

    .banner-scroll .scroll-img li {
        position: absolute;
        opacity: 0;
        z-index: 0;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
    }

        .banner-scroll .scroll-img li img {
            width: 1000px;
            height: 480px;
        }

.banner-ad {
    width: 190px;
    height: 480px;
    position: absolute;
    z-index: 9;
    top: 0px;
    right: 0px;
}

.slider-nav {
    margin: auto;
    position: absolute;
    z-index: 5;
    display: inline-block;
    top: auto;
    left: 0;
    bottom: 20px;
    right: 0;
}

    .slider-nav ul li {
        display: inline-block;
        margin-right: 10px;
        width: 26px;
        height: 26px;
        background: rgba(0,0,0,0.5);
        cursor: pointer;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .slider-nav ul .cur:after {
        content: "";
        display: block;
        height: 22px;
        width: 22px;
        background: rgba(255,255,255,0.5);
        margin: 2px 0 0 2px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }


/*分页*/
.pagination {
    padding: 20px;
    text-align: center;
}

    .pagination a {
        display: inline-block;
        height: 26px;
        line-height: 26px;
        padding: 0 10px;
        background: #f5f5f5;
        margin: 0 1px;
    }

        .pagination a:hover, .pagination .on {
            text-decoration: none;
            color: #ffffff;
            background: #ff9549;
        }




.input-text, .input-text2, .select-option, .input-text3, .textarea-text {
    width: 180px;
    height: 30px;
    padding-left: 5px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.input-text2 {
    width: 280px;
}

.input-text3 {
    width: 100px;
}

.textarea-text {
    width: 278px;
    height: 60px;
    line-height: 20px;
}

.select-option {
    width: auto;
    padding: 0 10px;
    margin-right: 10px;
}

.tips-red {
    display: block;
    color: #ff0000;
    margin-top: 5px;
}

.tips-grey {
    display: block;
    color: #999999;
    margin-top: 5px;
}

.btn-submit, .btn-cancel, .btn-confirm {
    width: 110px;
    height: 36px;
    border: 1px solid #e4e4e4;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border: none;
    background: #ff9549;
    cursor: pointer;
}

.btn-cancel {
    border: 1px solid #e4e4e4;
    background: #ffffff;
    color: #000000;
}

.btn-confirm {
    border: 1px solid #ff4747;
    background: #ff4747;
}


.popBg {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.2);
    z-index: 998;
}

.popUpBox {
    display: none;
    position: fixed;
    border: 5px solid #929292;
    top: 50%;
    left: 50%;
    background: #ffffff;
    z-index: 999;
}

    .popUpBox .top {
        width: 100%;
        position: relative;
        height: 40px;
        overflow: hidden;
        background: #f3f3f3;
        border-bottom: 1px solid #e1e1e1;
    }

        .popUpBox .top .tit {
            font-size: 14px;
            margin: 11px 0 0 10px;
            display: block;
        }

    .popUpBox .cont {
        overflow: hidden;
    }

.close-pop {
    width: 20px;
    height: 20px;
    background: url(../images/icon_close_03.png) no-repeat;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}


#confirmBox {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.2);
    z-index: 998;
}

    #confirmBox .confirm {
        position: fixed;
        border: 5px solid #929292;
        width: 260px;
        height: 150px;
        padding: 0px 20px;
        top: 50%;
        left: 50%;
        margin: -75px 0 0 -150px;
        background: #ffffff;
        z-index: 999;
    }

    #confirmBox .confirm-text {
        padding: 20px 0px;
        height: 50px;
        margin: 20px 0 0 0;
        display: block;
        font-size: 14px;
        text-align: center;
    }

    #confirmBox .pop-cancel, #confirmBox .pop-ok {
        color: #ffffff;
        text-align: center;
        height: 35px;
        line-height: 35px;
        width: 125px;
        float: left;
        box-sizing: border-box;
        font-size: 14px;
        background: #f66700;
        cursor: pointer;
    }

    #confirmBox .pop-cancel {
        background: #ffdabf;
        float: right;
    }

#layerTips {
    position: fixed;
    z-index: 1001;
    text-align: center;
    width: auto;
    top: 45%;
    left: 0;
    right: 0px;
    margin: 0 auto;
}

    #layerTips .layerTipsBox {
        display: inline-block;
        padding: 20px 40px;
        background-color: #000;
        background-color: rgba(0,0,0,.8);
        z-index: 999;
        color: #fff;
        font-size: 14px;
        border-radius: 6px;
    }



.icon-kj2 {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/icon_hqg_2.png) no-repeat center;
}


.banner-boxL {
    float: left;
    width: 1920px;
    height: 600px;
}


.banner-boxR {
    float: right;
    width: 190px;
    height: 480px;
    display: none;
}

    .banner-boxR a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .banner-boxR a img {
            display: block;
            width: 100%;
            height: 100%;
        }



/* 本例子css */
.slideBox {
    width: 1920px;
    height: 600px;
    overflow: hidden;
    position: relative;
}

    .slideBox .hd {
        height: 26px;
        overflow: hidden;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 20px;
        z-index: 1;
    }

        .slideBox .hd ul {
            overflow: hidden;
            height: 26px;
            margin: 0 auto;
            width: fit-content;
        }

            .slideBox .hd ul li {
                float: left;
                margin: 0 8px;
                width: 22px;
                height: 22px;
                cursor: pointer;
                border-radius: 50%;
                border: 2px solid rgba(0,0,0,0.5);
                background: rgba(0,0,0,0.5);
            }

                .slideBox .hd ul li.on {
                    background: rgba(255,255,255,0.5);
                }


    .slideBox .bd {
        position: relative;
        width: 1920px;
        height: 600px;
        z-index: 0;
    }

        .slideBox .bd li {
            width: 1920px;
            height: 600px;
        }

        .slideBox .bd img {
            width: 1920px;
            height: 600px;
            display: block;
        }



.menuL {
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    height: 480px;
    background: #6e5e56a6;
    width: 200px;
}


.yijiML {
    border-bottom: 1px solid #61534c;
    height: 39px;
}

    .yijiML a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .yijiML a img {
            width: 24px;
            height: 24px;
            float: left;
            margin-top: 8px;
            margin-left: 14px;
        }

.sImg {
    display: block;
}

.hImg {
    display: none;
}

.yijiML a span {
    display: block;
    float: left;
    height: 39px;
    line-height: 39px;
    color: #fff;
    font-size: 14px;
    margin-left: 14px;
    width: 136px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.yijiML a:hover {
    background: #fff;
}

    .yijiML a:hover span {
        color: #6e5e56;
    }

.erjiML {
    width: 809px;
    height: 457px;
    padding: 11px 0;
    background: rgba(255,255,255,.95);
    position: absolute;
    top: 0;
    left: 200px;
    border-bottom: 1px solid #6e5e56;
    border-right: 1px solid #6e5e56;
    display: none;
    overflow: hidden;
}

.menuL li:hover .erjiML {
    display: block;
}

.erjiML dl {
    padding: 6px 39px;
    overflow: hidden;
}

    .erjiML dl dt {
        float: left;
        width: 80px;
        margin: 4px 0;
        padding-right: 10px;
        text-align: right;
        height: 16px;
        line-height: 16px;
    }

        .erjiML dl dt a {
            display: block;
            text-align: right;
            height: 16px;
            line-height: 16px;
            color: #fe6a00;
            font-size: 12px;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }


    .erjiML dl dd {
        float: left;
        width: 640px;
        margin: 4px 0;
        overflow: hidden;
    }

        .erjiML dl dd a {
            display: block;
            float: left;
            white-space: nowrap;
            border-left: 1px solid #e0e0e0;
            padding: 0 8px;
            margin-bottom: 4px;
            color: #333333;
            height: 16px;
            line-height: 16px;
            font-size: 12px;
        }


#gouwuche {
    width: 1200px;
    background: #fff;
}

.order-address .addr-default.addr-item-wrapper.TwoRow .default-tip, .order-address .addr-selected.addr-not-default.addr-active.addr-item-wrapper.TwoRow .set-default {
    display: block;
}

.addr-hd, .addr-hd span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.addr-hd {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 5px;
    margin-bottom: 5px;
    line-height: 18px;
    font-weight: 700;
}

.inner-infos .addr2 {
    line-height: 20px;
    height: 38px;
}

#gouwuHedui span {
    color: #333;
}



#alertNotice {
    z-index: 2147483647;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    padding: 0px 20px;
    border: 1px solid #d7f1ca;
    background: #f0f9ed;
    position: fixed;
    top: -168px;
    left: 50%;
    margin-left: -62px;
    color: #67c23a;
    font-size: 16px;
}

    #alertNotice img {
        height: 30px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    #alertNotice p {
        line-height: 20px;
    }

.spDv01 .shopcartBack {
    padding-right: 10px;
    font-size: 15px;
    color: #f60;
    display: inline-block;
    float: right;
    padding-top: 12px;
}

#bangzhuLeft .on a {
    color: #e4393c;
    padding-right: 20px;
    background: url(../images/jiantou.png);
    background-position: right;
    background-size: 10px;
    background-repeat: no-repeat;
}

.btnbuy {
    width: 150px;
    height: 30px;
    background: url(../images/btnBuy.png) no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.wapper {
    margin: 0 auto;
    width: 1200px;
}


.table_head_order td {
    font-weight: bold;
    line-height: 30px;
    background: #F3FDED;
    text-align: center;
}

.table_head_order_bianhao td {
    line-height: 30px;
    background: #f9f9f9;
    padding-left: 5px;
}

    .table_head_order_bianhao td a {
        color: #005ea7;
    }

.table_head_order_list {
    background: #fff;
    padding: 4px 4px;
    text-align: center;
}

    .table_head_order_list img {
        height: 48px;
        width: 48px;
        float: left;
        margin: 3px;
    }

.yijiML .icon {
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 8px;
    margin-left: 14px;
    display: inline-block;
}
