﻿/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
}
/** 设置默认字体 **/
body, button, input, select, textarea /* for ie */ {
    font: 14px/1.5, "Microsoft YaHei", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

address, cite, dfn, em, var {
    font-style: normal;
}
/* 将斜体扶正 */
code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}
/* 统一等宽字体 */
small {
    font-size: 12px;
}
/* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul, ol {
    list-style: none;
}

/** 重置文本格式元素 **/
a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

sup {
    vertical-align: text-top;
}
/* 重置, 减少对行高的影响 */
sub {
    vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
    color: #000;
}
/* for ie6 */
fieldset, img {
    border: 0;
}
/* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
    font-size: 100%;
}
/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}
    /* 去掉高光样式 */
    input:focus, textarea:focus {
        outline: none;
    }

input:focus, img:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-modify: read-write-plaintext-only;
}

.button {
    border-radius: 0;
}
/*-----------------------------轮换图片--------------------------*/
.ems_global {
    overflow: hidden;
    height: 43%;
}

.scroll {
    margin: 0px auto;
    max-width: 640px;
    position: relative;
}

.scroll_box {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}

.scroll_wrap {
    overflow: hidden;
    position: relative;
}

    .scroll_wrap li {
        position: relative;
        display: block;
        width: 100%;
        float: left;
    }

        .scroll_wrap li a {
            display: block;
            margin: 0 auto;
            position: relative;
        }

.scroll_position {
    position: absolute;
    left: 46%;
    z-index: 400px;
    bottom: 0px;
    margin-left: -11px;
}

    .scroll_position li {
        display: inline-block;
        z-index: -9999;
    }

        .scroll_position li a {
            width: 9px;
            height: 9px;
            box-sizing: border-box;
            text-decoration: none;
            outline: none;
            float: left;
            background: url(../images/fwdiandian.png);
            background-size: 100% 100%;
            z-index: -9999;
            font-size: 0px;
            border-radius: 50%;
            opacity: 0.85;
        }

            .scroll_position li a.on {
                background: url(../images/fwdiandianthis.png);
                background-size: 100% 100%;
                border-radius: 50%;
            }

.scroll_position_bg {
    position: absolute;
    bottom: 0;
    left: 42%;
    padding: 0 15px;
    z-index: 380px;
    height: 26px;
    border-radius: 26px;
}
/*---------------------------------首页样式---------------------------------*/
.nav {
    height: 100%;
}

    .nav li.li_img {
        height: 15%;
        text-align: center;
    }

    .nav li.li_fwcs_up {
        height: 25%;
        text-align: center;
    }

    .nav li.li_img a img {
        width: 60%;
        padding: 8% 0;
    }

.TC_fwcx, #page1 {
    height: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
}

    .TC_fwcx .fy_index_lm {
        width: 100%;
        height: 57%;
        max-width: 640px;
        margin: 0 auto;
        position: relative;
    }

        .TC_fwcx .fy_index_lm .fy_index_cd {
            background: url(../images/2.png)center 10px no-repeat;
            background-size: 85% 93.7%;
            width: 100%;
            height: 100%;
            position: absolute;
        }

            .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent {
                height: 100%;
            }

                .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj {
                    width: 94%;
                    margin: 0 auto;
                    position: relative;
                }

                    .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj tr td {
                        width: 35%;
                        height: 100%;
                        text-align: center;
                    }

                        .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj tr td dl {
                            overflow: hidden;
                            width: 100%;
                            margin-bottom: 0;
                        }

                            .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj tr td dl a:hover {
                                text-decoration: none;
                            }

                            .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj tr td dl.ff {
                                top: 35px;
                                left: 24px;
                            }

                            .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj tr td dl.gg dt {
                                width: 40%;
                                float: left;
                            }

                            .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj tr td dl.gg dd {
                                width: 60%;
                                float: right;
                                text-align: left;
                                line-height: 25px;
                            }

                            .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj tr td dl.dl2 {
                                left: 0%;
                                position: relative;
                            }

                            .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj tr td dl a {
                                width: 100%;
                                display: block;
                            }

                            .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj tr td dl dt {
                                text-align: center;
                            }

                                .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj tr td dl dt img {
                                    height: 30px;
                                    padding-bottom: 4px;
                                }

                            .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj tr td dl.dl2 dt {
                                text-align: center;
                            }

                                .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj tr td dl.dl2 dt img {
                                    float: right;
                                    padding-right: 30px;
                                }

                            .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj tr td dl.dl2 dd {
                                float: left;
                                text-align: right;
                                padding-right: 10px;
                            }

                            .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .dfkj tr td dl dd {
                                width: 100%;
                                color: #767676;
                                font-family: Microsoft YaHei;
                                font-size: 0.75rem;
                            }

                .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .gd1 {
                    height: 40%;
                }

                    .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .gd1 tr td {
                        width: 30%;
                    }

                .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .gd2 {
                    height: 30%;
                }

                    .TC_fwcx .fy_index_lm .fy_index_cd .fwcs_cnetent .gd2 tr td {
                        width: 33.3%;
                    }

.fy_index2_lm {
    height: 100%;
}

    .fy_index2_lm table {
        margin: 0 auto;
        width: 90%;
        height: 100%;
    }

        .fy_index2_lm table tr {
            height: 25%;
        }

            .fy_index2_lm table tr td {
                border-bottom: 1px solid #eae3d9;
                border-right: 1px solid #eae3d9;
            }

                .fy_index2_lm table tr td.right {
                    border-right: none;
                }

                .fy_index2_lm table tr td.bottom {
                    border-bottom: none;
                }

                .fy_index2_lm table tr td dl {
                    width: 100%;
                    height: 100%;
                    margin-bottom: 0;
                    padding: 0;
                }

                    .fy_index2_lm table tr td dl a:hover {
                        text-decoration: none;
                    }

                    .fy_index2_lm table tr td dl dt, .fy_index2_lm table tr td dl dd {
                        text-align: center;
                    }

                    .fy_index2_lm table tr td dl dt {
                        padding-top: 12%;
                    }

                        .fy_index2_lm table tr td dl dt img {
                            height: 35px;
                        }

                    .fy_index2_lm table tr td dl dd {
                        font-size: 0.95rem;
                        color: #767676;
                        line-height: 35px;
                        font-family: Microsoft YaHei;
                    }

.fwcs_up {
    max-width: 640px;
    margin: 0 auto;
    width: 90%;
    padding: 2% 0;
    border-bottom: 1px solid #dfd7cc;
    border-top: 1px solid #dfd7cc;
}

    .fwcs_up table {
        width: 85%;
        height: 100%;
        margin: 0 auto;
    }

        .fwcs_up table tr td {
            line-height: 170%;
        }

            .fwcs_up table tr td.td1 {
                color: #a29486;
                font-size: 0.7rem;
                font-family: Microsoft YaHei;
                text-align: left;
                border-bottom: 1px solid #dfd7cc;
            }

            .fwcs_up table tr td.td2 {
                width: 70%;
                color: #a29486;
                font-size: 0.7rem;
                font-family: Microsoft YaHei;
                text-align: right;
                border-bottom: 1px solid #dfd7cc;
            }
