@charset "UTF-8";
body, input, textarea {
  font-family: '微软雅黑',Arial,Helvetica,sans-serif; }

a {
  text-decoration: none;
  color: #4d4d4d; }

body {
  color: #4c4c4c;
  background: #f7f7f7; }
input {
  outline: none; }

html {
  font-size: 15px; }

body, body input, section {
  font-size: 16px; }
.hide{
	display:none;
}
/*背景*/
.bg-none {
  background: none; }

.bg-black {
  background-color: #000; }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #f7f7f7 !important; }

.bg-light-gray {
  background-color: #f4f4f4; }

.bg-dark-gray {
  background-color: #ccc; }

.bg-red {
  background-color: #e53f42; }

.bg-orange {
  background-color: #FF7E00; }

.bg-green {
  background-color: #2aa515; }

.bg-light-blue {
  background-color: #4abdcc; }

.bg-yellow {
  background-color: #FFF100; }

.bg-blue {
  background-color: #0090FF; }

.bg-pink {
  background-color: #EA68A2; }

.bg-img {
  background: url(../../../img/dacaoxiaoxian/bg_img.png) no-repeat;
  background-size: cover; }

.bg-yubg {
  background: url(../../../img/dacaoxiaoxian/timg.jpg) no-repeat;
  background-size: cover; }

.bg-user {
  /*background: url(../../../img/dacaoxiaoxian/bg-black.jpg) no-repeat;
  background-size: cover;
  */
  background: linear-gradient(to right, #ff7e5f, #feb47b); 
  }

.bg-linear-gray {
  background: -moz-linear-gradient(top, #b8c4cb, #f6f6f8);
  background: -webkit-linear-gradient(top, #b8c4cb, #f6f6f8);
  background: -o-linear-gradient(top, #b8c4cb, #f6f6f8);
  background: -ms-linear-gradient(top, #b8c4cb, #f6f6f8); }

/*中间内容边距*/
.content-tab {
  padding-top: 80px; }

.content-top {
  padding-top: 45px; }

.content-bottom {
  padding-bottom: 60px; }

.content-info {
  padding-top: 90px; }

.content-bottoms {
  padding-bottom: 120px; }

/*清除浮动*/
.clear {
  zoom: 1; }

.clear:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both; }

.hidden,.overhidden {
  overflow: hidden; }

/*浮动*/
.fle {
  float: left; }

.fri {
  float: right; }

/*字体颜色*/
.font-white {
  color: #fff; }

.font-red {
  color: #e53f42; }

.font-gray {
  color: #999; }

.font-dark-gray {
  color: #808080; }

.font-blue {
  color: #0090FF; }

.font-light-blue {
  color: #4abdcc; }

.font-orange {
  color: #FFAD55; }

.font-green {
  color: #01A829; }

/*字体大小*/
.font0 {
  font-size: 0; }

.font12 {
  font-size: 12px; }

.font13 {
  font-size: 13px; }

.font14 {
  font-size: 14px; }

.font16 {
  font-size: 16px; }

.font17 {
  font-size: 17px; }

.font18 {
  font-size: 18px; }

.font20 {
  font-size: 20px; }

.font30 {
  font-size: 30px; }

/*border*/
.border {
  border: 1px solid #4d4d4d; }

.border-top {
  border-top: 1px solid #f2f2f2; }

.top-none {
  border-top: none; }

.bottom-none {
  border-bottom: none !important; }

.border-bottom {
  border-bottom: 1px solid #f2f2f2; }

.border-left {
  border-left: 1px solid #e5e5e5; }

.border-right {
  border-right: 1px solid #e5e5e5; }

.border-none {
  border: none; }

.border-orange {
  border: 1px solid #FF8723; }

.border-gray {
  border: 1px solid #999; }

.border-light-gray {
  border: 1px solid #e5e5e5; }

.border-green {
  border: 1px solid #01A829; }

.border-blue {
  border: 1px solid #0090FF; }

.border-red {
  border: 1px solid #e53f42; }

.border-right-r {
  border-right: 1px solid #E53F42; }

.border-left-r {
  border-left: 1px solid #E53F42; }

/*定位*/
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.p-bottom {
  bottom: 0; }

.p-top {
  top: 0; }

.p-left {
  left: 0; }

.p-right {
  right: 0; }

.left15 {
  left: 15px; }

.right15 {
  right: 15px; }

.right60 {
  right: 60px; }

.top15 {
  top: 15px; }

.top45 {
  top: 44px; }

.bottom15 {
  bottom: 15px; }

.left5 {
  left: 5px; }

.right5 {
  right: 5px; }

.top5 {
  top: 5px; }

.bottom5 {
  bottom: 5px; }

/*行内块及块级元素*/
.inline-block {
  display: inline-block; }

.block {
  display: block; }

/*居中,居右*/
.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/*适应屏幕的宽度*/
.width-20 {
  width: 20%; }

.width-25 {
  width: 25%; }

.width-30 {
  width: 30%; }

.width-34 {
  width: 34%; }

.width-33 {
  width: 33%; }

.width-40 {
  width: 40%; }

.width-50 {
  width: 50%; }

.width-60 {
  width: 60%; }

.width-80 {
  width: 80%; }

.width-coverd {
  width: 100%;
  height:auto;
   }

.height-coverd {
  min-height: 100%; 
  }

/*透明度*/
.opacity-100 {
  filter: alpha(opacity=100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0; }

.opacity-80 {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -o-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8; }

.opacity-60 {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  -o-opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6; }

.opacity-40 {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  -o-opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4; }

.opacity-20 {
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  -o-opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2; }

.opacity-0 {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

/*空白页*/
.empty {
  margin: 30% auto; }

/*多余文本显示省略号*/
.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  word-wrap: normal; }

.text-ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; }

.scroll {
  overflow: scroll; }

.text-indent2 {
  text-indent: 28px; }

/*层级性 */
.z-index20 {
  z-index: 20; }

.z-index30 {
  z-index: 30; }

.z-index200 {
  z-index: 200; }

.z-index300 {
  z-index: 300; }
.padding-bottomnav{
	padding-bottom: 55px;	
}
/*空间*/
.space5 {
  height: 5px; }

.space45 {
  height: 45px;
  line-height: 50px;
  padding: 0 15px; }

.line-height45 {
  height: 45px;
  line-height: 45px; }

.minheight {
  min-height: 80px;
  line-height: 60px; }

.notice_bg {
  padding: 5px 10px;
  background-color: #FFF5C8; }

.notice_bg p {
  font-size: 12px;
  color: #555; }

.notice-info {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical; }

/*加粗*/
.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.yqts {
  position: fixed;
  bottom: 80px;
  margin: 0 5%;
  text-align: center;
  font-size: 12px;
  color: #999; }

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, menu {
  margin: 0;
  padding: 0; }

body, input, textarea, select, option {
  font-family: '微软雅黑',Arial,Helvetica,sans-serif; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img, fieldset, img {
  border: 0; }

img {
  vertical-align: middle; }

address, caption, cite, code, dfn, em, i, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul, menu {
  list-style: none; }

input:focus {
  outline: 0; }

span, b {
  font-weight: normal; }

mark {
  background: none;
  color: #4c4c4c; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

.btn-sm {
  padding: 0 15px;
  line-height: 30px;
  border-radius: 2px; }

.btn-large {
  line-height: 45px;
  width: 100%; }

.btn-m {
  padding: 0 45px;
  line-height: 35px;
  border-radius: 2px; }

.bgnone-btn {
  padding: 5px 15px;
  border-radius: 3px; }

.mbgnone-btn {
  padding: 5px 28px;
  border-radius: 20px; }

.icon-arrow {
  height: 44px;
  /*background: url(../../../img/dacaoxiaoxian/arrow-header.png) no-repeat;*/
  background: url(../../../img/coach/left.png) no-repeat;
  background-size: 10px 20px;
  padding-left: 16px;
  background-position: left center;
  color:#e53f42;
  }
  
  .icon-arrow-gray {
  	height: 50px;
    background: url(../../../images/icons/arrow-left.png) no-repeat;
    background-size: 32px 32px;
    margin-left: -7px;
    width: 23px;
    background-position: left center;
  }

.icon-category {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/category.png) no-repeat;
  background-size: contain;
  top: 12px; }

.add-address {
  width: 24px;
  height: 24px;
  background: url(../../../img/dacaoxiaoxian/add-address.png) no-repeat;
  background-size: contain;
  top: 10px; }

.icon-searchd {
  width: 28px;
  height: 28px;
  background: url(../../../img/dacaoxiaoxian/search.png) no-repeat;
  background-size: contain;
  top: 8px; }

.icon-home {
  width: 25px;
  height: 25px;
  background: url(../../../img/dacaoxiaoxian/index.png) no-repeat;
  background-size: contain;
  top: 8px; }
.icon-share {
  width: 25px;
  height: 25px;
  background: url(../../../img/icon-share.png) no-repeat;
  background-size: contain;
  top: 8px; }
.icon-buycar {
  width: 28px;
  height: 28px;
  background: url(../../../img/dacaoxiaoxian/buycar.png) no-repeat;
  background-size: contain;
  top: 8px; }

.icon-arrow-r {
  width: 16px;
  height: 14px;
  background: url(../../../img/dacaoxiaoxian/arrow-r.png) no-repeat;
  background-size: contain;
  margin-left: 2px;
  margin-top: 4px; }
.homes-ico {
  width: 25px;
  height: 25px;
  background: url(../../../img/dacaoxiaoxian/index.png) no-repeat;
  background-size: contain; }

.customer-ico {
  width: 25px;
  height: 25px;
  background: url(../../../img/dacaoxiaoxian/customer_ico.png) no-repeat;
  background-size: contain; }

.phone-ico {
  width: 25px;
  height: 25px;
  background: url(../../../img/dacaoxiaoxian/phone_ico.png) no-repeat;
  background-size: contain; }

.buycar-ico {
  width: 25px;
  height: 25px;
  background: url(../../../img/dacaoxiaoxian/buycar.png) no-repeat;
  background-size: contain; }

.yd-ico {
  width: 15px;
  height: 15px;
  background: url(../../../img/dacaoxiaoxian/yd-ico.png) no-repeat;
  background-size: contain; }

.sq-ico {
  width: 96px;
  height: 54px;
  background: url(../../../img/dacaoxiaoxian/sq-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -48px; }

.icon-search {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/search-ico.png) no-repeat;
  background-size: contain;
  left: 5px;
  top: 10px; }
  
.icon-searchr {
    width: 20px;
    height: 20px;
    background: url(../../../img/dacaoxiaoxian/search-ico.png) no-repeat;
    background-size: contain;
    right: 5px;
    top: 10px;
	}

.selected {
  width: 30px;
  height: 30px;
  background: url(../../../img/dacaoxiaoxian/selectd.png) no-repeat;
  background-size: contain;
  right: 5px;
  top: 6px;
  display: block; }

.infoicon {
  width: 30px;
  height: 30px;
  background: url(../../../img/dacaoxiaoxian/information.png) no-repeat;
  background-size: contain; }

.kgicon {
  width: 30px;
  height: 30px;
  background: url(../../../img/dacaoxiaoxian/guige.png) no-repeat;
  background-size: contain;
  margin-top: 6px; }

.success-ico {
  width: 30px;
  height: 30px;
  background: url(../../../img/dacaoxiaoxian/success-ico.png) no-repeat;
  background-size: contain;
  margin-top: 30px; }

.add-ico {
  width: 78px;
  height: 48px;
  background: url(../../../img/dacaoxiaoxian/add-ico.png) no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -39px; }

.order-ico {
  width: 32px;
  height: 32px;
  background: url(../../../img/dacaoxiaoxian/order.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.about-ico {
  width: 32px;
  height: 32px;
  background: url(../../../img/dacaoxiaoxian/me.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.gifts-ico {
  width: 32px;
  height: 32px;
  background: url(../../../img/dacaoxiaoxian/gifts.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.custom-ico {
  width: 32px;
  height: 32px;
  background: url(../../../img/dacaoxiaoxian/custom.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.edit {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/edite.png) no-repeat;
  background-size: contain; }

.delete {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/delete.png) no-repeat;
  background-size: contain; }

.bz-icon {
  width: 12px;
  height: 12px;
  background: url(../../../img/dacaoxiaoxian/bz-icon.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.edit-ico {
  width: 24px;
  height: 24px;
  background: url(../../../img/dacaoxiaoxian/edite-ico.png) no-repeat;
  background-size: contain; }
  
  
  .classify2 {
  margin: 0 0 5px 0; 
 }
  .classify2 ul {
   		 -webkit-column-count: 4;
    -moz-column-count: 4;
    -o-colum-count: 4;
    column-count: 4;
    column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -o-column-gap: 0; 
   }
    .classify2 ul li {
      -webkit-column-break-inside: avoid;
      padding: 10px 0;
      text-align: center;
      line-height:1;
}

/*浮层*/
.closed {
  width: 15px;
  height: 15px;
  z-index: 20;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../../../img/dacaoxiaoxian/close-80.png) no-repeat;
  background-size: contain; }

.small-quantity {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 5px; }
  .small-quantity .text {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: none;
    background: none;
    text-align: center;
    color: #949494; }
  .small-quantity .less {
    width: 35px;
    height: 35px;
    display: block;
    text-indent: -1000px;
    background: url(../../../img/dacaoxiaoxian/round-minus-140.png) no-repeat;
    background-size: contain; }
  .small-quantity .plus {
    width: 35px;
    height: 35px;
    display: block;
    text-indent: -1000px;
    background: url(../../../img/dacaoxiaoxian/round-plus-140.png) no-repeat;
    background-size: contain; }
  .small-quantity .less-r {
    width: 35px;
    height: 35px;
    display: block;
    text-indent: -1000px;
    background: url(../../../img/dacaoxiaoxian/round-minus.png) no-repeat;
    background-size: contain; }
  .small-quantity .plus-r {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-indent: -1000px;
    background: url(../../../img/dacaoxiaoxian/round-plus.png) no-repeat;
    background-size: contain; }

.back-icon {
  width: 30px;
  height: 30px;
  background: url(../../../img/dacaoxiaoxian/back.png) no-repeat;
  background-size: contain;
  margin-top: 8px; }

.play-icon {
  width: 60px;
  height: 60px;
  background: url(../../../img/dacaoxiaoxian/playicon.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  z-index: 99; }

.add-icon {
  width: 35px;
  height: 35px;
  background: url(../../../img/dacaoxiaoxian/add-icon1.png) no-repeat;
  background-size: contain;
  display: block; }

.iconcart {
  width: 45px;
  height: 45px;
  background: url(../../../img/dacaoxiaoxian/iconcart.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 10px;
  top: 0; }

.cg-ico {
  width: 32px;
  height: 32px;
  background: url(../../../img/dacaoxiaoxian/cg-ico.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.jg-ico {
  width: 32px;
  height: 32px;
  background: url(../../../img/dacaoxiaoxian/jg-ico.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.gy-ico {
  width: 32px;
  height: 32px;
  background: url(../../../img/dacaoxiaoxian/gy-ico.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.sc-ico {
  width: 32px;
  height: 32px;
  background: url(../../../img/dacaoxiaoxian/sc-ico.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.fx-ico {
  width: 32px;
  height: 32px;
  background: url(../../../img/dacaoxiaoxian/fx-ico.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.ewm-ico {
  width: 40px;
  height: 40px;
  background: url(../../../img/dacaoxiaoxian/ewm-ico.png) no-repeat;
  background-size: contain;
  display: block; }

.dfk-ico {
  width: 24px;
  height: 24px;
  background: url(../../../img/dacaoxiaoxian/dfk.png) no-repeat;
  background-size: contain; }

.dfh-ico {
  width: 24px;
  height: 24px;
  background: url(../../../img/dacaoxiaoxian/dfh.png) no-repeat;
  background-size: contain; }

.yfh-ico {
  width: 24px;
  height: 24px;
  background: url(../../../img/dacaoxiaoxian/yfh.png) no-repeat;
  background-size: contain; }

.dpj-ico {
  width: 24px;
  height: 24px;
  background: url(../../../img/dacaoxiaoxian/dpj.png) no-repeat;
  background-size: contain; }

.shfw-ico {
  width: 24px;
  height: 24px;
  background: url(../../../img/dacaoxiaoxian/shfw.png) no-repeat;
  background-size: contain; }

.user-ico {
  width: 20px;
  height: 20px;
  margin-right: 5px; }

.group-ico {
  background: url(../../../img/dacaoxiaoxian/group-ico.png) no-repeat;
  background-size: contain; }

.request-ico {
  background: url(../../../img/dacaoxiaoxian/request-ico.png) no-repeat;
  background-size: contain; }

.settings-ico {
  background: url(../../../img/dacaoxiaoxian/settings-ico.png) no-repeat;
  background-size: contain; }

.helps-ico {
  background: url(../../../img/dacaoxiaoxian/helps-ico.png) no-repeat;
  background-size: contain; }

.customers-ico {
  background: url(../../../img/dacaoxiaoxian/customers-ico.png) no-repeat;
  background-size: contain; }

.address-ico {
  background: url(../../../img/dacaoxiaoxian/address-ico.png) no-repeat;
  background-size: contain; }

.coupon-ico {
  background: url(../../../img/dacaoxiaoxian/coupon-ico.png) no-repeat;
  background-size: contain; }

.collect-ico {
  background: url(../../../img/dacaoxiaoxian/collect-ico.png) no-repeat;
  background-size: contain; }

.gifts-ico {
  background: url(../../../img/dacaoxiaoxian/gifts-ico.png) no-repeat;
  background-size: contain; }

.v-ico {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-right: 5px; }

.v1 {
  background: url(../../../img/dacaoxiaoxian/v1.png) no-repeat;
  background-size: contain; }

.collect {
  width: 30px;
  height: 30px;
  background: url(../../../img/dacaoxiaoxian/collect.png) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -15px;
  right: 15px; }

.collected {
  width: 30px;
  height: 30px;
  background: url(../../../img/dacaoxiaoxian/collected.png) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -15px;
  right: 15px; }

/*detail---质量保障icon*/
.qcpk-ico {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/qcpk-ico.png) no-repeat;
  background-size: contain;
  margin-right: 5px; }

.jxsc-ico {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/jxsc-ico.png) no-repeat;
  background-size: contain;
  margin-right: 5px; }

.xxdj-ico {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/xxdj-ico.png) no-repeat;
  background-size: contain;
  margin-right: 5px; }

.hpbp-ico {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/hpbp-ico.png) no-repeat;
  background-size: contain;
  margin-right: 5px; }

/*空白页的icon*/
.empty-buycar {
  width: 80px;
  height: 80px;
  background: url(../../../img/dacaoxiaoxian/buycar-empty.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.empty-search {
  width: 80px;
  height: 80px;
  background: url(../../../img/dacaoxiaoxian/search-empty.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.empty-order {
  width: 80px;
  height: 80px;
  background: url(../../../img/dacaoxiaoxian/order-empty.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.empty-collect {
  width: 80px;
  height: 80px;
  background: url(../../../img/dacaoxiaoxian/collect-empty.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.empty-address {
  width: 80px;
  height: 80px;
  background: url(../../../img/dacaoxiaoxian/address-empty.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.empty-question {
  width: 80px;
  height: 80px;
  background: url(../../../img/dacaoxiaoxian/tiw-ico.png) no-repeat;
  background-size: contain;
  display: inline-block; }

/*支付页面icon*/
.wx-ico {
  width: 46px;
  height: 46px;
  background: url(../../../img/dacaoxiaoxian/iconfont-weixin.png) no-repeat;
  background-size: contain;
  margin-right: 5px; }

.zfb-ico {
  width: 46px;
  height: 46px;
  background: url(../../../img/dacaoxiaoxian/iconfont-zhibubao.png) no-repeat;
  background-size: contain;
  margin-right: 5px; }

.check-ico {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  position: relative;
  background: url(../../../img/dacaoxiaoxian/check.png) no-repeat;
  background-size: contain; }

.selectd {
  background: url(../../../img/dacaoxiaoxian/checked.png) no-repeat;
  background-size: contain; }

/*首页分类icon*/
.classify-ico {
  width: 30px;
  height: 30px;
  display: inline-block; }

.all-ico {
  background: url(../../../img/dacaoxiaoxian/all-ico.png) no-repeat;
  background-size: contain; }

.hd-ico, .icon-cate20315 {
  background: url(../../../img/dacaoxiaoxian/hd-ico.png) no-repeat;
  background-size: contain; }

.yx-ico, .icon-cate20317 {
  background: url(../../../img/dacaoxiaoxian/yx-ico.png) no-repeat;
  background-size: contain; }

.gh-ico, .icon-cate20278 {
  background: url(../../../img/dacaoxiaoxian/gh-ico.png) no-repeat;
  background-size: contain; }

.yz-ico, .icon-cate20284 {
  background: url(../../../img/dacaoxiaoxian/yz-ico.png) no-repeat;
  background-size: contain; }

.xa-ico, .icon-cate20285 {
  background: url(../../../img/dacaoxiaoxian/xa-ico.png) no-repeat;
  background-size: contain; }

.hx-ico, .icon-cate20277 {
  background: url(../../../img/dacaoxiaoxian/hx-ico.png) no-repeat;
  background-size: contain; }

.dp-ico, .icon-cate20283 {
  background: url(../../../img/dacaoxiaoxian/dp-ico.png) no-repeat;
  background-size: contain; }

.bx-ico, .icon-cate20287 {
  background: url(../../../img/dacaoxiaoxian/bx-ico.png) no-repeat;
  background-size: contain; }

.pc-ico, .icon-cate20324 {
  background: url(../../../img/dacaoxiaoxian/lb-ico.png) no-repeat;
  background-size: contain; }

.lb-ico, .icon-cate20286 {
  background: url(../../../img/dacaoxiaoxian/pc-ico.png) no-repeat;
  background-size: contain; }

.ico-ok {
  width: 30px;
  height: 30px;
  background: url(../../../img/dacaoxiaoxian/ico-ok.png) no-repeat;
  background-size: contain; }

.ico-failed {
  width: 30px;
  height: 30px;
  background: url(../../../img/dacaoxiaoxian/ico-failed.png) no-repeat;
  background-size: contain; }

.detail-ico {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/detail-ico.png) no-repeat;
  background-size: contain; }

.menu-ico {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/menu-ico.png) no-repeat;
  background-size: contain; }

.comment-ico {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/comment-ico.png) no-repeat;
  background-size: contain; }

.asked-ico {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/ask-ico.png) no-repeat;
  background-size: contain; }

.star {
  width: 16px;
  height: 16px;
  background: url(../../../img/dacaoxiaoxian/star-60.png) no-repeat;
  background-size: contain; }

.star-on {
  width: 16px;
  height: 16px;
  background: url(../../../img/dacaoxiaoxian/star-on-60.png) no-repeat;
  background-size: contain; }

.star20 {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/star-60.png) no-repeat;
  background-size: contain; }

.star20-on {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/star-on-60.png) no-repeat;
  background-size: contain; }

.camera {
  width: 30px;
  height: 30px;
  background: url(../../../img/dacaoxiaoxian/addpic.png) no-repeat;
  background-size: contain;
  text-indent: -10000px; }

.shch-ico {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/shch-ico.png) #fff no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: 0; }

.succ-ico {
  width: 150px;
  height: 100px;
  background: url(../../../img/dacaoxiaoxian/succ-ico.png) no-repeat;
  background-size: contain; }

.yiwen {
  width: 18px;
  height: 18px;
  background: url(../../../img/dacaoxiaoxian/yiwen.png) no-repeat;
  background-size: contain; }

.nav {
  height: 55px;
  border-top: 1px solid #e5e5e5;
  color: #6a6a6a; }
  .nav .nav-info1 li:first-child {
    width: 18%; }
    .nav .nav-info1 li:first-child a {
      margin-top: 5px; }
  .nav .nav-info1 li:nth-child(2) {
    width: 18%; }
    .nav .nav-info1 li:nth-child(2) a {
      margin-top: 5px; }
  .nav .nav-info1 li:last-child {
    width: 32%; }
    .nav .nav-info1 li:last-child a {
      padding: 0 20px;
      line-height: 36px;
      border-radius: 5px;
      margin-top: 10px;
      color: #fff; }
  .nav .nav-info1 li:nth-child(3) {
    width: 32%; }
    .nav .nav-info1 li:nth-child(3) a {
      padding: 0 20px;
      line-height: 36px;
      border-radius: 5px;
      margin-top: 10px;
      color: #fff; }
  .nav .nav-info2 li:first-child {
    width: 30%; }
    .nav .nav-info2 li:first-child a {
      margin-top: 5px; }
  .nav .nav-info2 li:nth-child(2) {
    width: 35%;
    line-height: 55px; }
  .nav .nav-info2 li:last-child {
    width: 35%;
    line-height: 55px; }
  .nav ul.nav-info {
    height: 55px; }
    .nav ul.nav-info li {
      float: left;
      text-align: center; }
      .nav ul.nav-info li a {
        display: block;
        width: 100%;
        height: 55px;
        text-align: center;
        margin-top: 8px;
        line-height:normal;
        color: #808080; }
        .nav ul.nav-info li a i {
          display: inline-block; }
        .nav ul.nav-info li a p {
          line-height:normal;
          font-size: 12px; }
      .nav ul.nav-info li.active a {
        color: #F23030; }
  .nav .nav-info3 li {
    width: 15%;
    margin: 15px 0;
    border-right: 1px solid #e5e5e5; }
    .nav .nav-info3 li:last-child {
      width: 38%;
      margin-top: 10px; }
      .nav .nav-info3 li:last-child a {
        padding: 0 20px;
        line-height: 36px;
        border-radius: 5px;
        color: #fff; }
  .nav .nav-btn {
    margin: 10px 45px 0; }

.home {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/index.png) no-repeat;
  background-size: contain; }

.homed {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/indexed.png) no-repeat;
  background-size: contain; }

.home1 {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/index1.png) no-repeat;
  background-size: contain; }

.home1d {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/index1ed.png) no-repeat;
  background-size: contain; }
  
.nav-diet {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/diet.png) no-repeat;
  background-size: contain; }

.nav-dieted {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/dieted.png) no-repeat;
  background-size: contain; }
  
.ban {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/ban.png) no-repeat;
  background-size: contain; }

.baned {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/baned.png) no-repeat;
  background-size: contain; } 
  
.nav-recommend {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/nav-recommend.png) no-repeat;
  background-size: contain; }

.nav-recommended {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/nav-recommended.png) no-repeat;
  background-size: contain; } 
  
.my1 {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/my1.png) no-repeat;
  background-size: contain; }

.my1ed {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/my1ed.png) no-repeat;
  background-size: contain; }  
  
.cate {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/cate.png) no-repeat;
  background-size: contain; }

.cated {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/cated.png) no-repeat;
  background-size: contain; }

.ship {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/ship.png) no-repeat;
  background-size: contain; }

.shipd {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/shiped.png) no-repeat;
  background-size: contain; }

.buycar {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/buycar.png) no-repeat;
  background-size: contain; }

.buycard {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/buycared.png) no-repeat;
  background-size: contain; }

.my {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/my.png) no-repeat;
  background-size: contain; }

.myd {
  width: 22px;
  height: 22px;
  background: url(../../../img/dacaoxiaoxian/myed.png) no-repeat;
  background-size: contain; }
  
.note {
  background: #f23030;
  border-radius: 50%;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -2px;
  right: -6px; }
  
  .member-more-btn {
    display: inline-block;
    position: absolute;
    bottom: 16px;
    padding-right: 6px;
    background: url(/img/coach/down-more-2.png) no-repeat right center;
    background-size: 16px;
    width: 10px;
    height: 10px;
}

.member-more-btn-w {
    display: inline-block;
    position: absolute;
    bottom: 16px;
    padding-right: 6px;
    background: url(/img/coach/down-more-w2.png) no-repeat right center;
    background-size: 16px;
    width: 10px;
    height: 10px;
}

.section-vip-column{
    padding:15px 0;
    background: #fff;
}
.section-vip-column ul li{
    padding:0 15px;
    border-bottom:1px solid #f5f5f5
}
.section-vip-column ul li div{
    display: flex;
    align-items: center;
}
.section-vip-column ul li div.section-vip-column-info{
    justify-content: space-between;
    margin:15px 0;
    font-size:15px;
}
.section-vip-column ul li div.section-vip-column-info .user-wrap{
	min-width:110px;max-width: 30%;margin-right:6px;
}
.section-vip-column ul li div.section-vip-column-info .user{
	display: flex;
    align-items: center;
    width: 100%;
}
.section-vip-column ul li div.section-vip-column-info .user img{
	width:36px;height:36px; border-radius:50%;margin-right: 6px;
	
}
.section-vip-column ul li div.section-vip-column-info .user span{
	
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:80%;
    overflow: hidden;
}
.section-vip-column ul li:first-child div.section-vip-column-info{
    margin-top:0;
}
.section-vip-column ul li div .iconfont{
    font-size:30px;
    color:#555;
    margin-right:10px;
}

.section-vip-column  .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.section-vip-column  .switch input {display:none;}

.section-vip-column  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.section-vip-column  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.section-vip-column  input:checked + .slider {
    background-color: #16b016;
}

.section-vip-column  input:focus + .slider {
    box-shadow: 0 0 1px #16b016;
}

.section-vip-column  input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.section-vip-column  .slider.round {
    border-radius: 32px;
}

.section-vip-column  .slider.round:before {
    border-radius: 50%;
}

.section-vip-column a.familymember-btn {
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    padding: 0 30px;
    border-radius: 26px;
    background: #16b016;
    color: #fff;
    display: inline-block;
    width: 80%;
    margin: 10px auto;
}

.section-vip-column a.login-btn {
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    padding: 0 30px;
    border-radius: 10px;
    background: #e53f42;
    color: #fff;
    display: inline-block;
    width: 80%;
    margin: 10px auto;
}
.cy{
    max-width: 44%;
    overflow: hidden;
    display: inline-block;
    height: 20px;
    vertical-align: sub;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.arrow-icon {
    width: 20px;
    height: 20px;
    background: url(/img/arrow-50.png) no-repeat;
    background-size: contain;
}

.addlogo {
    width: 36px;
    height: 36px;
    background: url(../../../../img/dacaoxiaoxian/add-address.png) no-repeat;
    margin-top: 4px;
    margin-right:16px;
}


/*头部*/
.head {
  height: 44px;
  line-height: 44px; }
  .head .curr {
    color: #E53F42; }
  .head .logo {
    width: 100px;
    height: 20px;
    background: url(../../../img/dacaoxiaoxian/logo.png) no-repeat;
    background-size: contain;
    margin-top: 12px; }
   .head .logo-ms {
    width: 135px;
    height: 40px;
    background: url(../../../images/logo.png) no-repeat;
    background-size: contain;
    }  
    
    .head .logo-ms-s {
    width: 80px;
    height: 30px;
    background: url(../../../images/logo-line.png) no-repeat;
    background-size: contain;
    margin-top:12px;
    } 
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5) {
	.head .logo-ms {
    width: 135px;
    height: 40px;
    background: url(../../../images/logo@2x.png) no-repeat;
    background-size: contain;
    }  
	.head .logo-ms-s {
    width: 80px;
    height: 30px;
    background: url(../../../images/logo-line@2x.png) no-repeat;
    background-size: contain;
    margin-top:12px;
    } 
}     
  .head .logo-l {
    width: 70px;
    height: 16px;
    background: url(../../../img/dacaoxiaoxian/logo.png) no-repeat;
    background-size: contain;
    left: 15px;
    top: 15px; }
  .head .back-bg {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute; }

/*搜索*/
.search-item {
  height: 44px;
  padding-top: 5px; }
  .search-item .search-con {
    margin: 0 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 36px; }
    .search-item .search-con .search {
      margin: 6px 5px 6px 35px;
      height: 24px;
      border-radius: 5px; }
      .search-item .search-con .search .search_icon {
        margin: 0.75px 1rem; }
      .search-item .search-con .search .input_box {
        padding: 0 10px 0 0;
        line-height: 24px; }
        .search-item .search-con .search .input_box input {
          background: none;
          border: none;
          height: 26px; }

.search-top {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 5px 15px 0 90px;
  border: 1px solid #eee;
  background-color: #f6f6f6; }
  .search-top input {
    background: none;
    border: none;
    line-height: 42px;
    width: 88%;
    padding: 0 2% 0 30px; }
.search-top.tansuo{
	
	 margin: 5px 50px;
}
/*有返回时搜索缩进*/
.search_indentation {
  margin-left: 8.4rem; }

/*城市选择搜索缩进*/
.search_city {
  margin-left: 7rem; }

/*搜索页面缩进*/
.search_page {
  margin-left: 1.5rem;
  margin-right: 5rem; }

.tit {
  padding: 10px 15px;
  border-top: 1px solid #e5e5e5; }
  .tit p {
    padding-top: 10px;
    line-height: 25px;
    color: #999;
    letter-spacing: 1px;
    text-align: justify; }

.quality {
  height: 35px;
  line-height: 35px; }
  .quality ul li {
    width: 25%; }

.standards {
  padding: 10px 15px; }
  .standards .standards-info {
    min-height: 135px;
    width: 100%;
    white-space: nowrap; }
    .standards .standards-info ul {
      width: 100%;
      height: 100%;
      white-space: nowrap;
      overflow-y: hidden;
      overflow-x: auto; }
      .standards .standards-info ul li {
        width: 36%;
        height: 100%;
        position: relative;
        white-space: normal; }
        .standards .standards-info ul li img {
          display: inline-block;
          width: 100px;
          height: auto; }

.items {
  padding: 10px 15px;
  margin-top: 5px; }
  .items h3 {
    line-height: 35px;
    font-size: 14px; }
  .items .items-txt {
    font-size: 14px;
    line-height: 25px;
    color: #858585; }

.items-np {
  margin-top: 5px; }
  .items-np h3 {
    padding: 10px 15px;
    line-height: 35px;
    font-size: 14px; }

.items-lists {
  padding-top: 5px; }
  .items-lists li {
    width: 50%;
    padding-bottom: 10px; }
    .items-lists li .items-tit {
      padding: 5px 10px 0; }
    .items-lists li .items-lists-info {
      margin: 0 5px;
      display: block;
      position: relative; }
      .items-lists li .items-lists-info p {
        line-height: 25px; }
      .items-lists li .items-lists-info .fl-over {
        height: 25px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0; }
        .items-lists li .items-lists-info .fl-over p {
          text-align: center;
          color: #fff;
          position: absolute;
          z-index: 20;
          width: 100%;
          line-height: 25px;
          font-size: 12px; }

/*list页面*/
.side-ifo {
  margin-top: 10px; }

.lists-con ul li {
  width: 94%;
  padding: 10px 0 0;
  margin: 0 3% 10px; }
  .lists-con ul li img {
    width: 100%; }
  .lists-con ul li .lists-tit {
    width: 100%;
    height: 45px;
    line-height: 45px; }
    .lists-con ul li .lists-tit p {
      color: #fff;
      z-index: 99;
      position: absolute;
      padding: 0 5%;
      width: 90%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

/*分类类目页面*/
.ot-menu {width: 100%; }
  .ot-menu ul li,.rt-menu ul li {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    white-space: break-spaces;
    overflow: hidden;
    height: 46px;
     }
    .ot-menu ul li a,.rt-menu ul li a {
      line-height: 45px; }
    .ot-menu ul li.active {
      background-color: #fff;
      margin: 0; }
      .ot-menu ul li.active a,.rt-menu ul li.active a {
        color: #e53f42; }
.rt-menu ul {
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.rt-menu ul li a,.rt-menu ul li{
	margin:2px ;	
}
.menutype {
  padding: 0 5%;
  width: 90%;
  height: 100%;
  overflow-y: auto; }
  .menutype a {
    width: 46%;
    float: left;
    padding: 5px 0;
    text-align: center;
    margin: 0 2%; }
    .menutype a img {
      width: 100%;
      border-radius: 5px; }

.menu-box {
  width: 100%; }
  .menu-box .left-menu {
    position: absolute;
    z-index: 1;
    top: 45px;
    bottom: 50px;
    left: 0;
    width: 30%;
    overflow-y: scroll;
    background: #F6F6F6; }
  .menu-box .right-menu {
    position: absolute;
    z-index: 1;
    top: 45px;
    bottom: 50px;
    left: 30%;
    width: 70%;
    background-color: #fff;
    overflow: hidden; }

/*表单提交*/
.inform {
  font-size: 14px; }
  .inform .form-tit {
    line-height: 45px;
    height: 45px;
    margin: 0 15px; }
  .inform ul li {
    line-height: 45px;
    height: 45px;
    padding: 0 15px;
    border-bottom: 1px solid #f2f2f2; }
    .inform ul li .form-con {
      padding-left: 80px; }
      .inform ul li .form-con span {
        margin-left: -80px; }
      .inform ul li .form-con input, .inform ul li .form-con select {
        border: none;
        background: none;
        width: 100%;
        line-height: 45px;
        height: 45px; }
  .inform dl {
    margin-bottom: 10px; }
    .inform dl dt {
      line-height: 55px;
      height: 45px;
      padding: 0 15px;
      border-bottom: 1px solid #e5e5e5; }
    .inform dl dd {
      background: #fff;
      padding: 5px 15px;
      border-bottom: 1px solid #e5e5e5; }
      .inform dl dd .form-dd {
        margin-left: 15px; }
        .inform dl dd .form-dd em {
          color: #e53f42;
          margin-left: 15px; }
        .inform dl dd .form-dd a {
          padding: 10px 0; }
        .inform dl dd .form-dd input {
          line-height: 30px;
          height: 30px;
          border: 1px solid #e5e5e5;
          border-radius: 5px;
          padding: 0 5%;
          width: 90%; }
  .inform .form-text {
    padding: 10px 15px; }
    .inform .form-text textarea {
      width: 90%;
      padding: 10px 5%;
      min-height: 80px;
      border: 1px solid #e5e5e5;
      border-radius: 5px;
      background: none; }
  .inform .upload {
    padding: 10px 15px; }
  .inform .inform-con {
    padding: 15px 15px 15px 120px;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5; }
    .inform .inform-con .img-info {
      margin-left: -105px;
      width: 90px;
      height: 70px;
      overflow: hidden;
      box-sizing: border-box; }
      .inform .inform-con .img-info img {
        width: 100%;
        overflow: hidden; }
    .inform .inform-con .inform-tit h3 {
      font-size: 16px; }
    .inform .inform-con .inform-tit p {
      margin-top: 5px;
      color: #999; }
      .inform .inform-con .inform-tit p b {
        margin-left: 15px; }
  .inform .inform-order {
    text-align: right;
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #e5e5e5;
    margin-right: 15px; }
    .inform .inform-order span {
      margin-right: 5px; }
    .inform .inform-order b {
      color: #e53f42; }
    .inform .inform-order em {
      color: #999; }

.submit {
  margin: 15px; }
  .submit a {
    height: 45px;
    line-height: 45px;
    display: block;
    border-radius: 5px;
    text-align: center; }
  .submit input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: block;
    border: none;
    border-radius: 5px;
    text-align: center; }

.tips {
  width: 50%;
  line-height: 25px;
  margin: 30px auto;
  text-align: center;
  color: #999; }

.upload-img {
  width: 50%;
  height: 150px;
  margin: 10px 25%;
  border: 1px solid #e5e5e5;
  border-radius: 5%; }
  .upload-img input {
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -30px; }

/*搜素结果页*/
.history-list {
  padding: 0 20px 10px; }
  .history-list dt {
    line-height: 45px; }
  .history-list dd {
    line-height: 30px; }
    .history-list dd a {
      width: 90%; }
    .history-list dd em {
      width: 10%;
      text-align: right; }

.screen-list {
  padding: 20px;
  border-top: 1px dashed #e5e5e5; }
  .screen-list dl dt {
    font-size: 16px;
    margin-bottom: 15px; }
  .screen-list dl dd {
    margin: 0 10px 10px 0;
    border: 1px solid #e5e5e5; }
    .screen-list dl dd a {
      line-height: 35px;
      padding: 0 25px;
      display: block; }

/*wode*/
.bg-user {
  width: 100%;
  height: 156px; }

.user-info {
  padding-left: 90px;
  height: 100%; }
  .user-info .user-photo {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    left: 5%;
    top: 50%;
    margin-top: -40px; }
  .user-info .user-name {
    top: 40px;
    padding-left: 25px; }
    .user-info .user-name p {
      margin-top: 5px; }
  .user-info .ewm-ico {
    right: 5%;
    top: 50%;
    margin-top: -20px; }

.user-inform dl {
  margin-bottom: 5px; }
  .user-inform dl dd {
    padding: 15px 15px 15px 0;
    margin: 0 0 0 15px;
    border-top: 1px solid #f2f2f2; }
    .user-inform dl dd:first-child {
      padding-right: 10px;
      border-top: none; }
    .user-inform dl dd ul {
      display: flex;
      display: -webkit-flex;
      flex-wrap: nowrap;
      justify-content: space-around; }
      .user-inform dl dd ul li {
        flex-grow: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-basis: 25%;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        text-align: center; }
.user-inform .code-tit {
  margin-top: 20px; }
.user-inform .code-bg {
  margin: 0 10px 0 10px;
  padding: 15px; }
  .user-inform .code-bg p {
    line-height: 25px; }
.user-inform .user-mess {
  margin-top: 5px; }
.user-inform .sm-users {
  width: 32px;
  height: 32px;
  border-radius: 50%; }

/*新闻页面*/
.news-nav {
  left: 0;
  top: 44px;
  width: 100%;
  z-index: 20;
  background: #fff;
  height: 36px; }
  .news-nav ul {
   padding: 2px 4px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    height: 35px;
    line-height: 35px; }
    .news-nav ul li {
      display: inline-block;
      padding: 0 4px;
      text-align: center;
      background: #fff; }
      .news-nav ul li.active {
        border-bottom: 2px solid #e53f42; }
        .news-nav ul li.active a {
          color: #e53f42; }

.news .news-info {
  background: #fff; }
  .news .news-info .news-item {
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
    /*视频*/ }
    .news .news-info .news-item .item-info {
      width: 65%; }
      .news .news-info .news-item .item-info h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        display: -webkit-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        padding-right: 5px; }
    .news .news-info .news-item .item-img {
      width: 35%;
      overflow: hidden;
      position: relative;
      height: 85px; }
      .news .news-info .news-item .item-img img {
        width: 100%; }
    .news .news-info .news-item .video-mask {
      position: relative;
      width: 100%;
      min-height: 200px; }
      .news .news-info .news-item .video-mask img {
        height: 100%;
        display: block; }
      .news .news-info .news-item .video-mask .video-tit {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40%;
        z-index: 9;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent); }
        .news .news-info .news-item .video-mask .video-tit h3 {
          color: #fff;
          font-size: 14px;
          padding: 10px 15px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -moz-box;
          display: -webkit-box;
          display: box;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          -webkit-line-clamp: 4;
          -moz-line-clamp: 4; }
   .news-info .news-item p {
   		color: #777777;
   }
  .news .news-info .news-items {
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5; }
    .news .news-info .news-items h3 ,.news .news-info .news-item h3 {
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      height: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      display: -webkit-box;
      display: box;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-line-clamp: 2;
      -moz-line-clamp: 2; }
      .news .news-info .news-items  .item-info h3 .values{
	font-size: 14px;
    color: #666;
	}
      .news .news-info .news-item .item-info h4 {
      	font-size: 16px;
    	font-weight: 500;
    	color: #4d4d4d;
      }
      .news .news-info .news-items  .item-info .loc{
      	font-size:14px;
      	color:#999;
      }
      .news .news-info .news-items  .item-info .loc a{
      color:#999;
      }
    .news .news-info .news-items .item-img {
      height: 120px;
      overflow: hidden;
       }
      .news .news-info .news-items .item-img ul {
        display: -moz-box;
        display: -webkit-box;
        display: box;
        display: -webkit-box;
        padding: 5px 0; }
        .news .news-info .news-items .item-img ul li {
          -moz-box-flex: 1;
          -webkit-box-flex: 1;
          box-flex: 1; }
      .news .news-info .news-items .item-img img {
        width: 98%;}
  .news .news-info time {
    font-size: 12px;
    color: #999; }
.news .news-items .product-title{
	display: flex;
    align-items: center;
}
.news .news-items .product-title>div{
	min-width: 80px;
    padding-right: 8px;
    width: 35%;
}
.news .news-items .lemma-image{
		width: 100%;
}

.news .news-items .recipe .product{

display:flex;line-height:30px;text-align:center;align-items: center;
margin-bottom: 4px;
}

.news .news-items .recipe .product p{
	display: flex;
    flex-wrap: wrap;
    line-height: 20px;
    align-items: center;
}
.news .news-items .recipe .product p>span{
	margin:2px;
}

.news .news-items .recipe .r-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}
.news .news-items .recipe  .product-title{
	display: flex;
    line-height: 30px;
    align-items: center;
    flex-direction: column;
    padding-right: 10px;
    min-width:80px;
    font-size: 14px;
    width:25%;
}
.news  .master-list {
    padding: 0 15px 0 100px;
    position: relative;
    min-height: 96px
}

.news  .master-list .master-pic {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 80px;
    overflow: hidden
}

.news  .master-list .master-info {
    float: left
}

.news  .master-list .master-info .nr3 span {
    margin-right: 10px;
    padding: 0 3px;
    border: 1px solid #eee;
    font-size: 12px;
    color: #999;
}

.news  .master-list .master-info .nr1 {
    clear: both;
    content: " "
}

.news  .master-list .master-info .nr1 h2 {
    font-weight: normal
}

.news  .master-list .master-info .nr1 .list-comment {
    font-size: 14px;
    float: left
}

.news  .master-list .fwfw {
    padding: 0;
    clear: both;
    content: " "
}

.news  .master-list .fwfw .fw-title {
    float: left;
    color: #999
}

.news .master-list .fwfw .fw-info {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;
    color: #999
}

.news .master-list .addr{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
}
.min_avator_mobile {
    width: 80px;
    height: 80px;
    background: url(../../../../img/avatar-mobile-min.png) 0 0 no-repeat;
    background-size: contain
}
.ask_avator_mobile{
	width: 80px;
    height: 90px;
    background: url(../../../../img/robot.png) -398px -83px no-repeat;
    background-size: 464px;
}
.info-note-footer{
	margin-top: 8px;
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--theme-gray-800, rgba(51, 51, 51, .8));
    z-index: 2;
}
.info-note-user{
	flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    position: relative;
}
.info-note-user::before{
	content: "";
    position: absolute;
    top: -4PX;
    bottom: -4PX;
    left: -4PX;
    right: -4PX;
}
.info-img-container{
	width: 20px;
	margin-right: 6px;
	display: inline-block;
	osition: relative;
    border-radius: 1000PX;
    color: var(--theme-gray-100, rgba(51, 51, 51, .1));
    background-color: currentColor;
    box-shadow: 0 0 1PX hsla(0, 0%, 80%, .1);
    vertical-align: middle;
}
.info-img-placeholder{
padding-top: 100%;
display: block;
}
.info-img-box{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.note-img{
	object-fit: cover;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border-style: none;
}
.note-user-name{
	flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    margin-left:2px;
}
.note-avatar{
	position: relative;
    border-radius: 1000PX;
    color: var(--theme-gray-100, rgba(51, 51, 51, .1));
    background-color: currentColor;
    box-shadow: 0 0 1PX hsla(0, 0%, 80%, .1);
    display: inline-block;
    vertical-align: middle;
    margin-right:2px;
}
.info-note-like{
margin-left: 8px;
position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
}
.info-note-like-icons{
	width: 16px;
    height: 16px;
    margin-right: 2px;
    position: relative;
    transform-origin: center center;
    color: var(--theme-gray-600, rgba(51, 51, 51, .6));
}
.info-note-like-icon{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    fill: currentColor;
}
.info-note-like-text{
	position: relative;
    top: 1PX;
    font-weight: 400;
}
.news .news-info .news-items  .item-info{
	margin-bottom:10px;
}

.ui-refresh-wrapper {
  line-height: 35px;
  color: #b5b5b5; }

/*address*/
.address ul li {
  border-bottom: 5px solid #e5e5e5; }
  .address ul li .address-info {
    padding: 10px 15px;
    border-bottom: 1px solid #f7f7f7; }
    .address ul li .address-info .info-p {
      padding-right: 50px;
      width: 50%; }
    .address ul li .address-info p {
      line-height: 28px; }
      .address ul li .address-info p span {
        margin-right: 15px; }
      .address ul li .address-info p:last-child {
        margin-bottom: 0; }
  .address ul li .address-btn {
    padding: 0 15px;
    height: 45px; }
    .address ul li .address-btn a {
      margin-top: 12px; }
      .address ul li .address-btn a span {
        margin-top: 2px; }
      .address ul li .address-btn a:last-child {
        margin-right: 15px; }
  .address ul li.actived {
    border-left: 2px solid #E53F42; }
  .address ul li .revised {
    right: 20px;
    top: 15px; }
    .address ul li .revised span {
      margin-top: 2px; }
.address .submit-address li {
  border-bottom: none; }
  .address .submit-address li .address-info {
    padding: 10px 20px 10px 50px; }
  .address .submit-address li .round-gray {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    text-align: center;
    line-height: 28px;
    left: 11px;
    top: 50%;
    margin-top: -14px; }
  .address .submit-address li .icon-arrow-r {
    right: 5px;
    top: 50%;
    margin-top: -10px; }

.address2 ul li .address-info {
  padding-left: 50px;
  position: relative; }
  .address2 ul li .address-info .address-on {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px; }

/*buycar*/
.buycar-lists li {
  margin-top: 5px; }

.gift-info {
  padding: 10px 40px 10px 45px;
  border-bottom: 1px solid #eee; }
  .gift-info b {
    margin-top: 2px;
    border: 1px solid #ff6900;
    color: #ff6900;
    padding: 0 5px;
    border-radius: 5px;
    position: absolute;
    left: 45px; }
  .gift-info span {
    margin-left: 40px;
    width: 85%; }
  .gift-info i {
    position: absolute;
    right: 15px; }

.buycar-info {
  padding: 10px 20px 10px 45px; }
  .buycar-info .buycar-item {
    position: relative; }
    .buycar-info .buycar-item img {
      width: 80px; }
    .buycar-info .buycar-item .buycar-item-info {
      padding-left: 90px; }
      .buycar-info .buycar-item .buycar-item-info h3 {
        height: 30px;
        line-height: 30px; }
    .buycar-info .buycar-item .buycar-edited .format {
      height: 25px; }
      .buycar-info .buycar-item .buycar-edited .format span {
        color: #949494;
        margin-top: 1px; }
    .buycar-info .buycar-item .buycar-edited .small-quantity {
      margin-right: 5px;
      margin-top: 10px; }

.checkbox {
  top: 50%;
  margin-top: -10px;
  left: 10px;
  border: none;
  float: left;
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/check.png) no-repeat;
  background-size: contain;
  position: absolute; }

.checkinput {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0; }

.check {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/check.png) no-repeat;
  background-size: contain; }

.checked {
  width: 20px;
  height: 20px;
  background: url(../../../img/dacaoxiaoxian/checked.png) no-repeat;
  background-size: contain; }

.m-billing {
  height: 55px;
  line-height: 55px;
  width: 100%;
  bottom: 56px;
  left: 0; }
  .m-billing .checkbox {
    left: 10px;
    top: 50%;
    margin-top: -10px; }
  .m-billing .billing-txt {
    margin-left: 45px; }
  .m-billing .billing-price {
    position: absolute;
    right: 160px;
    top: 0; }
  .m-billing .billing-btn {
    width: 150px;
    position: absolute;
    right: 0;
    text-align: center;
    color: #fff; }

.m-total {
  padding: 10px 0;
  width: 100%;
  bottom: 55px;
  left: 0; }
  .m-total p span {
    width: 100px;
    text-align: right; }
  .m-total p b {
    width: 80px; }

.notify {
  z-index: 10000;
  position: fixed;
  max-width: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  border-radius: 5px;
  background: #000;
  text-align: center; }
  .notify .j-text {
    color: #fff;
    font-size: 14px;
    padding: 10px 15px; }

.Blists li:first-child {
  margin-top: 0; }
.Blists .Blists-info {
  padding: 10px 40px 10px 20px; }
  .Blists .Blists-info .Blists-pic {
    position: relative;
    height: 70px;
    overflow: hidden;
    top: 6px; }
    .Blists .Blists-info .Blists-pic img {
      width: 80px; }
  .Blists .Blists-info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1; }
  .Blists .Blists-info .pris {
    margin-top: 5px; }
    .Blists .Blists-info .pris s {
      margin-left: 10px; }
  .Blists .Blists-info .add-edited .small-quantity {
    margin-top: 0; }
.Blists .B-num {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding-left: 90px;
  z-index: 80; }
.Blists .comment-info {
  margin-top: 10px; }

.yf-info {
  padding: 10px;
  background-color: #fff0d9;
  color: #ff9501; }

/*b端详情*/
.pic-item .pic-info {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 1px;
  -webkit-column-gap: 1px;
  column-gap: 1px; }
  .pic-item .pic-info ul li {
    margin-bottom: 1px;
    cursor: pointer; }
    .pic-item .pic-info ul li img {
      width: 100%; }
.pic-item h3 {
  padding: 10px 0 0;
  text-align: center; }
.pic-item .pic-tit {
  margin: 10px 15px;
  padding: 10px;
  border-radius: 5px; }
  .pic-item .pic-tit p {
    line-height: 35px; }

.prize-item {
  padding: 0 15px;
  margin: 5px 0; }
  .prize-item ul li {
    padding: 10px 150px 10px 0;
    border-bottom: 1px dashed #f2f2f2;
    font-size: 14px; }
    .prize-item ul li .prize-con span {
      color: #999;
      font-size: 12px;
      margin-right: 5px; }
    .prize-item ul li .num {
      right: 5px;
      top: 15px;
      z-index: 80; }

.detail-item {
  padding: 0 15px;
  margin: 5px 0; }
  .detail-item h3 {
    height: 35px;
    line-height: 35px; }
  .detail-item .explain-item {
    padding: 5px; }
    .detail-item .explain-item span {
      color: #999; }
    .detail-item .explain-item p {
      line-height: 35px; }

.detail-item-con li {
  padding: 10px 0 10px 55px;
  border-bottom: 1px dashed #f5f2f2;
  font-size: 13px;
  min-height: 20px; }
  .detail-item-con li span {
    color: #999;
    position: absolute;
    left: 0; }
  .detail-item-con li:last-child {
    border-bottom: none; }

.service-btn ul li a span b {
  margin-top: 2px; }

.fl-shortbg {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: fixed;
  bottom: 55px; }

.fl-sbg {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  z-index: 999; }

/*b端list*/
.navtab {
  height: 40px;
  line-height: 26px;
  position: fixed;
  width: 100%;
  top: 44px;
  left: 0;
  z-index: 99;
  white-space: nowrap; }
  .navtab ul {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    font-size: 0; }
    .navtab ul li {
      margin: 7px 0;
      border-right: 1px solid #f2f2f2;
      display: inline-block; }
      .navtab ul li a {
        font-size: 14px;
        padding: 0 20px;
        height: 30px;
        display: block; }
        .navtab ul li a.active {
          border-bottom: 2px solid #E53F42; }
          .navtab ul li a.active a {
            color: #E53F42; }
  .navtab dl {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: space-around; }
    .navtab dl dd {
      line-height: 40px;
      flex-grow: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-basis: 25%;
      -webkit-flex-basis: 25%;
      -moz-flex-basis: 25%;
      text-align: center; }
      .navtab dl dd.active {
        border-bottom: 2px solid #E53F42;
        color: #E53F42; }
  .navtab .sear-tab {
    margin: 0 15px 5px 15px; }

.endcar {
  width: 100%;
  position: fixed;
  bottom: 55px;
  left: 0;
  height: 45px;
  line-height: 45px;
  z-index: 100; }
  .endcar .step-btn {
    padding: 0 30px;
    color: #fff;
    margin-left: 10px; }
  .endcar .cartcount {
    padding: 0 15px;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    color: #E53F42;
    left: 60px; }

/*订单*/
.order-lists ul li {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 5px; }
  .order-lists ul li .order-info {
    border-bottom: 1px solid #f2f2f2; }
    .order-lists ul li .order-info:last-child {
      border-bottom: none; }
  .order-lists ul li:last-child {
    margin-bottom: 0; }
.order-lists p {
  padding: 10px 15px 10px 0;
  margin-left: 15px;
  border-bottom: 1px solid #f2f2f2; }
  .order-lists p a {
    margin-right: 5px; }
  .order-lists p:last-child {
    border-bottom: none; }
.order-lists .order-item {
  padding: 10px 15px 10px 0;
  margin-left: 15px;
  border-bottom: 1px solid #f2f2f2; }
  .order-lists .order-item p a {
    margin-right: 5px; }
  .order-lists .order-item a {
    height: 70px;
    position: relative;
    overflow: hidden; }
    .order-lists .order-item a img {
      width: 70px;
      margin-right: 10px; }
  .order-lists .order-item span {
    margin-top: 15px; }
  .order-lists .order-item .order-tit {
    margin-left: 80px;
    padding: 0; }
    .order-lists .order-item .order-tit b {
      color: #999; }

.order-gap {
  padding: 10px 15px 10px 0;
  margin-left: 15px; }
  .order-gap li a {
    height: 25px;
    margin-right: 5px; }
    .order-gap li a:last-child {
      margin-left: 5px; }
  .order-gap p .totals {
    width: 70px; }

.deletes {
  margin: 20px 15px 0 0; }

.order-total ul li p {
  position: relative;
  padding-left: 85px;
  line-height: 30px; }
  .order-total ul li p span {
    position: absolute;
    left: 15px; }

.special-info {
  padding: 0 15px 10px; }
  .special-info h3 {
    line-height: 45px; }
  .special-info p {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 14px; }

.group-a {
  margin: 0 2px;
  padding-bottom: 10px; }

.group-info {
  margin: 0 5px; }
  .group-info p {
    line-height: 25px; }
    .group-info p em {
      margin-right: 10px; }
    .group-info p:last-child {
      margin-top: 10px; }

.lines {
  height: 30px;
  border-bottom: 1px solid #d0d0d0;
  margin: 0 20px 30px; }
  .lines .line-tit {
    left: 50%;
    margin-left: -74px;
    top: 20px;
    background-color: #f7f7f7;
    padding: 0 15px; }

.ad-lists ul li {
  padding: 0 15px; }
  .ad-lists ul li p {
    padding: 10px 0; }

.short-bg {
  height: 30px;
  line-height: 30px; }

/*detail---质量保障浮层*/
.quality-con li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5; }
  .quality-con li div i {
    margin-top: 2px; }
  .quality-con li p {
    line-height: 20px; 
   	line-height: 28px;
    letter-spacing: 1px;
    }

.log-top {
  padding: 10px 15px 10px 80px; }
  .log-top img {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px; }

.log-info {
  margin-top: 50px; }
  .log-info ul li {
    padding: 0 15px 10px 50px;
    height: 60px; }
    .log-info ul li p {
      font-size: 14px; }
    .log-info ul li time {
      position: absolute;
      top: -20px;
      left: 50px; }
    .log-info ul li .line {
      height: 70px;
      width: 1px;
      background: #ccc;
      left: 25px;
      top: 5px; }
    .log-info ul li .circle {
      width: 10px;
      height: 10px;
      border-radius: 10px;
      left: 20px;
      top: 5px; }
    .log-info ul li:last-child .line {
      display: none; }

.success-gap {
  padding: 30px 0; }
  .success-gap h2 {
    margin-top: 10px;
    font-size: 26px;
    font-weight: bold; }
  .success-gap .succ-info {
    margin: 25px 15px;
    text-align: left;
    font-size: 15px; }

.detaitab {
  line-height: 50px;
  height: 50px;
  text-align: center;
  background: #fff;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-gap: 1px;
  -webkit-column-gap: 1px;
  column-gap: 1px;
  border-bottom: 1px solid #e5e5e5; }
  .detaitab ul li a {
    display: block;
    font-size: 15px; }

.anchor {
  height: 45px; }
  .anchor .lines {
    position: absolute;
    top: -8px;
    width: 80%;
    margin: 0 10%; }
  .anchor .anchor-info {
    background-color: #f4f4f4;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px; }

.ad-item {
  margin-top: 5px;
  padding: 0 15px 10px; }
  .ad-item h3 {
    line-height: 45px; }
  .ad-item p {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 14px; }

.ad-part {
  padding: 10px; }

.pri-content {
  background-color: #FDF9F6; }
  .pri-content .pri-part {
    width: 80%;
    margin: 20px 10%;
    min-height: 100px;
    box-shadow: 0 0 20px 2px #888;
    -webkit-box-shadow: 0 0 20px 2px #888;
    -moz-box-shadow: 0 0 20px 2px #888; }
    .pri-content .pri-part h3 {
      padding: 10px 0; }
    .pri-content .pri-part p {
      padding: 0 10px 20px; }

.menu-items {
  min-height: 80px;
  display: block; }

.menu-info p:first-child {
  padding-top: 5px; }
.menu-info .foods {
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 6px; }
.menu-info .comment-stars {
  padding-top: 6px; }

.more-info {
  padding: 20px 0;
  text-align: center; }
  .more-info a {
    padding: 5px 20px;
    border-radius: 50px; }

.comments-item li {
  padding: 10px 15px 10px;
  margin-bottom: 5px; }
  .comments-item li .m-comment .lefts-info {
    padding-left: 45px;
    position: relative; }
    .comments-item li .m-comment .lefts-info .avatar {
      width: 40px;
      height: 40px;
      border-radius: 100%;
      position: absolute;
      left: 0; }
  .comments-item li .m-comment .comment-stars {
    margin-top: 12px; }
  .comments-item li .comment-info {
    padding-top: 10px;
    padding-left: 45px; }
    .comments-item li .comment-info .eximgs li {
      width: 28%;
      padding: 10px 10px 0 0; }
      .comments-item li .comment-info .eximgs li img {
        width: 100%; }
    .comments-item li .comment-info .reply {
      position: relative;
      margin-top: 5px;
      background-color: #ffeeee;
      padding: 8px;
      font-size: 13px;
      border-radius: 5px; }
    .comments-item li .comment-info .reply::before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: -10px;
      left: 8%;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent #ffeeee; }

.comments-label {
  padding: 10px 15px; }
  .comments-label a {
    margin: 0 10px 8px 0;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 12px;
    background: #FFE7E6; }
    .comments-label a.curr {
      background-color: #E53F42;
      color: #fff; }

.ask-item li {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 5px solid #f5f5f5; }
  .ask-item li:first-child {
    border-top: 0; }
  .ask-item li p {
    line-height: 25px; }
  .ask-item li .ask-tit {
    padding-bottom: 10px;
    padding-left: 25px;
    position: relative; }
  .ask-item li .ask-ico, .ask-item li .answer-ico {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px; }
  .ask-item li .answer-info {
    padding-left: 25px;
    position: relative; }
    .ask-item li .answer-info span:last-child {
      color: #888; }
.ask-item ul.eximgs li {
  width: 28%;
  padding: 10px 10px 0 0;
  border: none; }
  .ask-item ul.eximgs li img {
    width: 100%; }

/* 发布评论 */
.com-ifo {
  padding: 10px 0 0;
  border-bottom: 5px solid #f5f5f5; }
  .com-ifo div {
    padding: 0 20px; }
  .com-ifo .comment-stars i {
    padding-left: 10px; }
  .com-ifo .addpic {
    padding: 10px;
    border: 1px solid #e5e5e5;
    bottom: 0;
    left: 20px; }
    .com-ifo .addpic .camera {
      margin-left: 8px; }
  .com-ifo .listimgs {
    position: absolute;
    left: 70px;
    bottom: 6px; }
    .com-ifo .listimgs p {
      width: 60px;
      height: 60px;
      margin-left: 10px; }
      .com-ifo .listimgs p img {
        width: 100%;
        height: 100%; }

.com-part {
  margin: 10px 0;
  padding: 10px;
  min-height: 150px;
  border-top: 1px solid #f5f5f5;
  border-radius: 5px; }
  .com-part textarea {
    padding: 10px 0;
    width: 100%;
    min-height: 150px;
    display: block;
    background: none;
    border: none; }

/*问答部分*/
.b-nav {
  height: 50px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #E53F42; }
  .b-nav .b-nav-con a {
    font-size: 16px;
    margin-top: 15px; }

.wd-text {
  min-height: 150px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 15px; }
  .wd-text textarea {
    width: 100%;
    min-height: 150px;
    background: none;
    border: none; }

/*菜谱*/
.menu-lists li {
  background-color: #fff;
  margin-bottom: 5px; }
  .menu-lists li:last-child {
    margin-bottom: 0; }
  .menu-lists li .menu-con {
    padding-left: 140px;
    min-height: 140px;
    position: relative; }
    .menu-lists li .menu-con .menu-pic {
      width: 120px;
      height: 120px;
      position: absolute;
      left: 10px;
      top: 10px; }
      .menu-lists li .menu-con .menu-pic img {
        width: 100%;
        height: 100%; }
    .menu-lists li .menu-con .menu-text {
      padding: 10px 10px 0 0; }
      .menu-lists li .menu-con .menu-text p {
        padding-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -moz-box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        line-height: 25px; }
      .menu-lists li .menu-con .menu-text .comment-stars {
        padding-top: 5px; }
        .menu-lists li .menu-con .menu-text .comment-stars i {
          margin-top: 2px;
          margin-right: 3px; }

.cp-top .cp-tit {
  padding: 15px 20px 20px;
  background-color: #fff4d6; }
  .cp-top .cp-tit h2 {
    line-height: 45px; }
.cp-top .comment-stars {
  padding: 15px 20px; }
  .cp-top .comment-stars i {
    margin-left: 10px; }
.cp-top .cp-td {
  padding: 0 20px 10px 90px;
  position: relative; }
  .cp-top .cp-td span {
    position: absolute;
    left: 20px;
    top: 2px; }
  .cp-top .cp-td p {
    line-height: 25px; }

.cp-sc .sc-item {
  padding: 8px 0 0; }
  .cp-sc .sc-item h2 {
    font-size: 18px;
    padding: 0 20px; }
  .cp-sc .sc-item p {
    line-height: 28px;
    font-size: 16px;
    padding: 8px 20px 0; }
  .cp-sc .sc-item .stepitem {
    padding: 8px 20px 20px;
    border-bottom: 5px solid #f5f5f5; }
    .cp-sc .sc-item .stepitem .step-tit {
      height: 44px;
      line-height: 44px;
      color: #333;
      font-size: 18px; }
    .cp-sc .sc-item .stepitem dd {
      padding: 0; }
      .cp-sc .sc-item .stepitem dd img {
        width: 100%;
        margin: 10px 0; }
.cp-sc .cp-ts {
  background-color: #FFDCDC;
  border: 1px solid #FFA9A9;
  border-radius: 20px;
  min-height: 100px;
  width: 90%;
  margin: 10px 5%;
  padding-bottom: 10px; }
  .cp-sc .cp-ts p {
    padding: 10px 20px 0; }

.ys-inform {
  position: relative;
  height: 246px;
  padding: 10px 0; }
  .ys-inform h3 {
    font-weight: bold;
    position: absolute;
    font-size: 18px;
    left: 50%;
    margin-left: -58px;
    top: 50%;
    margin-top: -18px; }

.ys-box {
  width: 248.5px;
  padding: 0 0 20px;
  position: absolute;
  left: 50%;
  margin-left: -122px; }
  .ys-box .ys-bg {
    width: 100px;
    height: 100px;
    border: 1px solid #e5e5e5;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: #fff;
    border-radius: 15px; }
  .ys-box .ys-1 {
    background-color: #df9bff; }
  .ys-box .ys-2 {
    background-color: #ea6a79;
    margin-left: 30px; }
  .ys-box .ys-3 {
    background-color: #ea6a79;
    margin-top: 30px; }
  .ys-box .ys-4 {
    background-color: #df9bff;
    margin-left: 30px;
    margin-top: 30px; }
  .ys-box .ys-info {
    text-align: center;
    width: 80px;
    height: 80px;
    padding-top: 30px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-left: 15px; }

.sa-user {
  padding: 10px 0; }
  .sa-user .user-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%; }

.detail-tips {
  background-color: #5f5f5f;
  border-radius: 15px;
  min-height: 40px;
  border: 1px solid #bb2d2c;
  color: #fff;
  padding: 30px 20px 10px;
  margin: 20px 5% 8px; }
  .detail-tips .tips-tit {
    height: 35px;
    line-height: 35px;
    width: 120px;
    background-color: #bb2d2c;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: -15px; }
  .detail-tips .tips-content p {
    letter-spacing: 1px;
    text-align: justify; }
.arrow-down{
   width: 16px;
    height: 16px;
    background: url("../../../img/back_d_50.png") no-repeat;
    display: inline-block;
    background-size: cover;
}
.arrow-up{
	 -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.height-auto{
	height:auto !important;
}
.info-more{
	position: absolute;
    right: 6px;
    bottom: 6px;
}

.textarea {
    white-space: pre-line;
    line-height:24px;
}
span.rank{
	line-height: 22px;
    margin: 4px;
    display: inline-block;
    font-size:17px;
}
span.rank em{
	font-size:14px;
	padding-right:4px;	
}
span.suit,span.rank2,span.rank1,span.rank0 {
        padding: 2px 4px;
        color: #4CAF50;
    }
span.common{
	 padding: 2px 4px;
}

span.flavor2,span.flavor6,span.prop5{
	background: #ffca04;
	color: #000000;
	padding: 2px 4px;
	border-radius: 4px;	
}
span.flavor1,span.flavor7,span.prop3,span.prop10{
	background: #008D50;
	color: #fff;
	padding: 2px 4px;
	border-radius: 4px;	
}
span.flavor4,span.prop4,span.prop7{
	background: #fff;
	color: #000000;
	padding: 2px 4px;
	border-radius: 4px;	
	border:1px solid #000;
}
span.flavor3,span.prop2{
	background: #f80100;
	color: #fff;
	padding: 2px 4px;
	border-radius: 4px;	
}
span.flavor5,span.prop1,span.prop11{
	background: #000000;
	color: #fff;
	padding: 2px 4px;
	border-radius: 4px;	
}
.shop-name label.flavor2,.shop-name label.flavor6,.shop-name label.prop5{
	background: #ffca04;
	color: #000000;
}
.shop-name label.flavor1,.shop-name label.flavor7,.shop-name label.prop3,.shop-name label.prop10{
	background: #008D50;
	color: #fff;
}
.shop-name label.flavor4,.shop-name label.prop4,.shop-name label.prop7{
	background: #fff;
	color: #000000;
	border-radius: 4px;	
	border:1px solid #000;
}
.shop-name label.flavor3,.shop-name label.prop2{
	background: #f80100;
	color: #fff;
}
.shop-name label.flavor5,.shop-name label.prop1,.shop-name label.prop11{
	background: #000000;
	color: #fff;
	
}

span.less {
        padding: 2px 4px;
        color: #2196F3;
    }

span.caution ,span.rank4{
        padding: 2px 4px;
        color: #9C27B0;
    }

span.avoid ,span.rank9{
        padding: 2px 4px;
        color: #F44336;
   }
   span.common-border{
   	 border-radius: 4px;
    border: 1px solid #808080;
   }
 span.suit-border ,span.rank2-border,span.rank1-border,span.rank0-border{
    border-radius: 4px;
    border: 1px solid #4CAF50;
} 
span.less-border {
    border-radius: 4px;
    border: 1px solid #2196F3;
}
span.caution-border,span.rank4-border{
    border-radius: 4px;
    border: 1px solid #9C27B0;
} 
span.avoid-border,span.rank9-border{
    border-radius: 4px;
    border: 1px solid #F44336;
} 
span.constitution-border,span.purpose-border{
    border-radius: 4px;
    border: 1px solid #777777;
} 
span.constitution, span.purpose {
    padding: 2px 4px;
    color: #777777;
}
.question-mark{
	display: inline-block;
	width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    background: url(../../../images/icons/questionmark.png) no-repeat;
    background-size: contain;
}

.pwd-pwd{
	display: inline-block;
	width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    background: url(../../../images/icons/pwd-pwd.png) no-repeat;
    background-size: contain;
}

.pwd-text{
	display: inline-block;
	width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    background: url(../../../images/icons/pwd-text.png) no-repeat;
    background-size: contain;
}

.wrong-ico{
	display: inline-block;
	width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    background: url(../../../images/icons/pwd-text.png) no-repeat;
    background-size: contain;
}
.right-ico{
	display: inline-block;
	width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    background: url(../../../images/icons/right.png) no-repeat;
    background-size: contain;
	
}

.recommend-ico{
	display: inline-block;
	width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    background: url(../../../images/icons/recommend.png) no-repeat;
    background-size: contain;
    background-position:0 2px;
}

.recommended-ico{
	display: inline-block;
	width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    background: url(../../../images/icons/recommended.png) no-repeat;
    background-size: contain;
}

.icon-water {
    background: url(../../../images/icons/water.png) no-repeat;
    background-size: contain;
}
.icon-bowl {
    background: url(../../../images/icons/bowl.png) no-repeat;
    background-size: contain;
}
.icon-rest {
    background: url(../../../images/icons/rest.png) no-repeat;
    background-size: contain;
}
.icon-sport {
    background: url(../../../images/icons/sport.png) no-repeat;
    background-size: contain;
}
.icon-mental {
    background: url(../../../images/icons/mental.png) no-repeat;
    background-size: contain;
}
.icon-ring {
    background: url(../../../images/icons/ring.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.family-link{
	
	color:#5684e9;
}

.footer-swiper{
	margin-top:6px;
	padding-bottom: 50px;
}
.swiper-containers{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.noscroll{
	overflow: hidden;
}
.outer-container::-webkit-scrollbar {
  width: 0; /* 设置滚动条的宽度为0 */
  height:0;
  background-color: transparent; /* 设置滚动条背景为透明 */
}

/* 自定义滚动条轨道样式 */
.outer-container::-webkit-scrollbar-track {
  background-color: transparent; /* 设置滚动条轨道背景为透明 */
}

/* 自定义滚动条滑块样式 */
.outer-container::-webkit-scrollbar-thumb {
  background-color: transparent; /* 设置滚动条滑块背景为透明 */
}


@media screen and (min-width: 320px) {
  .news .news-info .news-items .item-img3 {
    height: 80px;
    overflow: hidden; }

  .order-item .order-tit {
    width: 50%; } }
@media screen and (min-width: 375px) {
  .order-item .order-tit {
    width: 80%; } }
@media screen and (min-width: 414px) {
  .order-item .order-tit {
    width: 80%; } }
/* 针对iOS设备的特殊样式 */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (color-gamut: srgb) {
  select option{
    -webkit-appearance: none; /* 移除默认样式 */
    -moz-appearance: none;    /* 兼容Firefox */
    -o-appearance: none;      /* 兼容Opera */
    appearance: none;         /* 标准语法 */
    color: black;            /* 设置字体颜色 */
    background-color: white;  /* 设置背景颜色 */
    /* 其他需要覆盖的样式 */
  }
}
  
