/*焦点图 start*/
.focus .details-info {
  height: 70px;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.59));
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.59));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.59));
  position: absolute;
  width: 100%;
  /* display: flex;
  align-items: center; */
  bottom: 6px;
  z-index: 10;
  padding: 21px 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  pointer-events: none;
}

.focus .details-info .details {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  /* flex: 1; */
}

.focus .details-info .count {
  font-size: 20px;
  color: #fff;
  text-align: right;
  display: block;
  float: right;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #CCCCCC;
  border-radius: 10px;
}

.focus .details-info .count i {
  font-size: 22px;
}

.focus .swiper-container1,
.focus .swiper-container2 {
  /* width: 750px; */
  height: 100%;
  position: relative;
  overflow: hidden;
}

.focus .swiper-slide {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 564px;
  overflow: hidden;
  background-color: #000;
}

.focus .swiper-slide .big-pic {
  background: url(../../images/common/bitmap-focus@3x.png) no-repeat;
  background-size: contain !important;
  background-position: center center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.focus .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
}

.focus .swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
  border-radius: 5px;
}

/*焦点图 end*/
/* 收藏 start */
.collection-button {
  position: absolute;
  right: 0;
  top: 496px;
  width: 150px;
  height: 58px;
  display: flex;
  display: -wekbit-flex;
  align-items: center;
  -webkit-align-items: center;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  z-index: 11;
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
  padding-left: 17px;
  display: none;
}

.g-doc.sxh-detail .collection-button {
  display: flex;
  display: -webkit-flex;
}

.collection-button .icon {
  width: 32px;
  height: 30px;
  display: inline-block;
  background: url("./icon/detail/uncollect@3x.png") no-repeat;
  background-size: 100%;
}

.collection-button.active .icon {
  background: url("./icon/detail/collect@3x.png") no-repeat;
  background-size: 100%;
}

.collection-button .text {
  color: #fff;
  font-size: 26px;
  margin-left: 12px;
}

/* 收藏 end */
/*info-wrappe start*/
.info-wrapper {
  padding: 35px 24px 0;
  position: relative;
}

.info-wrapper p {
  font-size: 26px;
  padding: 5px 0;
  line-height: 26px;
  color: #888;
}

.info-wrapper .p-name {
  font-size: 34px;
  line-height: 34px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  display: -webkit-flex;
  padding:  0 0 40px;
}

.info-wrapper .p-name .p-iden {
  font-size: 28px;
  line-height: 34px;
  color: #999;
  margin-left: 20px;
}

