.u-drawer-content{
	::v-deep .u-close--top-right{
		top:24rpx !important;
		right: 42rpx !important;
	}
}

.u-close--top-right{
	::v-deep .u-icon--right{
		background-color: #eeeeef !important;
		border-radius: 60rpx !important;
		color:#3C3C43 !important;
		width: 60rpx;
		height: 60rpx;
		line-height: 60rpx;
		text-align: center;
		box-sizing:border-box;
		padding: 0 16rpx;
	}
}

.fl-functional-popup {
  ::v-deep .u-drawer-content .u-close--top-right{
    top: 40rpx !important;
  }
	::v-deep .u-drawer-content{
		background-color: #F7F7F7 !important;
	}
}