/* 全局共用样式 start */
/* mescroll样式重置 */
.mescroll-downwarp .downwarp-tip,
.mescroll-upwarp .upwarp-tip,
.mescroll-upwarp .upwarp-nodata{
  font-size: 24px;
}
.mescroll-empty .empty-tip{
  font-size: 28px;
}
.mescroll-totop {
  z-index: 9990;
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  opacity: 0;
}
/* 隐藏站长统计 */
#cnzz_stat_icon_1278072141{
  visibility: hidden;
}
/* 超出隐藏，可实现清除浮动,两栏布局 */
.fix {
  overflow: hidden;
  *zoom: 1;
}
/* 文本超出隐藏 */
.tove{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tr{
  text-align: right;
}

.tl{
  text-align: left;
}

.tc{
  text-align: center;
}

.pr{
  position: relative;
}

[v-cloak] {
  display: none;
}

/* 1px 边框 */
.border-1px{
  position: relative;
}
.border-1px:after{
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box;
}
 /* flex 布局 */
.flex {
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
}

.flex-1 {
  flex: 1;
  -webkit-box-flex: 1;
}

 /* 垂直居中 */
.flex-vtm {
  align-items: center;
  -webkit-align-items: center;
}

 /* 水平居中 */
.flex-tc {
  justify-content: center;
  -webkit-justify-content: center;
}

/* 全局共用样式 end */

/*搜索框 start*/
.search {
  position: fixed;
  top: 0px;
  z-index: 100;
  padding: 12px 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}

.search .search-warpper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: rgba(244, 244, 244, 1);
  border-radius: 4px;
  flex: 1;
  -webkit-flex: 1;
  border: 1px solid #DDDDDD;
}