.info-wrapper .location .icon-location {
  width: 16px;
  height: 20px;
  background: url(./icon/detail/location@3x.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.info-wrapper .location .repertory {
  font-size: 20px;
  margin-right: 20px;
}

.info-wrapper .location .tag {
  background: #F4F4F4;
  color: #888888;
  padding: 0px 11px;
  font-size: 20px;
  margin-right: 10px;
  border-radius: 13px;
  border: 1px solid #DDDDDD;
  height: 20px;
  line-height: 20px;
}

.info-wrapper .num i {
  width: 84px;
  height: 32px;
  background: rgba(244, 244, 244, 1);
  border-radius: 16px;
  color: #888888;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-left: 15px;
}

.info-wrapper .p-name .promotion {
  background: rgb(255, 72, 94);
  font-size: 26px;
  padding: 3px 14px;
  margin-left: 30px;
  color: #fff;
  line-height: 30px;
  float: left;
}

.info-wrapper .time {
  font-size: 22px;
  padding: 11px 0;
  line-height: 22px;
  color: rgb(125, 125, 125);
}

.info-wrapper .share {
  position: absolute;
  right: 24px;
  top: 73px;
}

.info-wrapper .share i {
  background: url(../../images/common/Share@3x.png) no-repeat;
  background-size: 100%;
  width: 31px;
  height: 32px;
  display: block;
  margin: 0 auto 17px;
}

.info-wrapper .share span {
  font-size: 24px;
  color: #888888;
}

/*info-wrappe end*/
/*参考价 start*/
.propose-price .unlogin .unlogin-wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 28px;
  line-height: 28px;
  position: relative;
  padding-bottom: 15px;
  padding-top: 10px;
}

.propose-price .unlogin .unlogin-wrapper .stars-wrapper {
  font-size: 30px;
  color: #FF6000;
  vertical-align: middle;
}

.propose-price .unlogin .unlogin-wrapper i {
  font-size: 24px;
  color: #FF6000;
}

.propose-price .unlogin .stars-wrapper .text {
  font-size: 26px;
  color: #333333;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-decoration: underline;
  margin-left: 30px;
  color: rgb(87, 120, 249);
}

.propose-price .unlogin .register {
  padding-left: 30px;
  color: rgb(87, 120, 249);
}

.propose-price .login .login-wrapper {
  overflow: hidden;
}

.propose-price .login .login-wrapper .price-list {
  font-size: 28px;
  line-height: 28px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.propose-price .login .login-wrapper .price-item {
  position: relative;
  min-width: 100px;
  padding-bottom: 15px;
  text-align: center;
}

.propose-price .login .login-wrapper .price-item .label {
  padding-top: 14px;
  display: block;
  color: #999999;
  font-size: 26px;
}

.propose-price .login .login-wrapper .price-item.active .label {
  display: none;
}

.propose-price .login .login-wrapper .price-item .bargain-price {
  padding-top: 36px;
  font-size: 32px;
  line-height: 24px;
}
.propose-price .login .login-wrapper .price-item .prime-price{
  padding-top: 36px;
}
.propose-price .login .login-wrapper .price-item.bargain .prime-price{
  padding-top: 14px;
}

.propose-price .login .price-info .text {
  color: #FF6000;
  font-size: 36px;
}

/* .propose-price .login .price-info .text-before:before {
  content: '￥';
  color: #FF6000;
  font-size: 30px;
} */
/* 非特价 价格单位渲染 */
/* .propose-price .login .price-info .text-after-square:after {
  content: '/m²';
  color: #AAAAAA;
  font-size: 36px;
} */

.propose-price .login .price-info .text-after-slice:after {
  content: '片';
  color: #AAAAAA;
  font-size: 30px;
}

.propose-price .login .price-info .text-after-size:after {
  content: '幅';
  color: #AAAAAA;
  font-size: 30px;
}

.propose-price .login .price-info .text-after-cover:after {
  content: '套';
  color: #AAAAAA;
  font-size: 30px;
}

/* 特价 */
.propose-price .bargain .bargain-price .bargain-label, 
.propose-price .login .price-info .text {
  font-size: 32px;
  color: #FF0000;
}

.propose-price .bargain .bargain-price .text {
  font-size: 32px;
  color: #FF0000;
}

.propose-price .bargain .bargain-price .text-before:before,
.propose-price .login .price-info .text-before:before {
  content: '￥';
  color: #FF0000;
  font-size: 32px;
}
/* 特价 价格单位渲染 */
.propose-price .bargain .bargain-price .text-after-square:after,
.propose-price .login .price-info .text-after-square:after {
  content: 'm²';
  color: #AAAAAA;
  font-size: 32px;
}

.propose-price .bargain .bargain-price .text-after-slice:after {
  content: '片';
  color: #AAAAAA;
  font-size: 26px;
}

.propose-price .bargain .bargain-price .text-after-size:after {
  content: '幅';
  color: #AAAAAA;
  font-size: 26px;
}

.propose-price .bargain .bargain-price .text-after-cover:after {
  content: '套';
  color: #AAAAAA;
  font-size: 26px;
}

.propose-price .bargain .prime-price .text-before:before {
  content: '￥';
  color: #AAAAAA;
  font-size: 24px;
}

.propose-price .bargain .prime-price .text-after-square:after {
  content: 'm²';
  color: #AAAAAA;
  font-size: 24px;
}

.propose-price .bargain .bargain-price .text-after-slice:after {
  content: '片';
  color: #AAAAAA;
  font-size: 24px;
}

.propose-price .bargain .bargain-price .text-after-size:after {
  content: '幅';
  color: #AAAAAA;
  font-size: 24px;
}

.propose-price .bargain .bargain-price .text-after-cover:after {
  content: '套';
  color: #AAAAAA;
  font-size: 24px;
}

.propose-price .bargain .login-wrapper .price-item .price-info {
  padding-top: 10px;
}

.propose-price .bargain .prime-price .text {
  font-size: 24px;
  color: #AAAAAA;
  text-decoration: line-through;
}

.propose-price .isNegotiated {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 15px 0;
}

.propose-price .isNegotiated .label {
  font-size: 28px;
  color: #FF6000;
}

.propose-price .isNegotiated .text {
  font-size: 34px;
  color: #FF6000;
}

.propose-price .isNegotiated .text i {
  font-size: 24px;
  color: #FF6000;
  font-weight: normal;
}

.propose-price .isNegotiated .connect {
  font-size: 28px;
  margin-left: 30px;
  color: rgb(125, 125, 125);
}

/*参考价 end*/
/*producer start*/
.producer {
  padding-bottom: 90px;
  position: relative;
}

.isUpShelf .producer {
  padding-bottom: 0;
}

.down-text {
  height: 96px;
  line-height: 96px;
  font-size: 30px;
  color: #333;
  text-align: center;
  background: #F9F9F9;
  display: none;
}

.isUpShelf .down-text {
  display: block;
}

.simlar-text {
  height: 86px;
  line-height: 86px;
  font-size: 30px;
  color: #333;
  background: #f4f4f4;
  padding: 0 24px;
  display: none;
}

.isUpShelf .simlar-text {
  display: block;
}
.swiper-container9 {
  border-bottom: 1px solid #ddd;
  background: #fff;
  position:relative;
  /* margin: 0 15px; */
  margin: 0;
  z-index: 11;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #DDDDDD;
}
.swiper-container9 .swiper-left-icon{
  display:none;
  position:absolute;
  width:20px;
  height:68px;
  top:6px;
  left:-1px;
  z-index: 10;
  transform: rotate(180deg);
}
.swiper-container9 .swiper-right-icon{
  position:absolute;
  width:20px;
  height:68px;
  top:6px;
  right:-1px;
  z-index: 10;
}
.producer .ctrl-list {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 新增 */
  /* justify-content: center; */
}

.producer .ctrl-list .ctrl-item {
  font-size: 30px;
  display: inline-block;
  width:auto;
  float: left;
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;

  color: #333333;
  list-style: none;
  padding: 0 30px;
  /* 新增 */
  /* padding: 0 60px; */
}
.producer .ctrl-list .ctrl-item span{

}

.isUpShelf .producer .ctrl-list {
  display: none;
}
.producer .swiper-container9.scroll-up,
.producer .ctrl-list.scroll-up {
  position: fixed;
  top: 0;
  margin-left: 0;
  /* 固定宽度，解决fixed在顶部时不能点击图片 */
  height: 80px; 
  z-index: 11;
}
.producer .ctrl-list .ctrl-item:last-child {
  border-right: 0;
}

.producer .ctrl-list .ctrl-item.active {
  color: #41A6FE;
}

.producer .ctrl-list .ctrl-item.active span{
  position: relative;
  overflow: visible;
}

.producer .ctrl-list .ctrl-item.active span:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  height: 2px;
  background-color: #41A6FE;
}

.producer .panel-list {
  position: relative;
  z-index: 1;
  top: 88px;
  padding-bottom: 100px;
  margin-top: -88px;
}

.isUpShelf .producer .panel-list {
  top: 0;
}

.producer .panel-list .panel-item {
  display: none;
  position: relative;
}

.producer .panel-list .panel-item .definition-control {
  position: absolute;
  width: 100%;
  background: #f8f8f8;
  top: 0px;
  z-index: 10;
  height: 88px;
}

.producer .panel-list .panel-item .definition-control.scroll-up {
  position: fixed;
  top: 80px;
  /* z-index: 0; */
}

.producer .panel-list .panel-item .add-fixed.split-line {
  position: absolute;
  width: 100%;
  height: 20px;
  top: 84px;
  z-index: 10;
}

.producer .panel-list .panel-item .add-fixed.split-line.scroll-up {
  position: fixed;
  top: 164px;
}

.producer .panel-list .panel-item.active {
  display: block;
}

.isUpShelf .producer .panel-list .definition-panel, .isUpShelf .producer .panel-list .bundle-panel {
  display: none;
}

.isUpShelf .producer .panel-list .slab-panel {
  display: block;
}

.producer .panel-list .bundle-control {
  position: absolute;
  width: 100%;
  background: #f8f8f8;
  height: 80px;
}

.producer .panel-list .bundle-control.scroll-up {
  position: fixed;
  top: 80px;
}

.producer .panel-list .bundle-wrapper {
  padding-top: 88px;
}

/* 高清大图 start*/
.producer .definition-panel .definition-warpper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.producer .definition-panel .swiper-container3 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.producer .definition-panel .swiper-container3 .swiper-slide {
  text-align: center;
  font-size: 30px;
  width: 116px;
  margin: 15px 24px;
  height: 58px;
  border: 1px solid #DDDDDD;
  line-height: 58px;
  border-radius: 29px;
  background: #fff;
  box-sizing: border-box;
}

.producer .definition-panel .swiper-container3 .swiper-slide.active {
  color: #41A6FE;
  border: 1px solid #41A6FE;
}

.producer .definition-panel .definition-item {
  display: none;
}

.producer .definition-panel .definition-item.active {
  display: block;
}

.producer .definition-panel .definition-bar {
  height: 106px;
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid rgb(226, 227, 229);
  position: absolute;
  background: #fff;
  width: 100%;
  top: 88px;
  z-index: 1;
}

.producer .definition-panel .definition-bar.scroll-up {
  position: fixed;
  top: 176px;
}

.producer .definition-panel .definition-bar.scroll-down {
  position: fixed;
  top: 0px;
  /* transition: top .5s ease; */
}

.producer .definition-panel .definition-bar .floor-control {
  width: 122px;
  border-right: 1px solid rgb(226, 227, 229);
  height: 106px;
  text-align: center;
  position: relative;
}

.producer .definition-panel .definition-bar .floor-control .icon {
  display: inline-block;
  background: url(./icon/detail/floor-icon@3x.png) no-repeat;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  margin-top: 24px;
  margin-bottom: 16px;
  transition: background-image .5s linear;
  -webkit-transition: background-image .5s linear;
}

.producer .definition-panel .definition-bar .floor-control.active .icon {
  background: url(./icon/detail/floor-icon-active@3x.png) no-repeat;
  background-size: 100% 100%;
  transition: background-image .5s linear;
  -webkit-transition: background-image .5s linear;
}

.producer .definition-panel .definition-bar .swiper-container4 {
  position: absolute;
  top: 106px;
  left: -122px;
  transition: left .3s linear;
  -webkit-transition: left .3s linear;
  border-bottom: 1px solid rgb(226, 227, 229);
  z-index: 0;
  height: 672px;
  overflow: hidden;
  background: #fff;
  width: 122px;
}

.split-line {
  background: #f8f8f8;
  height: 20px;
  width: 100%;
}

.isUpShelf .split-line {
  display: none;
}

.producer .definition-panel .definition-bar.active .swiper-container4 {
  left: 0px;
  transition: left .3s linear;
  -webkit-transition: left .3s linear;
}

.producer .definition-panel .definition-bar .swiper-wrapper {
  height: auto;
}

.producer .definition-panel .definition-bar.active .swiper-container4 .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.producer .definition-panel .definition-bar .floor-item {
  border-right: 1px solid rgb(226, 227, 229);
  border-top: 1px solid rgb(226, 227, 229);
  height: 84px;
  text-align: center;
  line-height: 84px;
  color: #000;
  font-size: 24px;
  background: #fff;
  width: 122px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}

.producer .definition-panel .definition-bar .floor-item.active {
  background: linear-gradient(to right, rgb(86, 120, 249), rgb(81, 130, 250), rgb(64, 166, 255));
  color: #fff;
}

.producer .definition-panel .definition-bar .floor-info {
  display: flex;
  display: -webkit-flex;
  line-height: 106px;
  font-size: 28px;
  padding: 0 30px;
}

.producer .definition-panel .pic-list {
  padding-top: 194px;
  background: #f8f8f8;
  position: relative;
}

.producer .definition-panel .pic-list .pic-item {
  margin-top: 20px;
  background: #fff;
}

.producer .definition-panel .pic-item .pic-info {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 30px;
  border-bottom: 1px solid rgb(226, 227, 229);
}

.producer .definition-panel .pic-info span {
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  color: rgb(125, 125, 125);
}

.producer .definition-panel .pic-item .pic {
  /* padding: 30px; */
  text-align: center;
}

.producer .definition-panel .pic-item .pic img {
  /* height: 516px; */
  width: 100%;
}

/* 高清大图 end*/
/* 详细码单 start */
.producer .bundle-panel .swiper-container2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.producer .bundle-panel .swiper-container2 .swiper-slide {
  text-align: center;
  font-size: 30px;
  width: 116px;
  margin: 15px 24px;
  height: 58px;
  border: 1px solid #DDDDDD;
  line-height: 58px;
  border-radius: 29px;
  background: #fff;
}

.producer .bundle-panel .swiper-container2 .swiper-slide.active {
  color: #41A6FE;
  border: 1px solid #41A6FE;
}

/* 详细码单 end */
.producer .bundle-panel .amount-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 26px;
  background: rgb(216, 216, 216);
}

