/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. 修正浏览器的行高.
 * 2. 防止在iOS方向改变后调整字体大小.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * 删除所有浏览器中的空白.
 */

body {
    margin: 0;
}

/**
 * 在IE中一致地渲染“main”元素.
 */

main {
    display: block;
}

/**
 * 修改“section”和“section”中“h1”元素的字体大小和页边距
 *在Chrome、Firefox和Safari中的“文章”上下文.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* 分组内容
   ========================================================================== */



/* 文本级别的语义
   ========================================================================== */

/**
 * 移除ie10中a标签点击后的的灰色背景.
 */

a {
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;  /* 添加点击标签高亮 */
}

/**
 * 1. 移除Chrome 57的底部边框-
 * 2. 在Chrome、Edge、IE、Opera和Safari中添加正确的文本装饰.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * 在Chrome、Edge和Safari中添加正确的字体大小.
 */

b,strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,kbd,samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * 在所有浏览器中添加正确的字体大小。
 */

small {
    font-size: 80%;
}

/**
*防止“上标”和“下标”元素影响行高
*所有的浏览器。
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* 嵌入的内容
   ========================================================================== */

/**
 *删除ie10中链接内图像的边框。.
 */

img {
    border-style: none;
}

/* 表单
   ========================================================================== */

/**
* 1。更改所有浏览器中的字体样式。
* 2。删除Firefox和Safari中的空白。
*/

button,input,optgroup,select,textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * 显示IE的溢出.
 */

button,input {
    overflow: visible;
}

/**
 *删除Edge、Firefox和IE中文本转换的继承。
 * 1。删除Firefox中文本转换的继承。
 */

button,select { /* 1 */
    text-transform: none;
}

/**
 * 修正了在iOS和Safari中无法设置可点击类型的错误.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * 删除Firefox中的内边框和内边距.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * 恢复前面规则未设置的焦点样式.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * 修正Firefox的内边距.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. 修正文本换行在边缘和IE.
 * 2. 修正IE中“fieldset”元素的颜色继承.
 * 3. 删除填充，这样开发人员在他们归零时就不会被发现
 *    所有浏览器中的' fieldset '元素.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 在Chrome、Firefox和Opera中添加正确的垂直对齐
 */

progress {
    vertical-align: baseline;
}

/**
 * 删除ie10 +中默认的垂直滚动条
 */

textarea {
    overflow: auto;
}

/**
 * 1. 在IE 10中添加正确的盒子尺寸。
 * 2. 删除IE 10的内边距。
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 修正Chrome中递增和递减按钮的光标样式。
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. 修正Chrome和Safari浏览器的奇怪外观。.
 * 2. 修改Safari中的大纲样式.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * 在macOS上移除Chrome和Safari的内边距.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. 修正了在iOS和Safari中无法设置可点击类型的错误.
 * 2. 在Safari中将字体属性更改为“inherit”.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* 交互式的
   ========================================================================== */

/*
 * 在Edge、IE 10+和Firefox中添加正确的显示.
 */

details {
    display: block;
}

/*
 * 在所有浏览器中添加正确的显示.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * 在ie10 +中添加正确的显示.
 */

template {
    display: none;
}

/**
 * 在ie10中添加正确的显示。
 */

[hidden] {
    display: none;
}


/* 自己配置的Reset.css
  ========================================================================== */
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-text-size-adjust:none;
    font-family: 微软雅黑;
}
span,a{
    font-family: 微软雅黑;
}

/**
 * 现在页面的最大宽度.
 */
body{
    width: 100%;
    max-width: 650px;
    min-width: 320px;
    margin: 0 auto;
}

/**
* 设置盒模型为标准 css3盒模型
*/
*{
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing: border-box;
}

/**
*去掉a标签的下划线
*/
a{
    text-decoration: none;
}

/*
* 去掉列表标签的默认样式
*/
ul,li{
    list-style: none;
}

