
/*用户导航模块*/
.userMenu {
    height: 3.4em;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border-top: 1px solid #fff;
    background-color: #FFFFFF;
}
.userMenu .row {
    position: relative;
    bottom: 0.2em;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    -webkit-box-flex: 1;
    text-align-last: initial;
}
.userMenu .col {
    width: 16%;
    color: #5d5d5d;
    height: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 2%;
}
.userMenu .col.showTips .icon:after {
    content: attr(data-tips);
    position: absolute;
    top: 4px;
    width: 14px;
    height: 14px;
    display: block;
    right: -6px;
    background-color: #d00;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}
.userMenu .col.active {
    color: #d30d30;
}
.userMenu .col .icon {
    display: -webkit-box !important;
    padding: 0.3em;
    position: relative;
    height: 1.6em;
    width: 1.6em;
    vertical-align: middle;
    margin: 0 auto;
    background-image: url(./icon.png);
    background-size: 4em;
    background-position-x: 2em;
    margin-top: 0.7em;
}
.userMenu .col:nth-child(2) .icon {
    background-position-y: -2em;
}
.userMenu .col:nth-child(3) .icon {
    background-position-y: -4em;
}
.userMenu .col:nth-child(4) .icon {
    background-position-y: -6em;
}
.userMenu .col:nth-child(5) .icon {
    background-position-y: -8em;
}
.userMenu .col span.title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 12px;
    left: 0px;
}
.userMenu .col.active .icon {
    background-position-x: 0;
}
/*用户导航模板结束*/
/*用户登录页面*/
.page-login{
    display: -webkit-box !important;
    display: box !important;
    position: relative;
    background-color: #f1f1f1;
    -webkit-box-orient: vertical;
}
.page-login .header{
    display: -webkit-box !important;
    display: box !important;
    position: relative;
    height: 3em;
}
.page-login .form{}

