/* button */
.detail-btn-hint {
  background-color: #fde9d6;
  color: #ff7300;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  font-size: 1rem;
}
.detail-btn-hint:active,
.detail-btn-hint.pressing {
  background-color: #fbd7b4;
}
.detail-btn-important {
  background-color: #f67300;
  color: #fff;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  font-size: 1rem;
}
.detail-btn-important:active,
.detail-btn-important.pressing {
  background-color: #e76000;
}
.detail-btn-disabled {
  background-color: #a6a6a6;
  color: #fff;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  font-size: 1rem;
}
.detail-btn-common {
  color: #666666;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  line-height: 2.25rem;
  height: 2.25rem;
  font-size: 0.9375rem;
  display: inline-block;
  padding: 0 1rem;
}
.detail-btn-action {
  color: #ff7300;
  border: 1px solid #f67302;
  border-radius: 3px;
  line-height: 2.25rem;
  height: 2.25rem;
  font-size: 0.9375rem;
  display: inline-block;
  padding: 0 1rem;
}
/*icon*/
.icon {
  font-family: 'iconfont2015' !important;
  font-size: 1.3125rem;
  font-style: normal;
  text-align: center;
  color: #999999;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  line-height: 1;
}
.icon-wangwang {
  font-family: 'iconfont2015' !important;
  font-size: 1.3125rem;
  font-style: normal;
  text-align: center;
  color: #279ed5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  line-height: 1;
}
.d-fav-ed .icon-fav {
  color: #ff7300;
}
/* tab */
.detail-tab {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
}
.detail-tab .tab-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  height: 2.6875rem;
  line-height: 2.6875rem;
  color: #666;
}
.detail-tab .tab-item.active {
  border-bottom: 2px solid #ff7300;
  color: #ff7300;
}
/* 1px border */
.px-border:after {
  content: '';
  width: 100%;
  height: 1px;
  clear: both;
  display: block;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: -webkit-linear-gradient(90deg, #e5e5e5, #e5e5e5 50%, transparent 51%, transparent 100%);
  background-image: linear-gradient(0deg, #e5e5e5, #e5e5e5 50%, transparent 51%, transparent 100%);
}
.px-border-top:before {
  content: '';
  width: 100%;
  height: 1px;
  clear: both;
  display: block;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: -webkit-linear-gradient(90deg, #e5e5e5, #e5e5e5 50%, transparent 51%, transparent 100%);
  background-image: linear-gradient(0deg, #e5e5e5, #e5e5e5 50%, transparent 51%, transparent 100%);
}
/* 零售通主色调是红色 */
.lstoffer .detail-btn-hint {
  background-color: #ffd4d4;
  color: #f20000;
}
.lstoffer .detail-btn-hint.pressing {
  background-color: #ffd4d4;
}
.lstoffer .detail-btn-important {
  background-color: #f20000;
}
.lstoffer .detail-btn-important.pressing {
  background-color: #f20000;
}
.lstoffer .detail-btn-action {
  color: #f20000;
  border: 1px solid #f20000;
  border-radius: 3px;
  line-height: 2.25rem;
  height: 2.25rem;
  font-size: 0.9375rem;
  display: inline-block;
  padding: 0 1rem;
}
.lstoffer .d-fav-ed .icon-fav {
  color: #f20000;
}
.lstoffer .detail-tab .tab-item.active {
  border-bottom-color: #f20000;
  color: #f20000;
}