.producer .bundle-panel .amount-list .amount-item {
  padding: 26px 0;
  font-size: 28px;
  line-height: 28px;
}

.producer .bundle-panel .slide-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f9f9f9;
}

.producer .bundle-panel .slide-list .slide-item {
  -webkit-flex: 1;
  flex: 1;
  padding: 27px 0;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: rgb(127, 127, 127);
}

.producer .bundle-panel .row-list .row-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.producer .bundle-panel .row-list .row-item.data-list .data-item {
  -webkit-flex: 1;
  flex: 1;
  padding: 26px 0;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: rgb(127, 127, 127);
}

.producer .bundle-panel .bundle-list .bundle-item {
  display: none;
}

.producer .bundle-panel .bundle-list .bundle-item.active {
  display: block;
}

/*producer end*/
/* 供应商 start */
.producer .supplier-panel .result-item {
  border-bottom: 0;
  padding-bottom: 0;
}

/* 供应商 end */
/*detail-list start*/
.tips {
  width: 100%;
  height: 48px;
  background: rgba(153, 153, 153, 0.6);
  color: #fff;
  position: fixed;
  bottom: 96px;
  z-index: 100;
  text-align: center;
  line-height: 48px;
  font-size: 26px;
  display: none;
}

.tips.active {
  display: block;
}