/* 禁止长按页面上某些文字或者图片，就出现系统的一些黑色弹框 */
*{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* 去掉input标签输入文本内容的时候，有表框弹出 */
input,textarea{
    outline: none;
    -webkit-user-select:text !important
}
*:not(input,textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
/*
* 设置清除浮动样式
*/
em,i{font-style: normal}

a:link{
    color: #333333;
}
/* 手机端，将背景阴影设置为透明 */
a,input,label{-webkit-tap-highlight-color:rgba(255,0,0,0);}

/*  在电脑端打开手机端页面，搜索时，让其在居中显示 */
html{
    max-width: 650px;
    min-width: 320px;
    margin: 0 auto;
}

.clearfix:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
/*  电话按钮 */
.phoneCall{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 130px;
}
.phoneCall img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
}
/*  返回顶部css */
.topup {
    width: 45px;
    display: none;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    z-index: 99999999999999999;
    right: 10px;
    bottom: 80px;
}
.topup img {
    opacity: .7;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
/* 公共底部样式  首页的底部*/
.common-footer {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: #f8f8f8;
    padding-top: 5%;
    padding-bottom: 1.6rem;
}
.common-footer .copyright, .common-footer .copyright .clo{
    color: #cdcdcd;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.2rem;
    line-height: 2.2rem;
}
.common-footer .copy{
    margin: 1rem 0px .4rem;
}
.common-footer .copy img{
    height: 3.4rem;
}
.common-footer .copyright-color{
    font-size: 1.4rem;
    color: #555;
    line-height: 2.4rem;
}
.common-footer .tel{
    font-size: 1.4rem;
    color:#222;
    border-bottom: 1px solid #222;
}

/* 内容页的底部样式 */
.pubFooter{
    background-color: #f4f4f4;
    height: 14.4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;
    -webkit-flex-direction:column;

    -webkit-justify-content:center;
    justify-content:center;
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;

    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
}
.pubFooter .footLet img{
    width: 6.4rem;
    height: 6.4rem;
}
.pubFooter .footRig p,.pubFooter .footRig p a{
    color: #777777;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
}
/* 登录注册图标 */
.l_icon1{
    background: url(/skin/default/images/l_phone.png) no-repeat center;
    background-size: auto;
    background-size: 2.8rem;
}

.l_icon2{
    background: url(/skin/default/images/l_pwd.png) no-repeat center;
    background-size: auto;
    background-size: 2.8rem;
}
.l_icon3{
    background: url(/skin/default/images/l_yzm.png) no-repeat center;
    background-size: auto;
    background-size: 2.8rem;
}
.tips span{
    color: #ff0000;
    font-size: 1.2rem;
    margin-left: 18%;
}

/* 产品列表公共样式  开始 将无用*/

.goods_list_box {
    width: 100%;
    margin-top: 2rem;
}
.goods_list_box .showbox{
    display: block;
    margin-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eeeeee;
}
.goods_list_box .showbox:nth-child(1){
    margin-top: 0px;
}

.goods_list_box .showbox:nth-last-child(1){
    border: none;
}
.goods_list_box .showitem {
    position: relative;
    width: 92%;
    margin: 0 auto;
}
.goods_list_box .showle {
    width: 33%;
    float: left;
}
.goods_list_box .showle img{
    width: 90%;
    text-align: left;
    border-radius: 5px;
    border: .5px solid #eee;
}
.goods_list_box .showri {
    width: 66%;
    float: left;
}
.goods_list_box .showri a {
    display: block;
    font-size: 1.6rem;
    color:#222;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 1.4rem;
}
.goods_list_box .showri p {
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
}
.goods_list_box .showri p strong {
    color: #ff4200;
    font-size: 1.6rem;
}
.goods_list_box .showbuy {
    position: absolute;
    right: 0px;
    bottom: .1rem;
    text-align: center;
}
.goods_list_box .showbuy a{
    font-size: 1.4rem;
    border-radius: 1.4rem;
    line-height: 2;
    padding: 0px 1rem;
    display: block;
    background-color:#ff4200;
    color:#ffffff;
}


/* 2020.5.14 演出列表新结构样式 Mr.Xiao  将无用 */

.goodsListBox {
    width: 100%;
    padding-top: 2rem;
}

.goodsListBox .showbox{
    display: block;
    padding-bottom: 2rem;
    border-bottom: .5px solid #eeeeee;
    width: 92%;
    margin: 2rem auto 0px;
}
.goodsListBox .showbox:nth-child(1){
    margin-top: 0px;
}

.goodsListBox .showbox:nth-last-child(1){
    border: none;
}
.goodsListBox .showitem {
    position: relative;
    width: 92%;
    margin: 0 auto;
}
.goodsListBox .showle {
    width: 33%;
    float: left;
}
.goodsListBox .showle img{
    width: 90%;
    text-align: left;
    border-radius: 1rem;
    border: .5px solid #eee;
}
.goodsListBox .showri {
    width: 66%;
    float: left;
}
.goodsListBox .showri .tit{
    display: block;
    font-size: 1.5rem;
    color:#222;
    line-height: 1.2;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 1.4rem;
}
.goodsListBox .showri p {
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
}
.goodsListBox .showri p:nth-last-child(1){
    height: 2.8rem;
    line-height: 2.8rem;
    vertical-align: middle;
    display: inline;
}
.goodsListBox .showri p strong {
    color: #ff4200;
    font-size: 1.6rem;
}
.goodsListBox .showri p em{
    font-size: 1.2rem;
    font-weight: 500;
    color: #555;
    padding-left: .4rem;
}
.goodsListBox .showri span{
    display: block;
    font-size: 1.4rem;
    border-radius: 1.4rem;
    background-color:#ff4200;
    color:#ffffff;
    float: right;
    padding: 0px .8rem;

    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    -webkit-justify-content:center;
    justify-content:center;
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;
}
.goodsListBox .showri span.over{
    background-color: #e4e4e4;
    color: #444;
}
.goodsListBox .showri span:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
/* 产品列表样式，a标签分开2020.8.29  Mr.xiao  */

.goodsMainList {
    width: 100%;
    padding-top: 2rem;
}

.goodsMainList ul li{
    padding-bottom: 2rem;
    border-bottom: .5px solid #eee;
    width: 92%;
    margin: 2rem auto 0px;
    display: flex;
    justify-content: space-between;
}
.goodsMainList ul li:nth-child(1){
    margin-top: 0px;
}
.goodsMainList ul li:nth-last-child(1){
    border: none;
}
.goodsMainList ul li .imgBox{
    display: block;
    width: 32%;
}
.goodsMainList ul li .imgBox img{
    display: block;
    width: 88%;
    text-align: left;
    border-radius: 1rem;
    border: 0.05rem solid #eee;
}
.goodsMainList ul li .infoBox {
    position: relative;
    flex: 1;
    max-width: 23.4rem;
}
.goodsMainList ul li .infoBox .tit{
    display: block;
    font-size: 1.5rem;
    color:#222;
    line-height: 1.2;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-bottom: 1.6rem;
    padding-top: .2rem;
    font-weight: bold;
}
.goodsMainList ul li .infoBox p.time,.goodsMainList ul li .infoBox p.brand {
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
    padding-bottom: 1.4rem;
}
.goodsMainList ul li .infoBox .price{
    display: flex;
    min-height: 28px;
    justify-content: space-between;
    align-items: center;
}
.goodsMainList ul li .infoBox p{
    font-size: 1.4rem;
    color: #555;
}
.goodsMainList ul li .infoBox .price p:after{
    content: '\8d77';
    color: #555;
    font-size: 1.2rem;
    font-weight: 500;
    padding-left: 2px;
}
.goodsMainList ul li .infoBox p strong {
    color: #ff4200;
    font-size: 1.5rem;
}
.goodsMainList ul li .infoBox .price a{
    font-size: 14px;
    border-radius: 14px;
    height: 28px;
    line-height: 30px;
    padding: 0px 10px;
    display: block;
    background-color:#ff4200;
    color:#ffffff;
}
.goodsMainList ul li .infoBox .price a.over{
    background-color: #e4e4e4;
    color: #444;
}
/*  确认订单导航栏 公共样式 */
.tab_nav {
    width: 100%;
    max-width: 650px;
    min-width: 320px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 99;

}
.zpay_header {
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
}
.header {
    width: 100%;
    height: 5.6rem;
    margin: 0 auto;
    background-color: #fff;
    top: 0;
    z-index: 9999;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
}
.h-left {
    float: left;
    width: 5rem;
    height: 5.6rem;
}
.h-left a {
    display: block;
    width: 5rem;
    height: 5.6rem;
    background-position: 5px 10px;
    margin-left: 1.6rem;
}
.zpay_header .h-left a img, .top_bar img{
    width: 2rem;
    padding-top: 1.8rem;
}
.h-mid {
    width: 12rem;
    height: 5.6rem;
    float: left;
    text-align: left;
    color: #222;
    font-size: 1.6rem;
    line-height: 5.6rem;
    position: relative;
    overflow: hidden;
}
.flow_header dl {
    width: 25%;
    height: 4.5rem;
    float: right;
}
.flow_header dl dd {
    float: right;
    width: 50%;
    position: relative;
}
.top_bar {
    display: block;
    width: 3.0rem;
    height: 4.5rem;
    margin-right: 0 !important;
}

.flow_header ul.menulist {
    display: none;
    position: absolute;
    z-index: 3;
    width: 12rem;
    height: auto;
    right: .1rem;
    top: 4.6rem;
    -webkit-border-radius: 3px;
    background:white;
    text-align: left;
    font-size: 1.2rem;
    box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
}
.flow_header ul.menulist li {
    float: none;
    width: auto;
}
.flow_header ul.menulist a {
    display: block;
    width: 8rem;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    background: none;
    color:#333;
    line-height: 4.6rem;
    font-size: 1.6rem;
}


/*  头部导航栏 公众样式*/
.login_header_box{
    min-width: 320px;
    max-width: 650px;
    width: 100%;
    height: 4.8rem;
}
.login_header_left{
    width: 4.8rem;
    float: left;
    position: relative;
    display: block !important;
}
.go_back{
    display: block !important;
    height: 4.8rem;
    width: 4.8rem;
    text-align: center;
}
.login_header_left .go_back img{
    width: 1.6rem;
    padding-top: 1.6rem;
}
.login_herder_right{
    width: 78%;
    float: left;
}
.login_herder_right a{
    display: inline-block;
    width: 25%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 4.8rem;
    color:#333;
}
.login_herder_right a.active{
    color: #ff4200;
}
/* 搜索 */
.consultSearchBox{
    padding-bottom: 1.2rem;
    width: 73%;

}
.consultSearchBox .search_mid{
    margin: 0 auto;
    position: relative;
}
.consultSearchBox .mallSearch-input {
    height: auto;
    border: 1px solid #ddd;
    border-radius: 2rem;
    box-sizing: content-box;
}
.consultSearchBox #s-combobox-135 {
    float: left;
    width: 73%;
    border-radius: 2rem;
    padding-left: 1.4rem;
}

.mallSearch-input .button {

}
.mallSearch-input .s-combobox-input {
    width: 99%;
    padding-top: 1rem;
    font-size: 1.4rem;
    color: #222;
    cursor: auto;
    border: 0;
}

#s-combobox-135 input::-webkit-input-placeholder{
    color: #555;
}
.mallSearch-input input.search {
    position: static;
    color: #222;
    border: none;
    float: right;
    height: 3.4rem;
    line-height: 3.4rem;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
    border-bottom-right-radius: 2rem;
    border-top-right-radius: 2rem;
    font-size: 1.4rem;
    width: 5rem;
    background: url(/skin/default/images/search.png) no-repeat center center;
    background-size: 2rem;
}


