.col-40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.col-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.col-100 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.22%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 14.22%;
    -ms-flex: 0 0 14.22%;
    flex: 0 0 14.22%;
    max-width: 14.22%;
}
.center-text{
  text-align: center !important;
}
.swiper-pagination{
  text-align: right !important;
  padding-right: 8px;
}
.bar.item-input-inset .item-input-wrapper input{
  border-radius:0px !important;
  border:none;
}
.row{
    margin-left:0px !important;
    margin-right:0px !important;
}
.no-bottom{
    margin-bottom:0px !important;
}
.min-pad{
    padding:6px 10px !important;
}
.no-border{
    border:none !important;
}
.no-data{
  color: #ccc !important;
  font-size: 14px !important;
}
.scroll-content{
  min-height: calc(100% - 86px) !important;
}
.pane, .view{min-width: 300px;max-width: 600px;margin:0 auto;}
.fr{float:right !important;}
.fl{float:left !important;}
.popup-container .popup {border-radius: 6px;}
.popup-body {border-radius: 6px;}
.popup-buttons{padding:0px;}
.popup-buttons .button {margin-right: 0px;}
.has-right-border{border-right: 1px solid #f1f1f1 !important;}
.has-top-border{border-top: 1px solid #f1f1f1 !important;}
.slider {text-align: center;}
/*橙色选项卡*/
.tabs-orange > .tabs, .tabs.tabs-orange {
    border-color: #FE5917;
    background-color: #FE5917;
    background-image: linear-gradient(0deg, #FE5917, #FE5917 50%, transparent 50%);
    color: #fff;
}
.bar.bar-orange button{
    background: #FE5917;
    color: #fff;
}
.bar.bar-orange button.activated{
    border-color: #FE5917;
}
/*橙色头部*/
.bar.bar-orange {
    border-color: #FE5917;
    background-color: #FE5917;
    background-image: linear-gradient(0deg, #FE5917, #FE5917 50%, transparent 50%);
    color: #fff;
}
.bar.bar-grey button{
  background: #F8F8F8;
  color: #727274;
  
}
.car .bar.bar-grey button{
  padding-left: 2px;
}
.bar.bar-grey button.activated{
    border-color: #F8F8F8;
}
.bar.bar-grey .title{
    color:#555757;
}
/*灰色头部*/
.bar.bar-grey {
    border-color: #F8F8F8;
    background-color: #F8F8F8;
    background-image: linear-gradient(0deg, #F8F8F8, #F8F8F8 50%, transparent 50%);
    color: #fff;
}
/*重置tabs-light的颜色为枚红色*/
.tabs-light>.tabs, .tabs.tabs-light {color:#666;}
.tabs-light .tab-item.activated, .tabs-light .tabs-light.tab-item.active, .tabs-light .tab-item.tab-item-active {
    opacity: 1;
    color:#FF2741;
}
input{
    border-radius: none !important;
}
.tabs-icon-bottom.tabs .tab-item, .tabs-icon-bottom>.tabs .tab-item, .tabs-icon-top.tabs .tab-item, .tabs-icon-top>.tabs .tab-item {
    font-size: 10px;
    line-height: 10px;/*由14px转为10px*/
    line-height: 8px;
    padding-top: 4px;
}
.tab-item .icon {
    display: block;
    margin: 0 auto;
    height: 28px;/*由32px转为28px*/
    font-size: 28px;/*由32px转为28px*/
    margin-top: 0px;/*加个margin-top*/
}
.item.activated{
    background-color:#fff;
}
.flex-wrap {
    flex-wrap: wrap;
}
.full-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.no-wrap{/*去掉省略号*/
    overflow: visible !important;
    text-overflow: initial !important;
    white-space: inherit !important;
}
.wrap,.limitline{
     width: 100%; 
     overflow: hidden; 
     text-overflow:ellipsis;  
     display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: normal !important;    
}
.wrap{
    -webkit-line-clamp: 2; 
}
.limitline{
    -webkit-line-clamp: 1; 
}
.no-padding{
    padding:0px !important;
}
/*增加橙色的tab active状态*/
ion-tabs.tabs-color-active-orange .tab-item.tab-item-active, ion-tabs.tabs-color-active-orange .tab-item.active, ion-tabs.tabs-color-active-orange .tab-item.activated {
    color: #E06E43 !important;
    line-height: 8px;
}
/*重置tab激活的样式*/
.tabs-striped.tabs-light .tab-item.tab-item-active, .tabs-striped.tabs-light .tab-item.active, .tabs-striped.tabs-light .tab-item.activated {
    margin-top: 0px;
    color: #ef473a;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #ef473a;
}
/*重置ion-list向右滑动 */
.button.button-orange {
    border-color: transparent;
    background-color: #FF601C;
    color: #fff;
}
/* 重置头部返回的样式 */
._header .bar.bar-stable{
    background:#f8f8f8;
    border-bottom:1px solid #EAEAEA;
}
/*橘红色系,数字越大，颜色越深*/
.bg-orange-1{background-color: #FE5917 !important;color:#fff !important;}
.color-orange-1{color: #FE5917 !important;}
.border-orange-1{border:1px solid #FE5917 !important;}
.bg-red-2{background-color:#fe1825 !important;color:#fff !important;}
.color-red-2{color-color:#fe1825 !important;}

/*********以下是页面样式***************/
/*main.html*/
.main .typecode{
  text-align: center;
  color:#fff;
  width:100%;
}
.main .has-header{
    top:0px;
}
.main .slider-pager{
    bottom: 8px;
    text-align: right;
    padding-right: 10px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/btn_code_right.png) !important;
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/btn_code_left.png) !important;
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 70% !important;
    width: 27px !important;
    height: 20px !important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 20px !important;
    -webkit-background-size: 27px 20px !important;
    background-size: 27px 20px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.main .swiper-slide .item-image{
    border:none;
}
.main .welcome{
    text-align:center;
    font-size:14px;
}
.main .more{
  font-size: 12px;
  color: #888888;
  padding: 2px 10px;
  background: #f3f3f3;
  border-radius: 4px;
  position: absolute;
  right: 16px;
  bottom: 18px;
}
.rj-push-right {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #8c8c8c;
  font-size: 13px; }

.item .rj-list-p {
  font-size: 13px;
  color: #6a6a6a; }

.item.my-popup {
  padding: 15px;
  padding-left: 20px; }

.popup-head {
  padding: 0 !important;
  border-bottom: none !important; }

.popup-body {
  padding: 0px !important;
  overflow: hidden !important; }

.scroll-bar-indicator {
  display: none; }

.item > .rj-sm-red-icon {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FF0000;
  line-height: 18px;
  text-align: center;
  top: 5px;
  left: 40px; }

.item > .rj-sm-red-icon > p {
  color: #FFF;
  font-size: 12px; }

.rj-item-top {
  background-color: #F1F1F1 !important; }

.rj-stable-content {
  background-color: #EEE; }

.bar-footer {
  border-top: 1px solid #EEE !important; }

.bar-footer textarea {
  resize: none;
  height: 21px;
  max-height: 100px; }

.bar-footer .item-input {
  border: none !important;
  border-bottom: 1px solid #EEE !important; }

.rj-footer-btn {
  position: absolute !important;
  bottom: -1px;
  right: 5px; }

.rj-footer-input {
  width: 100%; }

.rj-footer-btn-wrap {
  position: relative;
  height: 100%;
  width: 50px;
  top: 2px; }

.rj-footer-btn-left {
  position: absolute !important;
  bottom: 0; }

.rj-message-wrap {
  padding: 7px;
  overflow: auto;
  position: relative; }

.rj-message-wrap .rj-head-pic,
.rj-message-wrap .rj-head-pic-right {
  max-height: 40px;
  max-width: 40px; }

.rj-message-wrap .rj-head-pic {
  float: left; }

.rj-message-wrap .rj-head-pic-right {
  float: right; }

.rj-message-wrap .rj-message,
.rj-message-wrap .rj-message-right {
  padding: 6px 8px;
  line-height: 26px;
  max-width: 190px;
  border-radius: 5px;
  }

.rj-message-wrap .rj-message {
  float: left;
  margin-left: 16px;
  background-color: #fff; }

.rj-message-wrap .rj-message-right {
  float: right;
  margin-right: 16px;
  background-color: #6BE00B; }

.rj-message-wrap .rj-triangle-left,
.rj-message-wrap .rj-triangle-right {
  display: inline-block;
  width: 0px;
  height: 0px;
  position: absolute;
  border-width: 8px 10px;
  border-style: solid;
  top: 17px; }

.rj-message-wrap .rj-triangle-left {
  left: 47px;
  border-color: transparent #FFF transparent transparent; }

.rj-message-wrap .rj-triangle-right {
  right: 47px;
  border-color: transparent transparent transparent #6BE00B; }

.rj-message-time {
  width: 142px;
  text-align: center;
  margin-bottom: 5px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  }

.rj-footer-btn-wrap .rj-send-button {
  background-color: #1BBB37;
  color: #FFF;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: 3px;
  width: 38px;
  left: 4px; }

.rj-list .list {
  width: 90%;
  margin-left: 10px;
  margin-right: auto;
  margin-top: -1px; }

.rj-list .list .rj-item {
  border: none;
  padding-left: 0px;
  height: 40px;
  }

.rj-contacts-item {
  padding: 0px !important; }

.rj-item .rj-contacts-pic {
  color: white;
  height: 36px;
  width: 36px;
  line-height: 36px;
  float: left;
  font-size: 28px;
  text-align: center; }

.rj-orange-bgc {
  background-color: orange; }

.rj-green-bgc {
  background-color: #63db2a; }

.rj-blue-bgc {
  background-color: #2d31ca; }

.rj-item h2 {
  padding-left: -40px;
  position: absolute;
  margin: auto !important;
  top: 0;
  bottom: 0;
  left: 15px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 14px;
  }

.rj-contacts-pic img {
  width: 36px;
  height: 36px; }

.rj-contacts-index-bar {
  background-color: #F2F2F2;
  padding-left: 20px;
  height: 30px;
  line-height: 40px;
  line-height: 30px;
  font-size: 16px;
  color: #9C9C9C;
  }

.rj-contacts-right-bar {
  position: fixed;
  right: 0;
  width: 20px;
  height: 464px;
  z-index: 2;
  text-align: center;
  font-size: 80%;
  color: #545454;
  top: 48px;
  }

.rj-contacts-right-bar div {
  height: 16px; }

.rj-contacts-middle-bar {
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  font-size: 300%;
  background-color: rgba(0, 0, 0, 0.5); }
  .miao{display:block;}
  /*自定义询问是否更换地址弹出框*/
  .position .popup-title{
        padding: 15px;
        color: #282828;
        font-size: 14px;
        border-radius: 6px;
        text-align: left;
  }
  .position .popup{
    height: 120px;
    border-radius: 6px;
  }
  .position .popup-buttons{
    padding-top:0px;
  }
  .bg_clear{
    background-color: #f1f1f1;
    width: 100%;
    height: 10px;
}
.swiper-pagination2{
    text-align: center;
    position: absolute;
    bottom: -5px !important;
}
.every_offer{
    margin: 0;
    padding: 10px 15px 0px;
    font-size: 20px;
}
.every_offer span{
    line-height: 26px;
}
.offer_productbox{
    padding: 10px;
}
.offer_productbox img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
}
.parameter p{
    text-align: left;
    max-width: 100%;  
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
}

.parameter p:nth-child(2){
    font-size: 11px;
    color: #8c8c8c;
}
.parameter p:nth-child(2) span{
    font-size: 14px;
    color: #FF5B1B;
}
.parameter p:nth-child(3){
    font-size: 14px;
    color: #fff;
    background-color: #FF5B1B;
    padding: 0px 2px;
    border-radius: 4px;
}
.swiper-container2 .swiper-pagination-bullet-active{
    opacity: 1;
    background: #ff5722;
    width: 17px;
    border-radius: 10px;
}
.main .imgbox{
    height: 101px;
    text-align: center;
    line-height: 101px;
}
/*message.html*/
.message .staff{
    display:inline-block;
    font-size:18px;
    margin-bottom:10px;
    color:#787878;
}
.message .info{
    color:#BEBEBE;
}
.message .item-avatar .item-content{
    padding-left: 92px;
    padding-right:10px;
    min-height:90px;
}
.message .item-avatar .item-content > img:first-child{
    max-height:60px;
    max-width:60px;
}
.message .item{
    border-color:#F2F2F2;
}
.message .bar-stable{
    background: #F8F8F8;
}
.message .message_badge{
    position: absolute;
    left: 56px;
    top: 10px;
    padding: 1px 6px 1px 6px;
    background: #F76419;
    border-radius: 100%;
    color: #fff;
}
.message .label{
  font-size: 16px;
  color: #3E4346;
}
.message .msgcontent{
  color: #BDBDBD;
}

/*buyer/classify.html 样式*/
.classify .category1{
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}
.classify .main-category.active{
    background: #F5F5F5;
    color:#E97D4B;
}
.classify .main-category .main-car{
    width: 100%;
    border-bottom:1px solid #F3F3F3;
    padding: 14px 0px;
    display: inline-block;
}
.classify .main-category .main-car.active{
    border-bottom: 3px solid #FD581A;
    padding: 13px 0px;
}
.classify .main-category{
    color:#6D6D6D;
    padding:0px 6px;
    width: 100%;
    text-align: center;
}
.classify .pic{
    padding:6px 8px;
    font-size: 14px;
    display: inline;
}
.classify .pic.active{
    color:#E97D4B;
}
.classify .alert-span{
    background-color: #F3F3F3;
    color: #6a6a6a;
}
.classify .alert-span.active{
    background-color: #fe5919;
    color: #fff;
}
.classify .classify-head{
    background:#f3f3f3;
    position: fixed;
    right:51px;
    z-index: 10;
    height: 50px;
    line-height: 50px;
    top: 125px;
    left:90px;
}
.classify .cat-head{
    padding: 0px;
    margin:0 7px;
    height: 50px;
    line-height: 50px;
    overflow-x: scroll;
    text-overflow: inherit;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
::-webkit-scrollbar {
    display: none;
}
.classify .cat-gg{
    border-radius: 6px;
    max-width: 100%;
    max-height: 100%;
    padding: 2px 7px;
    height: 90px;
    width: 100%;
}

.classify .cat-item{
    background: #fff;
    border-radius: 6px;
    margin: 2px;
    border: 1px solid #E8E8E8;
}
.classify .cat-item .info{
    padding: 0px 6px 6px 6px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.classify .cat-item .img{
    height: 70px;
    padding: 6px 6px 6px 6px;
    position: relative;
    line-height: 70px;
    text-align: center;
}
.classify .cat-list{
    padding: 0px 5px 0px 5px !important;
    margin: 0;
}
.classify .cat-title{
    color: #444444;
    padding:10px 0 10px 5px;
}
.classify .cat-fixDiv{
    background: #f3f3f3;
    position: fixed;
    z-index: 10;
    color: #444444;
    padding: 10px 0 10px 5px;
    top: 173px;
    left: 95px;
    right: 0;
}
.classify .cat-item .price{
    color:#D9D9D9;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.classify .show-more{
    color: #959597;
    width: 50px;
    border-left: 1px solid #F7F7F7;
    position: fixed;
    top: 125px;
    right: 7px;
    z-index: 998;
    display: inline-block;
    background-color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.classify .cat-more{
    border-radius: 6px;
    padding: 0 6px 10px 6px;
    margin: 0px;
    background:#fff;
}
.classify .cat-more ul li{
    padding: 6px 12px;
    display: inline-block;
    border-radius: 4px;
    margin: 4px
}

/*buyer/search.html 样式*/
.search .pic{
    display:inline-block;
    padding:6px 10px;
    border:1px solid #FDB19E;
    border-radius: 6px;
    margin:8px;
    color: #FD6132;
}
.search .distancepic{
  display: inline-block;
  padding: 0px 10px;
  margin: 0px 4px;
}
.search .distancepic.active{
  border-bottom: 2px solid #fe5917;
  color:#fe5917;
}
ion-header-bar.search .tab-item{
    height:40px;
    line-height: 30px;
}
ion-header-bar.search  .tab-item.active{
    line-height:40px;
}
.search .clock{
    color: #FC672A;
    font-size: 20px;
}
.search .item p.pic:last-child {
    margin-bottom: 8px;
}
.search .all,.search .price-filter,.search .filter{
    font-size:16px;
    display: inline-block !important;
}
.searchresult .goods img{
    border-radius: 0px !important;
    border: 1px solid #efefef;
    max-width: 100px;
    max-height: 100px;
    left: 10px;
    /*padding: 4px;*/
    top: 12px;
}
.searchresult .goods .price{
    font-size: 12px;
}
.searchresult .goods{
    padding-left: 120px;
    min-height: 130px;
    margin-top:-2px;
    border-style: solid;
}
.factoryinfo .searchresult .goods{
    padding-left: 120px;
    min-height: 130px;
    margin-top:-2px;
    border-style: solid;
}
.search .cat-gg{
    height: 100px;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}
.search .cat-gg ul{
  overflow: hidden;
  height: 104px;
  overflow: hidden;
}
.search .cat-gg li{
  float: left;
  width: 25%;
}
.search .cat-gg li div{
  margin: 6px;
  color: #FD6130;
  border: 1px solid #FAAB8D;
  border-radius: 10px;
  padding: 6px;
  overflow: hidden;
  font-size: 12px;
  background: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;

}
.search .cat-gg li.active div{
  background: #FE5917;
  color: #fff;
  padding:6px 8px;
}
.searchresult p,.searchresult h3{
    margin-bottom:6px;
    font-weight: normal;
    color:#919191;
}
.searchresult p{
    font-size:12px;
    color:#919191;
}
.big-goods{
}
.big-goods .img{
    height:80px;
    width:100%;
    position:relative;
    text-align: center;
}
.searchresult .com{
    font-size:12px;color:#B5B5B5;
}
.big-goods .big-goods-wrap{
    background: #fff;
    margin:2px;
    border-radius: 2px;
    padding: 10px;
}
.big-searchresult{
    padding-left:2px !important;
    padding-right:2px !important;
    background: #f3f3f3;
}
.big-searchresult .title{
    color:#494949;
    display: inline-block;
    margin-top:10px;
}
.search-filter .head{
    padding: 12px;
    padding-left: 16px;
}
.search-filter .head .cur{
font-size: 14px;
}
.search-filter .head .pic{
    
background: #DBD9DA;
    
color: #353334;
    
font-size: 12px;
    
padding: 2px 6px;
    
border-radius: 4px;
    
border: none;
    
margin: 0px;
}
.search-filter .head .ion-ios-arrow-right{
    
padding: 2px;
    
color: #DADADA;
}
.search-filter .pinpai{
padding: 0px;
}
.search-filter .pinpai .main{
   padding: 12px;
   padding-left: 16px;
   border:none;
}
.search-filter .pinpai .title{
    
font-size: 14px;
    
color: #545454;
}
.search-filter .pinpai .pic{
    background: #F4F4F4;
    color: #AEAEAE;
    border: none;
    margin: 4px 6px;
    padding: 4px 10px;
    font-size: 12px;
    width: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.search-filter .pinpai .pic.active{
  
background: #f18a61;
  
color: #fff;
}
.search-filter .pinpai .icon{
    
font-size: 18px;
    
color: #ACACAC;
}
.search-filter .pinpai .item-list{
    border:none;
    padding: 4px;
    display: inline-block;
    margin-bottom: 10px;
}
.search-filter .price .title{
font-size: 14px;
color: #545454;
}
.search-filter .price input{
    border:1px solid #f3f3f3;
    border-radius: 4px;
    background: #F5F5F5;
    padding-right: 0px;
    padding: 0px;
    height: 28px;
    text-align: center;
    margin: 4px 4px;
    color: #919191;
}
.search-filter .price{
    padding-right: 12px;
}
.searchresult .shop-big .address{
    position: absolute;
    left: 0px;
    background: #fff;
    border-radius: 0px;
    opacity:0.8;
    padding: 0px 4px;
    top: 110px;
    width:100%;
    height:40px;
}
.searchresult .shop-big .text{
    position: absolute;
    left: 0px;
    color: #797977;
    padding: 0px 4px;
    font-size: 10px;
    top: 110px;
    width:100%;
    height:40px;
    line-height:40px;
    text-align: left;
}
.searchresult .shop-big .discount{
    position: absolute;
    left: 0px;
    color: #E93540;
    font-weight: 450;
    border-radius: 2px;
    border:1px solid #F24D55;
    background: #fff;
    padding: 0px 4px;
    font-size: 10px;
    top: 94px;
    line-height: normal;
}
.searchresult .shop-list .discount{
    color: #E93540;
    border-radius: 2px;
    border:1px solid #F24D55;
    font-weight: 450;
    background: #fff;
    padding: 0px 4px;
    font-size: 10px;
    line-height: normal;
    display: inline-block;
}
.searchresult .shop-list .com{
    font-size:14px;
    width: 70%;
}
.searchresult .shop-list .icon{
    padding:4px;
}
.searchresult .shop-list .text{
    color:#202020;
    font-size:14px;
    width: 70%;
}
.searchresult .distance{
    color:#F56D3A;
    font-size:12px;
    border-right: 1px solid #f3f3f3;
    padding-right: 10px;
    display: inline-block;
    position: static;
}
.searchresult .name{
    color:#494949;
    font-size:16px;
    text-align: center;
}
.searchresult .test-img{
    width: 100%;
    height:150px;
}
.searchresult .shop-big{
    padding: 0px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    margin: 2px;
}
.searchresult .title{
    color:#5B5B5B;
}
.search .searchresut-bar{
  padding:0px;
  display: block;
  /* height: 184px; */
  border-bottom: 1px solid #eee;
  background:#E0E0E0;
  text-align: center;
}
.search .search-result-input-wrapper{
  position:relative;padding:4px 0px 2px 0px;margin-bottom:4px;
}
.search .search-result-input-icon{
  padding: 6px 20px; font-size: 26px; color: #333;text-align:center;
}
.search .toggle-type{
  display: inline-block;width: 64px;border: 1px solid #EEEEEE;color: #F75917;border-radius: 3px;padding: 6px 8px;background: #fff;
}
.search .input{
  background: #fff !important;border:1px solid #eee;border-left:0px;border-radius:3px;font-size:14px;
}
.search-divider{
  text-align: center;
  background: none;
  border: none;
  color: #ccc;
  font-size: 14px;
}
.search .head-img{
  background: #ededed;
  padding-top: 4px;
}
.curcat{
  background: #FE5917;
  display: inline-block;
  margin: 0px 10px 15px 10px !important;
  padding: 8px 10px;
  border-radius: 4px;
  color: #fff !important;
}
.pinpai .brand-wrap.active .brand{
  border: 1px solid #fe5917;
}
.pinpai .brand{
  height:auto;
  width: 100%;
  padding: 10px;
}
.pinpai .brand-wrap{
  padding:4px;width:33.33%;display:inline-block;
}
.distance{
  position: fixed;
  z-index: 1025;
  width:100%;
  top: 83px;
  left:0px;
  display: none;
}
._goods-tabs .tab-item.active{
  line-height: 38px !important;
}

/*factoryinfo.html 样式*/
.factoryinfo .item p{
  margin-bottom: 0px;
}
.factoryinfo .float-button{
  right: 20px !important;
  bottom: 120px !important;
}
.factoryinfo .tabs-top.tabs-striped{
  padding: 14px;
  padding-top: 0px;
  background: #fff;
}
.factoryinfo .tabs-top .tab-item{
  background-size: 100% 100% !important;
  color: #616161 !important;
  line-height:42px;
  height: 42px;
  margin:4px 4px;
  text-align: initial;
  padding: 0px 6px;
}
.factoryinfo .tabs-top .tab-padding{
  padding: 0px 12px !important;
}
.factoryinfo .com span{
    font-size:11px;
}
.factoryinfo .com .comin{
    display: inline-block;
    border:1px solid #f3f3f3;
    border-radius:2px;
    padding: 0px 4px;
    float: right;
}
.factoryinfo .com .comname{
    padding-top:2px;
    display:inline-block;
}
.factoryinfo .line{
    display: inline-block;
    height:1px;
    width: 100%;
    margin-left: 2px;
    padding-right: 10px;
    margin-bottom: 5px;
    border-bottom:1px solid #f3f3f3;
}
.factoryinfo .list-info{
    color:#979797;
    margin-bottom:8px;
}
.factoryinfo .list-info span{
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 54%;
}
.factoryinfo .item .justify{
  width:100px;
  text-align: justify;
  margin-left:0px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.factoryinfo .searchresult  .discount{
    color: #E93540;
    border-radius: 2px;
    border:1px solid #EAB8A3;
    background: #fff;
    padding: 0px 0px;
    font-size: 10px;
    float: right;
}
.factoryinfo .com.big{
    font-size:16px;
    color:#AAAAAA;
}
.factoryinfo .text{
    width:60%;
}
.factoryinfo i.icon-jiarugouwuche{
    position: absolute;
    right: 16px;
    top: 36px;
    font-size: 35px;
    margin-bottom: 0px;
    color: #9c9696;
}
.factoryinfo .invite{
    font-size: 14px;
    padding: 2px 10px;
}
.factoryinfo .delivery-type,.search .delivery-type,.resume .delivery-type,.nearby .delivery-type{
  color: #fff;
  display: inline-block;
  line-height:normal;
  font-size: 10px;
  padding: 0px 4px;
  margin-right: 2px;
}
.factoryinfo .delivery-type.yes,.search .delivery-type.yes,.resume .delivery-type.yes,.nearby .delivery-type.yes{
  background: #FCA929;
}
.factoryinfo .delivery-type.no,.search .delivery-type.no,.resume .delivery-type.no,.nearby .delivery-type.no{
  background: #92C125;
}
.factoryinfo .shop-location{
  color: #E10418;
  border-bottom: 1px solid #e10418;
  font-size: 14px;
  margin-left: 2px;
  display: inline-block;
}
.factoryinfo .help-popover{
  height: auto !important;
  padding-left: 10px !important;
  padding: 8px 0 7px 10px;
}
.factoryinfo .help-popover span{
  position: absolute;
  top: 14px;
  right: 6px;
}
.factoryinfo .rm-ac{
  position: absolute;
  z-index:5;
  bottom: 49px;
  width: 100%;
  background-color: rgba(0,0,0,.6);
  height: 63px;
}
.factoryinfo .rm-ac .ac-top{
  padding-left:7px;
  color: rgb(255,177,41);
  font-size: 18px;
  margin-top: 10px;
  float: left;
}
.factoryinfo .rm-ac .ac-top .ac-box{
  font-size: 11px;
  color: #fff;
  background-color: rgb(255,177,41);
  border-radius: 4px;
  padding: 0 4px;
}
.factoryinfo .rm-ac .ac-top .ac-guidance{
  text-decoration:line-through;
  color: rgb(191,191,191);
  font-size: 11px;
  margin-top: 4px;
}
.factoryinfo .rm-ac .ac-bottom{
  color: rgb(191,191,191);
  font-size: 11px;
  padding-right:7px;
  float: right;
}
.factoryinfo .rm-ac .ac-bottom .ac-time{
  color: rgb(255,177,41);
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 6px;
}
.factoryinfo .rm-ac .ac-bottom .ac-progress{
  padding: 0 7px;
  overflow: hidden;
  height: 16px;
  line-height: 16px;
  background-color: rgb(158,144,119);
  display: inline-block;
  border-radius: 15px;
  color: rgb(255,246,230);
}
.factoryinfo .navigation{
  position:fixed;
  z-index:1025;
  top: 44px;
  left:0px;
  height: 49px;
  line-height: 40px;
}
/*saleinfo.html 样式*/
.selectSku{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 1027;
  width: 100%;
  color: #0D1216;
  background: #fff;
}
.selectSku .goods{
  padding-left: 112px !important;
  padding-top: 0px;
  min-height: 90px;
}
.selectSku .item{
  border-color: #f3f3f3;
  white-space: inherit;
}
.selectSku .comname{
  margin: 0;
  padding: 0;
}
.selectSku .goods img{
  border-radius: 0px;position: absolute;top: -10px;z-index: 9999;max-width: 80px;max-height: 80px;
}
.selectSku .ion-ios-close-empty{
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 40px;
  padding: 10px 12px;
}
.selectSku .sku-list{
  margin-bottom: 46px;
}
.selectSku h2{
  background: #EBEBEB;
  padding:10px;
  font-weight: normal;
  font-size: 15px;
}
.selectSku p{
  font-size: 14px;
}
.selectSku span{
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  padding: 3px 8px;
  margin: 6px 6px;
  font-size: 13px;
  display: inline-block;
}
.selectSku span.active{
  background: #FF5000;
  color: #fff;
}
.selectSku .button-bar{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
.selectSku .num-minus{
  margin: 0;padding: 6px 17px;
}
.selectSku .num-add{
  margin: 0;padding: 6px 17px;border: none;
}
.selectSku .sku-num{
  border: 1px solid #eee;text-align: center;width: 44px;height: 40px;background: #fff !important;border-top: none;border-bottom: none;
}
.facinfo{
  overflow: hidden;
}
.facinfo .first{
  float: left;
  width: 50%;
}
.facinfo .second{
  float: left;
  width: 50%;
  border: 1px solid #A1A1A1;
  padding: 6px;
  font-size: 13px;
  color: #898989;
  border-radius: 2px;
  margin-top: 10px;
  text-align: center;
}
.facinfo .first h3 span{
  color: #454648;
  font-weight: normal;
  font-size: 16px;
}
.facinfo .first .cj{
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
}
.facinfo img{
  border-radius: 0px !important;
}
.factoryinfo .bg-grey{
  height: 8px;
  background: #F2F2F2;
}
.factoryinfo .goods{
  padding-left: 90px;
  padding-right: 10px;
}

/*弹出窗 分享*/
#popover,#popover1,#popover2,#popover3,#popover4{
    display:block;
    position:absolute;
    top: 44px;
    right: 15px;
    z-index: 1025;
    border-radius: 4px;
}
#popover .list,#popover1 .list,#popover2 .list,#popover3 .list,#popover4 .list{
    color:#fff;
}
#popover .item,#popover1 .item,#popover2 .item,#popover3 .item,#popover4 .item{
    background: #000;
    background: rgba(0, 0, 0, 0.8)!important;
    color:#fff;
    font-size: 14px;
    padding-left: 50px;
    padding-right: 46px;
    height: auto;
    border-color: #9e9c9c;
}
#popover .icon,#popover1 .icon,#popover2 .icon,#popover2 .icon,#popover3 .icon{
    font-size:20px;
}
#popover .ion-android-arrow-dropup,#popover1 .ion-android-arrow-dropup,#popover2 .ion-android-arrow-dropup,#popover3 .ion-android-arrow-dropup,#popover4 .ion-android-arrow-dropup{
    position:absolute;
    top: -17px;
    right:4px;
    font-size: 30px;
    z-index: 1024;
    color: rgba(0,0,0,0.6);
}
/*弹出窗 分享*/
.factoryinfo .icon-xiaoxi1{
    position: absolute;
    right: 10px;
    top: 34px;
    font-size: 20px;
    margin-bottom: 0px;
    color: #696969;
    text-align: center;
    font-size: 20px;
}
.factoryinfo .icon-xiaoxi1 span{
    font-size: 14px;
}
.factoryinfo .video .col-50{
    padding:4px;
    padding-bottom:0px;
}
.factoryinfo i.icon-bofang{
    color: #EDEDED;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
}
.factoryinfo h5{
    margin:0px;
     margin-left:4px;
}

.factoryinfo span.icon-bofang{
    color:#BBBBBB;
    display: inline-block;
    margin-bottom:0px;
    margin-left:4px;
}
.factoryinfo .time{
    background: rgba(0,0,0,0.5);
    color:#EAEAEA;
    padding: 1px 8px;
    position:absolute;
    right:10px;
    bottom: 14px;
    border-radius: 10px;
}
.tab-item{
    max-width:100% !important;
}

/*factoryindex.html样式*/
.factoryindex .searchresult .shop-big{
    border: none;
}
.factoryindex .big-searchresult .title {
    padding-left:8px;
    padding-right:8px;
}
.factoryindex .logo{
    left: 0px !important;
    bottom: 0px !important;
    top: inherit !important;
    border-radius: 0px !important;
    border: 1px solid #ddd;
}
.factoryindex .bg-orange-1{
  border: none;
  font-size: 12px;
  border-radius: 4px;
  padding: 4px 10px;
}
.factoryindex .min-padding{
    padding:10px;
}
.factoryindex .to-right{
    font-size:18px;
}
.factoryindex .com{
    padding: 4px 8px 5px 8px;
    color: #222;
    font-size: 10px;
}
.factoryindex .text-gg{
    text-align: center;
    font-size: 12px;
    color: #6F7374;
    padding: 10px;
    background: #F4F4F4;
}
.factoryindex .tour{
    text-align: left;
    padding:6px;
}
.factoryindex .tour-gg{
    padding-left:4px;padding-right:4px;
    margin-bottom:6px;
}
.factoryindex .test-img{
    height:130px;
}
.factoryindex .become{
    background: #E40012;
    color:#fff;
    padding: 5px 10px;
    float:right;
    font-size: 10px;
    border-radius: 4px;
    line-height: normal;
}
.factoryindex .bgimg .item-avatar{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 11;
  border: none;
  background: none;
  padding-top: 30px;
}
.factoryindex .bgimg .cover{
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10;
}
.on-line{
  color: #FFFFFF;
  font-size: 10px;
  padding: 2px 10px;
  background-color: #43CFC3;
  border-radius: 4px;
  border:none;
  line-height: normal;
  display: inline-block;
}
/*下拉菜单样式重置*/
/*.action-sheet-group .button:not(:first-child){
    width: 33.3333%;
    float:left;
    height: 120px;
    border: none;
}
.action-sheet-group .button:first-child{
    color: #3E4042;
    font-weight: normal;
    padding-top: 15px;
    font-size: 16px;
}
.button .icon.icon-weixin2{
    width: 100%;
    top: 20px;
    left: 0px;
    font-size: 40px;
}
.button .icon.icon-QQcaise_fuzhi{
    width: 100%;
    top: 20px;
    left: 0px;
    font-size: 40px;
}
.button .icon.icon-iconweibocaise{
    width: 100%;
    top: 20px;
    left: 0px;
    font-size: 40px;
}
.sheet-text{
    width: 100%;font-size: 14px;position: absolute;top: 55px;color:#404344;
}
.action-sheet-group {
    margin-bottom: 0px;
    border-radius: 0px;
}
.action-sheet-group .button:first-child:last-child {
    padding-top: 0;
}
.action-sheet .button.activated{
    background: #E9EFF2;
}
.action-sheet {
    margin-left: 0px;
    margin-right: 0px;
}
.action-sheet-options {
    background: #E9EFF2;
    margin-bottom: 0px;
    border-radius: 0px;
}*//*下拉菜单样式重置*/

/*commentlist.html*/
.commentlist .item-avatar{
    padding-left:100px !important;
}
.commentlist .info{
    color:#AFAFAF;
    margin-top:10px;
}
.commentlist .sub-list{
    padding: 16px;
}
.commentlist .sub-btn{
    margin: 10px;
    margin-top: 50px;
    background: #ebebeb;
    padding: 4px;
}
.commentlist .sub-btn .button{
    border-radius: 8px
}
.commentlist .sub-text{
    border-radius: 8px;
    padding: 0px;
}

/*saleclassify.html*/
.saleclassify .list{
    margin-bottom:4px;
}
/*salesearch.html*/
.salesearch i.icon-jiarugouwuche {
    position: absolute;
    right: 16px;
    bottom: 33px;
    font-size: 25px;
    margin-bottom: 0px;
    padding: 6px;
    color: #686868;
}
.saleclassify .child-cat .col-100 .item{
  background: #FAFAFA;
  color: #A6A6A6;
  font-size: 14px;
  padding: 10px 16px;
  margin-bottom: 3px;
  border-radius: 2px;
}
.saleclassify .child-cat .col-50 .item{
  background: #FAFAFA;
  color: #A6A6A6;
  font-size: 14px;
  padding: 10px 16px;
  margin-right: 3px;
  margin-bottom: 3px;
  border-radius: 2px;
}
.salesearch.big-searchresult i.icon-jiarugouwuche{
    
right: 6px;
    
font-size: 25px;
    
/* bottom: 12px; */
}
.salesearch.big-searchresult .big-goods{
    position: relative;
}
._salesearch .has-tabs{
    bottom:0px;
}
._salesearch .cal{
    padding:10px;
    color:#B3B3B3;
    margin-left: 6px;
    margin-right: 6px;
    border-left: none;
    border-right: none;
}
._salesearch .cal.active{
    color:#CF8364;
}
.item.active{
    background: #fff;
}
/*saleintro.html*/
.saleintro .info{
    color:#BCBCBC;
    /* padding-left: 120px; */
    line-height: 20px;
}
.saleintro .item-bottom{
    margin-bottom:6px;
}
.saleintro .list-title{
    padding-left:80px;
    min-height: 20px;
}
.saleintro .pic{
    position:absolute;
    left:16px;
    top: 18px;
}
.saleintro .address{
    color:#FB8658;
    position:absolute;
    bottom: 0px;
    right:16px;
    padding: 20px;
    display: inline-block;
}
.saleindex-car-list{
  position: absolute;
  right: 20px;
  bottom: 25px;
  font-size: 25px;
  padding: 4px;
  color: #7f7f7f;
}
.saleindex-car-big{
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 25px;
  padding: 4px;
  color: #6e7575;
}
.factoryindex .help-popover{
  height: auto !important;
  padding-left: 10px !important;
  padding: 8px 0 7px 10px;
}
.factoryindex .help-popover span{
  position: absolute;
  top: 14px;
  right: 6px;
}
/* checkout.html */
.checkout .img{
    border-radius:0px !important;
}
.checkout .product-order{
    padding-right:80px;
    background: #FAFAFA;
}
.checkout .price{
    position: absolute;
    right:12px;
    top:16px;
}
.checkout .blank{
    text-align:center;
    color:#A2A2A2;
    font-size:12px;
}
.checkout .address{
    border:none;
    padding-bottom: 6px;
}
.checkout .address-icon{
    border-top:none;
}
.checkout .dianpu{
    font-size: 29px;
    color: #6D6F6F;
}
.checkout .chat{
    font-size: 24px;
}
.checkout .tiaojian{
    background-color: #FAFAFA;
    border-bottom:2px solid #ebebeb !important;
}
.checkout .info{
    color:#B5B5B5;
    font-size:12px;
}
.checkout .tip{
    font-size:14px;
    /*color:#B6B6B6;*/
}
.checkout .say{
    padding-left: 80px;
}
.checkout .metro{
    position:absolute;
    left: 8px;
    top: 8px;
}
.checkout .ad-str{
    color:#ABABAB;
}
.checkout .ad-main{
    color:#383838;
}
.checkout .flex .active{
    color: #FF5918;
    border-bottom:2px #FF5918 solid;
    display: inline-block;
    height: 48px;
}
.checkout .tabs-bottom{
    font-size:14px;
    flex: 1;
    text-align: center;
}
.checkout .vouchermain{
    position: absolute;
    width: 241px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-size: 100%;
    z-index: 1026;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 20px 0px;
    color: #333333;
    font-size: 13px;
}
.checkout .vouchertext{
    margin-top: 16px;
    color: #9D9FA0;
    padding: 0px 14px;
    line-height: 27px;
}
/*ordersuccess.html*/
.ordersuccess .order-item{
    padding: 100px 10px;
    text-align: center;
}
.ordersuccess .tip{
    margin-top:10px;
}
/*addresslist.html*/
.addresslist .admin{
    font-size:10px;
    padding-left: 6px;
}
.addresslist .ad-str{
    margin: 8px 0px 8px 0px;
}
.addresslist .seperate{
    padding:0px 6px;
}
/*address.html*/
.address .input-label{
    width: 28%;
    font-size: 14px;
    margin-bottom: 0px;
}
.address .item-note{
  float: left;
  color: #888;
  max-height: 50px;
  overflow: visible;
  text-overflow: initial;
}
.address .detail-address .input-label{
    position:absolute;
    top:10px;
    left: 16px;
}
.address .detail-address{
    padding-left:30%;
    margin-top: 10px;
    padding-top:15px;
}
.address .item-input{
    background: #fff !important;
}
/*orderlist.html*/
.checkout .myprice{
    font-size: 18px;
    color:#3C4043;
}
.checkout .order-shop{
    margin-bottom: 6px;
}
.checkout .total{
    color:#727272;
}
.checkout .option{
    color:#909090;
    font-size:14px;
    border: 1px solid #9D9D9D;
    border-radius: 27px;
    padding: 3px 8px;
}
.checkout .optioned{
    color:#FF5918;
    font-size:14px;
    border: 1px solid #FF5918;
    border-radius: 27px;
    padding: 3px 8px;
    margin-left: 10px;
}
.order-shop ._min-pad{
    padding: 10px 10px !important;
}
.order-shop .shop-title{
    font-size: 14px;
    padding: 2px;
    padding-left: 15px;
}
/*myorderlist.html*/
.order-shop-input{
  background: #fff;
  border: 1px solid #D2D2D2 !important;
  border-radius: 8px !important;
  background: #fff !important;
  height: 44px;
}
/*orderdetailed.html*/
.checkout .left-icon{
    position:absolute;
    left:16px;
    top: 16px;
    color: #5A5E5F;
    font-size: 29px;
}
.checkout .order-info{
    color:#AEAEAE;
    font-size: 14px;
    margin-bottom: 4px;
}
.checkout .im-info{
    color:#68696B;
}
.orderdetailed .ion-ios-clock-outline{
    color:#fff;
    font-size: 26px;
    left: 20px;
}
/*car.html*/
.car-num{
    text-align:right;
    margin-top: 10px;
}
.car .title{
    color:#3D3D3D;
    min-height: 40px;
}
.car .selectall{
    font-size:16px;
    color:#404445 !important;
}
.car .product-order {
    background: #fff;
    padding-left: 130px;
    padding-right: 99px;
}
.car .left-check{
    font-size: 19px;
    /* padding-left: 6px; */
}
.car .city{
    padding-left:6px;
    padding-right:6px;
}
.car .item-left-check{
  position: absolute;
  left: 4px;
  font-size: 19px;
  top: 50%;
  transform: translate(0,-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.car .img{
left: 40px !important;
}
.car .info-price{
    color:#A7A7A7;
    font-size:12px;
    display: flex;
    align-items: center;
    width: 96%;
    margin-bottom: 2px;
}
.car .car-price{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal !important;
}
.car .option{
    border-color:#AFAFAF;
    padding: 2px 10px;
    margin-top: 4px;
    position: absolute;
    top: 70px;
    left: 30px;
    color: #B5B6B8;
    font-size: 15px;
}
.car .num-change{
    margin-top:10px;
    margin-bottom:10px;
}
.car .num-minus {
    font-size: 22px;
    color: #C2C2C2;
    position: relative;
    top: 4px;
}
.car .num-add {
    font-size: 22px;
    color: #F95E3C;
    font-weight: bolder;
    position: relative;
    top: 4px;
}
.car .heji{
    color:#3F4344;
    font-size:16px;
}
.car .heji-price{
    font-size: 20px;
}
.car .jiesuan{
    width: 120px;
    font-size:16px;
    text-align:center;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 42px;
}
.car .one-shop{
    margin-bottom:6px;
}
.car .ion-ios-circle-outline.active{

}
/*失效购物车样式*/
.car .product-order.invalid{
  padding-left: 140px;
  padding-right:20px;
  background: #F4F4F4;
}
.car .invalid img{
  left: 70px !important;
  background: #f3f3f3;
}
.car .invalid .item-left-check{
  background: #C3C1C2;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  width: 40px;
  line-height: 22px;
}

/*sign.html*/
.sign .mobile{
    color: #A8A8A8;
    padding-right: 15px;
    font-size: 20px;
}
.sign .type-phone{
    font-size:16px;
    padding-right: 10px !important;
}
.has-radius{
    border-radius: 4px;
}
.sign .ion-android-checkbox{

}
.sign .label{
    color:#B2B2B2;
    font-size:16px;
}
.sign .rule{
    color:#6A99CB;
    font-size:16px;
}
.sign .item-divider{
    color:#B8B8B8;
    font-size: 16px;
    background: #F0F0F0;
    font-weight: normal;
    padding:16px;
}
.sign .item-divider .phone{
    color:#6B6B6B;
}
.sign .second{
    background: #E7E7E7;
    color:#8A8A8A;
    font-size:14px;
    border-radius: 4px;
    padding:6px 3px;
}
.sign .eye{
    font-size: 26px;
    color: #888888;
    padding: 6px 10px;
}
.sign .cannot{
    background: #FFAC8A;
    color:#fff;
}
/*find.html*/
.sign .findbg{
    position: relative;
}
.sign .findinfo{
    color:#DCDCDC;
}
.find .second{
    background: #FE5917;
    color: #fff;
    padding: 10px;
}
.sign ._second{
    background: #DADADA;
    color:#fff;
    font-size:14px;
    border-radius: 4px;
    padding:10px;
}
._second .color-orange-1{
    font-size:16px;
}
.find .safe{
    position:absolute;
    top:10px;
    left:20%;
}
.find .reset{
    position:absolute;
    top:10px;
    right:20%;
}
.find .logo{
    width: auto !important;
    background: #F5F5F5;
    border-radius: 50%;
    padding: 12px;
    padding-bottom: 16px;
    border: 1px solid #D6D6D6;
    padding-right: 13px;
    padding-left: 13px;
    margin-top: 30px;
}
/*resume.html*/
.resume .item-thumbnail-right{
padding-bottom: 0px;
min-height: 84px;
}
.resume .item-thumbnail-right img{
    border-radius: 50%;
    right: 50px;
    max-width: 60px;
  height: 60px;
}
.resume .item-thumbnail-right h3{
    line-height:60px;
}
.resume .ion-ios-circle-filled,.resume .ion-ios-circle-outline{
    font-size:16px;
}
.resume .right-text{
  position: absolute;
  right: 50px;
  font-size: 14px;
  top: 15px;
  height: 100%;
}
/*my.html*/
.my{
  background: #F3F3F3 !important;
}
.my .head{
  position:absolute;
  z-index: 1024;
  width: 100%;
  top: 15px;
  text-align: center;
}
.my .head img{
border-radius: 50%;
right: 50px;
max-width: 60px;
height: 60px;
width: 100%;
}
.my .head .head_label{
color: #fff;
font-size: 16px;
margin-top: 10px;
}
.my .order img{
  width: 60%;
}
.my .order .col-33{
  text-align:center;
}
.my .countparent{
  position: relative;
}
.my .count{
  min-width: 14px;
  text-align: center;
  line-height: 14px;
  display: inline-block;
  position: absolute;
  top: -3px;
  background: #FE561A;
  color: #fff;
  border-radius: 18px;
  padding: 6px;
  font-size: 16px;
  transform: scale(.7);
}
.my .item h3{
  margin: 0px;
}
/*setting.html样式*/
.setting .item{
  padding-left: 60px;
}
.setting .item .myimg{
   width: 35px; 
   max-height: 100%; 
}
.setting .item h3{
  margin: 0px;
}
/*collect.html*/
.collect .goods{
  padding-left: 0px;
  min-height: 0px;
}
.collect .goods .title{
  color:#363636;
}
/*sysmsg.html*/
.sysmsg .item-content{
  text-overflow: initial !important;
  white-space: normal !important;
  padding: 10px;
}
.sysmsg.setting .item{
  /* height: 100px; */
  padding-left: 16px;
  margin-bottom:10px;
}

.sysmsg.setting .item img {
    /* width: 60px; */
    /* max-height: 60px; */
}
.sysmsg.setting h3{
  font-size:15px;
  margin-bottom:5px;
}
.msglist h3.ordertitle{
  font-size: 16px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sysmsg.setting i{
  float:right;
  color: #919191;
  font-size: 14px;
  font-weight: normal;
}
.sysmsg .index-item{
  padding-top:25px;
}
.sysmsg .count{
  min-width: 14px;
  text-align: center;
  line-height: 14px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 15%;
  background: #FE561A;
  color: #fff;
  border-radius: 17px;
  padding: 6px;
  font-size: 16px;
  transform: scale(.7);
}
.msglist img{
  max-width: 100%;
  border-radius: 4px;
  margin: 10px 0px;
}
.msglist .tag{
  background: #BEBEBE;
  border-radius: 4px;
  color: #fff;
  padding: 2px 8px;
  display: inline-block;
  margin-top: 10px;
}
.msglist .item{
  border-color: #E7E7E7;
  margin: 10px;
  border-radius: 6px;
}
.msglist p{
  color:#767676;
  line-height: 24px;
}
.msglist h3{
  font-size:15px;
}
/*suggest.html*/
.suggest textarea{
  width: 100%;
  border: 1px solid #DBDBDB;
  height: 100px;
  border-radius: 4px;
  margin-top: 10px;
}
.suggest .phone{
  border: 1px solid #A6BEF3;
  border-radius: 4px;
  color: #6393f1;
  padding: 8px;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
}
.suggest h2{
  color: #3F4042;
  margin-bottom: 16px;
}
.suggest h2 span{
  color: #BBBBBB;
  font-size: 15px;
}
.suggest .label.active{
  background: #FE5917;
  color: #fff; 
}
.suggest .label{
  background: #F5F5F5;
  color: #5A5B5D;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 15px;
  display: inline-block;
  margin: 6px 0px 6px 6px;
}
.suggest .add{
  display: inline-block;
  background: #F5F5F5;
  padding: 10px 20px;
  font-size: 60px;
  color: #9A9B9D;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
}
.suggest .contact-phone{
  width: 100%;
  border: 1px solid #D5D5D5;
  padding: 25px 10px;
  border-radius: 4px;
}
.suggest .len-limit,.len-limit{
  position: absolute;
  bottom: 20px;
  right: 25px;
  color: #C3C3C3;
}
.suggest .ion-ios-close{
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 4px 10px;
}
.suggest .col-25{
  position: relative;
}
.suggest .col-25 img{
      border: 1px dotted #FE5917;
}
/*about.html*/
.about i.icon{
  font-size: 15px;
  color: #535355;
}
/*nearby.html*/
.nearby .searchresult .goods{
  min-height: 110px;
  padding-left: 104px;
}
.nearby .searchresult img{
  max-height: 80px;
  max-width: 80px;
}
.nearby h3.title{
  left: auto;
  border: 1px solid #F2F2F2;
  border-radius: 40px;
  height: 30px;
  line-height: 30px !important;
  font-size: 14px !important;
  color:#100DF4 !important;
}
.nearby h3.title-shop{
  width: calc(70% - 22px);
  right: 0;
  margin: 6px 10px;
  background: #EDEDED;
  color: #A0A0A0 !important;
}
.nearby h3.title-location{
  width: calc(30% - 10px);
  margin: 6px 10px;
  left: 0;
}
.nearby .bar.bar-grey{
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
}
.color-yellow{
  color:#FE5917 !important;
}

/*event.html*/
.city .city-shop{
  background: #FE6357;
  color: #fff;
  display: inline-block;
  padding: 1px 4px;
  border-radius: 8px;
  font-size: 14px;
}
.city .city-discount{
  background: #F8A525;
  color: #fff;
  display: inline-block;
  padding: 1px 4px;
  border-radius: 8px;
  font-size: 14px;
}
/*chat.html样式*/
.chat .textarea-wrap{
    float: left;
    min-height: 90%;
    width: 60%;
    max-height: 90px;
}
.chat .textarea{
  border-bottom: 1px solid #e6bfaf;
  padding-top: 16px;
  width: 100%;
  height: 42px;
}
.chat .emotion{
  font-size:40px;
  height: 100%;
  float:left;
  width: 20%;
  color: #9E9E9E;
  margin-top: 4px;
  /* line-height: 100%; */
}
.chat .plus{
  font-size:40px;
  float:right;
  width: 20%;
  /* line-height: 100%; */
  /* height: 100%; */
  margin-top: 4px;
  color: #9E9E9E;
}
.chat .send-btn{
  width: 14%;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
}
.chat .tab-item .ion-record{
  font-size:12px;
}
.chat .slider-pager{
  bottom: 6px;
}
.chat .slider{
  height:100%;
}
.rj-message-wrap {
  padding: 7px;
  overflow: auto;
  position: relative; }

.rj-message-wrap .rj-head-pic,
.rj-message-wrap .rj-head-pic-right {
  max-height: 40px;
  max-width: 40px; }

.rj-message-wrap .rj-head-pic {
  float: left; }

.rj-message-wrap .rj-head-pic-right {
  float: right; }

.rj-message-wrap .rj-message,
.rj-message-wrap .rj-message-right {
  padding: 6px 8px;
  line-height: 26px;
  max-width: 190px;
  border-radius: 5px;
  }

.rj-message-wrap .rj-message {
  float: left;
  margin-left: 16px;
  background-color: #fff; }

.rj-message-wrap .rj-message-right {
  float: right;
  margin-right: 16px;
  background-color: #e4997a;
  color: #fff;
  vertical-align: middle;
  }

.rj-message-wrap .rj-triangle-left,
.rj-message-wrap .rj-triangle-right {
  display: inline-block;
  width: 0px;
  height: 0px;
  position: absolute;
  border-width: 8px 10px;
  border-style: solid;
  top: 37px;
  }

.rj-message-wrap .rj-triangle-left {
  left: 47px;
  border-color: transparent #FFF transparent transparent; }

.rj-message-wrap .rj-triangle-right {
  right: 47px;
  border-color: transparent transparent transparent #e4997a;
  }
  .emoji{
    width:20px;
  }
  .emoji-icon{
    width:50px;
  }
  .upimg{
    max-height:100px;
    max-width:100px;
  }
  .preimg{
    max-width:100%;
    max-height:100%;
    text-align: center;
  }
  .msgaddr{
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    height: 20px;
    color: #fff;
    font-size: 12px;
    padding: 0px 2px;
  }
  .chat .time{
    position: absolute;
    background: rgba(0,0,0,0.4);
    width: 100%;
    color: #fff;
    bottom: 10px;
    text-align: center;
  }
  .chat .icon-bofang{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    color: #e8734e;
    font-size: 30px;
  }
  .ion-ios-minus-outline:before{
    width:18px;
  }
  /*下载*/
  .downloadbar img{
    width: 35px;
    height: 35px;
    margin: 0px 6px;
  }
  .downloadbar .downloadbar-text{
    display: inline-block;
  }
  .downloadbar-info{
    font-size: 12px;
    color: #ccc;
  }
  .downloadbar-open{
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    width: 70px;
    margin-top: 6px;
    float: right;
    margin-right: 6px;
  }
  /*全屏*/
.full-screen{position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.dn{display:none;}
/*歇业*/
.xieye{
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: 2;
  background: rgba(0,0,0,.6);
}
.xieyebg{
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.send-good-msg-wrap{
  background: #fff;
  padding: 10px 20px 14px;
  margin: 0 10px;
  border-radius: 10px;
}
.send-good-msg{
  padding: 10px;
  text-align: center;
  border: 1px solid #FF5722;
  color: #FF5722;
  border-radius: 20px;
  background: #fff;
  margin-top: 10px;
}

/*注册页*/
.other-login{
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}
.other-login .flex-left{
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  background: #ddd;
  height: 1px;
}
.other-login .flex-center{
  width: 120px;
  text-align: center;
  color: #C7C7C7;
}
.other-login .flex-right{
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  background: #ddd;
  height: 1px;
}
.icon-QQ{
  color: #4CBCF0;
  font-size: 50px;
  padding: 20px;
}
.icon-weixin3{
  color: #46C11B;
  font-size: 50px;
  padding: 20px;
}
.little-font{
  font-size: 13px !important;
}
.limit{
  text-align: center;
  padding: 6px;
}
.public-box{
  background: #fff;
  height: 32px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  line-height: 32px;
}
.public-box input{
  background: #fff;
  display: inline-block;
  height: 100%;
  padding: 0;
  margin: 0;
  line-height: 0;
  vertical-align: baseline;
  font-size: 16px;
  width: 40%;
}

/* 通用优惠券弹窗样式 */
#voucher{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1025;
    background-color: rgba(0, 0, 0, 0.7);
}
.voucherMain{
    position: absolute;
    width: 300px;
    height: 220px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -110px;
    background: url('../img/home_pop_ticket.png');
    background-size: 100%;
    z-index: 1026;
}
.voucher_btn_close{
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -70px;
    left: 50%;
    margin-left: -20px;
    background: url('../img/home_btn_close.png');
    background-size: 100%;
    z-index: 1026;
}
.voucherMainTop{
    overflow: hidden;
    margin-top: 43px;
    padding-top: 5px;
}
.voucherPrice{
    color: #DE4224;
    width: 118px;
    padding: 0 10px;
}
.voucherName{
    width: 180px;
    padding: 0 10px;
}
.vc-name{
    color: #60B9FE;
    border: 1px solid #60B9FE;
    margin-left: 5px;
    padding: 0 5px;
    font-size: 11px;
}
.voucherEffective{
    font-size: 11px;
    color: #D14126;
    text-align: center;
}
.voucherCheck{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #e1e1e1;
}
/*公共样式*/
.ellipsis{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 64%;
  vertical-align: middle;
  color: #202020;
  font-size: 16px;
}
.levelmiddle{
  font-size: 12px;
  vertical-align: middle;
}
.justified{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexend{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}