.detail-list {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  bottom: 0px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .1), 0px -1px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1), 0px -1px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1), 0px -1px 5px rgba(0, 0, 0, .1);
  height: 96px;
  display: flex;
  display: -webkit-flex;
  z-index: 100;
  display: none;
}

.g-doc.sxh-detail .detail-list {
  display: flex;
  display: -webkit-flex;
}

.isUpShelf .detail-list {
  display: none;
}

.detail-list .detail-item {
  display: flex;
  display: -webkit-flex;
  /* border-right: 1px solid #f2f2f2; */
  border: 1px solid #41A6FE;
  color: #41A6FE;
  margin: 13px 15px;
  align-items: center;
  -webkit-align-items: center;
}

.detail-list .services-detail, .detail-list .collection-detail {
  flex: 1;
  -webkit-flex: 1;
}

#JDetailListx.detail-list .services-detail {
  flex: 2;
  -webkit-flex: 2;
}

#JDetailListx.detail-list .buy-detail {
  flex: 3;
  -webkit-flex: 3;
  background: rgba(65, 166, 254, 1);
  color: #fff;
}

.detail-list .buy-detail {
  flex: 1;
  -webkit-flex: 1;
  background: rgba(65, 166, 254, 1);
  color: #fff;
}

.detail-list .buy-detail:active {
  background: rgba(65, 166, 254, 0.8) !important;
}

.detail-list .detail-item:last-child {
  border-left: 0px;
}

.detail-list .detail-item .contact-button, .detail-list .detail-item .services-button, .detail-list .detail-item .services-buttonx, .detail-list .detail-item .services-button a, .detail-list .detail-item .buy-button, .detail-list .detail-item .collection-button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 100%;
}

.detail-list .detail-item .contact-button .icon-contact {
  display: inline-block;
  width: 30px;
  height: 28px;
  background: url(./icon/detail/contact.png) no-repeat;
  background-size: 100%;
}

.detail-list .detail-item .icon-buy {
  display: inline-block;
  width: 26px;
  height: 30px;
  background: url(./icon/detail/buy.png) no-repeat;
  background-size: 100%;
}

#JDetailListx.detail-list .detail-item .icon-big-sale {
  background: url(./icon/detail/polygon@3x.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 20px;
  margin-left: 24px;
  width: 113px;
  height: 36px;
  line-height: 34px;
  padding-left: 7px;
  box-sizing: border-box;
  text-align: center;
  color: #006CCB;
}

.detail-list .services-button .icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url("./icon/detail/tel.png") no-repeat;
  background-size: 100%;
}

.detail-list .services-buttonx .icon {
  width: 30px;
  height: 40px;
  display: inline-block;
  background: url("./icon/detail/services@3x.png") no-repeat;
  background-size: 100%;
}

.detail-list .buy-button .icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url("./icon/detail/daigou.png") no-repeat;
  background-size: 100%;
}

.detail-list .text {
  margin-left: 10px;
  font-size: 28px;
  margin-bottom: 3px;
}

/*detail-list end*/
/* 客服 start */
.guider-button {
  width: 100px;
  height: 100px;
  bottom: 240px;
  right: 24px;
  text-align: center;
  z-index: 10;
  background-image: -webkit-linear-gradient(to right, rgb(78, 147, 255) 0%, rgb(84, 192, 250) 100%);
  background-image: linear-gradient(to right, rgb(78, 147, 255) 0%, rgb(84, 192, 250) 100%);
  display: none;
}

