/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{ margin-left: 0 }
#top{}
#top .back-to-top{ width: 24px; height:24px; background:url(../img/huojian.png) center center no-repeat #fff; text-align: center; border: 1px solid #ccc; border-radius: 12px; color: #666; display: block;position: fixed;right: 12px; bottom: 12px; z-index: 99 }

/* ==========================================================================
   Header
   ========================================================================== */
   body{ padding-top: 56px; padding-bottom: 58px;  position: relative; width: 100%; overflow-x: hidden;}
   body.shouye,body.gw-shouye{background:#FEF3F4 url(../img/bg.png) left 44px repeat-x }

    .navbar{min-height: 44px;}
    .navbar-default{ position: fixed;top:0; right: 0; left: 0; border: none; z-index: 999 }
    .navbar-default .navbar-brand{font-size: 20px; color: #fff; height: 44px; line-height: 44px; padding: 0 15px}
    .navbar-default{ background-color: #FF2E48 }
    .navbar-default .navbar-nav>li.gouwuche{ position: relative; }
    .navbar-default .navbar-nav>li.gouwuche a span{width: 16px; height: 16px; display: block; position: absolute;right: 6px; top: 6px;border-radius: 8px; background: #FFFB00; color: #333; text-align: center; line-height: 16px;}
    .navbar-default .navbar-nav>li>a {padding: 0 15px; line-height:44px; color: #fff}
    .col-xs-4 .navbar-brand{ padding: 0 }
    .navbar-default input.form-control{ margin-top: 8px;width: 160px; height: 28px; padding-left: 24px; border: none; background:#fff url(../img/chaxun.png) 6px center no-repeat ; display: inline-block; }
    .navbar-default a.gonggao{ display: inline-block; margin-left: 10px;  position: relative; text-align: right; color: #fff;}
    .navbar-default a.gonggao span{width: 16px; height: 16px; line-height: 16px; display: block; background: #FFFB00; color: #333; text-align: center; position:absolute ; top: -6px; right: -6px;border-radius:8px;}
    .col-xs-12 .navbar-nav{position:absolute;bottom: 0}

    .footer-nav,.footer-nav-2{ height: 48px; line-height: 48px; background: #fff; border-top: 1px solid #eeeeee; z-index: 999; position: fixed;}
    .footer-nav-2{bottom: 48px; background: #fff; line-height: 48px; border-top: 1px solid #e8e8e8}
    .footer-nav ul li a{ width: 100%; height: 48px; display: block;}
    .footer-nav ul li.home a{  background: url(../img/home-1.png) center center no-repeat;}
    .footer-nav ul li.home a.active{  background: url(../img/home-2.png) center center no-repeat;}
    .footer-nav ul li.sousuo a{  background: url(../img/sousuo-1.png) center center no-repeat;}
    .footer-nav ul li.sousuo a.active{  background: url(../img/sousuo-2.png) center center no-repeat;}
    .footer-nav ul li.gouwuche a{  background: url(../img/gouwuche-1.png) center center no-repeat; position: relative;}
    .footer-nav ul li.gouwuche a span{width: 16px; height: 16px; display: block; position: absolute;right: 20px; top: 6px;border-radius: 8px; background: #FF2E48; color: #fff; text-align: center; line-height: 16px;}
    .footer-nav ul li.gouwuche a.active{  background: url(../img/gouwuche-2.png) center center no-repeat;}
    .footer-nav ul li.wode a{  background: url(../img/wode-1.png) center center no-repeat;}
    .footer-nav ul li.wode a.active{  background: url(../img/wode-2.png) center center no-repeat;}
section {

    text-shadow: none;
}

    .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{color: #fff; font-size: 18px; border-bottom: 4px solid #fff; background: none; padding: 8px 6px}
    .tablist li a{ font-weight: bolder; color: #fff ;border-radius:0;}
    .tablist li a.active{color: #fff; font-size: 18px; border-bottom: 4px solid #fff; background: none; padding: 8px 6px;}
    .tablist>li>a{ padding: 10px 12px }

    .tab-content{padding-top: 12px;}
    .tab-content .tab-pane ul{padding: 0}
    li.list-chanpin{   list-style: none; padding: 6px;   }
    li.list-chanpin .card{background: #fff;border-radius: 4px;  min-height:110px;box-shadow: 0 0 6px #ccc; margin-left:-6px; margin-right: -6px }
    @media (min-width: 768px) {
                   li.col-md-4 .card{
                      margin-left:-6px; margin-right: 6px;
                }
            }

  li.list-chanpin .card .chanpin{  width: 110px; float: left; padding: 6px; position: relative; }
  li.list-chanpin .card .chanpin span.jiaobiao{width: 24px; height: 24px; display: block; background: url(../img/hot.png) center center no-repeat; position: absolute;top: 10px; right: 10px;}
  li.list-chanpin .card .chanpin span.hot{background-image:url(../img/hot.png) }
  li.list-chanpin .card .chanpin span.tuijian{background-image:url(../img/tuijian.png) }
  li.list-chanpin .card .chanpin span.cuxiao{background-image:url(../img/cuxiao.png) }
  li.list-chanpin .card .shuju{ padding-right: 6px }
  li.list-chanpin .card h4{ font-size: 14px ; line-height: 18px; height: 42px; margin: 0; padding-top: 6px}
  li.list-chanpin .card p.kucun{font-size: 12px; line-height: 16px; padding-top: 6px; margin: 0}
  li.list-chanpin .card p.kucun span{color: #E35E27}
  li.list-chanpin .card p.jiage{padding: 0; margin: 0}
  li.list-chanpin .card p.jiage span.xianjia{ color: #FF2E48 }
  li.list-chanpin .card p.jiage span.xianjia b{font-size: 16px}
  li.list-chanpin .card p.jiage span.yuanjia{ color: #ccc; text-decoration: line-through  }
  li.list-chanpin .card .list-che{ width:36px; height: 36px; background: url(../img/che-1.png) center center no-repeat; position: absolute;  right: 16px; bottom: 8px }
  li.list-chanpin .card .list-che.active{background: url(../img/che-2.png) center center no-repeat}


    /* ==========================================================================
   Sousuo
   ========================================================================== */

   .navbar .row h2{font-size: 18px; line-height: 44px; color: #fff; margin: 0; text-align: center;}
   .navbar .row .left a.fanhui{ width: 24px; height: 24px; display: block; margin-top: 12px; background: url(../img/fanhui.png) no-repeat; }
   .navbar .row .right a.gonggao{ margin-top: 12px }

   .navbar .form-control{ display: inline; width: 80% }

   section.zjss,section.rmss{ margin-bottom: 18px; }
   section.zjss h4,section.rmss h4{font-size: 12px}
   section.zjss a,section.rmss a{ margin-right: 8px; margin-bottom: 8px ; background: #ececec; border: none}
   section.tishi ul{padding-left: 0}
   section.tishi ul li{list-style: none; border-bottom: 1px solid #ececec}
   section.tishi ul li a{width: 100%; height: 40px; display: block; line-height: 40px; background: url(../img/tishi.png) right center no-repeat; color: #333}


   .shaixuan{position:absolute; right: 0;top: 12px;}
   .btn-light{background: #ececec}
   .paixu-list{border-bottom: 1px solid #ececec}
   .paixu-list li a{color: #333; padding: 4px 15px}
   .paixu-list li.active{ bottom: -2px}
   .paixu-list>li.active>a, .paixu-list>li.active>a:focus, .paixu-list>li.active>a:hover{color: #FF2E48;font-size: 18px;border-bottom: 4px solid #FF2E48;background: none;padding: 0px 6px;border-radius:0; }




/* ==========================================================================
   gouwuche
   ========================================================================== */
   body.b-gouwuche{padding-bottom: 108px;}
   #gouwuche .title{height: 30px; line-height: 30px;}
   #gouwuche .title strong{padding: 0 6px; color: #FF2E48}
   #gouwuche ul{padding-left:0; margin: 0}
   #gouwuche .card{position: relative;}
   #gouwuche .card .danxuan{ width: 30px; text-align: center; float: left; padding-top: 46px;}
   #gouwuche .card .danxuan input.form-check-input,.footer-nav-2 .quanxuan input.form-check-input{ display: none; }
   .footer-nav-2 .quanxuan input.form-check-input+label{ line-height: 18px;}
   input.form-check-input+label{width: 18px; height: 18px; border-radius:16px; background: #fff; border:1px solid #979797; vertical-align: middle; text-align: center; }
   input.form-check-input+label span{color: #fff; display: none}
   input.form-check-input+label:hover {cursor: pointer;border: 1px solid #FF2E48;}
   input.form-check-input:checked+label { background-color: #eee;background: #FF2E48; border:none}
   input.form-check-input:checked+label span{display: block;}

   #gouwuche .card .chanpin{padding-left: 0;}
   #gouwuche .card .list-shanchu{ width:36px; height: 36px; display: block; background: url(../img/shanchu.png) center center no-repeat; position: absolute;  right: 6px; bottom: 36px }
   .footer-nav-2{bottom: 48px; background: #fff; line-height: 48px; border-top: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8}
    #gouwuche .card .shuliang{ position: absolute; right: 6px;bottom: 6px}
    #gouwuche .card .shuliang input{width: 48px; text-align: center;}

   .footer-nav-2 .zongji span{color:#FF2E48}
   .footer-nav-2 .zongji strong{ font-size: 20px; padding: 0 6px;   }
   .footer-nav-2 .jiesuan{position: relative; height: 48px;}
   .footer-nav-2 .jiesuan a{width: 100%; height: 48px; line-height: 48px; display: block; position: absolute;right: -12px; font-weight:bolder;}
   .footer-nav-2 .jiesuan a.shanchu{height: 32px; margin-top: 8px; line-height: 20px; right: 0; border: 1px solid #FF2E48; color: #FF2E48; border-radius: 4px; position:static }
   .footer-nav-2 .jiesuan a.shanchu .badge{background:#FF2E48 }
   @media (min-width: 768px) {
          .footer-nav-2{bottom: 0;}
          .footer-nav-2 .jiesuan a{ width: 96%; right: 12px }
          body.b-gouwuche{padding-bottom: 58px;}
          }

    #querendingdan .dizhi{ background: #fff; box-shadow: 0 0px 6px #ccc; border: 1px solid #ececec; border-radius: 4px; margin-bottom: 6px; }
    #querendingdan .dizhi .shou-dizhi,#querendingdan .dizhi .fa-dizhi{padding: 6px; min-height: 30px;padding-left: 46px;}
    #querendingdan .dizhi .shou-dizhi p,#querendingdan .dizhi .fa-dizhi p{padding-left:12px; padding-right: 36px; border-left: 1px solid #ececec; font-size: 12px; margin-bottom: 0 ;background: url(../img/jiantou-you.png) right center no-repeat;}
    #querendingdan .dizhi .shou-dizhi p span,#querendingdan .dizhi .fa-dizhi p span{ float:right; }
    #querendingdan .dizhi .shou-dizhi{border-bottom: 1px solid #ececec; background: url(../img/dizhi-1.png) 15px center no-repeat; }
    #querendingdan .dizhi .fa-dizhi{background: url(../img/dizhi-2.png) 12px center no-repeat; }
    #querendingdan .liebiao .row{ margin-left: 0; margin-right: 0 }
    #querendingdan .liebiao ul{padding-left: 0}
    #querendingdan .liebiao ul h4{ font-weight: 400 }
    #querendingdan .liebiao ul .shuliang{padding-left: 6px; color: #666}
    #querendingdan .liuyan{ background: #fff; box-shadow: 0 0 6px #ccc ; border-radius: 4px; padding: 6px 12px; margin-bottom: 50px;}
    #querendingdan .liuyan label{ display: block;  line-height: 30px; font-weight: 400}
    #querendingdan .liuyan label p{float: right;}
    #querendingdan .liuyan label p span{color:#FF2E48 }
    #querendingdan .liuyan textarea{ width: 100%}


    /*xuanzhongkefu*/
    #querendingdan .kefu{ background: #fff; box-shadow: 0 0px 6px #ccc; border: 1px solid #ececec; border-radius: 4px; margin-bottom: 6px; }
    #querendingdan .kefu .shou-kefu{padding: 6px; min-height: 30px;padding-left: 46px;}
    #querendingdan .kefu .shou-kefu p{padding-left:12px; padding-right: 36px; border-left: 1px solid #ececec; font-size: 12px; margin-bottom: 0 ;background: url(../img/jiantou-you.png) right center no-repeat;}
    #querendingdan .kefu .shou-kefu p span{ float:right; }
    #querendingdan .kefu .shou-kefu{border-bottom: 1px solid #ececec; background: url(../img/dizhi-1.png) 15px center no-repeat; }

    /* ==========================================================================
   gouwuche
   ========================================================================== */
   .wode-xinxi{ background: #FF2E48; padding: 20px 12px 50px; margin-top: -12px;  }
   .wode-xinxi .xinxi p{ font-size: 20px; font-weight: bolder; color: #fff }
   .wode-xinxi .xinxi p span{ font-size: 14px; display: block; font-weight: 400; }
   .wode-xinxi .xinxi .geren .touxiang{ width: 64px; height: 64px; padding: 4px; float: left; margin-right: 12px; background: #FFB2BB; border-radius: 32px; }
   .wode-xinxi .xinxi .geren .touxiang img{width: 56px; height: 56px; border-radius: 28px}
   #wode{margin-top: -34px}
   #wode .card{ background: #fff; border-radius: 4px; box-shadow: 0 0 6px #ccc; min-height: 68px; margin-left: 0; margin-right: 0 }
   #wode .kuaijie{text-align: center; padding-top: 14px; margin-bottom: 12px;}
   #wode .kuaijie a{ width: 24px; height: 24px;; }
   #wode .kuaijie span{display: block; font-size: 12px; line-height: 24px;}
   #wode .shezhi{margin-top: 12px; padding: 6px 12px}
   #wode .shezhi .list-group .list-group-item{ border: 1px solid #ececec;  border-left:none;border-right:none; padding-left:0 ; background: url(../img/jiantou-you.png) right center no-repeat;  }




 /* ==========================================================================
   xuanzedizhi
   ========================================================================== */
   #xz-dizhi .card{ min-height: 72px; font-size: 12px; padding: 12px; margin: 6px 0; background: #fff; box-shadow: 0 0 6px #ccc; border-radius: 4px }
    #xz-dizhi .title{ height: 30px; line-height: 30px; }
    #xz-dizhi .title h4{ display: inline-block; margin: 0 }
    #xz-dizhi .title a{ float: right; color: #FF2E48 }
  #xz-dizhi .card .ming{margin-bottom: 0px; padding-bottom: 6px}
  #xz-dizhi .card .dizhi{margin-bottom: 0px;}
  #xz-dizhi .card .dizhi .badge{padding: 2px 5px; float: left; margin-right:6px}
   #xz-dizhi .card .ming b{font-size: 14px;}
   #xz-dizhi .card a{ float: right; width: 48px; text-align: center; line-height: 43px; border-left: 1px solid #ececec; color:#FF2E48 }
   #xz-dizhi .card .ming span{padding-left: 6px; color: #666; }
   @media (min-width: 768px) {
          #xz-dizhi .col-md-4{padding-left: 6px;padding-right: 6px;}
  }


 /* ==========================================================================
   tianjiadizhi
   ========================================================================== */
   #tj-dizhi .card{ min-height: 72px; font-size: 12px; padding: 12px; margin: 12px 0; background: #fff; box-shadow: 0 0 6px #ccc; border-radius: 4px }
    #tj-dizhi .card .input-group{margin-bottom: 12px;}
    #tj-dizhi .card .yijianshibie{ padding-bottom: 12px; border-bottom: 1px solid #ececec }
    #tj-dizhi .card h3{font-size: 16px;  margin: 0; line-height: 40px; padding-bottom: 12px;}
   #tj-dizhi .card .input-group .lei{ text-align: right;}
   #tj-dizhi .caozuo{padding-top: 12px;}
   #tj-dizhi .caozuo .btn{ margin-top:12px;  }
   @media (min-width: 768px) {
          #tj-dizhi .caozuo .btn{ display: inline-block; width: auto; float: right; margin-left: 12px; }

  }






/* ==========================================================================
   denglu
   ========================================================================== */
html{height: 100%}
   body.denglu{ background:#FFF; width: 100%; height: 100%;  padding: 0; position: relative; top: 0; bottom: 0 }
   .denglu .title{height: 44px; text-align: center; color: #fff; background: #FF2E48}
   .denglu .title a.fanhui{ width: 24px; height: 44px; display: block; float: left; padding-left: 12px; background: url(../img/fanhui.png) 12px center no-repeat; }
   .denglu .title h2{font-size: 18px; line-height: 44px; margin: 0}
   #denglu{ width:350px; position: absolute;left: 50%; top: 50%; margin-left: -175px; margin-top: -234px }
    #denglu .touxiang{height: 110px; text-align: center; margin-bottom: 40px}
    #denglu .alert{ padding:6px 12px; margin-bottom: 12px; }
   #denglu .card{ padding: 15px 60px;}
   #denglu input.form-control{ height: 40px;border: 1px solid #d9d9d9; padding-left: 36px }
   #denglu input.form-control:hover{border: 1px solid #FF2E48;}
   #denglu input.form-control:focus{border: 1px solid #FF2E48; background-color: #fff; box-shadow: 0 0 6px #FF2E48}
   #denglu input.zhanghao{background:#FAFAFA url(../img/zhanghao.png) 12px center no-repeat; }
   #denglu input.mima{background:#FAFAFA url(../img/mima.png) 12px center no-repeat; }
   #denglu .anniu{padding-top: 12px;}
   #denglu .anniu a{ color:#FF2E48; list-style: 24px;  }
   #denglu .anniu a.wangji{color: #666; float: right;}
   #denglu .kuaijie{padding-top: 40px; text-align: center;}
   #denglu .kuaijie p.xian{border-bottom: 1px solid #ececec; height: 7px;}
   #denglu .kuaijie p.xian span{ background: #fff; padding: 0 24px; }
   #denglu .kuaijie p.kj-anniu{ padding-top: 12px; }


/* ==========================================================================
   订单列表
   ========================================================================== */
  #list-dingdan .card{ background: #fff; border-radius: 4px; box-shadow: 0 0 6px #ccc; margin-top: 6px;margin-bottom: 6px}
  #list-dingdan .card .title{height: 40px; line-height: 40px; padding: 0 12px; border-bottom: 1px solid #ececec}
  #list-dingdan .card .title a{float: right;color:#FF2E48 }
  #list-dingdan .card .list-cp{ height: 84px; padding: 6px 6px 0;border-bottom: 1px solid #ececec }
  #list-dingdan .card .list-cp .chanpin{ width: 72px; float: left; margin-right: 6px}
  #list-dingdan .card .list-cp .chanpin img{width: 72px; height: 72px;}
  #list-dingdan .card .list-cp h4{font-size: 12px; margin-top:6px; font-weight: 400}
  #list-dingdan .card .list-cp p{margin-bottom: 0}
  #list-dingdan .card .list-cp p.jiage .xianjia{ }
  #list-dingdan .card .dizhi{ padding: 12px; font-size: 12px;border-top: 1px solid #ececec}
  #list-dingdan .card .dizhi p{ margin-bottom: 0;}
  #list-dingdan .card .dizhi p span{float: right;}
  #list-dingdan .card .cz-hj{ height: 40px; padding: 0 6px }
  #list-dingdan .card .caozuo{float: left; padding-top: 10px;}
  #list-dingdan .card .heji{ float: right; line-height: 40px; font-size: 12px; }
  #list-dingdan .card .heji span{color:#FF2E48 }
  #list-dingdan .card .heji span b{ font-size: 18px }
    @media (min-width: 768px) {
          #list-dingdan .card .list-cp{ border-bottom:none;border-right: 1px solid #ececec }
          #list-dingdan .card .cz-hj{ border-top: 1px solid #ececec}
  }


/* ==========================================================================
   订单详情
   ========================================================================== */
   #querendingdan .dingdanjine,#querendingdan .dingdanliuyan,#querendingdan .dingdanxinxi{ background: #fff; border-radius:4px; box-shadow: 0 0 6px #ccc; padding: 6px 12px; margin-bottom: 12px; }
   #querendingdan .dingdanxinxi{margin-bottom: 48px;}
   #querendingdan .dingdanjine h4,#querendingdan .dingdanliuyan h4,#querendingdan .dingdanxinxi h4{font-size: 16px;}
   #querendingdan .dingdanjine p,#querendingdan .dingdanliuyan p,#querendingdan .dingdanxinxi p{color: #666; font-size: 12px; }
   #querendingdan .dingdanjine p.zongjia{color: #333; font-size: 14px; }
   #querendingdan .dingdanjine p span,#querendingdan .dingdanxinxi p span{float: right;}
   #querendingdan .dingdanjine p.zongjia span{ color:#FF2E48; font-size: 16px;font-weight: bolder;  }





/* ==========================================================================
   官网首页
   ========================================================================== */


   .carousel{ margin-bottom: 6px; box-shadow: 0 0 6px #FFC0C8; border-radius: 8px; }
   .carousel .item img{border-radius: 8px; height: auto}
   body.gw-shouye .card{background: #fff;border-radius: 4px; box-shadow: 0 0 6px #ccc; padding:6px 12px; margin: 6px 0; }
   body.gw-shouye .kuaijie{padding:12px; }
   body.gw-shouye .kuaijie>div{height:70px; display: inline-block; padding: 12px 0; border-right: 1px solid #ececec; border-bottom: 1px solid #ececec}
   body.gw-shouye .kuaijie .yunfeibiao,body.gw-shouye .kuaijie .chanpinchaxun{border-right: none;}
   body.gw-shouye .kuaijie .shangcheng,body.gw-shouye .kuaijie .gonggao,body.gw-shouye .kuaijie .chanpinchaxun{border-bottom: none;}
   body.gw-shouye .kuaijie a img{ height: 24px; }
   body.gw-shouye .kuaijie a p{ line-height: 24px; margin-bottom: 0; font-size:12px; color: #666 }
   body.gw-shouye .gonggao .title h3,body.gw-shouye .kefu .title h3{ padding: 0; margin: 0; font-size: 18px ;line-height: 30px}
   body.gw-shouye .gonggao .title p,body.gw-shouye .kefu .title p{ float: right; font-size: 12px; margin-bottom: 0; color: #666; vertical-align: middle; line-height: 30px }
   body.gw-shouye .gonggao .neirong{ padding: 12px 0; height:100px;  }
   body.gw-shouye .gonggao .chakan{ line-height: 30px; padding-top: 6px; text-align: center; border-top: 1px solid #ececec }
   body.gw-shouye .gonggao .chakan a{color:#666 }

   body.gw-shouye .sousuo{padding-top: 18px}
   body.gw-shouye .sousuo h4{font-size: 12px}
   body.gw-shouye .sousuo p{margin-bottom: 0}
   body.gw-shouye .sousuo p a{ margin-right: 8px; margin-bottom: 8px ; background: #ececec; border: none}
   body.gw-shouye .kefu .neirong{border:1px solid #ececec; padding: 6px 0}
   body.gw-shouye .kefu .neirong .touxiang{ width: 30px; height: 30px; float: left; margin-right: 12px; }
   body.gw-shouye .kefu .neirong .touxiang img{width: 30px; height: 30px}
   body.gw-shouye .kefu .neirong h4{font-size: 14px; margin: 0}
   body.gw-shouye .kefu .neirong p{font-size: 12px; margin: 0; color: #666}
   @media (min-width: 768px) {
          body.gw-shouye .kuaijie>div{ height: 52px; padding:0; border-bottom: none;}
          body.gw-shouye .gonggao .neirong{height: 148px;}
  }



/* ==========================================================================
   新闻列表
   ========================================================================== */
  #list-gonghgao .title{height: 30px; line-height: 30px;}
  #list-gonghgao .title h3{ float: left; line-height: 30px;  font-size: 18px; margin: 0; margin-right: 12px; }
  #list-gonghgao .card{ background:#fff; box-shadow: 0 0 6px #ccc; padding: 6px 12px; margin-bottom: 6px;margin-top: 6px; border-radius: 8px }
  #list-gonghgao .card .biaoti{height: 30px; line-height: 30px;}
  #list-gonghgao .card .biaoti h4{ font-size: 14px; margin: 0; line-height: 30px;}
  #list-gonghgao .card .biaoti span{ float: right; color: #666 }
  #list-gonghgao .card .miaoshu{ font-size: 12px; color: #666; padding: 6px 0; height: 60px; }
  #list-gonghgao .card .chakan{ padding: 12px 0 6px; border-top: 1px solid #ececec }
  #list-gonghgao .card .chakan a.link{color:#FF2E48 }


/* ==========================================================================
   新闻内容页
   ========================================================================== */
   #neirong-gonghgao .title{  border-bottom: 1px solid #ececec }
   #neirong-gonghgao .neirong-box{ padding: 12px; text-indent: 24px; line-height: 1.5 }

   #cx-mima .card{ background: #fff; border-radius: 8px; box-shadow: 0 0 6px #ccc; padding: 12px; margin-top:12px }

/* ==========================================================================
   报价表
   ========================================================================== */

   .tab-content table .label{font-size: 10px; padding: 0 2px;}
   .tab-content table tbody{ max-height: 430px; overflow-y:scroll   }




/* ==========================================================================
   产品详情
   ========================================================================== */
   #cp-xiangqing{ margin-top: -12px }
   #cp-xiangqing .card{ background: #fff; box-shadow: 0 0 6px #ccc; }
   #cp-xiangqing .chanpin{padding-bottom: 6px}
   #cp-xiangqing .chanpin p.shuoming{ color:#FF2E48; font-size: 12px;  }
   #cp-xiangqing .chanpin p.jiage{ color:#666; font-size: 12px; vertical-align: bottom;  }
   #cp-xiangqing .chanpin p.jiage span.kucun{float: right; margin-top: 12px}
   #cp-xiangqing .chanpin p.jiage span.xianjia{ color:#FF2E48;  }
   #cp-xiangqing .chanpin p.jiage span.xianjia b{  font-size: 24px }
   #cp-xiangqing .chanpin p.jiage span.yuanjia{ text-decoration: line-through; padding-left: 6px }
   #cp-xiangqing .shuliang{ margin: 12px 0; padding: 12px; height: 54px; line-height: 30px; }
   #cp-xiangqing .shuliang .btn-group{padding: 0; margin: 0;}
   #cp-xiangqing .shuliang .btn-group input{width: 80px}
   #cp-xiangqing .xiangqing{min-height: 548px; padding: 12px;}
   #cp-xiangqing .row>div{padding: 0}
   #cp-xiangqing .chanpin h4,
   #cp-xiangqing .chanpin p{padding: 0 12px}
   .footer-nav-3{ height: 48px; line-height: 48px; background: #FF2E48; }
   .footer-nav-3 .gwc{ position: relative; height: 48px; text-align: center;  }
   .footer-nav-3 .gwc img{width: 32px; height: 32px}
   .footer-nav-3 .gwc span{width: 16px; height: 16px; color: #333; font-weight: 400; font-size: 12px; line-height: 16px; border-radius: 8px; text-align: center; background:#F8E71C; position: absolute;top: 6px; right: 50%; margin-right: -24px; }
   .footer-nav-3 a{ color: #fff; font-weight: bolder; font-size: 16px; }
   .footer-nav-3 .gm{ background: #FF8D2E }
   @media (min-width: 768px) {
          #cp-xiangqing .row>div{padding: 0 12px}
  }






   .btn-danger{ maegin-top:16px;background: #FF2E48}