.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*统一分页*/
#pageToolbar {
  margin-top: 16px;
  border: 1px solid #E3E5E9;
  user-select: none;
  padding: 10px 0;
}
#pageToolbar .ui-paging-container {
  color: #666;
  font-size: 12px;
}
#pageToolbar .ui-paging-container ul {
  overflow: hidden;
  text-align: center;
}
#pageToolbar .ui-paging-container li {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 5px;
  color: #666;
}
#pageToolbar .ui-paging-container li.ui-pager {
  cursor: pointer;
  border: 1px solid #E3E5E9;
  border-radius: 2px;
  background-color: #fff;
  display: inline-block;
  padding: 10px 14px;
  margin-left: 5px;
  color: #666;
}
#pageToolbar .ui-paging-container li.ui-paging-ellipse {
  border: none;
}
#pageToolbar .ui-paging-container li.ui-paging-toolbar {
  padding: 0;
}
#pageToolbar .ui-paging-container li.ui-paging-toolbar select {
  height: 22px;
  border: 1px solid #E3E5E9;
  color: #666;
}
#pageToolbar .ui-paging-container li.ui-paging-toolbar input {
  height: 38px;
  width: 50px;
  border: 1px solid #E3E5E9;
  text-align: center;
  margin: 0 0 0 5px;
}
#pageToolbar .ui-paging-container li.ui-paging-toolbar a {
  text-decoration: none;
  display: inline-block;
  height: 38px;
  border: 1px solid #E3E5E9;
  vertical-align: top;
  border-radius: 2px;
  line-height: 34px;
  padding: 0 3px;
  cursor: pointer;
  margin-left: 5px;
  color: #666;
  width: 50px;
}
#pageToolbar .ui-paging-container .ui-paging-count {
  text-indent: 0;
}
#pageToolbar .ui-paging-container li.ui-pager:hover,
#pageToolbar .ui-paging-container li.focus {
  background-color: #9fa0a0;
  color: #fff;
}
#pageToolbar .ui-paging-container li.ui-pager-disabled,
#pageToolbar .ui-paging-container li.ui-pager-disabled:hover {
  background-color: #fff;
  cursor: not-allowed;
  color: #ddd;
}
.integral-top {
  background: url("../images/integral/integral-top.png") no-repeat center;
  width: 100%;
  min-width: 1280px;
  height: 550px;
  padding-top: 10px;
}
.integral-top .current-location {
  text-align: right;
}
.integral-top .profile-info {
  margin-top: 20px;
  display: flex;
}
.integral-top .profile-info .avatar-box {
  background: #fff;
  width: 280px;
  height: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.integral-top .profile-info .avatar-box.active .icon-nurse-fill {
  background: #158F3B;
  color: #fff;
}
.integral-top .profile-info .avatar-box .icon-nurse-fill {
  font-size: 32px;
  background: #8D97A5;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.integral-top .profile-info .avatar-box .avatar-name {
  color: #404751;
  font-size: 14px;
  margin-top: 4px;
}
.integral-top .profile-info .avatar-box .score {
  font-size: 21px;
  color: #158F3B;
  font-weight: 600;
  margin-top: 10px;
}
.integral-top .profile-info .avatar-box .score-tips {
  margin-top: 2px;
  color: #8D97A5;
}
.integral-top .profile-info .avatar-box .login-btn {
  width: 160px;
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
}
.integral-top .profile-info .avatar-box .view-rules {
  color: #DBC040;
  font-size: 12px;
  text-decoration: underline;
  margin-top: 14px;
}
.integral-top .profile-info .mall-banner {
  flex: 1;
  min-width: 0;
}
.integral-top .profile-info .mall-banner .swiper-container {
  z-index: 0;
}
.integral-top .profile-info .mall-banner .pagination {
  text-align: right;
  margin-top: 6px;
}
.integral-top .profile-info .mall-banner .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  border-radius: 0;
  background: #8D97A5;
  margin-left: 6px;
  transition: all 0.3s;
  vertical-align: top;
  cursor: pointer;
}
.integral-top .profile-info .mall-banner .pagination .swiper-pagination-bullet-active {
  width: 20px;
}
.synthesize-module .the-ads {
  margin-top: 40px;
}
.synthesize-module .gifts-switch {
  margin: 70px auto 0;
  display: flex;
  justify-content: center;
}
.synthesize-module .gifts-switch dd {
  font-size: 16px;
  font-weight: 600;
  color: #404751;
  width: 150px;
  display: flex;
  justify-content: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #E3E5E9;
  position: relative;
  cursor: pointer;
}
.synthesize-module .gifts-switch dd:hover:before {
  width: 100%;
}
.synthesize-module .gifts-switch dd:before {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #158F3B;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.synthesize-module .gifts-switch dd.active {
  color: #158F3B;
}
.synthesize-module .gifts-switch dd.active:before {
  width: 100%;
}
.synthesize-module .souvenir-box {
  margin: 28px 0 110px 0;
}
.synthesize-module .souvenir-box .burden-row {
  border: 1px solid #E3E5E9;
  margin-top: -1px;
  padding: 38px 40px;
}
.synthesize-module .souvenir-box .burden-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.synthesize-module .souvenir-box .exchange {
  width: 300px;
  height: 430px;
  background: #fff;
  margin-left: 49px;
  float: left;
  padding: 10px;
  text-align: center;
}
.synthesize-module .souvenir-box .exchange:first-child {
  margin-left: 0;
}
.synthesize-module .souvenir-box .exchange:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.synthesize-module .souvenir-box .exchange .gift-img {
  width: 280px;
  height: 210px;
  position: relative;
}
.synthesize-module .souvenir-box .exchange .gift-img .price {
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 2;
  width: 166px;
  height: 40px;
  line-height: 40px;
  right: 0;
  text-align: center;
  margin: auto;
  font-size: 18px;
  color: #675e55;
}
.synthesize-module .souvenir-box .exchange .gift {
  max-width: 280px;
}
.synthesize-module .souvenir-box .exchange .gift-name {
  margin-top: 20px;
  color: #404751;
  font-size: 14px;
  height: 50px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.synthesize-module .souvenir-box .exchange .need-as {
  color: #404751;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.synthesize-module .souvenir-box .exchange .amount {
  font-weight: 600;
  color: #158F3B;
  font-size: 18px;
  margin-left: 6px;
}
.synthesize-module .souvenir-box .exchange .convert-btn {
  border-radius: 2px;
  height: 34px;
  border: 1px solid #158F3B;
  background: #fff;
  width: 130px;
  color: #158F3B;
  margin-top: 18px;
}
/*# sourceMappingURL=integral-mall.css.map */