page {
  background: #efefef;
  width: 100%;
  overflow-x: hidden;
}

.notice {
  width: 100%;
  height: 80rpx;
  line-height: 60rpx;
  background: #fff;
}

.notice>.iconfont {
  color: #e64211;
  display: inline-block;
  overflow: hidden;
  line-height: 80rpx;
  width: 40rpx;
}

.notice>.content {
  color: #ee2929;
  white-space: nowrap;
  font-size: 20rpx;
  height: 80rpx;
  line-height: 80rpx;
  width: 660rpx;
  display: inline-block;
  overflow: hidden;
}

.notice_text {
  position: relative;
  font-size: 30rpx;
}

.huakuai {
  width: 100%;
  white-space: nowrap;
}

.changeShop {
  position: absolute;
  top: 20rpx;
  right: 16rpx;
  background: #ffffff;
  opacity: 0.7;
  width: 140rpx;
  height: 40rpx; 
  border-radius: 36rpx;
  font-size: 20rpx;
  display: flex;
  justify-content: center;
  align-items: center;
}

.changeShop .icondown{
  top: 5rpx;
}