/*---------------------------------防伪查询---------------------------------*/
.centent_total {
    overflow: hidden;
    padding-bottom: 45px;
}

    .centent_total .fy_fwcx_img {
        text-align: center;
    }

.fy_fwcx_img .img1 {
    width: 100%;
}

.fy_fwcx_img .img234 {
    width: 25%;
    padding: 15px;
}

.fy_fwcx_img .img3 {
    width: 90%;
    padding: 30px 0;
}

.centent_total .sqdls_up {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 20px;
}

    .centent_total .sqdls_up table {
        width: 100%;
    }

        .centent_total .sqdls_up table.t2 tr td {
            height: 33px;
            line-height: 33px;
            font-size: 14px;
            color: #f7d355;
            font-family: Microsoft YaHei;
        }

        .centent_total .sqdls_up table.t1 {
            margin-bottom: 20px;
        }

        .centent_total .sqdls_up table.t2 tr td input {
            width: 90%;
            height: 35px;
            border: 1px solid #949494;
            text-indent: 5px;
            color: #333;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: normal;
        }

        .centent_total .sqdls_up table.t2 tr td, .centent_total .sqdls_up table.t2 tr.r33 td {
            text-align: center;
        }

            .centent_total .sqdls_up table.t2 tr.r33 td input {
                width: 75%;
                background-color: #323232;
                height: 35px;
                font-family: Microsoft YaHei;
                font-size: 16px;
                color: #fff;
                letter-spacing: 5px;
                border: none;
                text-align: center;
                -webkit-appearance: 5px;
                border-radius: 5px;
            }
/* 通用 */
::-webkit-input-placeholder {
    color: #a1a1a1;
}

::-moz-placeholder {
    color: #a1a1a1;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #a1a1a1;
}
/* ie */
input:-moz-placeholder {
    color: #a1a1a1;
}
/* webkit专用 */
#field2::-webkit-input-placeholder {
    color: #a1a1a1;
}

#field3::-webkit-input-placeholder {
    color: #a1a1a1;
    background: lightgreen;
    text-transform: uppercase;
}

#field4::-webkit-input-placeholder {
    font-style: italic;
    text-decoration: overline;
    letter-spacing: 3px;
    color: #a1a1a1;
}

/* mozilla专用 */
#field2::-moz-placeholder {
    color: #a1a1a1;
}

#field3::-moz-placeholder {
    color: #a1a1a1;
    background: lightgreen;
    text-transform: uppercase;
}

#field4::-moz-placeholder {
    font-style: italic;
    text-decoration: overline;
    letter-spacing: 3px;
    color: #a1a1a1;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: none;
}
/*---------------------------------代理后台---------------------------------*/
.dlhtt {
    padding: 15px 0;
    overflow: hidden;
}

    .dlhtt dl {
        width: 100%;
        padding-top: 4%;
        overflow: hidden;
    }

        .dlhtt dl dt {
            padding: 10px 0;
            text-align: right;
            float: left;
            width: 50%;
        }

            .dlhtt dl dt img {
                height: 70px;
                width: 70px;
                padding-right: 15px;
            }

        .dlhtt dl dd {
            text-align: left;
            padding-top: 0.7%;
            width: 100%;
        }

            .dlhtt dl dd span {
                color: #000000;
                font-size: 1rem;
                font-family: Microsoft YaHei;
            }

                .dlhtt dl dd span.span1 {
                    background-color: #2b4c5a;
                    padding: 2px 7px;
                    font-size: 0.6rem;
                    color: #fff;
                    border-radius: 18px;
                    -moz-border-radius: 18px;
                    -webkit-border-radius: 18px;
                }