.guider-button .icon {
  width: 40px;
  height: 33px;
  display: inline-block;
  margin-top: 15px;
  background: url("./icon/detail/custom.png") no-repeat;
  background-size: 100%;
  margin-bottom: 8px;
}

.guider-button .text {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

/* 客服 end */
/*content start*/
.panel-list .panel-item .bg {
  width: 100%;
  height: 26px;
  background-image: -webkit-linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgb(244, 244, 244));
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgb(244, 244, 244));
  position: absolute;
  bottom: 0;
}

/*content end*/
/* 二维码弹窗 start*/
.guider-masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

.guider-masker.active {
  display: block;
}

.guider-masker .show-masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}

.guider-masker .guider-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 11;
}

.guider-masker .guider-container .pic img {
  width: 100%;
  height: 100%;
}

.guider-masker .box-wrapper {
  background: #fff;
  border-radius: 10px;
  width: 620px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 0px 21px rgba(0, 0, 0, 0.08);
  padding-bottom: 1px;
}

.guider-masker .m-box .pic {
  width: 320px;
  margin: 0 auto;
  padding-top: 110px;
}

.guider-masker .m-box .pic img {
  display: block;
}

.guider-masker .m-box .title, .guider-masker .m-box .name {
  padding-top: 14px;
  font-size: 30px;
  line-height: 48px;
  color: #555555;
  text-align: center;
}

.guider-masker .m-box a {
  display: block;
  font-size: 30px;
  color: #fff;
  text-align: center;
  width: 428px;
  height: 78px;
  margin: 75px auto;
  background: rgba(65, 166, 254, 1);
  border-radius: 8px;
  line-height: 78px;
}

.guider-masker .m-box .phone {
  font-size: 26px;
  color: rgba(136, 136, 136, 1);
  line-height: 40px;
  margin-top: 27px;
  text-decoration: underline;
}

.guider-masker .m-box .close {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url("./icon/detail/close_icon@3x.png") no-repeat;
  background-size: 100% 100%;
}

.guider-masker .button-list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #ddd;
}

.guider-masker .button-list .button-item {
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  flex: 1;
  -webkit-flex: 1;
  height: 90px;
  line-height: 3;
}

.guider-masker .button-list .cancel-button {
  border-right: 1px solid #ddd;
}

.guider-masker .button-list .confirm-button a {
  color: #03A3E7;
  display: block;
}

/* .guider-masker .m-box .close:after {
    content: '';
    background: url("./icon/detail/icon_gb.png") no-repeat;
    background-size: 100% 100%;
    width: 102px;
    height: 102px;
    margin:0 auto;
    display: block;
    position: relative;
    top: 64px;
}  */
/* 二维码弹窗 end*/
/* 收藏弹窗 start */
.confirm-masker .masker-container .button-list .cancel-button {
  color: #000;
}

.confirm-masker .masker-container .button-list .confirm-button {
  color: #03A3E7;
}

/* 收藏弹窗 end */
/* buy-masker start*/
.buy-masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

.buy-masker.active {
  display: block;
}

.buy-masker .show-masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}

.buy-masker .buy-container {
  position: absolute;
  width: 100%;
  z-index: 11;
  bottom: 0;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding-bottom: 40px;
}

.buy-masker .buy-container .buy-title {
  font-size: 36px;
  text-align: center;
  height: 120px;
  line-height: 120px;
  border-bottom: 1px solid #EEEEEE;
}

