@charset "UTF-8";

/*CSS reset*/

html {
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  background-color: #ffffff;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #005580;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}*/

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

/*h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}*/

/*q:before,q:after{content:''}*/

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/*sup{vertical-align:baseline}*/

/*sub{vertical-align:baseline}*/

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

abbr[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}

blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

pre.prettyprint {
  margin-bottom: 18px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

/* css base */

.clear {
  clear: both;
}

.clearFix:after {
  clear: both;
  content: ".";
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*长度高宽*/

.rw100 {
  width: 100%;
}

.w {
  width: 6.4rem;
  margin: 0 auto;
}

.tc {
  text-align: center;
}

.mt20 {
  margin-top: 0.2rem;
}

.mt120 {
  margin-top: 0.8rem;
}

.pt120 {
  padding-top: 1.2rem;
}

body {
  font: 0.2rem/1.2 "Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","微软雅黑",STXihei,"华文细黑",SimSun,"宋体",sans-serif;
  min-width: 6.4rem;
  color: #4c4c4c;
  background-color: #f6f6f6;
}

a {
  color: #4c4c4c;
}

.ico {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.bgWhite {
  background-color: #fff;
}

.primaryColor {
  color: #1487ff;
}
.warningColor {
    color: #ff0000;
}
.infoColor {
    color: #000;
    color: rgba(0, 0, 0, .8);
}
.input {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  border: 1px solid #1487ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: #1487ff;
}

.btn-red {
  width: 100%;
  height: 0.7rem;
  text-align: center;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #ff0000;
  color: #fff;
}

.btn-red-50 {
  width: 40%;
  height: 0.7rem;
  float:right;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #ff0000;
  color: #fff;
  margin-left: 0.40rem;
}

.btn-25 {
  width: 21%;
  height: 0.7rem;
  float:left;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.26rem;
  background-color: #ff0000;
  color: #fff;
  margin:0.1rem;
  /*margin-left: 0.40rem;*/
}

.btn-red-50-left {
  width: 40%;
  height: 0.7rem;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #ff0000;
  color: #fff;
  margin-left: 0.40rem;
}

.btn-invalid {
  width: 100%;
  height: 0.7rem;
  text-align: center;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #C4C1CC;
  color: #fff;
}

.btn-invalid-50 {
  width: 40%;
  height: 0.7rem;
  float:right;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #C4C1CC;
  color: #fff;
  margin-left: 0.40rem;
}

.btn-invalid-50-left {
  width: 40%;
  height: 0.7rem;
  float:left;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #C4C1CC;
  color: #fff;
  margin-left: 0.40rem;
}

.btn {
  width: 100%;
  height: 0.7rem;
  text-align: center;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #1487ff;
  color: #fff;
}

.btn-50 {
  width: 40%;
  height: 0.7rem;
  float:right;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #1487ff;
  color: #fff;
  margin-left: 0.40rem;
}

.btn-50-right {
  width: 40%;
  height: 0.7rem;
  float:right;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #1487ff;
  color: #fff;
  margin-right: 0.40rem;
}

.btn-50-left {
  width: 40%;
  height: 0.7rem;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #1487ff;
  color: #fff;
  margin-left: 0.40rem;
}

.btn-30 {
  width: 30%;
  height: 0.7rem;
  float:right;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #1487ff;
  color: #fff;
  margin-left: 0.10rem;
}
.btn-red-30 {
  width: 30%;
  height: 0.7rem;
  float:right;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #ff0000;
  color: #fff;
  margin-left: 0.10rem;
}
.btn-invalid-30 {
  width: 30%;
  height: 0.7rem;
  float:right;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #C4C1CC;
  color: #fff;
  margin-left: 0.10rem;
}

.btn-meet-status-1 {
  height: 0.6rem;
  width: 1.3rem;
  float:left;
  text-align: center;
  line-height:0.6rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.26rem;
  background-color: #1487ff;
  color: #fff;
  padding:0 0.2rem;
}
.btn-meet-status-2 {
  height: 0.6rem;
  width: 1.3rem;
  float:left;
  text-align: center;
  line-height:0.6rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.26rem;
  background-color: #f37b1d;
  color: #fff;
  padding:0 0.2rem;
}
.btn-meet-status-3 {
  height: 0.6rem;
  width: 1.3rem;
  float:left;
  text-align: center;
  line-height:0.6rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.26rem;
  background-color: #5eb95e;
  color: #fff;
  padding:0 0.2rem;
}


.mi-checkbox {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  vertical-align: middle;
  font-size: 0;
  background: url("../images/public/ico_checkbox.png") no-repeat;
}

.select .mi-checkbox {
  background: url("../images/public/ico_checkbox_active.png") no-repeat;
}

.mi-del {
  float: left;
  width: 1rem;
  height: 100%;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
}

.mi-checkbox,
.select .mi-checkbox {
  -webkit-background-size: 0.3rem 0.3rem;
  background-size: 0.3rem 0.3rem;
}

.mi-ajaxLoad {
  display: none;
  width: 100%;
  height: 0.6rem;
  line-height: .6rem;
  text-align: center;
  font-size: 0.2rem;
  color: #4c4c4c;
}

.mi-ajaxLoad .ico-load {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  overflow: hidden;
  background: url("../images/public/loading.gif") no-repeat;
  -webkit-background-size: 0.3rem 0.3rem;
  background-size: 0.3rem 0.3rem;
}
/* 跳转页面 */
.skip {
    margin-top: 0.2rem;
    min-height: 10rem;
    background-color: #fff;
    overflow: hidden;
}
.skip .skip-img {
    width: 2.53rem;
    height: 2.24rem;
    margin: 1.37rem auto 0 auto;
    overflow: hidden;
}
.skip .skip-img img {
    width: 100%;
    height: 100%;
}
.skip .skip-title {
    margin-top: 0.9rem;
    padding: 0 0.2rem;
    line-height: 1.428;
    font-size: 0.36rem;
    text-align: center;
    font-weight: 700;
}
.skip .skip-des {
    margin-top: 0.36rem;
    text-align: center;
}
/* 弹窗统一皮肤样式符合这个项目 */
.j-layui-layer {}
.j-layui-layer .layui-layer-title {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #fff;
    color: rgba(0, 0, 0, .8);
    font-size: 0.22rem;
}
.j-layui-layer .layui-layer-content {
    line-height: 34px;
    text-align: center;
    color: #000;
    font-size: 0.24rem;
}
.j-layui-layer .layui-layer-btn  {
    border-top: 2px solid #e5e5e5;
    padding: 0 15px;
    text-align: center;
}
.j-layui-layer .layui-layer-btn a {
    display: inline-block;
    width: 49.5%;
    height: 36px;
    padding: 0;
    line-height: 36px;
    margin: 0;
    background-color: #fff;
    color: #d6b894;
    box-sizing: border-box;
    border: none;
    text-align: center;
    font-size: 0.26rem;  
}
.j-layui-layer .layui-layer-btn a:nth-child(2) {
    color: #000;
}
.j-layui-layer-diy .layui-layer-btn a { /* 签到专用 */
    width: 2.35rem;
    height: 0.48rem;
    margin: 0.1rem 0;
    line-height: 0.48rem;
    border-radius: 0.24rem;
    color: #fff;
    text-align: center;
    background-color: #d6b894;
}

/* container */
.header-position {
  position: fixed;
  top:0px;
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
  z-index:300;
  border-bottom:1px solid #b3b3b3;
}
.header-position-2 {
  position: fixed;
  bottom:0rem;
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
  z-index:300;
  border-top:1px solid #b3b3b3;
  border-bottom:1px solid #b3b3b3;
  text-align:right;
  font-size:0.26rem;
}
.header-position-2 .h-title-2 {
  width: 3.4rem;
  float: left;
  line-height: 0.6rem;
  text-align: left;
  font-size: 0.26rem;
  color: #000;
  padding: 0.14rem 0.2rem;
}

.header-position .h-back {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.3rem 0.2rem;
}

.header-position .ico-back {
  float: left;
  width: 0.17rem;
  height: 0.3rem;
  background: url("../images/public/ico_back.png") no-repeat;
  -webkit-background-size: 0.17rem 0.3rem;
  background-size: 0.17rem 0.3rem;
}

.header-position .h-title {
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.36rem;
  color: #000;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.header {
  position: relative;
  display: block;
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
}

.header .h-back {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.3rem 0.2rem;
}

.header .ico-back {
  float: left;
  width: 0.17rem;
  height: 0.3rem;
  background: url("../images/public/ico_back.png") no-repeat;
  -webkit-background-size: 0.17rem 0.3rem;
  background-size: 0.17rem 0.3rem;
}

.header .h-title {
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.36rem;
  color: #000;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header .h-search {
  display: none;
  position: absolute;
  left: 0.7rem;
  top: 0.2rem;
  z-index: 100;
}

.header .keyword {
  float: left;
  width: 4.9rem;
  height: 0.5rem;
  padding-left: 0.1rem;
  padding-right: 0.5rem;
  line-height: 0.5rem;
  border: none;
  outline: none;
  border-radius: 0.2rem;
  background-color: #e5e5e5;
  color: #000;
}

.header .btnSubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.3rem;
  height: 0.3rem;
  padding: 0.1rem 0.2rem;
  border: none;
  outline: none;
}

.header .ico-search {
  float: left;
  width: 0.3rem;
  height: 0.3rem;
  background: url("../images/public/ico_search.png") no-repeat;
  -webkit-background-size: 0.3rem 0.3rem;
  background-size: 0.3rem 0.3rem;
}

.header .h-searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.3rem 0.2rem;
}

.header .ico-searchBtn {
  float: left;
  width: 0.3rem;
  height: 0.3rem;
  background: url("../images/public/ico_searchBtn.png") no-repeat;
  -webkit-background-size: 0.3rem 0.3rem;
  background-size: 0.3rem 0.3rem;
}

.header .h-homeBtn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.25rem;
}

.header .ico-homeBtn {
  float: left;
  width: 0.38rem;
  height: 0.39rem;
  background: url("../images/public/ico_homeBtn.png") no-repeat;
  -webkit-background-size: 0.38rem 0.39rem;
  background-size: 0.38rem 0.39rem;
}

.header .h-save {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.25rem;
  line-height: 0.9rem;
  font-size: 0.22rem;
}
.container {
  padding-bottom: 0.45rem;
}
/* nav */

.nav {
  position: relative;
  height: 0.8rem;
  padding-right: 0.55rem;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
}

.nav .nav-swiper {
  position: relative;
  width: 100%;
  height: 0.8rem;
  overflow: hidden;
}

.nav .nav-list {
  line-height: 0.8rem;
  font-size: 0.26rem;
}

.nav .nav-item {
  float: left;
  padding: 0 0.23rem;
  overflow: hidden;
}

.nav .nav-item a {
  position: relative;
  display: block;
}

.nav .nav-list .active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  width: 100%;
  height: 0.05rem;
  overflow: hidden;
  background-color: #1487ff;
}