.fy_dlht_lm {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

    .fy_dlht_lm table {
        width: 100%;
    }

        .fy_dlht_lm table tr td {
            width: 33.3%;
        }

            .fy_dlht_lm table tr td dl {
                width: 100%;
                text-align: center;
            }

                .fy_dlht_lm table tr td dl a {
                    display: block;
                }

                .fy_dlht_lm table tr td dl dt {
                    position: relative;
                }

                    .fy_dlht_lm table tr td dl dt img {
                        width: 50%;
                        padding-top: 15px;
                    }

                    .fy_dlht_lm table tr td dl dt span.yuandian {
                        position: absolute;
                        top: 10px;
                        right: 25px;
                        color: #cc0000;
                        display: inline-block;
                        padding: 5px 7px;
                        font-size: 15px;
                        font-weight: bold;
                        line-height: 14px;
                        color: #fff;
                        white-space: nowrap;
                        vertical-align: middle;
                        background-color: #ff0000;
                        overflow: hidden;
                        border-radius: 15px;
                        vertical-align: top;
                    }

                .fy_dlht_lm table tr td dl dd {
                    color: #323232;
                    font-size: 0.7rem;
                    font-family: Microsoft YaHei;
                }

/*---------------------------------------------产品列表-------------------------------*/
.cpxl {
    border: 1px solid #c9c8c8;
    overflow: hidden;
    padding: 5px 0;
    margin-bottom: 7px;
}

.centent_total .hddt {
    width: 100%;
    padding-top: 0;
    border-top: 1px solid #c9c8c8;
}

.cpxl dl {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .cpxl dl.jiantou {
        background: url(../images/jiantou.png)right 20px top 25px no-repeat;
        background-size: 3% 25%;
    }

.centent_total .hddt .hddt_border {
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
}

.cpxl dl dt {
    width: 30%;
    float: left;
    text-align: center;
}

    .cpxl dl dt img {
        height: 60px;
    }

.cpxl dl dd {
    width: 65%;
    padding-top: 0.6%;
    font-family: 微软雅黑;
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: #737373;
    float: left;
}

    .cpxl dl dd.dsf {
        color: #332c2b;
        font-weight: bold;
        padding-top: 1em;
    }

    .cpxl dl dd img {
        height: 17px;
        float: right;
    }

    .cpxl dl dd span.as {
        font-size: 0.55rem;
    }

.fy_hddtxq_bt {
    width: 100%;
    color: #32325a;
    font-size: 16px;
    font-family: 微软雅黑;
    text-align: left;
}

.fy_hddtxq_lm {
    width: 100%;
    color: #737373;
    font-size: 12px;
    font-family: 微软雅黑;
}

.fy_hddtxq_nr {
    margin-top: 5px;
    width: 100%;
    color: #737373;
    font-size: 14px;
    font-family: 微软雅黑;
}

    .fy_hddtxq_nr img {
        width: 100%;
    }
/*---------------------------------微信黑名单---------------------------*/
.jlxq .div2 ul {
    background: url(../images/51.png)center 0px no-repeat;
    background-size: 101% 100%;
    font-weight: 400;
    width: 100%;
    border: 0;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    border-right: 1px solid #b9aea1;
}

    .jlxq .div2 ul li {
        width: 25%;
        float: left;
        text-align: center;
        font-family: Microsoft YaHei;
        font-size: 0.9rem;
        color: #fefefe;
        border: none;
    }

.jlmx table {
    width: 100%;
    border: 1px solid #b9aea1;
    border-top: none;
    margin-top: 0;
    background-color: #eee8de;
}

    .jlmx table tr td {
        width: 25%;
        padding: 5px;
        color: #3e3d3a;
        text-align: center;
        font-size: 0.6rem;
        font-family: Microsoft YaHei;
        border-right: 1px solid #777776;
        overflow: hidden;
        word-break: break-all;
    }
/*---------------------------------------------代理申请-------------------------------*/
.centent_total .sqdls_up table.t1 tr td.d1 {
    height: 40px;
    display: block;
}

    .centent_total .sqdls_up table.t1 tr td.d1 span {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #323232;
        font-size: 14px;
        font-weight: 700;
        font-family: Microsoft YaHei;
    }

.centent_total .sqdls_up table.t1 tr {
    border-bottom: 1px solid #9e9e9e;
}

    .centent_total .sqdls_up table.t1 tr td.d2 {
        width: 65%;
        height: 40px;
    }

        .centent_total .sqdls_up table.t1 tr td.d2 span {
            display: block;
            height: 40px;
            line-height: 40px;
            text-align: left;
            color: #323232;
            font-size: 14px;
            border: none;
            font-weight: bold;
            font-family: Microsoft YaHei;
        }

        .centent_total .sqdls_up table.t1 tr td.d2 input {
            display: block;
            height: 35px;
            line-height: 35px;
            text-align: left;
            color: #323232;
            font-size: 14px;
            border: none;
            width: 90%;
            background: none;
            font-family: Microsoft YaHei;
        }

.centent_total .sqdls_up table.t22 tr.r1 td input {
    background-color: #323232;
    -webkit-appearance: 5px;
    border-radius: 5px;
    height: 35px;
    width: 75%;
    color: #fff;
    letter-spacing: 5px;
    border: 0;
    border: none;
}

.centent_total .sqdls_up table.t22 tr td.rsx111 img {
    float: left;
    width: 50%;
    border: none;
}

.centent_total .sqdls_up table.t22 tr td.rsx111 {
    border: 1px solid #323232;
}

    .centent_total .sqdls_up table.t22 tr td.rsx111 div {
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

        .centent_total .sqdls_up table.t22 tr td.rsx111 div img {
            width: 100%;
        }

    .centent_total .sqdls_up table.t22 tr td.rsx111 span {
        font-size: 13px;
        color: #767676;
        text-align: center;
        width: 100%;
        line-height: 30px;
    }
/*---------------------------------------------个人信息-------------------------------*/
.shlb {
    overflow: hidden;
}

    .shlb table {
        width: 100%;
    }

        .shlb table tr td {
            line-height: 45px;
            height: 45px;
            width: 33.3%;
            border-right: 1px solid #767676;
            text-align: center;
        }

            .shlb table tr td a {
                display: block;
                font-family: Microsoft YaHei;
                color: #333;
                font-size: 14px;
                background-color: #989898;
            }

            .shlb table tr td.fff a, .shlb table tr td.jjj a {
                color: #fff;
                background-color: #323232;
            }

.bellows__header1 {
    position: relative;
    height: 45px;
    border-bottom: 1px solid #c4c4c4;
    border-width: 0 0 1px;
    color: #24211d;
    -webkit-tap-highlight-color: transparent;
}

    .bellows__header1 span.span11 {
        font-family: Microsoft YaHei;
        font-size: 14px;
        color: #323232;
        text-align: left;
        position: relative;
        padding: 0 0 0 20px;
        line-height: 45px;
    }

    .bellows__header1 span.span33 {
        font-family: Microsoft YaHei;
        font-size: 14px;
        color: #9b9b9b;
        text-align: right;
        float: right;
        line-height: 45px;
        padding: 0 40px 0 0;
    }

    .bellows__header1 span.span4 {
        font-family: Microsoft YaHei;
        font-size: 14px;
        color: #aeafa9;
        text-align: right;
        float: right;
        line-height: 45px;
        padding: 0 20px 0 0;
    }

        .bellows__header1 span.span4 img.img5 {
            height: 20px;
            top: 5px;
            position: relative;
        }

    .bellows__header1 span.span5 {
        position: relative;
        text-align: right;
        float: right;
        padding: 0 15px 0 0;
    }

    .bellows__header1 span.span4 img.img6 {
        height: 18px;
        top: 3px;
        position: relative;
    }

    .bellows__header1 span.span4 img.img7 {
        width: 13px;
        top: 0px;
        margin-left: 6px;
        position: relative;
    }

.bellowsss {
    margin-bottom: 30px;
    border-top: 1px solid #c4c4c4;
}

.bellows a {
    display: block;
}

.img2 {
    height: 30px;
    position: absolute;
    top: 8px;
    right: 40px;
}

/*---------------------------------添加新地址---------------------------------*/
.wlgz {
    background: #fff;
}

    .wlgz li {
        border-bottom: 1px solid #bbbbbb;
        padding: 10px 0;
        font-size: 14px;
        overflow: hidden;
        text-align: center;
        font-family: Microsoft YaHei;
    }

        .wlgz li div {
            float: left;
        }

        .wlgz li .div1 {
            color: #323232;
            text-align: left;
            padding-left: 5%;
            width: 25%;
        }

        .wlgz li .div2 {
            width: 65%;
            color: #5365ac;
            text-align: right;
        }

        .wlgz li div.div2 a {
            display: block;
            color: #999;
        }

        .wlgz li div.div2 img {
            height: 17px;
            position: relative;
            top: 2px;
            padding-left: 10px;
        }

        .wlgz li textarea {
            width: 90%;
            margin: 0 auto;
            border: none;
            color: #333;
            height: 70px;
            font-family: Microsoft YaHei;
        }
/*---------------------------------常用地址本---------------------------------*/
.cydzb {
    background-color: #fefefe;
    margin-bottom: 10px;
    overflow: hidden;
}

    .cydzb .cydzb_div1 {
        border-bottom: 1px solid #dedede;
        padding: 10px 0;
        overflow: hidden;
    }

        .cydzb .cydzb_div1 table {
            width: 100%;
        }

            .cydzb .cydzb_div1 table tr td {
                width: 40%;
                color: #3e3c3c;
                font-size: 14px;
                line-height: 25px;
                padding: 0 5%;
                font-family: Microsoft YaHei;
            }

                .cydzb .cydzb_div1 table tr td.td1 {
                    text-align: left;
                }

                .cydzb .cydzb_div1 table tr td.td2 {
                    text-align: right;
                    padding-right: 5%;
                }

    .cydzb .cydzb_div2 {
        float: right;
        padding: 10px 0;
        overflow: hidden;
        padding-right: 5%;
        text-align: right;
    }

        .cydzb .cydzb_div2 span {
            padding-left: 5px;
            float: left;
        }

            .cydzb .cydzb_div2 span.spqn {
                padding-right: 10px;
            }

            .cydzb .cydzb_div2 span a {
                display: block;
                overflow: hidden;
                color: #3e3c3c;
                font-size: 14px;
                line-height: 20px;
                font-family: Microsoft YaHei;
            }

                .cydzb .cydzb_div2 span a img {
                    height: 20px;
                    float: left;
                }

    .cydzb .cydzb_div3 {
        float: left;
        padding: 10px 0;
        overflow: hidden;
        padding-left: 5%;
        text-align: left;
        color: #cc0000;
        font-size: 14px;
    }

.dsh_an {
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
    margin: 0 auto;
}

    .dsh_an .div1, .dsh_an .div111 {
        float: right;
    }

    .dsh_an span input {
        margin-left: 5px;
        font-family: Microsoft YaHei;
        background: url(../images/56.png)center 0 no-repeat;
        background-size: 100% 100%;
        font-weight: 400;
        text-align: center;
        height: 30px;
        font-size: 14px;
        cursor: pointer;
        width: 100%;
        border: 0;
        color: #fff;
        display: block;
        width: 85px;
        float: left;
        border: none;
    }

    .dsh_an .div111 span {
        padding-left: 20px;
        font-family: Microsoft YaHei;
        font-size: 14px;
        color: #323232;
        line-height: 30px;
    }

    .dsh_an span a {
        display: block;
        float: left;
        cursor: pointer;
    }

        .dsh_an span a img {
            height: 30px;
            padding-left: 5px;
        }
/*---------------------------------升级申请---------------------------------*/
.db {
    width: 100%;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
}

    .db input {
        border: none;
        border: 0;
        height: 35px;
        width: 100%;
        color: #f9f5ff;
        font-size: 14px;
        font-weight: bold;
        font-family: Microsoft YaHei;
        letter-spacing: 5px;
        background-color: #323232;
        -webkit-appearance: 5px;
        border-radius: 5px;
        width: 75%;
    }
/*---------------------------------------------------------修改密码----------------------*/
.pwd {
    margin-bottom: 30px;
    margin-top: 25px;
}

    .pwd table {
        width: 90%;
        margin: 0 auto;
    }

        .pwd table tr.tr1 {
            border: 1px solid #c4bcb4;
        }

        .pwd table tr td {
            padding: 10px 0;
            overflow: hidden;
        }

            .pwd table tr td.td1 {
                width: 26%;
                color: #323232;
                text-align: left;
                text-indent: 15px;
                font-family: 微软雅黑;
                font-size: 0.8rem;
            }

            .pwd table tr td.td2 {
                width: 64%;
                line-height: 40px;
            }

                .pwd table tr td.td2 input {
                    width: 95%;
                    color: #333;
                    border: none;
                    -webkit-appearance: none;
                    font-family: 微软雅黑;
                    font-size: 0.8rem;
                    background-color: #fefefe;
                }

        .pwd table tr.r2 td {
            font-family: 微软雅黑;
            font-size: 0.8rem;
            color: #6c7073;
            padding-left: 20px;
        }

        .pwd table tr.r1 {
            text-align: center;
        }

            .pwd table tr.r1 td input {
                width: 75%;
                background-color: #323232;
                height: 35px;
                font-family: Microsoft YaHei;
                font-size: 16px;
                color: #fff;
                letter-spacing: 3px;
                text-align: center;
                border: none;
                -webkit-appearance: 5px;
                border-radius: 5px;
            }

/*---------------------------------发货记录---------------------------------*/
.centent_total .sqdls_up {
    margin-bottom: 30px;
}

    .centent_total .sqdls_up .tt2 {
        width: 100%;
    }

        .centent_total .sqdls_up .tt2 tr td.td1 {
            width: 20%;
            text-align: left;
            font-size: 16px;
        }

        .centent_total .sqdls_up .tt2 tr td {
            color: #767676;
            font-family: Microsoft YaHei;
            height: 30px;
        }

            .centent_total .sqdls_up .tt2 tr td.td4 {
                width: 78%;
            }

            .centent_total .sqdls_up .tt2 tr td select {
                color: #323232;
                font-family: Microsoft YaHei;
                border: 1px solid #4f4f4f;
                width: 75%;
                font-size: 14px;
                height: 30px;
                -webkit-appearance: none;
                background-image: url(../images/61.png);
                background-repeat: no-repeat;
                background-size: 15% 100%;
                background-position: right;
                background-origin: content-box;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                padding: 0 0 0 15%;
                background-color: #dfdfdf;
            }

    .centent_total .sqdls_up .tt3 tr td.td2 {
        width: 80%;
        display: block;
        float: left;
    }

        .centent_total .sqdls_up .tt3 tr td.td2 input {
            width: 100%;
            height: 30px;
            text-indent: 5px;
            color: #333;
            font-size: 14px;
            font-family: 微软雅黑;
            font-weight: normal;
            background-image: url(../images/63.png);
            background-size: 100% 100%;
            border: 0;
            border: none;
            -webkit-appearance: none;
        }

    .centent_total .sqdls_up .tt3 tr td.td3 {
        width: 20%;
        display: block;
        float: right;
        text-align: right;
    }

        .centent_total .sqdls_up .tt3 tr td.td3 img {
            height: 30px;
        }

.jlxq {
    border: 1px solid #777776;
    overflow: hidden;
}

    .jlxq .div1 {
        font-family: 微软雅黑;
        background: url(../images/51.png)center 0px no-repeat;
        background-size: 101% 100%;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        width: 100%;
        text-align: left;
        text-indent: 10px;
        color: #fff;
        border: 0;
    }

    .jlxq .div2 ul {
        width: 100%;
        overflow: hidden;
    }

        .jlxq .div2 ul li {
            width: 33.3%;
            float: left;
            text-align: center;
            font-family: 微软雅黑;
            font-size: 14px;
            color: #37302f;
            height: 30px;
            line-height: 30px;
            border: none;
        }

.jlmx table {
    border: 1px solid #777776;
    margin-top: 10px;
    background-color: #fefefe;
}

    .jlmx table tr th {
        width: 33.3%;
        font-size: 12px;
        color: #737373;
        font-weight: normal;
        padding: 5px 0;
        text-align: left;
        text-indent: 10px;
        font-family: 微软雅黑;
        border-bottom: 1px solid #777776;
    }

    .jlxq .div2 ul li.li1, .jlxq .div2 ul li.li2, .jlmx table tr.tr1 td.td1, .jlmx table tr.tr1 td.td2 {
        width: 10%;
        text-align: center;
    }

    .jlmx table tr td.td1 {
        text-align: left;
    }

    .jlmx table tr td {
        width: 33.3%;
        text-align: center;
        font-size: 12px;
        color: #3b3b3b;
        font-family: 微软雅黑;
        border: none;
    }

        .jlmx table tr td a {
            color: #095384;
        }

        .jlmx table tr td.td1 ul {
            padding: 5px 0;
            overflow: hidden;
            text-indent: 5px;
        }

            .jlmx table tr td.td1 ul li {
                line-height: 13px;
                text-align: left;
                padding: 3px 0;
                font-size: 12px;
                color: #3f3d3d;
                font-family: 微软雅黑;
            }
/*---------------------------------------------------返利明细--------------------------*/
.flmx {
    margin-top: 15px;
    overflow: hidden;
    border-top: 1px solid #8d8d8d;
    width: 100%;
}

    .flmx .flmx_lb {
        overflow: hidden;
        padding: 5px 0;
        border-bottom: 1px solid #8d8d8d;
    }

        .flmx .flmx_lb .sss {
            width: 90%;
            height: 100%;
            overflow: hidden;
            margin: 0 auto;
        }

            .flmx .flmx_lb .sss a {
                display: block;
                overflow: hidden;
            }

            .flmx .flmx_lb .sss .flmx_lb_div1 {
                width: 60%;
                float: left;
            }

                .flmx .flmx_lb .sss .flmx_lb_div1 dl {
                    width: 100%;
                }

                    .flmx .flmx_lb .sss .flmx_lb_div1 dl dt {
                        width: 20%;
                        text-align: center;
                        float: left;
                        padding-right: 10px;
                    }

                        .flmx .flmx_lb .sss .flmx_lb_div1 dl dt img {
                            height: 46px;
                        }

                    .flmx .flmx_lb .sss .flmx_lb_div1 dl dd {
                        color: #787878;
                        font-size: 16px;
                        padding: 3px 0;
                        width: 100%;
                        font-family: 微软雅黑;
                    }

                        .flmx .flmx_lb .sss .flmx_lb_div1 dl dd.dd22 {
                            color: #787878;
                            font-size: 12px;
                            font-family: Arial;
                        }

            .flmx .flmx_lb .sss .flmx_lb_div2 {
                width: 35%;
                height: 100%;
                float: right;
                text-align: left;
                padding: 15px 0;
                color: #787878;
            }

                .flmx .flmx_lb .sss .flmx_lb_div2 img {
                    height: 21px;
                    float: right;
                }
/*---------------------------------------------我要订货-------------------------------*/

.ProductList {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

    .ProductList dl {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 15px;
        margin-top: 5px;
    }

        .ProductList dl dt {
            width: 40%;
            float: left;
            text-align: left;
        }

            .ProductList dl dt img {
                width: 75%;
            }

        .ProductList dl dd {
            width: 60%;
            float: right;
            margin-top: 2px;
            font-size: 14px;
            color: #c99a39;
            font-family: Microsoft YaHei;
        }

            .ProductList dl dd.dd1 {
                line-height: 16px;
            }

            .ProductList dl dd.dd2 {
                color: #323232;
                font-size: 12px;
            }

                .ProductList dl dd.dd2 span {
                    font-size: 16px;
                    color: #323232;
                }

            .ProductList dl dd.dd3 {
                margin-top: 15px;
            }

                .ProductList dl dd.dd3 input {
                    font-family: Microsoft YaHei;
                    border: none;
                    background: url(../images/56.png)center 0 no-repeat;
                    background-size: 100% 100%;
                    font-weight: 400;
                    text-align: center;
                    height: 27px;
                    font-size: 14px;
                    cursor: pointer;
                    width: 45%;
                    float: left;
                    color: #fff;
                }

.Button1, .Button2 {
    font-family: Microsoft YaHei;
    background: #dfe1f1;
    height: 15px;
    line-height: 15px;
    width: 15px;
    font-size: 12px;
    cursor: pointer;
    color: #323232;
    border: 1px solid #9da0a3;
    text-align: center;
}

.TextBox3 {
    font-family: Microsoft YaHei;
    background: #fefefe;
    height: 15px;
    line-height: 15px;
    width: 20px;
    font-size: 12px;
    cursor: pointer;
    color: #323232;
    border: 1px solid #9da0a3;
    text-align: center;
}

.stick {
    position: fixed;
    top: 0;
}

#mainMenuBar {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    background-color: white;
    z-index: 100;
}

    #mainMenuBar table {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #d1d1d2;
        background-color: #f8f8f8;
    }

        #mainMenuBar table tr td {
            width: 25%;
            color: #323232;
            font-size: 12px;
            text-align: center;
            font-family: Microsoft YaHei;
        }

            #mainMenuBar table tr td span {
                line-height: 15px;
                padding-bottom: 5px;
            }

            #mainMenuBar table tr td input {
                width: 60%;
                font-family: 微软雅黑;
                margin-left: 5%;
                background: url(../images/69.png)center 0 no-repeat;
                background-size: 100% 100%;
                text-align: center;
                height: 25px;
                line-height: 25px;
                font-size: 12px;
                cursor: pointer;
                color: #fff;
                width: 50%;
                border: none;
                -moz-border-radius: 5px; /* Firefox */
                -webkit-border-radius: 5px; /* Safari 和 Chrome */
                border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
            }

            #mainMenuBar table tr td img {
                height: 23px;
            }