.buy-masker .buy-container .close {
  width: 50px;
  height: 50px;
  background: url(./icon/detail/close_icon@3x.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 29px;
  right: 44px;
}

.buy-masker .buy-container .info-list {
  padding: 24px;
  border-bottom: 1px solid #EEEEEE;
}

.buy-masker .buy-container .info-item {
  font-size: 30px;
  line-height: 56px;
  color: #333333;
}

.buy-masker .buy-container .price .text {
  color: #FF6000;
}

.buy-masker .buy-container .price .unit {
  color: #FF6000;
}

.buy-masker .buy-container .text-wrapper .symbol {
  color: #FF6000;
}

.buy-masker .buy-container .text-wrapper .text {
  color: #FF6000;
  font-size: 36px;
}

.buy-masker .buy-container .text-wrapper .unit {
  /* color: rgb(125, 125, 125); */
}

.buy-masker .buy-container .buy-type {
  padding: 40px 24px;
  border-bottom: 1px solid #EEEEEE;
}

.buy-masker .buy-container .buy-type .type-title {
  font-size: 30px;
  color: #333333;
  line-height: 1;
  margin-bottom: 30px;
}

.buy-masker .buy-container .buy-type .type-list {
  display: flex;
  display: -webkit-flex;
}

.buy-masker .buy-container .buy-type .type-item {
  font-size: 26px;
  color: #555555;
  line-height: 1;
  width: 120px;
  height: 58px;
  border-radius: 8px;
  border: 1px solid#DDDDDD;
  display: block;
  text-align: center;
  line-height: 58px;
  margin-right: 30px;
}

.buy-masker .buy-container .buy-type .type-item.show {
  display: block;
}

.buy-masker .buy-container .buy-type .type-item.active {
  color: #41A6FE;
  border: 1px solid#41A6FE;
}

.buy-masker .buy-container .buy-number {
  padding: 56px 24px 0px 24px;
  position: relative;
}

.buy-masker .buy-container .number-title {
  font-size: 30px;
  color: #333333;
  line-height: 1;
  margin-bottom: 32px;
}

.buy-masker .buy-container .number-list {
  position: relative;
}

.buy-masker .buy-container .number-list .slice-number {
  height: 1px;
  margin-bottom: 223px;
}

.buy-masker .buy-container .number-list .slice-list {
  display: flex;
  display: -webkit-flex;
  position: absolute;
  top: -78px;
  right: 0px;
}

.buy-masker .buy-container .number-list .slice-number span, .buy-masker .buy-container .number-list .slice-number input {
  width: 96px;
  height: 64px;
  border: 1px solid #41A6FE;
  border-radius: 8px;
  color: #41A6FE;
  text-align: center;
  line-height: 56px;
  display: block;
  font-size: 40px;
  box-sizing: border-box;
  margin-right: 14px;
}

.buy-masker .buy-container .number-list .number-item span.disabled {
  background: #DDDDDD;
  color: #CCCCCC;
  border: 1px solid #DDDDDD;
}

.buy-masker .buy-container .number-list .number-item input {
  font-size: 30px;
}

.buy-masker .buy-container .packet-number {
  margin-bottom: 48px;
}

.buy-masker .buy-container .packet-list {
  overflow: hidden;
}

.buy-masker .buy-container .packet-list .packet-item {
  width: 180px;
  height: 58px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  font-size: 26px;
  line-height: 58px;
  text-align: center;
  display: block;
  margin-right: 30px;
  float: left;
  border-radius: 8px;
  color: #555555;
  margin-bottom: 30px;
}

.buy-masker .buy-container .packet-list .packet-item.active {
  border: 1px solid #41A6FE;
  color: #41A6FE;
}

.buy-masker .buy-container .piece-number {
  margin-bottom: 166px;
}

.buy-masker .buy-container .piece-item {
  font-size: 26px;
  color: #41A6FE;
  line-height: 1;
  width: 120px;
  height: 58px;
  border-radius: 8px;
  border: 1px solid#41A6FE;
  display: block;
  text-align: center;
  line-height: 58px;
  margin-right: 30px;
}

.buy-masker .buy-container .number-list .number-item {
  display: none;
}

.buy-masker .buy-container .number-list .number-item.active {
  display: block;
}

.buy-masker .buy-container .input-item {
  margin: 0 24px;
}

.buy-masker .buy-container .input-title {
  height: 98px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 30px 0px;
  box-sizing: border-box;
  position: relative;
}

.buy-masker .buy-container .input-item:first-child {
  border-bottom: 1px solid #EEEEEE;
}

.buy-masker .buy-container .input-item .unit-list .unit-item {
  display: none;
}

.buy-masker .buy-container .input-item .unit-list .unit-item.active {
  display: block;
}

.buy-masker .buy-container .input-item .label {
  font-size: 30px;
  color: #333;
  margin-right: 50px;
  padding-left: 30px;
}

.buy-masker .buy-container .input-item .label .must-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #FF6000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.buy-masker .buy-container .input-item .text {
  color: #555;
  border: 0;
  font-size: 26px;
  width: 200px;
}

.buy-masker .buy-container .input-item .symbol {
  color: #333333;
  font-size: 30px;
}

.buy-masker .buy-container .input-item .toggle-unit {
  color: #41A6FE;
  font-size: 30px;
  position: absolute;
  right: 44px;
}

.buy-masker .buy-container .input-item .toggle-unit .icon-cut {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(./icon/detail/cut_icon@3x.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: text-bottom;
  margin-right: 14px;
}

.buy-masker .buy-container .input-item .nextpage-icon {
  display: block;
  width: 13px;
  height: 25px;
  background: url(./icon/detail/arrow@3x.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 44px;
  top: 40px;
}

.buy-masker .buy-container .input-item.active .nextpage-icon {
  display: block;
  width: 13px;
  height: 25px;
  background: url(./icon/detail/arrow@3x.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 44px;
  top: 40px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.buy-masker .input-item .float-input-title {
  position: relative;
  padding: 30px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
  overflow: hidden;
}

.buy-masker .input-item .float-input-title .label {
  width: 120px;
  float: left;
  line-height: 1.5;
}

.buy-masker .buy-container .input-item .float-input-title .text {
  width: 450px;
  float: left;
  line-height: 44px;
  /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.buy-masker .buy-container .input-item.active .input-title .nextpage-icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.buy-masker .buy-container .input-item .panel {
  display: none;
}

.buy-masker .buy-container .input-item.active .panel {
  display: block;
}

.buy-masker .buy-container .input-item .require-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 40px 14px 0px;
}

.buy-masker .require-list .require-item {
  display: inline-block;
  font-size: 28px;
  line-height: 58px;
  height: 58px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 35px;
  margin-right: 20px;
}

.buy-masker .require-list .require-item.active {
  background: #41A6FE;
  color: #fff;
}

.buy-masker .input-item .add-require {
  margin-top: 70px;
  height: 88px;
  border: 1px solid #eee;
  color: #333;
  font-size: 26px;
  line-height: 88px;
  border-radius: 44px;
}

.buy-masker .input-item .add-require .text {
  color: #333;
  width: 600px;
  height: 100%;
  padding-left: 42px;
  border-radius: 44px;
}

.buy-masker .buy-container .input-item .detail-editor-icon {
  display: block;
  width: 36px;
  height: 36px;
  background: url(./icon/detail/detail-editor@3x.png) no-repeat;
  background-size: 100% 100%;
}

.buy-masker .buy-container .submit {
  margin: 0px 24px;
  height: 82px;
}

.buy-masker .buy-container .submit .button {
  background: #41A6FE;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  padding: 35px 0;
  display: block;
  border-radius: 10px;
  text-align: center;
}

.buy-masker .buy-container .other-requirement-input .submit .button {
  margin: 46px 0px 0;
}

.buy-masker .buy-container .loading {
  height: 82px;
  margin: 0px 24px;
}

.buy-masker .buy-container .loading .bar-wraper {
  border-radius: 6px;
  overflow: hidden;
  height: 12px;
}

.buy-masker .buy-container .loading .bar {
  background: url(icon/detail/jiaohu.png) -5px 0 repeat-x;
  height: 12px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  animation: move 1000s infinite linear;
  width: 10000%;
}

@keyframes move {
  0% {
    transform: translate(-50%, 0%);
  }

  100% {
    transform: translate(100%, 0%);
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(-50%, 0%);
  }

  100% {
    -webkit-transform: translate(100%, 0%);
  }
}

.buy-masker .buy-container .loading .text {
  font-size: 30px;
  color: #888888;
  text-align: center;
  margin-top: 20px;
}

/* buy-masker end*/
.tips-masker {
  z-index: 100;
}

/* swiper-masker start */
.swiper-masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

.swiper-masker.active {
  display: block;
}

.swiper-masker .show-masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #04040F;
}

.swiper-masker .masker-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 11;
  width: 100%;
}

/* 新增swiper-container99，解决之前详情图片放大的bug */
.swiper-masker .swiper-container5,
.swiper-masker .swiper-container99 {
  width: 100%;
  overflow: visible;
}

.swiper-masker .swiper-container5 .swiper-wrapper {
  align-items: center;
  -webkit-align-items: center;
}

.swiper-masker .swiper-container5 .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* height: 563px; */
  width: 100%;
}

.swiper-masker .swiper-container5 .details-info {
  height: 70px;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.59));
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.59));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.59));
  /* position: absolute; */
  width: 100%;
  /* bottom: 0; */
  /* z-index: 10; */
  padding: 21px 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  font-size: 28px;
}

