﻿/*公用变量*/
/*公用样式函数*/
/*标签*/
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
select,
button,
fieldset,
legend,
img,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
pre,
blockquote {
  margin: 0;
  padding: 0;
}
html {
  color: #333;
  background: #fff;
  font-size: 100px;
  line-height: 1.4;
}
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Microsoft YaHei', SimSun, Verdana, Arial, sans-serif;
}
img,
fieldset {
  border: 0;
  vertical-align: middle;
}
textarea {
  word-wrap: break-word;
  word-break: break-all;
  resize: none;
}
li {
  list-style: none;
}
img {
  width: 100%;
  border: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #19aa4b;
}
a:hover:focus {
  outline: none;
}
/*所有页面可共用标签*/
.hidden {
  display: none;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.sameMargin {
  margin: 0 .15rem;
}
.samePadding {
  padding: 0 .2rem;
}
.redStar {
  color: #e60019;
  margin-right: .05rem;
}
.writeWrap.wrap {
  background-color: #f5f5f5;
}
.writeWrap {
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
}
.writeWrap .writeWrap {
  background-color: #fff;
}
.overflow1 {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-word-break: break-all;
    word-break: break-all;
}
.overflow1>div{
    overflow: hidden;
}
.overflow {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-word-break: break-all;
  word-break: break-all;
}
.color666 {
  color: #666;
}
.colorRed {
  color: #e60019;
}
.font24 {
  font-size: .24rem;
}
/*按钮*/
.sameBtn {
  display: block;
  height: .86rem;
  border: 2px solid #19aa4b;
  line-height: .86rem;
  letter-spacing: .06rem;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  outline: none;
  background: #19aa4b;
  width: 100%;
  font-size: .3rem;
  margin: .54rem 0 .4rem;
}
/*返回顶部*/
.gotoTop {
  display: none;
  position: fixed;
  right: .2rem;
  bottom: 2rem;
  z-index: 11;
  width: .5rem;
}
/*头部*/
.head{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 99;
}
.head .headTop {
  height: 1.1rem;
  background-color: #19aa4b;
  font-size: 0;
  opacity: 0.8
}
.head .headTop .menuBtn {
  display: inline-block;
  margin-top: .3rem;
  width: 1rem;
  text-align: center;
  font-size: .3rem;
  color: #fff;
  line-height: .5rem;
  height: 0.5rem;
  overflow: hidden;
}
.head .headTop .menuBtn img {
  width: .49rem;
  height: .49rem;
}
.head .headTop .headSearch {
  position: relative;
  width: 5.2rem;
  height: .62rem;
  line-height: .62rem;
  background-color: #fff;
  border-radius: .1rem;
  margin-left: .15rem;
  margin-top: .24rem;
}
.head .headTop .headSearch .searchBtn {
  position: absolute;
  top: .125rem;
  left: .2rem;
  width: .37rem;
}
.head .headTop .headSearch .searchInput {
  position: absolute;
  width: 4.2rem;
  height: .58rem;
  line-height: .58rem;
  padding-left: .1rem;
  padding-right: .1rem;
  font-size: .3rem;
  left: .68rem;
  border: none;
  outline: none;
}
.head .headTop .headCart {
  display: inline-block;
  width: .52rem;
  margin-top: .3rem;
}
.head .pageTitle {
  height: 1.1rem;
  text-align: center;
  line-height: 1.1rem;
  color: #fff;
  border-bottom: 1px solid #19aa4b;
  font-size: .36rem;
}
.head .pageTitle .back {
  display: inline-block;
  width: .49rem;
}
/*底部*/
.foot {
  font-size: 0;
  border-top: 1px solid #dcdcdc;
  background: #f8f8f8;
}
.foot a {
  display: inline-block;
  padding-top: .2rem;
  width: 25%;
  text-align: center;
}
.foot a img {
  width: .43rem;
}
.foot a p {
  font-size: .3rem;
  color: #999;
  padding-top: .08rem;
}
.foot a.on p {
  color: #19aa4b;
}
/*侧边导航*/
.wrap {
  background-color: #f5f5f5;
  overflow-x: hidden;
}
/*可共用产品列表*/
.productList {
  padding-bottom: .33rem;
}
.productList .proItem {
  width: 48%;
  margin-bottom: .2rem;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.productList .proItem:nth-child(even) {
  margin-left: .28rem;
}
.productList .proItem .proImg {
  display: block;
}
.productList .proItem .proImg img {
  /*width: 3.47rem;*/
  width: 100%;
  height: 3.8rem;
  border-radius: 5px 5px 0 0;
}
.productList .proItem .proMessage {
  border-top: 1px dashed #d3d3d3;
  padding-left: .15rem;
}
.productList .proItem .proMessage .proPrice {
  color: #e60019;
  font-size: .2rem;
  padding-top: .12rem;
  padding-bottom: .12rem;
}
.productList .proItem .proMessage .proPrice span {
  font-size: .3rem;
}
.productList .proItem .proMessage .proName {
  padding:.12rem 0;
  font-size: .26rem;
  line-height: .38rem;
  width: 100%;
  height: .70rem;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-word-break: break-all;
  word-break: break-all;
}
.productList .proItem .proMessage .proName h3{
    height: .34rem;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: normal;
}
.productList .proItem .proMessage .proName p{
    height: .34rem;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #19aa4b;
}
.productList .proItem .proMessage .subTitle{
  font-size:.24rem;
  color:#19aa4b;overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1base;
  -webkit-box-orient: vertical;
  -ms-word-break: break-all;
  word-break: break-all;
}
.productList .proItem .proMessage .cartIcon{
  margin-right:.3rem;
  margin-top:-.5rem;
  width:.4rem;
  float:right;
}
.productList .proItem .proMessage .proPrice .iconAddCart{
    margin-right: .15rem;
    margin-top: .05rem;
}
.iconAddCart{
    width: .4rem;
}
/*公用验证弹窗*/
.errorLabel {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: .24rem;
  overflow: hidden;
  background-size: .31rem;
  border-radius: 3px;
  display: none;
  margin: 0 auto;
  width: 2.5rem;
  text-align: center;
  margin-left: -1.25rem;
  margin-top: -1.29rem;
  z-index: 100;
  height: .82rem;
  background: #19aa4b;
  color: #fff;
}
label.error {
  display: block;
  line-height: .8rem;
}
/*加载中*/
.load {
  opacity: 0;
  text-align: center;
  line-height: .7rem;
  font-size: .24rem;
}
/*底部红色按钮*/
.redBut {
  /*position: fixed;*/
  bottom: 0;
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
  padding: 0 0.15rem;
  background: #fff;
  margin-top: 50px;
}
.redBut a {
  width: 100%;
  background: #19aa4b;
  border-radius: 50rem;
  height: 0.95rem;
  border: none;
  font-size: 0.35rem;
  color: #fff;
  vertical-align: middle;
  margin-top: -0.25rem;
  display: inline-block;
  text-align: center;
  line-height: 0.95rem;
}
.submitEval {
  width: 100%;
  background: #19aa4b;
  border-radius: 50rem;
  height: 0.95rem;
  border: none;
  font-size: 0.35rem;
  color: #fff;
  vertical-align: middle;
  margin-top: -0.25rem;
  display: inline-block;
  text-align: center;
  line-height: 0.95rem;
}
.addrList a {
  display: block;
  font-size: .3rem;
  color: #5a5a5a;
  border-bottom: 1px solid #dcdcdc;
  padding: .28rem .2rem;
}
/*# sourceMappingURL=base.css.map */