.sea_tips{
    position: fixed;
    z-index: 999999999999;
    background-color: #fff;
    width: 100%;
    max-width: 650px;
    min-width: 320px;
    margin: 0 auto;

    border-radius: 0 0 .5rem .5rem;
    display: none;
}
.sea_hot {
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto;
    max-height: 29.5rem;
    overflow-y: auto;
    overflow-x: hidden;
}
.sea_hot li{
    border-bottom: 1px solid #eee;
}
.sea_hot a{
    font-size: 1.4rem;
    color: #222;
    line-height: 4rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
    padding-left: 2rem;
    background: url(/skin/default/images/serlogo.png) no-repeat left center;
    background-size: auto .8rem;
}

.box-cover{
    display: none;
    background-color: #000;
    opacity: 0.5;
    max-width: 650px;
    min-width: 320px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right:0px;
    bottom: 0px;
    z-index: 11;
}

/* 2020.5.13 资讯翻页样式 Mr.Xiao  */
.pageturnBox{
    height: 5.8rem;
    background-color: #fff;
    line-height: 5.8rem;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content:center;
    justify-content:center;
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;


    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;


}
.pageturnBox .curPage{

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;

    padding: 0px .6rem;
}
.pageturnBox .curPage a,.pageturnBox .curPage span{
    font-size: 1.4rem;
    color: #222;
    margin: 0px 1.4rem;
    line-height: 1;
}
.pageturnBox .curPage .curr{
    color: #ff4200;
    font-size: 1.4rem;
    font-weight: 700;
}
.pageturnBox .lastPage, .pageturnBox .lastPage a,.pageturnBox .nextPage, .pageturnBox .nextPage a{
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
}
.pageturnBox .lastPage a i{
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("https://image.huanghepiao.com/images/left_black.png") no-repeat left center;
    background-size: auto 1.8rem;
}
.pageturnBox .lastPage .las{
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("https://image.huanghepiao.com/images/left_grey.png") no-repeat left center;
    background-size: auto 1.8rem;
}
.pageturnBox .nextPage a i{
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("https://image.huanghepiao.com/images/right_black.png") no-repeat right center;
    background-size: auto 1.8rem;
}
.pageturnBox .nextPage .nex{
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("https://image.huanghepiao.com/images/right_grey.png") no-repeat left center;
    background-size: auto 1.8rem;
}
/* 空状态提示模块样式 5.21 Mr.Xiao */