.swiper-masker .swiper-container5 .swiper-slide video {
  /* opacity: 0; */
  /* position: absolute; */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-masker .swiper-container5 .video-pic img {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  /* left: 0; */
  /* top: 0; */
}

.swiper-masker .swiper-container5 .video-pic .icon-video {
  position: absolute;
  background: url(./icon/editorQuality/video@3x.png) no-repeat;
  background-size: 100%;
  width: 120px;
  height: 120px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -60px;
}

.swiper-container5 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: RGBA(130, 130, 135, 1);
  opacity: 1;
}

.swiper-container5 .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-masker .function {
  width: 750px;
  height: 96px;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  /* display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; */
  box-sizing: border-box;
  padding: 32px 43px;
  z-index: 99;
  text-align: center;
  /* position: relative; */
}

.swiper-masker .function .cancel {
  font-size: 0;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 999;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: underline;
  /* margin-right: 185px; */
  background: url("../../images/clese_btn@2x.png") no-repeat center center;
  background-size: 100% 100%;
  /* display: none; */
}

.swiper-masker .function .c-text {
  font-size: 30px;
  color: #fff;
  /* margin-right: 185px; */
}
/* swiper-container99 */
.swiper-masker .swiper-containe99 {
  width: 100%;
  overflow: visible;
}

.swiper-masker .swiper-containe99 .swiper-wrapper {
  align-items: center;
  -webkit-align-items: center;
}

.swiper-masker .swiper-containe99 .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* height: 563px; */
  width: 100%;
}

.swiper-masker .swiper-container99 .details-info {
  height: 70px;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.59));
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.59));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.59));
  /* position: absolute; */
  width: 100%;
  /* bottom: 0; */
  /* z-index: 10; */
  padding: 21px 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  font-size: 28px;
}

/* swiper-container100 */
.swiper-masker .swiper-container100 {
  width: 100%;
  overflow: visible;
}

.swiper-masker .swiper-container100 .details-info {
  position: static;
  z-index: 0;
}

/* swiper-masker end */
.minirefresh-wrap {
  position: relative;
}

.minirefresh-scroll {
  /* margin-bottom: 100px; */
}

.isUpShelf .minirefresh-scroll {
  margin-bottom: 0px;
}

.lookup-more {
  font-size: 26px;
  color: #333333;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-decoration: underline;
}

.lookup-more i {
  background: url(../../images/common/r1@3x.png) no-repeat;
  background-size: 12px 22px;
  width: 12px;
  height: 22px;
  display: inline-block;
  margin-left: 10px;
}

.minirefresh-theme-default .minirefresh-upwrap {
  display: none;
}

.minirefresh-theme-default .minirefresh-upwrap.active {
  display: flex;
  display: -webkit-flex;
}

.isUpShelf .minirefresh-theme-default .minirefresh-upwrap {
  display: flex;
  display: -webkit-flex;
}

.minirefresh-hardware-speedup {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

/* share-masker start */
.share-masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

.share-masker.active {
  display: block;
}

.share-masker .show-masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}

.share-masker .share-container {
  width: 600px;
  height: 340px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 11;
  padding-top: 100px;
  box-sizing: border-box;
}

.share-masker .share-container .close {
  width: 50px;
  height: 50px;
  background: url(./icon/detail/close_icon@3x.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 29px;
  right: 44px;
}

.share-masker .share-container .share-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 145px;
}

.share-masker .share-container .share-list span {
  display: block;
  margin-top: 40px;
  font-size: 26px;
  color: #555555;
}

/* share-masker end */
/* 石管家app分享页 */
.managerSharepage .collection-button {
  display: none;
}

.managerSharepage .share {
  display: none;
}