/*base*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    font-style: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
.text-dot{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/*float*/
.fr {
    float: right !important;
}
.fl {
    float: left !important;
}
html {
    font-family: sans-serif;
}
body {
    line-height: 1;
    background-color:#fff;
    -webkit-tap-highlight-color:transparent;
}
li {
    list-style: outside none none;
}
a:active {
    outline: 0 none;
}
button[disabled], html input[disabled] {
    cursor: default;
}
img {
    vertical-align: middle;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: none;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
input[type="search"] {
    box-sizing: content-box;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
dfn {
    font-style: italic;
}
code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    height: 100%;
}
body {
    color: #2d2d30;
    font-family: Helvetica,"Hiragino Sans GB W3",arial,sans-serif;
    font-size: 1rem;
}
a {
    text-decoration: none;
}
a:link {color:#000000;text-decoration:none;}     /* 未被访问的链接     */
a:visited {color:#000000}  /* 已被访问过的链接    */
a:active {color:#000000}   /* 鼠标点中激活链接    */
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fr {
    float: right !important;
}
.fl {
    float: left !important;
}
.hide, .hidden {
    display: none !important;
}
.show {
    display: block !important;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



@font-face {
    font-family: iconfont;
    src: url(../font/iconfont.ttf) format("truetype")
}

.ui-icon, [class^=ui-icon-] {
    font-family: iconfont !important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5)
}



.ui-icon-search:before {
    content: ""
}


@font-face {
    font-family: iconfont;
    src: url(../font/iconfont-full.ttf) format("truetype")
}

.ui-icon, [class^=ui-icon-] {
    font-family: iconfont !important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5)
}


.ui-icon-home::before {
    content: "";
}

.ui-icon-hall::before {
    content: "";
}
.ui-icon-hall:before {
    content: "\f626"
}

.ui-icon-add::before {
    content: "";
}

.ui-icon-cart::before {
    content: "";
}

.ui-icon-personal::before {
    content: "";
}

.ui-icon-arrow::before {
    content: "";
}

.ui-icon-return::before {
    content: "";
}

.ui-icon-delete::before {
    content: "";
}

.ui-icon-success::before {
    content: "";
}

.ui-icon-history::before {
    content: "";
}

.ui-icon-next::before {
    content: "";
}

.ui-icon-collect::before {
    content: "";
}
.ui-icon-scan::before {
    content: "";
}
.ui-icon-wallet::before {
    content: "";
}

.ui-icon-file::before {
    content: "";
}

.ui-icon-comment::before {
    content: "";
}
.ui-icon-add-group::before {
    content: "";
}

.ui-icon-refresh::before {
    content: "";
}
.ui-icon-personal::before {
    content: "";
}

.ui-icon-tag-svip::before {
    content: "";
}

.ui-icon-share::before {
    content: "";
}

.ui-icon-like::before {
    content: "";
}


.ui-border-t {border-top:1px solid #b2b2b2;}
.ui-border-b {border-bottom:1px solid #b2b2b2;}
.ui-border-tb {border-top:#b2b2b2 1px solid;border-bottom:#b2b2b2 1px solid;background-image:none;}
.ui-border-l {border-left: 1px solid #b2b2b2;}
.ui-border-r {border-right: 1px solid #b2b2b2;}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-border-t, .ui-border-b, .ui-border-l, .ui-border-r, .ui-border-tb {border:0;}
    .ui-border-t {background-position:left top;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.5,transparent),color-stop(0.5,#b2b2b2),to(#b2b2b2));}
    .ui-border-b {background-position: left bottom;background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #b2b2b2), to(#b2b2b2)); }
    .ui-border-t, .ui-border-b, .ui-border-tb {background-repeat:repeat-x;-webkit-background-size:100% 1px;}
    .ui-border-tb {background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.5,transparent),color-stop(0.5,#b2b2b2), to(#b2b2b2)), -webkit-gradient(linear,left top,left bottom,color-stop(0.5,transparent),color-stop(0.5,#b2b2b2),to(#b2b2b2));background-position:top, bottom; }
    .ui-border-l {background-position:left top;background-image:-webkit-gradient(linear, right top, left top, color-stop(0.5,transparent), color-stop(0.5, #b2b2b2), to(#b2b2b2)); }
    .ui-border-r {background-position:right top;background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5,transparent), color-stop(0.5, #b2b2b2), to(#b2b2b2)); }
    .ui-border-l, .ui-border-r {background-repeat:repeat-y;-webkit-background-size:1px 100%;}
    .ui-form-logo i {background:url("../icon/logo.png") no-repeat center;}
}


.ui-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 31.25%
}

.ui-slider-content {
    display: -webkit-box;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.ui-slider-content > li {
    -webkit-box-flex: 1;
    width: 100%;
    height: 100%
}

.ui-slider-content > li img {
    display: block;
    width: 100%
}

.ui-slider-content > li span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%
}

.ui-slider-content > li.active {
    opacity: .5
}

.ui-slider-indicators {
    position: absolute;
    display: -webkit-box;
    -webkit-box-pack: end;
    width: 100%;
    bottom: 10px;
    right: 4px;
    font-size: 0
}

.ui-slider-indicators li {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    width: 7px;
    height: 7px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 10px;
    margin-right: 6px;
    -webkit-box-sizing: border-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative
}

.ui-slider-indicators li.current:before {
    content: '';
    position: absolute;
    background-color: #fff;
    left: 1px;
    top: 1px;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-slider-indicators-center {
    -webkit-box-pack: center;
    right: 0
}
.ui-form-color {
    width:100%;
    background-color: rgba(222, 51, 87, 0);
    position:fixed;
    top:0;
    left:0;
    z-index:10;
    transition:all 0.5s ease 0s;
    padding:.4rem .7rem;
}

.ui-form-input {
    background-color:#fff;
    height:2rem;
}


.ui-form-logo a span {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 2.015rem;
    width: 2.53125rem;
    margin-right:.2rem;
    margin-top:.1rem;
}

.ui-form-input {
    background-color: rgba(255, 255, 255, 1);
    height:2rem;
    width:60%;
    border-radius:.2rem;
}


.ui-form-input input {
    background:none;
    height:2rem;
    width:60%;
    border-radius:.2rem;
    border:none;
    padding-left:.5rem;
    font-size:14px;

}

.ui-form-color-nav {
    background-color: rgba(227, 27, 25, .9);
    transition:all 0.5s ease 0s;

}
.ut-s {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    outline: 0 !important
}
.umw-mtext1{
    width:90%;
}
/*mrgin*/
.m1{
    margin:0.2em;
}
.m2{
    margin:0.4em;
}
.m2.5{
    margin:0.5em;
}
.m3{
    margin:0.6em;
}
.m4{
    margin:0.8em;
}
.m5{
    margin:1em;
}
.mar-l1{
    margin-left:5px;
}
.mar-r1{
    margin-right: -5px;
}
.mar1{
    margin: 0.6em;
}
.mar-tl1{
    margin: 0.6em 0 0 0.6em;
}
.mar-tl2{
    margin: 0.6em 0 0 0.4em;
}
.mar-t-4{
    margin-top:-0.8em;
}
.mar-t1{
    margin-top:1em;
}
.mar-t2{
    margin-top:0.2em;
}
.mar-t3{
    margin-top:0.6em;
}
.mar-t4{
    margin-top:2.4em;
}
.mar-tbl1{
    margin:1.2em 0em 1.2em 0.8em;
}
.m-t-10{
    margin-top:-2em;
}
.m-t-4{
    margin-top:-0.8em;
}
.m-t-3{
    margin-top:-0.6em;
}
.m-t-2{
    margin-top:-0.4em;
}
.m-t-1{
    margin-top:-0.2em;
}
.m-t1{
    margin-top:0.2em;
}
.m-t2{
    margin-top:0.4em;
}
.m-t3{
    margin-top:0.6em;
}
.m-t4{
    margin-top:0.8em;
}
.m-t5{
    margin-top:1em;
}
.m-t6{
    margin-top:1.2em;
}
.m-t7{
    margin-top:1.4em;
}
.m-t8{
    margin-top:1.6em;
}
.m-t9{
    margin-top:1.8em;
}
.m-t10{
    margin-top:2em;
}
.m-t11{
    margin-top:2.2em;
}
.m-t12{
    margin-top:2.4em;
}
.m-t13{
    margin-top:2.6em;
}
.m-t14{
    margin-top:2.8em;
}
.m-t15{
    margin-top:3em;
}
.m-t17{
    margin-top:3.4em;
}
.m-t20{
    margin-top:4em;
}
.m-b-4{
    margin-bottom: -0.8em;
}
.m-b1{
    margin-bottom: 0.2em;
}
.m-b2{
    margin-bottom: 0.4em;
}
.m-b3{
    margin-bottom: 0.6em;
}
.m-b4{
    margin-bottom: 0.8em;
}
.m-b5{
    margin-bottom: 1em;
}
.m-b6{
    margin-bottom: 1.2em;
}
.m-b7{
    margin-bottom: 1.4em;
}
.m-b8{
    margin-bottom: 1.6em;
}
.m-b9{
    margin-bottom: 1.8em;
}
.m-b10{
    margin-bottom: 2em;
}
.m-b12{
    margin-bottom: 2.4em;
}
.m-b15{
    margin-bottom: 3em;
}
.m-b30{
    margin-bottom: 6em;
}
.m-l-1{
    margin-left:-0.2em;
}
.m-l0{
    margin-left:0;
}
.m-l1{
    margin-left:0.2em;
}
.m-l2{
    margin-left:0.4em;
}
.m-l3{
    margin-left:0.6em;
}
.m-l4{
    margin-left:0.8em;
}
.m-l5{
    margin-left:1em;
}
.m-l6{
    margin-left:1.2em;
}
.m-l7{
    margin-left:1.4em;
}
.m-l8{
    margin-left:1.6em;
}
.m-l9{
    margin-left:1.8em;
}
.m-l10{
    margin-left:2em;
}
.m-r1{
    margin-right:0.2em;
}
.m-r2{
    margin-right:0.4em;
}
.m-r3{
    margin-right:0.6em;
}
.m-r4{
    margin-right:0.8em;
}
.m-r5{
    margin-right:1em;
}
.m-r6{
    margin-right:1.2em;
}
.m-r7{
    margin-right:1.4em;
}
.m-r8{
    margin-right:1.6em;
}
.m-r9{
    margin-right:1.8em;
}
.m-r10{
    margin-right:2em;
}
/*border*/
.box-sizing{
    box-sizing:border-box;
}
.bor1{
    border:1px solid #f1f1f1;
}
.bor2{
    border:1px solid #CCCCCC;
}
.bor3{
    border:1px solid #dbdbdb;
}
.bor5{
    border:1px solid #dd3030;
}
.bor-t1{
    border-top: 1px solid #f1f1f1;
}
.bor-t2{
    border-top: 1px solid #CCCCCC;
}
.bor-t3{
    border-top: 1px solid #c7c6cb;
}
.bor-b1{
    border-bottom: 1px solid #f1f1f1;
}
.bor-b2{
    border-bottom: 1px solid #CCCCCC;
}
.bor-b3{
    border-bottom: 1px solid #c7c6cb;
}
.bor-b4{
    border-bottom: 1px solid #dd3030;
}
.bor-b5{
    border-bottom:3px solid #FF3030
}
.bor-l1{
    border-left:1px solid #f1f1f1;
}
.bor-l2{
    border-left:1px solid #cccccc;
}
.bor-r1{
    border-right: 1px solid #f1f1f1;
}
.bor-r2{
    border-right: 1px solid #CCCCCC;
}
.bor-a1{
    border:1px solid #cccccc;
}
/*背景颜色*/
.bc-bg {
    background-color: #f8faf8;
}
.bc-bg1{
    background-color: #f1f1f1;
}
.bc-bg2{
    background-color: #FFFFFF;
}
.bc-bg3{
    background-color: #404040;
}
.bc-bg4{
    background-color: #2d2d2d;
}
.bc-bg5{
    background-color: #dd3030;
}
.bc-bg6{
    background-color: #cccccc;
}
.bc-bg7{
    background-color: #686868;
}
.bc-bg8{
    background:#facb87;
}
.bc-bg9{
    background-color:#DC143C;
}
.bc-bg10{
    background:#4B0082;
}
.bc-bg11{
    background:#009ACD;
}
.bc-bg12{
    background:#218868;
}
.bc-bg13{
    background:#8B0000;
}
.bc-bg14{
    background:#EE6363;
}
.bc-bg15{
    background:#B03060;
}
.bc-bg16{
    background:#FF7F00;
}
.bc-bg17{
    background:#191970;
}
.bc-bg18{
    background:#F2F2F2;
}
.bc-bg19{
    background:#FF3030;
}
.bc-bg20{
    background: #F9F9F9;
}
.bc-bg21{
    background: #fafafa;
}
/*color*/
.text1{
    color:#f23030;
}
.text2{
    color:#2d2d30;
}
.text3{
    color: #686868;
}
.text4{
    color: #232326;
}
.text5{
    color: #FFFFFF;
}
.text6{
    color: #000000;
}
.text7{
    color:#c0c0c0;
}
.text8{
    color:#CCCCCC;
}
.text9{
    color: #999999
}
.text10{
    color: #009ACD;
}
.text11{
    color: #4B0082;
}
.text12{
    color: #B03060;
}
.text13{
    color: #FF3030
}
/*border-radius*/
.uc-a1 {
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em
}
/*padding*/
.uinn1{
    padding:0.4em;
}
.uinn2{
    padding:0.8em;
}
.uinn-t1{
    padding-top:1.6em;
}
.uinna1{
    padding:1.2em 0.4em 1.2em 0.4em;
}
.uinna2{
    padding:0.4em 0.4em 0.4em 0.2em;
}
.uinna3{
    padding:1em 0.4em 1em 0.4em;
}
.uinn-tbl1{
    padding:0.8em 0 0.6em 0.2em;
}
.p1{
    padding:0.2em;
}
.p2{
    padding:0.3em;
}
.p2-2{
    padding:0.4em;
}
.p3{
    padding:0.6em;
}
.p4{
    padding:0.8em;
}
.p5{
    padding:1em;
}
.p7{
    padding:1.4em;
}
.p8{
    padding:1.6em;
}
.p10{
    padding:2em;
}
.p-t1{
    padding-top:0.2em;
}
.p-t2{
    padding-top:0.4em;
}
.p-t3{
    padding-top:0.6em;
}
.p-t4{
    padding-top:0.8em;
}
.p-t5{
    padding-top:1em;
}
.p-t6{
    padding-top:1.2em;
}
.p-t7{
    padding-top:1.4em;
}
.p-t8{
    padding-top:1.6em;
}
.p-t9{
    padding-top:1.8em;
}
.p-t10{
    padding-top:2em;
}
.p-b1{
    padding-bottom: 0.2em;
}
.p-b2{
    padding-bottom: 0.4em;
}
.p-b3{
    padding-bottom: 0.6em;
}
.p-b4{
    padding-bottom: 0.8em;
}
.p-b5{
    padding-bottom: 1em;
}
.p-b6{
    padding-bottom: 1.2em;
}
.p-b7{
    padding-bottom: 1.4em;
}
.p-b8{
    padding-bottom: 1.6em;
}
.p-b9{
    padding-bottom: 1.8em;
}
.p-b10{
    padding-bottom: 2em;
}
.p-b15{
    padding-bottom: 3em;
}
.p-b18{
    padding-bottom: 3.6em;
}
.p-l1{
    padding-left:0.2em;
}
.p-l2{
    padding-left:0.4em;
}
.p-l3{
    padding-left:0.6em;
}
.p-l4{
    padding-left:0.8em;
}
.p-l5{
    padding-left:1em;
}
.p-l6{
    padding-left:1.2em;
}
.p-l7{
    padding-left:1.4em;
}
.p-l8{
    padding-left:1.6em;
}
.p-l9{
    padding-left:1.8em;
}
.p-l10{
    padding-left:2em;
}
.p-l17{
    padding-left:3.4em;
}
.p-r1{
    padding-right: 0.2em;
}
.p-r2{
    padding-right: 0.4em;
}
.p-r3{
    padding-right: 0.6em;
}
.p-r4{
    padding-right: 0.8em;
}
.p-r5{
    padding-right: 1em;
}
.p-r6{
    padding-right: 1.2em;
}
.p-r7{
    padding-right: 1.4em;
}
.p-r8{
    padding-right: 1.6em;
}
.p-r9{
    padding-right: 1.8em;
}
.p-r10{
    padding-right: 2em;
}
.p-r18{
    padding-right: 3.6em;
}
/*width*/
.wid1{
    width:5em;
}
/*height*/
.hei2{
    height:2em;
}
.hei3{
    height:3em;
}
.hei4{
    height:7em;
}
/*font-size*/
.font-s0{
    font-size:0.65em;
}
.font-s1{
    font-size:0.75em;
}
.font-s2{
    font-size:0.85em;
}
.font-s3{
    font-size:1em;
}
.font-s4{
    font-size:1.2em;
}
.font-s5{
    font-size:1.4em;
}
.font-s6{
    font-size:1.8em;
}
/* line-height */
.line-h{
    line-height:1em;
}
/*hide*/
.hide{
    display: none !important;
}
.uhide{
    display:block;
}
.hide1{
    visibility:hidden;
}
.uhide1{
    visibility:visible;
}
.hide2{
    height: 0; overflow: hidden;
}
.hide3{
    width: 0;overflow: hidden;
}
/*cart*/
.two{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}
.po1{
    position:absolute
}
.circle-r1{
    width:1em;
    height: 1em;
    border-radius: 1em;
    background:#dd3030;
}
/*客服*/
.line_m{text-decoration:line-through}
.triangle{
    width:0.4em;
    height:0.4em;
    /*border-left:1px solid #d4cfca;
    border-bottom:1px solid #d4cfca;*/
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 0.38em;
    top:0.6em;
    z-index:4;
}
.triangle1{
    width:0.4em;
    height:0.4em;
    /*border-left:1px solid #d4cfca;
    border-bottom:1px solid #d4cfca;*/
    -webkit-transform: rotate(-145deg);
    position: absolute;
    right:-0.22em;
    top:0.4em;
    z-index:4;
}
.c-wh{
    background-color: #f07a6e;
    color:#ffffff;
}
.contentbox{
    padding: 0 0 0 0.6em;
    background:#e8e8e8;
}
/*.lcontent{
    border:1px solid #d4cfca;
}*/
.basicinfo{
    text-indent:2em;
}
.less1{
    margin-right:-0.4em;
    padding-top:0.36em;
    border-top-left-radius:0.8em;
    border-bottom-left-radius:0.8em;
}
.insert1{
    width:2.4em;
    height:1.24em;
    text-align:center;
    padding-top:0.34em;padding-bottom: 0.24em;
}
.add1{
    margin-left:-0.35em;
    padding-top:0.36em;
    border-top-right-radius:0.8em;
    border-bottom-right-radius:0.8em;
}
.line-l1{
    border-bottom:1px solid #CCCCCC;
    width:8em;
    margin-top:-1.2em;
}
.line-r1{
    border-bottom:1px solid #CCCCCC;
    width:8em;
    margin-top:-1.2em;
}
.bor-b{
    border:1px solid blue;
}
/*border-radiums*/
.bor-radius1{
    border-radius: 0.4em;
}
.bor-radius2{
    border-radius: 0.4em 0.4em 0 0;
}
/* text-indent */
.text-c{
    text-align:center;
}
.text-l{
    text-align:left;
}
.text-r{
    text-align:right;
}
/*home*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    font-style: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-family: sans-serif;
}
body {
    line-height: 1;
    background-color:#fff;
}
li {
    list-style: outside none none;
}
a:active {
    outline: 0 none;
}
button[disabled], html input[disabled] {
    cursor: default;
}
img {
    vertical-align: middle;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
input[type="search"] {
    box-sizing: content-box;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
dfn {
    font-style: italic;
}
code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    height: 100%;
}
body {
    color: #2d2d30;
    font-family: Helvetica,"Hiragino Sans GB W3",arial,sans-serif;
    font-size: 1rem;
}
a {
    text-decoration: none;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.hide, .hidden {
    display: none !important;
}
.show {
    display: block !important;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@font-face {
    font-family: iconfont;
    src: url(../font/iconfont.ttf) format("truetype")
}
/*鑷畾涔�*/
.footer{
    height:3em;
    width:100%;
    background-color: #ffffff;
    position: fixed;
    bottom: 0px;
    left: 0px;margin:0px auto;
    border-top:1px solid #f1f1f1;
}
.footer1{
    width:20%;
    float: left;
    color: #d30d30;
    font-size: 10px;
}
.footer2{
    width:20%;
    float: left;
    color: #2d2d30;
    font-size: 10px;
}
.load{
    color:#ffffff;
    text-align: center;
    line-height: 2em;
    margin-left:1em;
}
.home{
    width:22px;
    padding-top:5px;
    padding-bottom:4px;
}
.classify{
    width:22px;
    padding-top:5px;
    padding-bottom:4px;
}
.search{
    width:22px;
    padding-top:5px;
    padding-bottom:4px;
}
.shopcart{
    height:23px;
    padding-top:5px;
    padding-bottom:4px;
}
.user{
    width:22px;
    padding-top:5px;
    padding-bottom:2px;
}
/*鍟嗗搧灞曠ず*/
.goods{
    margin-left:0.4em;
    margin-right:0.2em;
    margin-bottom:0.4em;
    background-color: #ffffff;
    border:1px solid #f1f1f1;
}
.goods1{
    margin-right:0.4em;
    margin-left:0.2em;
    margin-bottom:0.4em;
    background-color: #ffffff;
    border:1px solid #f1f1f1;
}
.goods-pic{
    width:70%;
    padding:0.8em;
}
.gooods-name{
    font-size:0.85em;
    line-height:1.3em;
    margin-bottom: 0.4em;
    padding:0 0.2em 0 0.4em;
    margin-top: -0.2em;
}
.gooods-ps{
    margin:0em 0.2em 0.4em 0.2em;
}
.gooods-price{
    padding:1em 0 0 -0.8em;
}
.goods-shop{
    border:1px solid #d0d0d0;
    font-size:0.85em;
    padding:0.3em 0.4em;
    color:#686868;
}
.yc{
    display:none;
}
.scmsg{
    position:fixed;
    top:270px;
    left:108px;
    z-index:10000;
    width:120px;
    border-radius:2px;
    height:20px;
    line-height:20px;
    font-size:15px;
    text-align:center;
    color:#fff;
    background-color:rgba(32,32,32,0.7);
    display:none;
}
.remind{
    color:red;
}
.no_cont{
    position:fixed;
    top:280px;
    left:35px;
    height:50px;
}
.no_cont_img{
    height:50px;
    width:50px;
}
.no_cont_text{
    font-size:15px;
    height:50px;
    line-height:50px;
    color:#888;
}
/*ui-box*/
.ub {
    display: -webkit-box !important;
    display: box !important;
    position: relative;
}
.ub-rev {
    -webkit-box-direction: reverse;
    box-direction: reverse;
}
.ub-fh {
    width: 100%;
}
.ub-fv {
    height: 100%;
}
.ub-con {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ub-ac {
    -webkit-box-align: center;
    box-align: center;
}
.ub-ae {
    -webkit-box-align: end;
    box-align: end;
}
.ub-pc {
    -webkit-box-pack: center;
    box-pack: center;
}
.ub-pe {
    -webkit-box-pack: end;
    box-pack: end;
}
.ub-pj {
    -webkit-box-pack: justify;
    box-pack: justify;
}
.ub-ver {
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.ub-f1 {
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.ub-f2 {
    position: relative;
    -webkit-box-flex: 2;
    box-flex: 2;
}
.ub-f3 {
    position: relative;
    -webkit-box-flex: 3;
    box-flex: 3;
}
.ub-f4 {
    position: relative;
    -webkit-box-flex: 4;
    box-flex: 4;
}
.ub-img {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ub-img1 {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ub-img2 {
    background-repeat: repeat-x;
    background-size: auto 100%
}
.ub-img3 {
    background-repeat: repeat-y;
    background-size: 100% auto
}
.ub-img4 {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.ub-img5 {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.ub-img6 {
    background-repeat: no-repeat;
    background-position: center;
}
.ub-img7 {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.hidden {
    display: none;
}
.centers {
    width: 95%;
}
/* 闃村奖 */
.us {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}
.us1 {
    -webkit-box-shadow: 0 1px 4px rgba(120, 120, 120, .3);
    box-shadow: 0 1px 4px rgba(120, 120, 120, .3)
}
.box-shadow-21 {
    box-shadow: 0 0.4em 1.2em rgba(0,0,0,0.1);
}
/* text-shadow */
.text-s {
    text-shadow: 0em 2px 2px #000;
}
.uhide {
    display: none !important;
}
.uhide1 {
    visibility: hidden;
}
.circle1 {
    width: 1.4em;
    height: 1.4em;
    border-radius: 1.4em;
    background: #dd3030;
}
/* 2018-12-28 首页样式*/
.scroll{
    height:16em;
    overflow: hidden;
}
.swiper-container {
    width: 20em;
    height: 8em;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    width: 20em;
    height: 10em;
    text-align: center;
    /* font-size: 0.7em; */
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet-active{
    background: #dd0000;
}
.swiper-pagination-bullet{
    height:0.5em;
    width:0.5em;
}
.circle1 {
    width: 1.4em;
    height: 1.4em;
    border-radius: 1.4em;
    background: #dd3030;
}
.b-bor{
    border-bottom: 0.16em solid #f64633;
}
.t-red{
    color: #f64633;
}
.t-blod{
    font-weight: bold;
}
.box-shadow-21{
    box-shadow: 0 0.4em 1.2em rgba(0,0,0,0.1);
}
.box-shadow-22{
    box-shadow: 0 0.6em 1em rgba(250,53,32,0.2);
}
.box-shadow-22{
    box-shadow: 0 0.6em 1em rgba(250,53,32,0.2);
}
.ub-img5
{
    -webkit-background-size:auto 100%;
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-position:center;
}
.ub-img7
{
    background-size:100% 100%;
}
.huadong {height:4em;position:relative;font-size:0.75em;margin:0 auto;}
.huadong .hdimg img {width: 100%; margin:0.6em 0 0 1.2em;}
.huadong .notice_active {
    /*float: left;
    width: 55%;*/
    height: 3em;
    margin: 0.4em;
    padding: 0;
    overflow: hidden;
    position: relative;
	margin-top:-0.1em;
}
.huadong .notice_active li{list-style-type:none;line-height: 1.8em;overflow: hidden;margin-left:0.6em;
text-overflow: ellipsis;white-space: nowrap;}
/*.huadong .notice_active li.notice_active_ch {}*/
.huadong .notice_active li.notice_active_ch span {color:#656972;font-size:0.9rem;display: block;overflow: hidden;}
.silder-img{
    max-width:10em;
    max-height:8em;
    float:left
}
.info-content{
    float:right;
    margin-top:3em;
    margin-left:1em;
}
.areagood-price{
    text-align:left;
}
/* marqueeleft */
.marqueeleft{height:3.5em;width:99.5%;overflow:auto;margin:10px auto;}
.marqueeleft ul{float:left;padding:0.2em;}
.marqueeleft li{float:left;display:inline;width:5em;height:3em;overflow:hidden;line-height:3em;text-align: center;}
/*.marqueeleft li .pic{display:block;max-width:4.5em;max-height:2.5em;margin:0.2em;overflow:hidden;text-align: center;}*/
.marqueeleft li img{max-width:4.5em;max-height:2.5em;vertical-align: middle;}
/*专区标题*/
.zqtitle{
    height:3em;
    padding-left:0.4em;
    border-bottom:1px solid #f1f1f1;
    background:#f1f1f1;
}
.zqfont1{
    font-size：1em;
}
.zqfont2{
    font-size：0.65em;
    margin:0.4em;
}
/* 图标区域 */
.dh-1{
    position:relative;
    z-index:9;
    margin-top:-1em;
}
.dh-2{
    margin:0.4em;
    margin-top:-1em;
    background:#fff;
    box-shadow: darkgrey 0px 0px 30px 1px;
}
.pp-1{
    margin:-0.4em 0.4em 0.4em 0.4em;
    background:#fff;
    box-shadow: darkgrey 0px 0px 30px 1px;
}
.jp-1{
    box-shadow: darkgrey 0px 0px 30px 1px;
    margin:0.4em;
}
/*品牌专区*/
.bor-l{
	border-left:4px solid #dd3030;
	border-radius:0.8em;
}
.bc-bg13{
background:#F2F2F2;
color:#333;
}
.pp-head{
	height:3em;
	background:url(__PUBLIC__/images/backtimg.png) no-repeat;
	border-radius: 0.2em 0.2em 0em 0em;
	background-size:100%;
	color:#fff;
	font-size:0.85em;
}
/*厨房设计说明*/
.design-tit{
	color:#e64a19;
	font-size:1.5em;
}
/*品牌专区*/
.bor-l{
	border-left:4px solid #dd3030;
	border-radius:0.8em;
}
.bc-bg13{
background:#F2F2F2;
color:#333;
}
.pp-head{
	height:3em;
	background:url(__PUBLIC__/images/backtimg.png) no-repeat;
	border-radius: 0.2em 0.2em 0em 0em;
	background-size:100%;
	color:#fff;
	font-size:0.85em;
}
.debuger{
    position: fixed;
    right: 0px;
    z-index: 999999;
    background-color: #607D8B;
    color: #fff;
    top: 30%;
    font-size: 16px;
    padding: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;	
}
.hasUmenu{
	height: auto !important;
	bottom: 3em;
}
/*新品上市*/
.xp-tit{
	padding:1.2em 1.2em 0 1.2em;
	position:fixed;
	position:fixed;top: 10;left:10;
	background:#FFF;
	width:100%;
	z-index:99;
}
.xp-con{
	width:24.4em;
	margin:0 auto;
	overflow-x:hidden;
}
.xp-con1{
	width:5em;
	height:5em;
	float:left;
	margin:0.4em;
}
.xp-con2{
	width:5em;
	height:5em;
	line-height:5em;	
	border:1px solid #f1f1f1;
}
.xp-con3{
	max-width:4.4em;
	max-height:4.4em;
}