.search.active .search-warpper {
  padding-left: 0;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.search .icon-search {
  width: 28px;
  height: 28px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
  background: transparent url("../images/common/search_icon@3x.png") no-repeat 25px 25px;
  background-size: 28px;
  padding: 25px 15px 25px 20px;
}

.search .search-form {
  flex: 1;
  -webkit-flex: 1;
}

.search .search-form .keyword {
  border: 0;
  background: transparent;
  font-size: 28px;
  padding: 12px 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100%;
  -webkit-appearance: none;
}

input::-webkit-search-cancel-button {
  display: none;
}

.search .icon-close {
  background: url(../images/common/x@3x.png) 16px 16px no-repeat;
  width: 28px;
  height: 28px;
  padding: 16px;
  background-size: 28px;
  display: none;
}

.search .photo {
  text-align: center;
  margin-right: 20px;
  position: relative;
  display: none;
}

.search .photo .icon {
  background: url(../images/common/photograph\ _iocn@3x.png) no-repeat;
  background-size: 36px 30px;
  width: 36px;
  height: 30px;
  display: inline-block;
}

.search .photo .text {
  display: block;
  font-size: 18px;
  color: #333333;
  text-decoration: underline;
}

.search .photo .file {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
}

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

.search .search-cancel {
  font-size: 30px;
  padding: 0px 10px;
  margin-left: 20px;
  border-radius: 4px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 20px;
  color: #555555;
  text-decoration: underline;
  display: none;
}

/* 状态 照相 */
.search.takephoto .photo {
  display: block;
}

.search.cancel .search-cancel {
  display: block;
}

.search.close .icon-close {
  display: block;
}

/*搜索框 end*/
/* .nav-list start */
.nav-list {
  position: fixed;
  bottom: 0;
  height: 98px;
  width: 100%;
  background: #fff;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  box-shadow: 0px -5px 10px rgba(125, 125, 125, .1);
  -webkit-box-shadow: 0px -5px 10px rgba(125, 125, 125, .1);
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.nav-list .nav-item a {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-top: 15px;
  /* justify-content: center; */
  /* -webkit-justify-content: center; */
}

.nav-list .nav-item .icon {
  display: block;
  margin: 0 auto;
  height: 36px;
  margin-bottom: 10px;
}

.nav-list .index-nav .icon {
  background: url(../images/common/home@3x.png) no-repeat;
  background-size: 100%;
  width: 42px;
}

.nav-list .index-nav.active .icon {
  background: url(../images/common/home-active@3x.png) no-repeat;
  background-size: 100%;
}

.nav-list .sctk-nav .icon {
  background: url(../images/common/sctk@3x.png) no-repeat;
  background-size: 100%;
  width: 40px;
}

.nav-list .sctk-nav.active .icon {
  background: url(../images/common/sctk-active@3x.png) no-repeat;
  background-size: 100%;
}

.nav-list .sxh-nav .icon {
  background: url(../images/common/sxh@3x.png) no-repeat;
  background-size: 100%;
  width: 38px;
}

.nav-list .sxh-nav.active .icon {
  background: url(../images/common/sxh-active@3x.png) no-repeat;
  background-size: 100% 100%;
}

.nav-list .grzx-nav .icon {
  background: url(../images/common/personal@3x.png) no-repeat;
  background-size: 100%;
  width: 30px;
}

.nav-list .grzx-nav.active .icon {
  background: url(../images/common/personal-active@3x.png) no-repeat;
  background-size: 100%;
}

.nav-list .nav-item .text {
  color: rgb(25, 25, 25);
  font-size: 20px;
  display: block;
  text-align: center;
}

.nav-list .nav-item.active .text {
  color: #41A6FE;
}

/* .nav-list end */
/* tips-masker start*/
.tips-masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}

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

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

.tips-masker .tips-container .tips-content {
  padding: 27px 30px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
}

.tips-masker .tips-container .tips-content .text {
  color: #fff;
  font-size: 28px;
  white-space: nowrap;
  color: #fff;
  font-size: 28px;
  /* white-space: nowrap; */
  /* max-width: 400px; */
  display: block;
  /* display: inline; */
  line-height: 48px;
  max-width: 400px;
  word-wrap: break-word;
}

/* tips-masker end*/
/* result-masker start */
.result-masker {
  display: none;
  position: relative;
  bottom: 0;
  width: 100%;
  top: 0px;
  padding-top: 50px;
  background: #fff;
}

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

.result-masker .pic {
  text-align: center;
  margin-bottom: 30px;
}

.result-masker .pic img {
  width: 220px;
  height: 220px;
}

.result-masker .text {
  display: block;
  font-size: 20px;
  text-align: center;
  color: rgb(125, 125, 125);
}

/* result-masker end */
/*masker start*/
.masker, .masker-show {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.masker {
  display: none;
}

.masker.active {
  display: block;
}

.bg-black, .masker-black {
  background: rgba(0, 0, 0, 0.65);
}

.bg-white {
  background: #fff;
}

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

/*masker end*/
/*content start*/
.result-list {
  overflow: hidden;
  position: relative;
  background: #F9F9F9;
}

.result-list .result-item {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
  background: #fff;
  float: left;
  margin-bottom: 10px;
}

.result-list .result-item:nth-of-type(odd) {
  border-right: 5px solid #F9F9F9;
}

.result-list .result-item:nth-of-type(even) {
  border-left: 5px solid #F9F9F9;
}

.result-list .panel .promotion {
  background: rgb(255, 72, 94);
  font-size: 26px;
  padding: 3px 14px;
  color: #fff;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 20px;
}

.result-list .panel {
  position: relative;
}

.result-list .panel img {
  width: 345px;
  height: 246px;
  display: block;
}

.result-list .panel .pic {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}

.result-list .panel .pic .bottom {
  position: absolute;
  bottom: 8px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}

.result-list .panel .pic .tag {
  background: rgba(0, 0, 0, .5);
  color: #DDDDDD;
  padding: 3px 11px;
  font-size: 20px;
  margin-right: 8px;
  border-radius: 13px;
}

.result-list .panel .pic .big-pic {
  width: 100%;
  height: 100%;
  background: url(../images/common/bitmap-result.png) no-repeat;
  background-size: 100% 100%;
}

.result-list .panel .info {
  padding-top: 20px;
  padding-bottom: 10px;
}

.result-list .panel .p-name {
  font-size: 30px;
  line-height: 30px;
  color: rgba(170, 170, 170, 1);
  padding-bottom: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.result-list .panel .p-name .flex-1{
  min-width: 0;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

.result-list .panel .p-name .label-wrapper{
  position: relative;
  line-height: 1;
}
.result-list .panel .p-name .label-wrapper .tag {
  padding: 4px 10px;
  color: #FFBA4E;
  border: 1px solid #FFBA4E;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 20px;
}

.result-list .panel .p-blockno {
  font-size: 24px;
  line-height: 24px;
  color: #555;
  padding-bottom: 15px;
}

.result-list .panel .p-name .p-variety {
  color: #333;
}

.result-list .panel .p-name .p-blockno {
  font-size: 22px;
  line-height: 22px;
  color: rgba(170, 170, 170, 1);
  margin-left: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.result-list .panel .p-format {
  font-size: 24px;
  line-height: 24px;
  color: #555;
  padding-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*查看价格*/
.money-wrapper .login .price-info, .money-wrapper .unlogin {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-bottom: 5px;
}

.money-wrapper .label {
  font-size: 24px;
  color: #555;
}

.money-wrapper .login .text {
  font-size: 28px;
  color: #FF6000;
  font-weight: normal;
}

.money-wrapper .login .text.text-before:before {
  content: '￥';
  font-size: 22px;
  color: #FF6000;
}

.money-wrapper .login.bargain .prime-price .text.text-after-square:after {
  content: '/m²';
  font-size: 22px;
  color: #AAAAAA;
}

.money-wrapper .login .text.text-after-square:after {
  content: '/m²';
  font-size: 22px;
  color: #FF6000;
}

.money-wrapper .login.bargain .prime-price .text.text-after-slice:after {
  content: '/片';
  font-size: 22px;
  color: #AAAAAA;
}

.money-wrapper .login .text.text-after-slice:after {
  content: '/片';
  font-size: 22px;
  color: #FF6000;
}

.money-wrapper .login.bargain .prime-price .text.text-after-size:after {
  content: '/幅';
  font-size: 22px;
  color: #AAAAAA;
}

.money-wrapper .login .text.text-after-size:after {
  content: '/幅';
  font-size: 22px;
  color: #FF6000;
}

.money-wrapper .login.bargain .prime-price .text.text-after-cover:after {
  content: '/套';
  font-size: 22px;
  color: #AAAAAA;
}

.money-wrapper .login .text.text-after-cover:after {
  content: '/套';
  font-size: 22px;
  color: #FF6000;
}

.money-wrapper .login .com {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../images/common/detail@3x.png) no-repeat;
  background-size: 40px;
}

.money-wrapper .login .prime-price .label {
  font-size: 22px;
  color: #AAAAAA;
}

.money-wrapper .login .prime-price .text {
  font-size: 24px;
  color: #AAAAAA;
  text-decoration: line-through;
}

.money-wrapper .login .prime-price .text.text-before:before {
  content: '￥';
  font-size: 22px;
  color: #AAAAAA;
}

.money-wrapper .login .prime-price .text.text-after:after {
  content: '/m²';
  font-size: 22px;
  color: #AAAAAA;
}

.money-wrapper .login .bargain-price .bargain-tag {
  width: 54px;
  height: 26px;
  background: rgba(255, 96, 0, 1);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  margin-right: 5px;
}

.money-wrapper .unlogin .text {
  font-size: 24px;
  color: #FF6000;
  vertical-align: middle;
}

.money-wrapper .unlogin .text i {
  font-size: 24px;
  color: #FF6000;
  font-weight: normal;
  vertical-align: top;
}

.money-wrapper .unlogin .com {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../images/common/detail@3x.png) no-repeat;
  background-size: 40px;
}

/*查看价格 end*/
/* result-list end */
/* confirm-masker start */
.confirm-masker, .confirm-masker .show-masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
}

.show-masker {
  background: rgba(0, 0, 0, 0.65);
}

.confirm-masker {
  display: none;
}

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

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

.zoomIn {
  animation: zoomIn 0.5s ease;
  -webkit-animation: zoomIn 0.5s ease;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  50% {
    opacity: 1;
  }
}

.fadeInUp {
  animation: fadeInUp ease 0.5s;
  -webkit-animation: fadeInUp 0.5s ease;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.confirm-masker .masker-container .masker-box {
  border-radius: 10px;
  background: #fff;
  width: 580px;
}

.confirm-masker .masker-container .title {
  color: #666;
  padding: 60px;
  border-bottom: 1px solid #ddd;
  font-size: 36px;
  text-align: center;
  display: block;
  line-height: 36px;
  border-radius: 10px;
}

.confirm-masker .masker-container .button-list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.confirm-masker .masker-container .button-list .button-item {
  padding: 30px;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  flex: 1;
  -webkit-flex: 1;
}

.confirm-masker .masker-container .button-list .confirm-button {
  border-left: 1px solid #ddd;
  color: #03A3E7;
}

/* confirm-masker end */
/* supplier-result-list start */
.supplier-result-list .supplier-result-item {
  padding: 32px 24px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgb(225, 225, 225);
}

.supplier-result-list .supplier-result-item .pic {
  width: 280px;
  height: 186px;
  float: left;
}

.supplier-result-list .supplier-result-item.supplier-box .pic{
  width: 210px;
  height: 144px;
}

.supplier-result-list .supplier-result-item .pic img {
  width: 100%;
  height: 100%;
}

.supplier-result-list .supplier-result-item .text-wrapper {
  margin-left: 20px;
  float: left;
  width: 390px;
}

.supplier-result-list .supplier-result-item .text-wrapper p {
  color: rgb(153, 153, 153);
  font-size: 24px;
  line-height: 24px;
  margin-top: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.supplier-result-list .supplier-result-item .text-wrapper .mobile {
  max-width: 816px;
}

.supplier-result-list .supplier-result-item .text-wrapper .name,
.supplier-result-list .supplier-result-item .supplier-name
 {
  color: rgb(25, 25, 25);
  font-size: 28px;
  line-height: 28px;
  margin-top: 0px;
}

.supplier-result-list .supplier-result-item .supplier-name{
  display: inline-block;
  vertical-align: middle;
  max-width: 60%;
  margin-bottom: 22px;
  font-weight: normal;
  
}

.supplier-result-list .supplier-result-item .gold-ico{
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 13px;
  vertical-align: middle;
  width: 148px;
  height: 34px;
  background: url("../images/sctk/detial/jinpai@2x.png") no-repeat center center;
  background-size: 100% 100%;
}

.supplier-result-list .supplier-result-item .text-wrapper .contact {
  margin-top: 20px;
}

.supplier-result-list .supplier-result-item.supplier-box .text-wrapper .contact{
  margin-top: 0;
}

.supplier-result-list .supplier-result-item.supplier-box .text-wrapper .enter-btn{
  position: absolute;
  right: -80px;
  top: 0;
  display: inline-block;
  width: 120px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 28px;
  color: #41A6FE;
  background-color: #fff;
}

.supplier-result-list .supplier-result-item.supplier-box .text-wrapper .enter-btn:after{
  border-color: #41A6FE;
  border-radius: 58px;
}

.supplier-result-list .panel {
  background: #fff;
  position: relative;
}

.supplier-result-list .panel .info {
  padding: 20px 10px 20px;
}

/* supplier-result-list end */
/* upload-masker start */
.upload-masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

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

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

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

.upload-masker .masker-box {
  width: 750px;
  position: relative;
}

.upload-masker .close {
  background: url(../images/common/upload-close@3x.png) no-repeat;
  background-size: 98px;
  width: 98px;
  height: 98px;
  position: absolute;
  left: 50%;
  margin-left: -49px;
  bottom: 20px;
  z-index: 10;
}

.upload-masker p {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
}

.upload-masker .scan-masker {
  background: rgba(4, 4, 15, 1);
  opacity: 0.4;
  box-shadow: 0px -5px 12px rgba(54, 230, 0, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}

/* upload-masker end */
/* success-tips-masker start */
.success-tips-masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}

.success-tips-masker.active {
  display: block;
}

.success-tips-masker .tips-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.success-tips-masker .tips-content {
  padding: 60px 100px;
  border-radius: 30px;
  color: #fff;
  font-size: 28px;
  background: rgba(0, 0, 0, 0.65);
}

.success-tips-masker .tips-content p {
  white-space: nowrap;
  padding: 10px 0;
  text-align: center;
}

.success-tips-masker .tips-content p .icon {
  display: inline-block;
  width: 43px;
  height: 43px;
  background: url(../images/common/icon_right.png) no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}

.success-tips-masker .tips-content p .link {
  color: #fff;
  text-decoration: underline;
}

/* success-tips-masker end */
/* submit start*/
.submit .button-white:active {
  background: #fbfbfb !important;
}

.active-button:active {
  background: #fbfbfb !important;
}

.submit .button-blue:active {
  background: rgba(65, 166, 254, 0.8) !important;
}

.submit .button-gradient:active {
  opacity: 0.8;
}

/* submit end*/
/* minirefresh */
.minirefresh-scroll {
  /* background: #f9f9f9; */
}

.minirefresh-theme-default .minirefresh-downwrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.minirefresh-theme-default .minirefresh-downwrap {
  height: 100px;
}

.minirefresh-theme-default .minirefresh-upwrap {
  height: 100px;
  box-sizing: border-box;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  background: #f9f9f9;
}

.minirefresh-theme-default .minirefresh-upwrap .upwrap-tips {
  font-size: 24px;
  color: #AAAAAA;
  position: relative;
}

.minirefresh-theme-default .minirefresh-upwrap.status-nomore .upwrap-tips:before {
  content: "";
  height: 1px;
  background: rgba(238, 238, 238, 1);
  width: 100px;
  position: absolute;
  left: -110px;
  top: 50%;
}

.minirefresh-theme-default .minirefresh-upwrap.status-nomore .upwrap-tips:after {
  content: "";
  height: 1px;
  background: rgba(238, 238, 238, 1);
  width: 100px;
  position: absolute;
  right: -110px;
  top: 50%;
}

.status-loading .upwrap-tips {
  width: 90px !important;
}

.minirefresh-upwrap .upwrap-tips {
  width: 150px;
  white-space: nowrap;
}

/* minirefresh */
/* no-data */
.no-data {
  padding: 80px;
  text-align: center;
}

.no-data p {
  color: #AAAAAA;
  font-size: 26px;
  line-height: 36px;
  margin-top: 10px;
}

/* 列表详情 start */
.detail-masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

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

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

.detail-masker .detail-container {
  position: absolute;
  width: 100%;
  z-index: 11;
  bottom: 0;
  background: #fff;
  border-radius: 24px 24px 0 0;
  padding: 2px 0 30px 0;
}

.detail-container.fadeInUp video {
  display: inherit;
}

.detail-masker .detail-container .close {
  width: 29px;
  height: 29px;
  background: url(../images/common/c1@3x.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -75px;
  right: 32px;
}

.swiper-container100 {
  border-radius: 24px 24px 0 0;
  height: 564px;
}

.swiper-container100 .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: 17px 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.swiper-container100 .details-info .details {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  position: absolute;
}

.swiper-container100 .details-info .count {
  font-size: 22px;
  color: #fff;
  text-align: center;
  display: block;
}

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

.detail-masker .info-wrapper {
  padding: 12px 24px;
  margin-bottom: 28px;
}

.detail-masker .info-wrapper p {
  font-size: 26px;
  line-height: 46px;
  color: #555555;
}

.detail-masker .info-wrapper .name {
  font-size: 36px;
  line-height: 56px;
  color: #333333;
}

.detail-masker .info-wrapper .name .block-no {
  font-size: 30px;
  color: rgba(170, 170, 170, 1);
  margin-left: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.detail-masker .operation {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.detail-masker .operation li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100px;
  flex: 1;
  -webkit-flex: 1;
}

.detail-masker .operation li:nth-child(3) {
  /* display: none; */
}

.detail-masker .operation .icon {
  margin-bottom: 22px;
}

.detail-masker .operation li:nth-child(1) .icon {
  width: 32px;
  height: 26px;
  background: url(../images/common/s2@3x.png);
  background-size: 100%;
}

.detail-masker .operation li:nth-child(2) .icon {
  width: 32px;
  height: 30px;
  background: url(../images/common/collect@3x.png);
  background-size: 100%;
}

.detail-masker .operation li:nth-child(2).active .icon {
  background: url(../images/common/collect_active@3x.png);
  background-size: 100%;
}

.detail-masker .operation li:nth-child(3) .icon {
  background: url(../images/common/s1@3x.png);
  background-size: 100%;
  width: 30px;
  height: 32px;
}

.detail-masker .operation span {
  font-size: 24px;
  color: #555;
}

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

/* 列表详情 end */
/* pic-masker start */
.pic-masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

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

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

.pic-masker .pic-container {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 11;
  padding: 38px 0;
  box-sizing: border-box;
}

.pic-masker .pic-container .pic-wrapper {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}

.pic-masker .pic-container .pic-tips-right span {
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 4px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 20px;
}

.pic-masker .pic-container .pic-tips-right {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
}

.pic-masker .pic-container .pic-tips {
  width: 200px;
  height: 50px;
  background: rgba(5, 5, 5, 0.4);
  border-radius: 25px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.pic-masker .pic-container .bottom {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  display: none;
}

.pic-masker .pic-container .name {
  color: #fff;
  font-size: 36px;
  background: url(../images/common/jx@2x.png) no-repeat;
  background-size: 340px 96px;
  width: 340px;
  display: block;
  height: 93px;
  line-height: 93px;
  padding-left: 24px;
  box-sizing: border-box;
  border-bottom-right-radius: 93px;
  margin-top: -1px;
}

.pic-masker .pic-container .format {
  color: #333333;
  font-size: 28px;
  padding-right: 24px;
  box-sizing: border-box;
}

/* pic-masker end */
#JSwiper100 .swiper-slide {
  background-color: #000
}

.detail-panel {
  padding-top: 20px;
}

.ss-panel {
  padding: 0 0 20px 0
}

.ss-panel-img img {
  width: 100%;
  height: auto;
}

.ss-panel-info {
  width: 100%;
  text-align: center;
  color: #555;
  font-size: 26px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 10px;
}

video {
  background-color: #000;
  pointer-events: none;
  display: none;
}

.ss-notshowPrice .price-info {
  opacity: 0;
}