.managerSharepage .detail-list {
  display: flex;
  display: -webkit-flex;
}

.managerSharepage .producer {
  background: rgb(216, 216, 216);
}

.managerSharepage .producer .panel-list .bundle-wrapper {
  background: #fff;
}

.managerSharepage .producer .panel-list {
  padding-bottom: 110px;
}

.managerSharepage .supplier-info {
  display: none;
  /* display: flex;
  display: -webkit-flex; */
}

/* 商家信息 */
.supplier-info {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 26px;
  align-items: center;
  -webkit-align-items: center;
  background: #fff;
  height: 98px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .1), 0px -1px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1), 0px -1px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1), 0px -1px 5px rgba(0, 0, 0, .1);
  display: none;
}

.supplier-info .left .top {
  margin-bottom: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.supplier-info .left .top .tips2 {
  background: #AAAAAA;
  color: #fff;
  width: 75px;
  height: 30px;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}

.supplier-info .left .top .company {
  font-size: 26px;
}

.supplier-info .left .bottom {
  font-size: 26px;
  color: #555555;
}

.supplier-info .left .name {
  margin-right: 10px;
}

.supplier-info .right a {
  color: #333333;
  font-size: 26px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.supplier-info .right i {
  background: url(icon/detail/contact@3x.png) no-repeat;
  background-size: 48px;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-left: 20px;
}

.ss-nav {
  position: fixed;
  right: -60px;
  bottom: 280px;
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 33;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(25, 127, 216, 0.36)
}

.ss-nav-inner {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: rgba(65, 166, 254, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  padding: 20px 60px 20px 20px;
  box-sizing: border-box;
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  box-shadow: 0px 0px 8px 2px rgba(25, 127, 216, 0.36)
}

.ss-nav .ss-nav-url {
  display: block;
  background-color: transparent;
  position: absolute;
  color: #333;
  font-size: 18px;
}

.ss-nav .ss-nav-url.ss-nav-active {
  color: #41A6FE
}

.ss-nav .ss-nav-url div {
  width: 38px;
  height: 32px;
  margin-bottom: 6px;
}

.ss-nav>span:nth-child(2) div {
  background: url('./icon/homeSelected@3x.png') no-repeat;
  background-size: contain;
}

.ss-nav>span:nth-child(3) div {
  background: url('./icon/cashsaleSelected@3x.png') no-repeat;
  background-size: contain;
}

.ss-nav>span:nth-child(4) div {
  background: url('./icon/searchSelected@3x.png') no-repeat;
  background-size: contain;
}

.ss-nav>span:nth-child(5) div {
  background: url('./icon/mineSelected@3x.png') no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.ss-nav>span div {}

.ss-nav>span:nth-child(2) {
  top: 50px;
  left: 110px;
}

.ss-nav>span:nth-child(3) {
  top: 120px;
  left: 60px;
}

.ss-nav>span:nth-child(4) {
  top: 210px;
  left: 60px;
}

.ss-nav>span:nth-child(5) {
  top: 270px;
  left: 110px;
}

.ss-play-btn {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.ss-video-drop {
  width: 100%;
  height: 100%;
  position: absolute;
}

.ss-hitCount {
  flex: 1;
  font-size: 24px;
  font-weight: 400;
  color: #999;
  text-align: right;
}

.bold-c {
  font-weight: bold;
}

.price-wrapper {
  /* border: 1px solid #000000; */
  padding: 0 30px;
}

.infoBox {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.info-wrapper .info-wrapper-item {
  position: relative;
  padding: 0 0 30px;
  line-height: 24px;
}

.infoKey {
  font-size: 26px;
  line-height: 24px;
  color: #999;
  margin-right: 15px;
}

.infoValue {
  font-size: 28px;
  line-height: 24px;
  color: #666;
}

.infoTap {
  padding: 0 0 0 40px;
}

.flex-1 {
  flex: 1;
}

.shareBox {
  padding: 10px 22px;
  background-color: #F1F1F2;
  border-radius: 16px;
  position: absolute;
  right: 0;
  top: -12px;
}

.shareText {
  font-size: 24px;
  color: #999;
  padding: 0;
  vertical-align: middle;
}

.shareIcon {
  margin-right: 3px;
  width: 30px;
  height: 28px;
  vertical-align: middle;
}

.shop-wrapper {
  display: flex;
  align-items: center;
}

.shop-btn {
  padding: 15px 9px;
  margin-right: 30px;
  border: 1px solid #FF815F;
  font-size: 28px;
  line-height: 1;
  color: #FF815F;
  text-align: center;
  border-radius: 6px;
}

.shop-top {
  display: flex;
  align-items: center;
  padding: 42px 0 20px 30px;
}

.shop-title {
  /* height: 40px; */
  max-width: 380px;
  font-size: 30px;
  font-weight: bold;
  margin-right: 12px;
  line-height: 29px;
  color: #333333;
}

.rzIcon {
  width: 84px;
  height: 29px;
  vertical-align: middle;
}

.shop-variety {
  padding: 0 0 38px 30px;
  max-width: 510px;
  font-size: 24px;
  line-height: 24px;
  color: #999;
}

.no-wrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.itemBtn {
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
}
.itemBtn.qxscBtn {
  width: 120px;
}

.itemIcon {
  width: 36px;
  height: 36px;
  /* margin: 8px auto; */
  /* margin-bottom: 10px; */
}
.icon-text{
  font-size: 26px;
  color: #333;
  line-height: 1;
  margin-top: 14px;
}

.hide {
  display: none;
}

.shopCenter {
  padding: 30px;
}
.result-list .result-item{
  height: 496px;
}