.nav .nav-list .active a {
  color: #1487ff;
}

.nav .nav-showDownBtn,
.nav .nav-showUpBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.17rem;
  height: 0.1rem;
  padding: 0.35rem 0.3rem 0.35rem 0.1rem;
  overflow: hidden;
}

.nav .ico-showDownBtn {
  float: left;
  width: 0.17rem;
  height: 0.1rem;
  background: url("../images/public/ico_showDownBtn.png") no-repeat;
  -webkit-background-size: 0.17rem 0.1rem;
  background-size: 0.17rem 0.1rem;
}

.nav .nav-all {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
}

.nav .nav-all-head {
  height: 0.8rem;
  padding: 0 0.2rem;
  overflow: hidden;
  background-color: #fff;
}

.nav .nav-all-title {
  float: left;
  line-height: 0.8rem;
  font-size: 0.26rem;
}

.nav .ico-showUpBtn {
  float: left;
  width: 0.17rem;
  height: 0.1rem;
  background: url("../images/public/ico_showUpBtn.png") no-repeat;
  -webkit-background-size: 0.17rem 0.1rem;
  background-size: 0.17rem 0.1rem;
}

.nav .nav-all-body {
  height: 3.2rem;
  padding: 0 0.2rem;
  margin-right: -0.75rem;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.nav .nav-all-item {
  float: left;
  width: 1.6rem;
  text-align: center;
  margin-right: 0.58rem;
  margin-bottom: 0.25rem;
  border: 1px solid #a0a0a0;
  line-height: 0.5rem;
  border-radius: 0.1rem;
  font-size: 0.26rem;
}

.nav .nav-all .active {
  border-color: #1487ff;
}

.nav .nav-all .active a {
  color: #1487ff;
}

.banner {
  position: relative;
  z-index: 100;
  height: 3.2rem;
  overflow: hidden;
}

.bannerList {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.banner .banner-item {
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

.banner .banner-item a {
  display: block;
}

.banner .banner-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .banner-nav {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.banner .banner-nav span {
  display: inline-block;
  width: 0.15rem;
  height: 0.06rem;
  margin: 0 0.04rem;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.banner .banner-nav .active {
  width: 0.3rem;
  background-color: #fff;
}

/* 底部菜单 */

.tabBar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 500;
  width: 100%;
  padding-bottom: 0.05rem;
  border-top: 1px solid #dcdcdc;
  background-color: #fff;
}

.tabBar .tb-item {
  float: left;
  width: 33%;
  text-align: center;
}

.tabBar .tb-item a {
  display: block;
}

.tabBar .ico {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  margin: 0.16rem auto 0 auto;
}

.tabBar .tb-n {
  margin-top: 0.1rem;
  color: #a0a0a0;
  text-align: center;
}

.tabBar .ico-home {
  background: url("../images/public/ico_home.png") no-repeat;
}

.tabBar .ico-cate {
  background: url("../images/public/ico_cate.png") no-repeat;
}

.tabBar .ico-cart {
  background: url("../images/public/ico_cart.png") no-repeat;
}

.tabBar .ico-user {
  background: url("../images/public/ico_user.png") no-repeat;
}

.tabBar .active .ico-home {
  background: url("../images/public/ico_home_active.png") no-repeat;
}

.tabBar .active .ico-cate {
  background: url("../images/public/ico_cate_active.png") no-repeat;
}

.tabBar .active .ico-cart {
  background: url("../images/public/ico_cart_active.png") no-repeat;
}

.tabBar .active .ico-user {
  background: url("../images/public/ico_user_active.png") no-repeat;
}

.tabBar .ico,
.tabBar .active .ico {
  -webkit-background-size: 0.48rem 0.48rem;
  background-size: 0.48rem 0.48rem;
}

.tabBar .active .tb-n {
  color: #1487ff;
}

/* 产品底部菜单 */

.tabBarCart {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 600;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
}

.tabBarCart .tbc-item {
  position: relative;
  float: left;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}

.tabBarCart .tbc-item a {
  display: block;
}

.tabBarCart .tbc-item-iBuy {
  width: 2rem;
  line-height: 0.8rem;
  font-size: 0.26rem;
  color: #a0a0a0;
}

.tabBarCart .tbc-item-iJoinCart {
  width: 2rem;
  line-height: 0.8rem;
  border: none;
  font-size: 0.26rem;
  color: #fff;
  background-color: #1487ff;
}

.tabBarCart .tbc-item-iJoinCart a {
  color: #fff;
}

.tabBarCart .tbc-cart-num {
  position: absolute;
  right: 0.02rem;
  top: 0;
  color: #b3b3b3;
}

.tabBarCart .ico {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  margin: 0.16rem auto 0 auto;
}

.tabBarCart .ico-home {
  background: url("../images/public/ico_home.png") no-repeat;
}

.tabBarCart .ico-favourite {
  background: url("../images/public/ico_favourite.png") no-repeat;
}

.tabBarCart .ico-cart {
  background: url("../images/public/ico_cart.png") no-repeat;
}

.tabBarCart .active .ico-home {
  background: url("../images/public/ico_home_active.png") no-repeat;
}

.tabBarCart .active .ico-favourite {
  background: url("../images/public/ico_favourite_active.png") no-repeat;
}

.tabBarCart .active .ico-cart {
  background: url("../images/public/ico_cart_active.png") no-repeat;
}

.tabBarCart .ico,
.tabBarCart .active .ico {
  -webkit-background-size: 0.48rem 0.48rem;
  background-size: 0.48rem 0.48rem;
}
/*代付购买*/
.bgw{
  background: #fff;
}
.payBar{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 600;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
}
.payBar .pb-sub-item {
  position: relative;
  width:100%;
  height: 0.79rem;
  text-align: center;
}
.payBar .pb-sub-item-init{
  line-height: 0.79rem;
  color: #fff;
  border: none;
  font-size: 0.26rem;
  background-color: #29a0ff;
  float:right;
  display: block;
  width: 38%
}

.payBar .pb-sub-price {
  float: left;
  width: 60%;
  height: 0.79rem;
  text-align: center;
  color: #1487ff;
  font-size: 0.36rem;
  line-height: 0.79rem;
}
.goodsArt #pay-description{
  font-size: 0.24rem;
  line-height: 1.66;
  margin-top: 0.38rem;
}
.goodsArt #pay-head{
  padding-top: 0.38rem
}

.ui-select{  
	background:#ffffff;  
	height:28px;  
	width:180px;  
	line-height:28px;  
	border:1px solid #999999;  
	-moz-border-radius:2px;  
	-webkit-border-radius:2px;  
	border-radius:2px;  
}  