.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../img/a17.png) no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05rdn {
    background-position: -310px -40px;
}

.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 82px;
    height: 82px;
    border: #000 2px solid;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c, .jssort01 .pav .c {
    background: url(../img/t01.png) center center;
    border-width: 0px;
    top: 2px;
    left: 2px;
    width: 78px;
    height: 78px;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c {
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    border: #fff 2px solid;
}
/*一下正对图片*/
.sys_spec_img {
}

    .sys_spec_img li {
        float: left;
        height: 54px;
        position: relative;
        margin: 2px 6px 2px 0;
    }

        .sys_spec_img li a {
            height: 50px;
            width: 50px;
            padding: 1px;
            border: 1px solid #ccc;
            float: left;
            background: #fff;
            display: inline-block;
            outline: none;
        }

            .sys_spec_img li a img {
                width: 50px;
                height: 50px;
                display: block;
            }

            .sys_spec_img li a:hover {
                border: 2px solid #e4393c;
                padding: 0;
                text-decoration: none;
            }

        .sys_spec_img li i {
            position: absolute;
            width: 10px;
            height: 10px;
            font-size: 0;
            line-height: 0;
            right: 2px;
            bottom: 2px;
            background: url(../images/sys_item_selected.gif) no-repeat right bottom;
            z-index: 99;
            display: none;
        }

        .sys_spec_img li.selected a {
            border: 2px solid #e4393c;
            padding: 0;
        }

        .sys_spec_img li.selected i {
            display: block;
        }