.emptyBox{
    background-color: #fff;
    padding: 4rem 0px 4.6rem;
    border-top: .5px solid #eee;
}
.emptyBox img{
    display: block;
    width: 9rem;
    margin: 0 auto;
}
.emptyBox p{
    font-size: 1.4rem;
    color: #555;
    text-align: center;
    padding-top: .6rem;
    text-shadow: 0 1px 0 #fff;
}


/* 2020.6.24 相关咨询 标题加时间或标题 样式  Mr xiao*/
.aboutConsult{
    border-radius: 1rem;
    background-color: #fff;
    margin-top: .5rem;
}
.aboutConsult .title_name{
    padding: 1.8rem 4% 0px;

}
.aboutConsult .title_name span,.aboutConsult .title_name h3 {
    color: #ff4200;
    font-weight: 700;
    font-size: 1.8rem;
}
.consultContent li {
    width: 92%;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
}
.consultContent li:nth-last-child(1){
    border: none;
}
.consultContent li a{
    display: block;
}

.consultContent li a .pubName{
    font-size: 1.6rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1.5rem 0px 1.4rem;
}

.consultContent li a .pubTime{
    font-size: 1.4rem;
    color: #555555;
    padding-bottom: 1.5rem;
}
/* 手机端面包屑的箭头左右间距 */
.breadnav .crumbs-arrow{
    padding: 0px 4px;
}

