@charset "UTF-8";
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/*自定义*/
/*初始化*/
html {
  font-size: 10px; }

body {
  -webkit-text-size-adjust: 100% !important;
  /*公众号去掉默认字体*/ }

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
dl,
div,
dt,
dd,
ul,
ol,
li,
select,
table,
tr,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  color: #333;
  font-family: "微软雅黑";
  font-size: 14px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

input,
select,
textarea {
  outline: none;
  -webkit-appearance: none; }

[type^="checkbox"] {
  -webkit-appearance: checkbox; }

textarea {
  resize: none; }

input:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only; }

a:hover {
  color: #00a0e9;
  text-decoration: none; }

ul,
dl {
  list-style-type: none; }

img,
input {
  border: 0; }

small,
em,
i {
  font-weight: normal;
  font-style: normal; }

li {
  list-style: none; }

p {
  word-wrap: break-word; }

/*常用类*/
.fl {
  float: left; }

.fr {
  float: right; }

.clearfix::before,
.clearfix::after,
.clearfix:before,
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both; }

.txt-hide {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; }

.txt-hide2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.txt-hide3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.img-res {
  display: block;
  max-width: 100%;
  height: auto; }

.table-box {
  display: table;
  text-align: center; }

.table-middle {
  display: table-cell;
  vertical-align: middle; }

.bgf5 {
  background: #F5F5F5; }

.mb15 {
  margin-bottom: 0.75rem; }

.mt10 {
  margin-top: 0.5rem; }

.plr30 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.mt30 {
  margin-top: 0.75rem; }

.pb20 {
  padding-bottom: 1rem; }

.pb10 {
  padding-bottom: 0.5rem; }

.mask-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  top: 0;
  left: 0;
  display: none; }

.h60 {
  height: 3rem; }

.h50 {
  height: 2.5rem; }

.bgh8 {
  height: 8px;
  width: 100%; }

.arrow {
  float: right;
  height: 14px;
  margin-left: 5px;
  transition: all .5s; }

.rotate {
  transform: rotate(90deg); }