.sys_spec_text {
}

    .sys_spec_text li {
        float: left;
        height: 28px;
        position: relative;
        margin: -2px 2px 0 0;
        outline: none;
        font-size: 12px;
    }

        .sys_spec_text li a {
            height: 24px;
            padding: 0px 6px;
            border: 1px solid #ccc;
            background: #fff;
            display: inline-block;
            line-height: 24px;
        }

            .sys_spec_text li a:hover {
                border: 2px solid #e4393c;
                padding: 0 5px;
                text-decoration: none;
            }

        .sys_spec_text li i {
            position: absolute;
            width: 10px;
            height: 10px;
            font-size: 0;
            line-height: 0;
            right: 1px;
            bottom: 6px;
            background: url(../images/sys_item_selected.gif) no-repeat right bottom;
            z-index: 99;
            display: none;
        }

        .sys_spec_text li.selected a {
            border: 2px solid #e4393c;
            padding: 0 5px;
        }

        .sys_spec_text li.selected i {
            display: block;
        }

.sys_item_spec dl {
    padding-bottom: 0;
    width: 100%;
    margin-top: 0;
}

    .sys_item_spec dl dt {
        width: 18%;
        text-align: left;
    }

    .sys_item_spec dl dd {
        width: 82%;
    }
/*---------------------------------------------购物车-------------------------------*/
.zongji {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
}

    .zongji span {
        color: #333;
        font-size: 14px;
        padding-right: 10%;
        text-align: left;
        float: left;
    }