/**
2021.01.11 app下载样式
 */
.downloadApp{
    position: relative;
    height: 4.5rem;
    width: 100%;
    background-image: url("/skin/default/images/downloadbj.jpg");
    background-repeat:no-repeat;
    background-size:100% 100%;
    display: block !important;
    z-index: 100;
}
.downloadApp .close{
    height: 100%;
    width: 30%;
    position: absolute;
    left: 0px;
    z-index: 101;
}
.downloadApp .down{
    height: 100%;
    width: 40%;
    position: absolute;
    z-index: 101;
    right: 0px;
}
/*tabbar样式*/
.mineFixed{
    max-width: 650px;
    min-width: 320px;
    width: 100%;
    position: fixed;
    /*left: 0;*/
    bottom: 0;
    background-color: #fff;
    padding: .5rem 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;

}
.mineFixed a p{
    color: #999;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}
.mineFixed a span{
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.mineFixed a.mineHome span{
    background-image: url("/skin/v1/img/tabarHomehs.png");
}
.mineFixed a.mineHomeAct span{
    background-image: url("/skin/v1/img/tabbarHomers.png");
}
.mineFixed a.mineList span{
    background-image: url("/skin/v1/img/tabarLisths.png");
}
.mineFixed a.mineListAct span{
    background-image: url("/skin/v1/img/tabbarListrs.png");
}
.mineFixed a.mineOrder span{
    background-image: url("/skin/v1/img/tabarOrderhs.png");
}
.mineFixed a.mineOrderAct span{
    background-image: url("/skin/v1/img/tabarOrderrs.png");
}
.mineFixed a.mineBtn span{
    background-image: url("/skin/v1/img/tabarMinehs.png");
}
.mineFixed a.mineBtnAct span{
    background-image: url("/skin/v1/img/tabarMiners.png");
}
.mineFixed a.mineScenic span{
    background-image: url("/skin/v1/img/tabarScenichs.png");
}
.mineFixed a.mineScenicAct span{
    background-image: url("/skin/v1/img/tabarScenicrs.png");
}
.mineFixed a.mineActive p{
    color: #f2023a;
}