@charset "utf-8";

/*
*UGO reset
*time :20150601
*author:L.J;
*/

html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    color: #858585;
    font-size: 12px;
    background-color: transparent;
    -webkit-overflow-scrolling: touch;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

a {
    color: #222;
    text-decoration: none;
    background: 0 0;
    -webkit-tap-highlight-color: transparent
}

li,
ul {
    list-style: none outside none;
    padding: 0;
    margin: 0
}

img {
    vertical-align: middle;
    border: 0;
    width: 100%;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=text],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

optgroup {
    font-weight: 700
}

td,
th {
    padding: 0
}

button,
html,
input,
select,
textarea {
    font-family: 'hiraginosansgb w3', 'Helvetica Neue', Helvetica, 'microsoft yahei', Arial, sans-serif
}

blockquote,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

dd,
dl,
li,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none outside none
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #222;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

.clearfix {
    zoom: 1;
    clear: both
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}


/*UGO 2015 comment*/

.song {
    font-family: '\5B8B\4F53';
}

.yh {
    font-family: '\5FAE\8F6F\96C5\9ED1';
}

.o {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.vat {
    vertical-align: top;
}

.vam {
    vertical-align: middle;
}

.vab {
    vertical-align: bottom;
}

.hid {
    display: none;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.bold {
    font-weight: bold;
}

.break {
    word-wrap: break-word;
    word-break: break-all;
}

.elli {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pointer {
    cursor: pointer;
}

.disb {
    display: block;
}

.disi {
    display: inline;
}

.disib {
    display: inline-block;
}

.disit {
    display: inline-table;
}

.w100 {
    width: 100%;
}


/*common mp size*/

.ml-e10 {
    margin-left: .417em;
}

.mt-e10 {
    margin-top: .417em;
}

.mr-e10 {
    margin-right: .417em;
}

.mb-e10 {
    margin-bottom: .417em;
}

.pt-e10 {
    padding-top: .417em;
}

.pr-e10 {
    padding-right: .417em;
}

.pb-e10 {
    padding-bottom: .417em;
}

.pl-e10 {
    padding-left: .417em;
}

.mt-e20 {
    margin-top: .833em;
}

.ml-e20 {
    margin-left: .833em;
}

.mr-e20 {
    margin-right: .833em;
}

.mb-e20 {
    margin-bottom: .833em;
}

.pt-e20 {
    padding-top: .833em;
}

.pb-e20 {
    padding-bottom: .833em;
}

.pr-e20 {
    padding-right: .833em;
}

.pl-e20 {
    padding-left: .833em;
}


/*header*/

.header-index {
    position: relative;
    height: 3.667em;
    z-index: 999;
}

.header-bar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(247, 8, 0, .9);
}

.header-lt {
    width: 3.667em;
    height: 3.667em;
    background: url(../images/public/i_nav.png) no-repeat;
    background-size: 100% 100%;
}

.header-header {
    text-align: center;
    font-size: 1.667em;
    color: #fff;
    position: absolute;
    pointer-events: none;
    width: auto;
    margin-left: 0;
    left: 50%;
    line-height: 2.207em;
    font-weight: 400;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-rt {
    width: 3.667em;
    height: 3.667em;
    background: url(../images/public/i_search.png) no-repeat;
    background-size: 100% 100%;
}


/*nav*/

.nav-flex {
    position: fixed;
    left: 0;
    top: 3.667em;
    width: 100%;
    z-index: 998;
}

.navgation {
    background: rgba(255, 255, 255, .9);
    height: 3.25em;
    overflow: hidden;
    border-bottom: 1px solid rgba(217, 217, 217, .9);
}

.nav {
    width: auto;
    display: -moz-box;
    -moz-box-orient: horizontal;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    font-size: 1em;
}

.nav li {
    width: auto;
    padding: 0 5px;
    padding: 0 .5em;
}

.nav a,
.nav span {
    text-align: center;
    display: block;
    color: #222;
    text-decoration: none;
    height: 2.518em;
    line-height: 2.518em;
    font-size: 1.167em;
}

.nav span.active,
.nav a.active {
    color: #f70800;
    border-bottom: .25em solid #f70800;
}

.nav2 {
    width: 100%;
}

.nav2 li {
    width: auto;
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
}

.nav-con {
    height: 3.25em;
    z-index: 1000;
}

.nav .ico {
    width: 1.083em;
    float: left;
    margin-top: -.5em;
}


/*footer*/


/*lt ugo-plus*/

.ugo-plus {
    position: fixed;
    left: .833em;
    bottom: .833em;
    width: 65.63%;
    height: 4em;
    color: #fff;
    font-size: .917em;
    z-index: 999;
    background-color: rgba(17, 17, 17, .7);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ugo-no-plus {
    width: 45.31%;
}

.ugo-no-plus .flex a {
    width: 50%;
}

.ugo-my-plus {
    width: 20%;
}

.ugo-my-plus .flex a {
    width: 100%;
}

.ugo-my-plus .shu {
    border: none;
}

.flex {
    font-size: 1.083em;
    height: 3.667em;
}

.flex a {
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    height: 3.667em;
    color: #fff;
    position: relative;
    width: 33.3333333%
}

.flex a p {
    position: absolute;
    bottom: .417em;
    left: 50%;
    margin-left: -1em;
}

.plus-my {
    background: url(../images/public/i_my.png) no-repeat;
    background-size: 100% 100%;
    width: 1.333em;
    height: 1.333em;
    position: absolute;
    top: .417em;
    left: 50%;
    margin-left: -.66em;
}

.plus-attention {
    background: url(../images/public/i_plusb.png) no-repeat;
    background-size: 100% 100%;
    width: 1.5em;
    height: 1.333em;
    position: absolute;
    top: .417em;
    left: 50%;
    margin-left: -.75em;
}

.add-plus-attention {
    background: url(../images/public/i_plus.png) no-repeat;
    background-size: 100% 100%;
    width: 1.5em;
    height: 1.333em;
    position: absolute;
    top: .417em;
    left: 50%;
    margin-left: -.75em;
}

.plus-cart {
    background: url(../images/public/i_cart.png) no-repeat;
    background-size: 100% 100%;
    width: 1.75em;
    height: 1.417em;
    position: absolute;
    top: .5em;
    left: 50%;
    margin-left: -.8em;
}

.num {
    background-color: #f70800;
    color: #fff;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    font-size: .667em;
    text-align: center;
    position: absolute;
    font-family: arial;
    font-style: normal;
    right: -.9em;
    top: -.15em;
}

.plus-cart .num {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.55em;
    vertical-align: bottom;
    right: -1.2em;
    top: -.3em;
}

.shu {
    margin: 1em 0;
    border-left: 1px solid #fff;
    position: absolute;
    right: 0;
    height: 1.72em;
}


/*footer*/

.footer {
    color: #d8d8d8;
    text-align: center;
    padding: 2.083em 0 6.667em 0;
}

.links {
    position: relative;
    line-height: 2.083em;
}

.links a {
    padding: .25em 1.25em;
    color: #666;
    font-size: 1.083em;
}

.links span {
    vertical-align: top;
    color: #d8d8d8;
    width: 1px;
}

.gift {
    background: url(../images/public/i_gift.png) no-repeat;
    background-size: 100% 100%;
    width: .833em;
    height: .833em;
    position: absolute;
    text-align: center;
    right: .5em;
    top: -.1em;
    text-indent: -999em;
}

.copyright {
    color: #999;
    font-size: 1em;
    margin-top: 1.25em
}

.links_company {
    position: relative;
    line-height: 2.083em;
    margin-top: 1em;
    font-size: .8em;
}

.links_company a {
    padding: .25em 1em;
    color: #666;
    font-size: 1.2em;
}

.links_company span {
    vertical-align: top;
    color: #d8d8d8;
    width: 1px;
}


/*backtop*/

.backtop {
    right: .833em;
    bottom: 6.5em;
    background: url(../images/public/gb3/i_backtop.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    width: 3.667em;
    height: 3.667em;
    z-index: 999;
    position: fixed;
    display: none;
    cursor: pointer;
}


/*loading*/

.loading {
    height: 3.75em;
    line-height: 3.75em;
    color: #999;
    font-size: 1em;
    text-align: center;
    display: block;
}

.bg-h {
    background-color: #f0f0f0;
}


/* prompt 全站表单错误提示行样式 */

.prompt {
    clear: both;
    color: #f10505;
    border-top: 1px dashed #ccc;
    line-height: 1.5em;
    font-size: .9em;
    padding-top: .1em;
    margin-top: .1em;
    display: none;
}

.has-error .prompt {
    display: block;
    ;
    clear: both;
    color: #f10505;
    border-top: 1px dashed #ccc;
    line-height: 1.5em;
    font-size: .9em;
    padding-top: .1em;
    margin-top: .1em;
}


/*子专场头部*/

.showtopout {
    position: relative;
    height: 3.03em;
    z-index: 999;
    border-bottom: 1px solid #D9D9D9;
}

.showtoper {
    width: 100%;
    height: 1.83em;
    line-height: 1.83em;
    overflow: hidden;
    padding: 0.6em 0;
    box-shadow: 0 1px 1px #d4d4d4;
    background: rgba(255, 255, 255, .9);
    position: fixed;
    left: 0;
    top: 0;
}

.showtoper a.areturn {
    width: 1.08em;
    height: 1.83em;
    display: block;
    position: absolute;
    left: 1em;
    background: url(../images/show/icon2.png) no-repeat;
    background-size: 1.08em 1.83em;
}

.showtoper .zctit3 {
    color: #000;
    font-weight: normal;
    width: auto;
    line-height: 1.5em;
    height: 1.3em;
    margin-left: 2.3em;
    width: auto;
    font-size: 1.25em;
    overflow: hidden;
    text-align: center;
    margin-right: 3.2em;
}

.showtoper .zctit2 {
    color: #000;
    font-weight: normal;
    width: auto;
    line-height: 1.5em;
    height: 1.3em;
    margin-left: 2.3em;
    width: auto;
    font-size: 1.25em;
    overflow: hidden;
    text-align: center;
    margin-right: 2.3em;
}


/*二级公共头部标题：要求居中对齐，右侧无按钮的情况*/

.showtoper .zctit2.cor-f {
    color: #fff
}

.showtoper .zctit {
    color: #000;
    font-weight: normal;
    width: auto;
    line-height: 1.5em;
    height: 1.3em;
    margin-left: 2.3em;
    width: auto;
    font-size: 1.25em;
    overflow: hidden;
    margin-right: 4.2em;
}


/*二级公共头部标题：要求左对齐，右侧有关注分享两个按钮的情况*/

.showtoper .care {
    position: absolute;
    background: url(../images/show/gz.png) no-repeat;
    width: 1.8em;
    height: 1.67em;
    background-size: 1.79em 1.67em;
    right: 3.625em;
    top: 1em;
}


/*关注*/

.showtoper .careclick {
    background: url(../images/show/gzclick.png) no-repeat;
    background-size: 1.79em 1.67em;
}


/*关注点击后样式*/

.showtoper .newc {
    right: .83em;
}

.showtoper .share {
    position: absolute;
    background: url(../images/show/fx.png) no-repeat;
    width: 1.5em;
    height: 1.75em;
    background-size: 1.46em 1.75em;
    right: 0.83em;
    top: 1em;
}


/*分享*/

.showtoper .shareclick {
    background: url(../images/show/fxclick.png) no-repeat;
    background-size: 1.46em 1.75em;
}


/*分享点击后样式*/

.showtoper .sec {
    position: absolute;
    background: url(../images/activity-secbuy/sec.png) no-repeat;
    width: 1.58em;
    height: 1.58em;
    background-size: 1.583em 1.583em;
    right: 1.25em;
    top: 1em;
}


/*详情页头部有返回主页按钮链接*/

.showtoper .i_homepage {
    background: url(../images/public/return_home2.png) no-repeat;
    background-size: 3.75em 1.25em;
    position: absolute;
    width: 3.75em;
    height: 1.25em;
    right: .83em;
    top: .8em;
}


/*购物车右侧有编辑、完成链接*/

.car-nav-link {
    position: absolute;
    right: .833em;
    top: 1em;
    color: #666;
    font-size: 1.083em;
}

a.car-nav-link {
    color: #666;
}


/*搜索头部*/

.search_d {
    width: auto;
    position: relative;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin: -.2em 0.83em 0 4.167em;
    border: 0;
    background: #EEEEEE;
    border-radius: 6px;
}

.search_d .sinput {
    margin: 0 2.58em;
    height: 30px;
    width: auto;
}

.search_d .sinput input {
    border: 0;
    color: #222;
    width: 100%;
    line-height: 30px;
    height: 30px;
    outline: none;
}

.search_d b {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.58em;
    height: 30px;
    background: url(../images/category/fdj.png) no-repeat center center;
    background-size: 1.18em 1.18em;
}

.search_d i {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.58em;
    height: 30px;
    background: url(../images/search/searchbar.png) no-repeat center center;
    background-size: 14px 14px;
    display: none;
}


/*搜索框下拉*/

.sxldiv {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 3.667em;
    background-color: #f3f3f3;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
}

.sxlul {
    overflow: hidden;
}

.sxlul li {
    background: url(../images/category/fdj.png) no-repeat 1.75em center;
    background-size: 1.18em 1.18em;
    height: 3.708em;
    line-height: 3.667em;
    padding-left: 15.3%;
}

.sxlul li a {
    position: relative;
    height: 3.708em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #cbcbcb;
    display: block;
    font-size: 1.167em;
    padding-right: 15%;
}


/*搜索联想词结果装饰箭头*/

.sxlul li a::after {
    content: '';
    position: absolute;
    width: 0.625em;
    height: 0.625em;
    border: 0.083em solid #a5a5a5;
    border-width: 0 1px 2px 0;
    -webkit-transform: rotate(180deg) translate(-50%, 0);
    transform: rotate(180deg) translate(-50%, 0);
    right: 2.4em;
    top: 1em;
}

.sxlul li a::before {
    content: '';
    position: absolute;
    top: .9em;
    right: 2.3em;
    width: 0.083em;
    height: 1em;
    background-color: #a5a5a5;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*公用二级头部 s*/

.second-nav {
    height: 3.667em;
    line-height: 3.667em;
    position: relative;
    z-index: 999;
}

.second-nav-con {
    width: 100%;
    box-shadow: 0 1px 1px #d4d4d4;
    background: rgba(255, 255, 255, .9);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 3.667em;
}

.second-areturn {
    background: url(../images/public/i_lt.png) no-repeat;
    background-size: 100% 100%;
    width: 3.667em;
    height: 3.667em;
    float: left;
}

.second-areturn-rt {
    margin-left: 3.667em;
}

.second-care {
    background: url(../images/public/i_care.png) no-repeat;
    background-size: 100% 100%;
    width: 1.833em;
    height: 3.667em;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: .833em;
}

.second-tit {
    color: #222;
    font-weight: normal;
    margin-right: 2.666em;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    pointer-events: none;
}


/*加载样式*/

.w-loading-layer {
    position: fixed;
    z-index: 3000;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    display: none;
}

.w-loading {
    position: fixed;
    z-index: 3001;
    top: 50%;
    left: 50%;
    margin-left: -3.125em;
    display: none
}

.spinner {
    width: 6.25em;
    text-align: center;
}

.spinner>div {
    width: .833em;
    height: .833em;
    background-color: #f70800;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/*加载提示语*/

.loading-tip {
    text-align: center;
    width: 100%;
    height: 20em;
    line-height: 20em
}


/*中间线*/

.del-line {
    text-decoration: line-through
}


/*down*/

.app_down_tp {
    position: relative;
    height: 4.42em;
    overflow: hidden;
}

.app_close {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.625em;
    height: 1.54em;
    background: url(../images/public/app_close.png) no-repeat;
    background-size: 100% 100%;
}


/*20160223 new footer*/

.bt_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.bt_fixed footer {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: justify;
    -ms-flex-align: center;
    justify-content: space-between;
    align-content: center;
    background-color: #FFF;
    border-top: 1px solid #E7E7E7;
}

.bt_fixed a {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.mb_footer {
    margin-bottom: 5em;
}

.footer_cart_num {
    background-color: #fff;
    color: #f70800;
    border: 1px solid #f70800;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.5em;
    border-radius: 50%;
    font-size: .667em;
    text-align: center;
    position: absolute;
    font-family: arial;
    font-style: normal;
    vertical-align: bottom;
    left: 50%;
    top: 50%;
    margin-top: -31%;
    margin-left: 9%;
}

.footer_cart_num.jia {}


/*各频道都有焦点图*/

.slide {
    position: relative;
    overflow: hidden;
    margin-top: .167em;
    max-width: 100%;
    z-index: 1
}

.slide-img {
    position: relative;
    z-index: -1
}

.slide ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.slide li {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.slide li:first-child {
    z-index: 1;
}

.slide li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: none;
}

.slide .dot {
    position: absolute;
    bottom: .333em;
    z-index: 5;
    width: 100%;
    text-align: center;
    right: 0;
    left: 0
}

.slide .dot span {
    display: inline-block;
    width: .433em;
    height: .433em;
    margin-left: .35em;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 50%;
}

.slide .dot .cur {
    background-color: #dd0704;
}


/* 设置页面宽度 640 s */

body,
.showtoper,
.header-bar,
.nav-flex,
.bt_fixed,
.help-fixed
/* 帮助中心  */

,
.cart-payer
/* 购物车  */

,
footer,
.wait-order-payer
/* 我的订单  */

,
.goods-payer2
/* 商品详情 */

,
.foot-deliver
/* 提交订单 */

,
.ftop
/* show2  */

,
.tab-box
/* 优惠券页面 */

,
.btm-button
/* 优惠券页面 */

,
.ugo-plus
/* show2  */

{
    max-width: 640px;
    min-width: 300px;
    margin: 0 auto;
}

.showtoper,
.nav-flex,
.help-fixed,
.cart-payer,
footer,
.wait-order-payer
/* 我的订单  */

,
.goods-payer2
/* 商品详情 */

,
.foot-deliver
/* 提交订单 */

,
.ftop
/* show2  */

,
.tab-box
/* 优惠券页面 */

,
.btm-button
/* 优惠券页面 */

,
.ugo-plus
/* show2  */

{
    right: 0;
    left: 0;
}


/* 设置页面宽度 640 e */


/*20160628 v3.3.6 new footer*/

.v_six_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.v_six_fixed footer {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: justify;
    -ms-flex-align: center;
    justify-content: space-between;
    align-content: center;
    background: transparent;
}

.v_six_fixed a {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.v_six_cart_num {
    background-color: #fff;
    color: #f70800;
    border: 1px solid #f70800;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.5em;
    border-radius: 50%;
    font-size: .667em;
    text-align: center;
    position: absolute;
    font-family: arial;
    font-style: normal;
    vertical-align: bottom;
    left: 50%;
    top: 50%;
    margin-top: -23%;
    margin-left: 9%;
}


/*悬浮购物车*/

.shop-car {
    position: relative;
    width: 3.167em;
    height: 3.25em;
    background: url(../images/public/car-icon.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    left: .833em;
    bottom: 6.5em;
    border-radius: 50%;
    z-index: 999;
}

.shop-car em {
    position: absolute;
    text-align: center;
    display: block;
    font-size: .71em;
    color: #ff2942;
    border: 2px solid #ff2942;
    border-radius: 50%;
    left: 2.18em;
    top: .56em;
    bottom: 3.53em;
    width: 1.17em;
    height: 1.17em;
    line-height: 1.17em;
    vertical-align: bottom;
    background-color: #fff;
}


/*已抢光已下架*/

.icon-no {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5em;
    height: 5em;
    line-height: 5em;
    text-align: center;
    margin-top: -2.5em;
    margin-left: -2.5em;
    color: #fff;
    font-size: 1.083em;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    z-index: 300;
}


/* 20190426 回首页按钮&&小程序使用 */

.pf_index {
    position: fixed;
    right: .667em;
    bottom: 4.5em;
    width: 70px;
    height: 70px;
    background: url('../images/public/pf_index.png') no-repeat;
    background-size: 100%;
    z-index: 100;
    -webkit-transform: translateZ(2px);
    -moz-transform: translateZ(2px);
    -o-transform: translateZ(2px);
    transform: translateZ(2px);
}


/* .pf_index img{display: none;} */


/*index-media*/

@media screen and (min-width:641px) {
    body {
        font-size: 24px;
    }
}

@media screen and (min-width: 586px) and (max-width: 640px) {
    body {
        font-size: 22px;
    }
}

@media screen and (min-width: 533px) and (max-width: 585px) {
    body {
        font-size: 20px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 532px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 479px) {
    body {
        font-size: 16px;
    }
}

@media only screen and (min-width: 373px) and (max-width: 425px) {
    body {
        font-size: 14px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 372px) {
    body {
        font-size: 12px;
    }
}