.mygwc table {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #767676;
    overflow: hidden;
    margin-top: 20px;
}

    .mygwc table tr.tr2 {
        background-color: #fefefe;
        border-bottom: 1px solid #767676;
    }

        .mygwc table tr.tr2 td {
            text-align: center;
            font-size: 0.7rem;
            color: #363636;
            font-family: Microsoft YaHei;
        }

.yc {
    float: left;
    height: 17px;
    width: 17px;
    cursor: pointer;
    -webkit-appearance: none;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}

    .yc.checked:after {
        content: "√";
        padding-left: 3px;
    }

    .yc:hover {
        content: "√";
    }

.mygwc table tr.tr2 td dl {
    width: 90%;
    padding-left: 10px;
}

    .mygwc table tr.tr2 td dl dd {
        text-align: left;
    }

.mygwc table tr.tr2 td .img12 {
    height: 70px;
    padding: 8px 0;
    overflow: hidden;
}

.mygwc table tr.tr2 td .img22 {
    width: 25px;
}

.mygwc table tr.tr2 td a {
    display: block;
}

.mygwc_shxx {
    margin-top: 20px;
}

    .mygwc_shxx table {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }

        .mygwc_shxx table.table1 {
            width: 90%;
            margin: 0 auto;
            overflow: hidden;
            border-top: none;
        }

        .mygwc_shxx table tr.tr1 {
            font-family: Microsoft YaHei;
            background: url(../images/51.png)center 0 no-repeat;
            background-size: 100% 100%;
            font-weight: 400;
            text-align: center;
            height: 32px;
            line-height: 32px;
            font-size: 15px;
            width: 100%;
        }

            .mygwc_shxx table tr.tr1 th {
                color: #fff;
            }

        .mygwc_shxx table.table1 tr {
            border-top: none;
            border: 1px solid #d2cfdb;
            margin: 10px 0;
            font-family: Microsoft YaHei;
            font-size: 14px;
            color: #323232;
            line-height: 35px;
            background-color: #fefefe;
        }

            .mygwc_shxx table.table1 tr td.td1 {
                float: left;
                display: block;
                padding-left: 5%;
            }

            .mygwc_shxx table.table1 tr td input, .mygwc_shxx table.table1 tr td textarea {
                width: 95%;
                border: none;
                height: 25px;
                color: #333;
                background-color: #fefefe;
            }

            .mygwc_shxx table.table1 tr td textarea {
                height: 65px;
                padding-top: 8px;
            }

.gwc1 {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-family: Microsoft YaHei;
}

.dsfd {
    width: 100%;
}

.gwc1 .div1 {
    width: 50%;
    float: left;
}

    .gwc1 .div1 input {
        font-family: Microsoft YaHei;
        background: url(../images/56.png)center 0 no-repeat;
        background-size: 100% 100%;
        font-weight: 400;
        height: 30px;
        font-size: 14px;
        cursor: pointer;
        width: 70%;
        text-align: center;
        color: #fff;
        border: none;
    }

.gwc1 .div2 {
    width: 50%;
    float: right;
    text-align: right;
}

    .gwc1 .div2 input {
        font-family: Microsoft YaHei;
        background: url(../images/56.png)center 0 no-repeat;
        background-size: 100% 100%;
        font-weight: 400;
        text-align: center;
        height: 30px;
        font-size: 14px;
        cursor: pointer;
        width: 70%;
        color: #fff;
        border: none;
    }
/*---------------------------------------------物流跟踪-------------------------------*/
.wlxx {
    padding: 20px 0;
}

    .wlxx .wlxx_div1 {
        width: 90%;
        margin: 0 auto;
        border: 1px solid #767676;
        height: 35px;
        margin-bottom: 20px;
    }

        .wlxx .wlxx_div1 .TextBox1 {
            width: 100%;
            float: left;
            height: 35px;
            color: #333;
            text-indent: 10px;
            font-size: 14px;
            border: none;
            font-family: 微软雅黑;
            -webkit-appearance: none;
        }

    .wlxx .wlxx_div2 {
        text-align: center;
        margin-top: 30px;
    }

        .wlxx .wlxx_div2 .Button1 {
            width: 65%;
            font-family: 微软雅黑;
            height: 35px;
            text-align: center;
            background-color: #323232;
            color: #fff;
            font-size: 14px;
            border: none;
            cursor: hand;
            border-radius: 5px;
        }
/*---------------------------------------------返利提现-------------------------------*/
.qhzffs_table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #6e6a6a;
    border-left: none;
    border-right: none;
}

    .qhzffs_table tr {
        padding: 7px 0;
        overflow: hidden;
        height: 45px;
        border-bottom: 1px solid #6e6a6a;
    }

        .qhzffs_table tr td.td1 {
            width: 20%;
            line-height: 40px;
            color: #767676;
            font-size: 14px;
            font-family: 微软雅黑;
            text-align: center;
        }

            .qhzffs_table tr td.td1 img {
                height: 30px;
            }

        .qhzffs_table tr td.td2 {
            width: 79.7%;
            text-align: left;
            color: #797979;
            font-family: 微软雅黑;
        }

            .qhzffs_table tr td.td2 input {
                width: 92%;
                height: 25px;
                color: #333;
                font-size: 14px;
                font-family: 微软雅黑;
                background-color: #fff;
                border: none;
                border: 0;
            }

            .qhzffs_table tr td.td2 span {
                color: #b2b1b2;
                font-size: 14px;
                float: left;
                padding-left: 4%;
                font-family: 微软雅黑;
            }