.main-input {
  position: absolute;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.h45 {
  height: 45px; }

.h40 {
  height: 40px; }

.bgh8 {
  height: 8px;
  background: #F5F5F5; }

.layout {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

.mt-1 {
  margin-top: -1px; }

.col {
  color: #db5658; }

.font16 {
  font-size: 16px; }

.col-green {
  color: #007876; }

#load {
  background: #fff url(../img/load.gif) no-repeat center center;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  top: 0;
  left: 0; }

.middle-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  z-index: 99; }

/*轮播图*/
.index-banner .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #fff; }

.index-banner .swiper-container-horizontal > .swiper-pagination {
  bottom: 5px; }

.index-banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1; }

/*头部*/
.head {
  width: 100%;
  height: 40px;
  background-size: 100% 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }

.head .layout {
  width: 100%;
  position: relative;
  padding: 0 45px;
  background: url(../img/bg2.jpg) no-repeat; }

.head .item {
  width: 45px;
  height: 40px;
  position: absolute;
  top: 0;
  padding-top: 2px; }

.head .btn-left {
  left: 0; }

.head .item .icon {
  height: 16px;
  display: block;
  margin: 2px auto 2px; }

.head p {
  color: #FFFFFF;
  font-size: 12px;
  text-align: center; }

.head .btn-right {
  right: 0; }

.head .cont {
  width: 100%;
  height: 40px; }

.head .sel-box {
  position: relative;
  padding: 5px 10px; }

.head .sel-box .form-txt {
  width: 100%;
  height: 30px;
  background: #fff url(../img/icon7.png) no-repeat 10px center;
  background-size: 16px;
  border: 0;
  border-radius: 20px;
  padding-left: 35px;
  color: #333; }

/*尾部*/
.foot {
  width: 100%;
  height: 2.5rem;
  max-height: 80px;
  border-top: 1px solid #bfbfbf;
  background: #fff;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0; }

.foot-list {
  width: 100%;
  height: 2.5rem;
  max-height: 80px;
  display: flex;
  margin: 0 auto; }

.foot-list li {
  flex-grow: 1;
  text-align: center;
  -webkit-flex-grow: 1; }

.foot-list li.active a {
  color: #2186f6; }

.foot-list a {
  display: block;
  color: #999;
  font-size: 12px; }

.foot-list span {
  display: block;
  height: 18px;
  width: 25px;
  margin: 5px auto 3px;
  background-size: auto 18px;
  background-position: center center;
  background-repeat: no-repeat; }

.icon-foot1 {
  background-image: url(../img/icon_navbar1.png); }

.icon-foot2 {
  background-image: url(../img/icon_navbar2.png); }

.icon-foot3 {
  background-image: url(../img/icon_navbar3.png); }

.icon-foot4 {
  background-image: url(../img/icon_navbar4.png); }

.icon-foot5 {
  background-image: url(../img/icon_navbar5.png); }

.active .icon-foot1 {
  background-image: url(../img/icon_navbars1.png); }

.active .icon-foot2 {
  background-image: url(../img/icon_navbars2.png); }

.active .icon-foot3 {
  background-image: url(../img/icon_navbars3.png); }

.active .icon-foot4 {
  background-image: url(../img/icon_navbars4.png); }

.active .icon-foot5 {
  background-image: url(../img/icon_navbars5.png); }

.bgcolor {
  height: 18.75rem;
  width: 100%;
  background: linear-gradient(180deg, #2186f6 0%, #f6f6f6 100%);
  position: absolute;
  left: 0;
  top: 0; }

.navbar-height {
  height: 44px; }

.customer-wrap {
  background: #2186f6;
  display: flex;
  color: #fff;
  position: fixed;
  right: 0.5rem;
  bottom: 6rem;
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 5px; }
  .customer-wrap .name {
    float: left;
    color: white;
    word-wrap: break-word;
    text-align: center;
    display: block;
    width: 18px;
    height: auto;
    font-size: 14px; }
  .customer-wrap .icon {
    color: #fff; }

.customer-box {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 0.5rem 0; }
  .customer-box .list .item {
    padding: 0.4rem 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .customer-box .list a {
    color: #303030; }
  .customer-box .list .icon {
    width: 20px;
    margin-right: 5px; }

#customerPopup {
  z-index: 201;
  margin-bottom: 2rem; }
  #customerPopup .weui-popup__modal {
    width: 90%;
    left: 5%;
    background: rgba(0, 0, 0, 0); }
  #customerPopup .customer-canle {
    background: #fff;
    height: 2.25rem;
    line-height: 2.25rem;
    text-align: center;
    border-radius: 10px;
    margin-top: 0.5rem;
    color: #2186f6;
    display: block;
    font-size: 16px; }

.tab-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem; }
  .tab-list .tab-item {
    width: 33%;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    color: #333;
    font-weight: bold; }
    .tab-list .tab-item.active {
      color: #2186f6;
      background: url("../img/home/order_active.png") no-repeat;
      background-position: center bottom;
      background-size: 14px; }

.title-box {
  font-size: 20px;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center; }
  .title-box .icon {
    width: 1rem;
    height: 1rem;
    margin-right: 5px; }

.weui-btn_primary {
  background: #2186f6 !important;
  border-color: #2186f6 !important;
  border-radius: 50px;
  color: #fff !important; }

.popup-wrap {
  text-align: center; }
  .popup-wrap .title {
    padding: 48rpx 0 26rpx;
    font-size: 16px;
    font-weight: bold; }
  .popup-wrap .int {
    padding: 0 48rpx 50rpx; }
    .popup-wrap .int input {
      background: #F8FAFD;
      height: 42px;
      font-size: 14px; }
  .popup-wrap .btnbox {
    display: flex;
    width: 100%;
    border-top: 1px solid #ddd; }
    .popup-wrap .btnbox .btn-item {
      width: 50%;
      height: 50px;
      line-height: 50px;
      border-right: 1px solid #ddd;
      font-size: 15px; }
      .popup-wrap .btnbox .btn-item:nth-last-child(1) {
        border: 0; }
    .popup-wrap .btnbox .confirm {
      color: #2186f6; }
  .popup-wrap .content {
    padding: 0 36rpx 30rpx; }
  .popup-wrap .int-item {
    display: flex;
    align-items: center;
    color: #2186f6;
    padding: 10rpx 0;
    text-align: left; }
    .popup-wrap .int-item .name {
      width: 60px;
      font-size: 16px; }
  .popup-wrap .input-item {
    flex: 1;
    display: flex;
    background: #F8FAFD;
    align-items: center;
    padding: 0 10px;
    border-radius: 8px;
    overflow: hidden; }
    .popup-wrap .input-item .input {
      height: 40px;
      flex: 1;
      font-size: 14px; }

.popup {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .popup .bgimg {
    width: 100%;
    height: 240rpx;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .popup .content {
    position: relative;
    z-index: 2; }

.popup {
  padding: 0.75rem; }
  .popup .title-wrap {
    display: flex;
    justify-content: space-between; }
    .popup .title-wrap .title {
      font-size: 18px;
      font-weight: bold; }

.sell-app .u-menu-wrap {
  margin: 0 auto;
  left: auto !important;
  max-width: 750px; }
.sell-app .icons {
  max-height: 80px; }
.sell-app .item-menu-image {
  max-width: 50px !important; }

.order-app .headtop {
  left: 50% !important;
  transform: translate(-50%, 0); }

.order-app .search-wrap {
  max-height: 50px; }

.order-app .search-wrap .form-input {
  max-height: 50px; }

.weui-picker-modal .picker-item {
  font-size: 15px; }

#popupWxHome {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none; }
  #popupWxHome.active {
    display: block; }
  #popupWxHome .mask-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    display: block; }
  #popupWxHome .wxqrcode {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    width: 80%;
    z-index: 99; }
  #popupWxHome .cover {
    width: 100%; }
  #popupWxHome .btn-copy {
    width: 100%;
    display: block;
    height: 3.5rem;
    opacity: 0; }

.link-wx {
  cursor: pointer; }

/*# sourceMappingURL=common.css.map */