.db11 {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

    .db11 input {
        width: 75%;
        background-color: #323232;
        -webkit-appearance: 5px;
        border-radius: 5px;
        margin-top: 30px;
        height: 35px;
        font-family: Microsoft YaHei;
        font-size: 16px;
        color: #fff;
        letter-spacing: 5px;
        border: none;
        text-align: center;
    }

.centent_total .border {
    font-family: Microsoft YaHei;
    border-bottom: 1px solid #ccc;
}

.fhtj_ul1 {
    width: 90%;
    overflow: hidden;
    padding: 10px 0;
    margin: 0 auto;
}

    .fhtj_ul1 li {
        float: left;
        color: #323232;
        font-size: 0.9rem;
        text-align: left;
        text-indent: 5px;
    }

        .fhtj_ul1 li.zzz {
            text-indent: 0;
        }

        .fhtj_ul1 li span {
            color: #cc0000;
        }

        .fhtj_ul1 li.left {
            width: 80%;
            line-height: 30px;
        }

        .fhtj_ul1 li.right {
            width: 20%;
            text-align: right;
        }

.border .fhtj_ul1 li.right img {
    height: 28px;
}

.border .fhtj_ul1 li.left img {
    float: left;
    position: relative;
    top: 5px;
    height: 20px;
}

.shoushu {
    width: 100%;
    padding: 12px 0;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #2b4c5a;
}

    .shoushu .div1 {
        width: 60%;
    }

    .shoushu div {
        width: 100%;
        font-family: Microsoft YaHei;
        text-align: center;
        color: #333;
        font-size: 1rem;
        float: left;
        overflow: hidden;
        display: block;
    }

    .shoushu .div1 input.TextBox1 {
        width: 90%;
        float: right;
        text-indent: 10px;
        color: #333;
        border: 0;
        border: none;
        font-size: 13px;
        background: url(../images/63.png)center 0 no-repeat;
        background-size: 100% 100%;
        background-color: #dfd7cc;
        font-family: Microsoft YaHei;
        height: 30px;
    }

    .shoushu .div2 {
        width: 18%;
        line-height: 30px;
    }

        .shoushu .div2 img {
            height: 30px;
            float: right;
        }

    .shoushu .jiantou11111 a {
        display: block;
        color: #fff;
        font-size: 14px;
    }

    .shoushu .jiantou11111 img {
        height: 30px;
        float: left;
        padding-left: 5%;
    }
/*---------------------------------------------发货状态-------------------------------*/
.dibu {
    max-width: 640px;
    width: 100%;
    height: 45px;
    margin: 0 auto;
}

    .dibu .fd {
        position: fixed;
        bottom: 0;
        width: 100%;
        max-width: 640px;
        line-height: 45px;
    }

        .dibu .fd input {
            width: 50%;
            float: left;
            height: 45px;
            color: #fff;
            border: 0;
            border: none;
            letter-spacing: 3px;
            font-weight: bold;
            background: url(../images/smbg.png)center 0px no-repeat;
            background-size: 100% 100%;
            font-family: Microsoft YaHei;
            font-size: 1rem;
        }
/*---------------------------------------------发货扫描-------------------------------*/
.qzs_all .qzs_centent table.table1 {
    width: 94%;
    height: 40px;
    margin: 0 auto;
}

.qzs_all .qzs_centent table tr td {
    text-align: center;
    background: url(../images/68.png)center 0px no-repeat;
    background-size: 90% 100%;
    width: 33.33%;
}

    .qzs_all .qzs_centent table tr td a {
        display: block;
        color: #fff;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        letter-spacing: 1px;
    }

.qzs_all .qzs_centent .div1, .qzs_all .qzs_centent .div2, .qzs_all .qzs_centent .div3 {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
}

.qzs_all .qzs_centent .div2 {
    padding: 0 0 15px 0;
}

    .qzs_all .qzs_centent .div2 ul {
        overflow: hidden;
        width: 100%;
    }

        .qzs_all .qzs_centent .div2 ul li {
            height: 30px;
            line-height: 30px;
            color: #737373;
            font-size: 14px;
            list-style: none;
        }

            .qzs_all .qzs_centent .div2 ul li span.span1 {
                float: left;
                width: 50%;
                font-family: Arial;
            }

            .qzs_all .qzs_centent .div2 ul li span.span2 {
                float: right;
                width: 50%;
                text-align: right;
                font-family: Microsoft YaHei;
            }

.qzs_all .qzs_centent .div3 {
    margin-top: 20px;
}

    .qzs_all .qzs_centent .div3 table {
        width: 55%;
        margin: 0 auto;
    }

        .qzs_all .qzs_centent .div3 table tr td {
            color: #ba4fb9;
            font-size: 12px;
            text-align: center;
            background: url(../images/69.png)center 0 no-repeat;
            background-size: 85% 100%;
            padding: 5px 10px;
            overflow: hidden;
        }

.fy_fhsm_cx {
    width: 90%;
    margin: 0 auto;
}

    .fy_fhsm_cx table {
        width: 100%;
        margin: 10px 0;
    }

        .fy_fhsm_cx table tr td.td1 {
            width: 85%;
        }

            .fy_fhsm_cx table tr td.td1 input, .fy_fhsm_cx .div2 table tr td.td2 input {
                height: 35px;
                width: 97%;
                text-indent: 10px;
                color: #333;
                background: url(../images/72.png)center 0 no-repeat;
                background-size: 100% 100%;
            }

        .fy_fhsm_cx table tr td.td2 {
            width: 15%;
        }

            .fy_fhsm_cx table tr td.td2 img {
                height: 35px;
                float: right;
            }

    .fy_fhsm_cx .div2 table {
        width: 100%;
    }

        .fy_fhsm_cx .div2 table tr td.td1 {
            width: 30%;
        }

        .fy_fhsm_cx .div2 table tr td.td2 {
            width: 20%;
            color: #767676;
            font-size: 0.8rem;
            text-align: center;
        }
/*---------------------------------------------返利详情-------------------------------*/
.syfl {
    width: 100%;
    overflow: hidden;
    color: #c99a39;
    font-family: 微软雅黑;
}

    .syfl .qb {
        width: 100%;
    }

    .syfl div {
        float: left;
    }

    .syfl .div11 {
        width: 40%;
        text-align: right;
        font-size: 16px;
    }

    .syfl .div22 {
        width: 60%;
        font-size: 14px;
        line-height: 25px;
    }
/*---------------------------------------------代理信息详情-------------------------------*/
.fy_dlxxxq {
    max-width: 640px;
    height: 100%;
    width: 100%;
}

    .fy_dlxxxq .fy_xq {
        background-color: #fff;
        margin-top: 5px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        color: #333;
        font-size: 12px;
        font-family: 微软雅黑;
    }

        .fy_dlxxxq .fy_xq a {
            display: block;
            color: #333;
        }

        .fy_dlxxxq .fy_xq .div1 {
            border-bottom: 1px solid #ccc;
            line-height: 30px;
            padding-left: 2em;
            overflow: hidden;
        }

            .fy_dlxxxq .fy_xq .div1 span {
                padding-left: 4.5em;
            }

            .fy_dlxxxq .fy_xq .div1 input {
                margin-right: 0.6em;
                position: relative;
                top: 2.5px;
            }

                .fy_dlxxxq .fy_xq .div1 input.an {
                    top: 7px;
                }

        .fy_dlxxxq .fy_xq .div2 {
            overflow: hidden;
        }

            .fy_dlxxxq .fy_xq .div2 ul {
                width: 100%;
                padding: 7px 0;
            }

                .fy_dlxxxq .fy_xq .div2 ul li {
                    padding-left: 2em;
                    padding-bottom: 2px;
                    overflow: hidden;
                }

                    .fy_dlxxxq .fy_xq .div2 ul li img {
                        height: 20px;
                        float: right;
                        padding-right: 2em;
                    }

.sqss {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

    .sqss img {
        width: 90%;
    }
/*---------------------------------------------我的返利-------------------------------*/
h1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
}

    h1 a {
        color: #c12c42;
        font-size: 16px;
    }

.img1 {
    width: 30px;
    position: relative;
    top: -5px;
}

.img77 {
    width: 10px;
    height: 20px;
    float: right;
}

.accordion {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
}

    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 15px 15px 15px 4em;
        color: #757575;
        font-size: 1rem;
        border-bottom: 1px solid #d6d8d8;
        border-top: 1px solid #d6d8d8;
        margin-bottom: 5px;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.link span.dfcj, .submenu li span.dfcj {
    float: right;
    right: 20px;
    color: #c99a39;
    position: inherit;
}

.submenu li span.dfcj {
    float: right;
    right: 36px;
    position: absolute;
}

.accordion li:last-child .link {
    border-bottom: 1px solid #d6d8d8;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .accordion li i.fa-chevron-down {
        right: 12px;
        left: auto;
        font-size: 16px;
    }

.accordion li.open i {
    color: #b63b4d;
}

    .accordion li.open i.fa-chevron-down {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    font-size: 1em;
}

    .submenu li {
        border-bottom: 1px solid #d6d8d8;
        position: relative;
    }

        .submenu li div {
            width: 100%;
        }

            .submenu li div a {
                width: 46%;
                display: block;
                overflow: hidden;
                float: left;
                text-align: center;
            }

                .submenu li div a span {
                    width: 80%;
                    margin: 0 auto;
                    color: #fff;
                    text-align: center;
                    margin: 0 auto;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px;
                    height: 30px;
                    line-height: 30px;
                    display: block;
                }

                    .submenu li div a span.span11 {
                        background-color: #737373;
                    }

                    .submenu li div a span.span22 {
                        background-color: #323232;
                    }

    .submenu a {
        display: block;
        text-decoration: none;
        color: #737373;
        padding: 12px;
        padding-left: 6em;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        font-size: 1rem;
    }

        .submenu a.df {
            padding-left: 4em;
        }

/*---------------------------------------------文字特效-------------------------------*/
.news {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    overflow: hidden;
    position: relative;
    background: url(../images/29.png)center 0px no-repeat;
    background-size: 100% 100%;
    top: -2px;
}

    .news ul {
        float: left;
        font-size: 0.7rem;
        font-family: 微软雅黑;
    }

    .news .gg {
        width: 22%;
        position: absolute;
        top: 0;
        text-align: center;
        left: 0;
    }

        .news .gg li {
            line-height: 40px;
            color: #323232;
        }

    .news .list {
        width: 78%;
        position: absolute;
        top: 0;
        left: 22%;
    }

        .news .list li {
            width: 88%;
            color: #323232;
            padding: 12px 0 10px 12%;
            height: 8px;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }
/*---------------------------------后台登陆---------------------------------*/
.yc {
    float: left;
    height: 17px;
    width: 17px;
    cursor: pointer;
    -webkit-appearance: none;
    vertical-align: middle;
    border: 1px solid #4c4c4c;
    background-color: #fff;
}

    .yc.checked:after {
        content: "√";
        padding-left: 3px;
    }

    .yc:hover {
        content: "√";
    }

.distance {
    width: 100%;
    height: 5px;
    overflow: hidden;
    background: none;
    border: 0;
}

.login {
    padding: 0 0 20px 0;
}

    .login .login_top table {
        width: 100%;
        margin: 0 auto;
    }

        .login .login_top table tr td {
            text-align: center;
        }

            .login .login_top table tr td img {
                width: 100%;
            }

        .login .login_top table.table1 tr td {
            width: 100%;
            text-align: center;
            color: #323232;
            font-weight: 700;
            padding-top: 20px;
            letter-spacing: 3px;
            font-size: 16px;
        }

        .login .login_top table.table2 {
            width: 90%;
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom: 10px;
        }

            .login .login_top table.table2 tr.login_border {
                border: 1px solid #767676;
                background-color: #fefefe;
            }

            .login .login_top table.table2 tr td.td1 {
                width: 15%;
                text-align: center;
            }

                .login .login_top table.table2 tr td.td1 img {
                    width: 47%;
                    overflow: hidden;
                    padding: 7px 0;
                }

            .login .login_top table.table2 tr td.td2 {
                width: 80%;
            }

                .login .login_top table.table2 tr td.td2 input {
                    height: 30px;
                    width: 90%;
                    background: #fefefe;
                    outline: 0;
                    border: none;
                    color: #000;
                    font-family: Microsoft YaHei;
                    display: inline-block;
                    font-size: 14px;
                    line-height: normal;
                    border: 1px solid #fefefe;
                    -webkit-appearance: none;
                }

    .login .login_top .login_div1 {
        width: 90%;
        margin: 0 auto;
    }

        .login .login_top .login_div1 input {
            position: relative;
            top: 2px;
        }

        .login .login_top .login_div1 span {
            color: #323232;
            font-size: 14px;
            font-family: Microsoft YaHei;
            padding-left: 8px;
        }

    .login .login_top .login_div2 {
        text-align: center;
    }

    .login .login_top .login_div2, .login .login_top .login_div3 {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }

        .login .login_top .login_div2 input {
            border: none;
            height: 35px;
            width: 75%;
            color: #fff;
            font-size: 16px;
            font-family: Microsoft YaHei;
            letter-spacing: 3px;
            background-color: #323232;
            -webkit-appearance: 5px;
            border-radius: 5px;
        }

.login_div3 ul {
    width: 100%;
}

    .login_div3 ul li {
        line-height: 20px;
        color: #323232;
        font-size: 12px;
        letter-spacing: 1px;
        font-family: Microsoft YaHei;
    }

.choujiang {
    float:right;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 70px;
    line-height: 25px;
    background: #000;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
/*-----------------------------------------------------------底部---------------*/
.All_foot {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    height: 50px;
}

    .All_foot .foot {
        background: url(../images/24.png)center 0px no-repeat;
        background-size: 100% 100%;
        position: fixed;
        bottom: 0;
        height: 50px;
        max-width: 640px;
        width: 100%;
    }

        .All_foot .foot table {
            width: 100%;
        }

            .All_foot .foot table tr td {
                text-align: center;
            }

                .All_foot .foot table tr td a {
                    display: block;
                }

                .All_foot .foot table tr td .div1 {
                    height: 30px;
                }

                    .All_foot .foot table tr td .div1 img {
                        height: 25px;
                        position: relative;
                        top: 6px;
                    }

                .All_foot .foot table tr td .div2 {
                    height: 20px;
                    color: #fff;
                    font-size: 0.6rem;
                    letter-spacing: 1px;
                    font-family: Microsoft YaHei;
                    line-height: 20px;
                }
