.fui-number {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    font-size: 26rpx;
    margin: 0;
    height: 44rpx;
    width: 144rpx;
    border: 1px solid #d9d9d9;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 10rpx;
    margin-right:84rpx;
}
.minus,.plus {
    width: 44rpx;
    height: 44rpx;
    font-size: 26rpx;
    line-height: 44rpx;
    color: #999;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    z-index: 1;
}
.plus {
    border-left: 1px solid #d9d9d9;
}
.minus {
    border-right: 1px solid #d9d9d9;
}
.fui-number .num {
    flex: 1;
    height: 40rpx;
    color: #666;
    text-align: center;
    border: 0;
    font-size: 28rpx;
}
.disabled {
    background: #fff;
}
.adress {
    font-size: 27rpx;
    color: #666;
}
.edtion {
    color: #999999;
    font-size: 14px;
    text-align: center;
    padding: 20rpx 0;
}
.consume,.store {
    margin-left: 10rpx;
}
.goods-info .num {
    font-size: 26rpx;
    color: #000;
    width: auto;
    margin-left: 20rpx;
    height: 140rpx;
}
.list-padding {
    padding: 16rpx 30rpx;
}
.totle {
    font-size: 26rpx;
}
.order-status {
    color: #888;
    text-align: right;
    font-size: 30rpx;
    margin-right: 8rpx;
}
.fui-modal {
    position: fixed;
    background: rgba(0,0,0,0.7) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}
.fui-modal-info {
    position: fixed;
    width: 100%;
    z-index: 1001;
    text-align: center;
    top: 50rpx;
}
.fui-modal-info .code {
    width: 450rpx;
    height: 450rpx;
    margin: 50rpx 0;
}
.tap {
    text-align: center;
    color: #f90;
    font-size: 40rpx;
    line-height: 50rpx;
}
.close {
    text-align: right;
    padding: 30rpx;
}
.close image {
    width: 80rpx;
    height: 80rpx;
}
.send-code {
    display: none;
}
.fui-cell-group.toggleSend-group .send-code {
    display: block;
    font-size: 26rpx;
}
.fui-cell-group.toggleSend-group .fui-cell .fui-cell-remark::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.cart-option {
    margin-top: 8rpx;
}
.fui-list-media image {
    width: 160rpx;
    height: 160rpx;
}
.gift-list .fui-list-media image {
    width: 100rpx;
    height: 100rpx;
}
.fui-list-inner .text {
    color: #000;
    font-size: 28rpx;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: auto;
}
.no-border .fui-list-inner .subtitle {
    margin-top: 0;
}
.fui-list-inner .subtitle {
    margin-top: 8rpx;
    color: #999;
    font-size: 26rpx;
}
.gift-list .fui-list .fui-list-inner .subtitle {
    margin-top: 0;
}
.nav-mask {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}
.picker-modal {
    background: #fefefe;
    height: 260px;
    position: fixed;
    bottom: -2rem;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
}
.picker-modal.city-picker {
    z-index: 2000;
}
.picker-modal.in {
    transition-duration: 300ms;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    bottom: 0;
}
.picker-modal.out {
    transition-duration: 300ms;
    -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
}
.picker-modal .picker-control {
    display: flex;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 30rpx;
    font-size: 32rpx;
}
.picker-modal .picker-control .cancel {
    width: 50%;
    text-align: left;
    color: #666;
}
.picker-modal .picker-control .confirm {
    width: 50%;
    text-align: right;
    color: #20b21f;
}
.picker-modal .picker {
    width: 100%;
    height: 220px;
}
.picker-modal .picker .item {
    line-height: 40px;
}
picker-view-column {
    text-align: center;
}
.coupon-picker {
    background: #f5f5f5;
}
.coupon-picker,.gift-picker {
    max-height: 880rpx;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-bottom: 76rpx;
    z-index: 1001;
}
.coupon-picker .coupontitle,.gift-picker .gifttitle {
    font-size: 28rpx;
    color: #666;
    line-height: 100rpx;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20rpx;
    padding-right: 20rpx;
}
.coupon-picker .coupontitle text {
    font-size: 40rpx;
}
.coupon-picker .option-picker-inner {
    background: #f5f5f5;
    border-top: 1px solid #eee;
    box-shadow: 0 0 8rpx rgba(0,0,0,0.1);
}
.fui-navbar,.fui-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 98rpx;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.coupon-list {
    height: auto;
    padding: 0 20rpx 80rpx 20rpx;
    overflow: auto;
    max-height: 700rpx;
}
.coupon-item {
    margin-top: 20rpx;
    background: #ffffff;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 140rpx;
}
.coupon-dots {
    height: inherit;
    width: 16rpx;
    position: absolute;
    top: 0;
    left: -10rpx;
    z-index: 10;
}
.coupon-dots ._i {
    height: 16rpx;
    width: 16rpx;
    border-radius: 16rpx;
    background: #f5f5f5;
    display: block;
}
.coupon-dots:before,.coupon-dots:after {
    content: "";
    height: 20rpx;
    width: 20rpx;
    background: #f5f5f5;
    border-radius: 20rpx;
    position: absolute;
    left: 210rpx;
}
.coupon-dots:before {
    top: -10rpx;
}
.coupon-dots:after {
    bottom: -10rpx;
}
.coupon-item .coupon-left {
    height: inherit;
    width: 210rpx;
    background: #55b5ff;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.coupon-item .coupon-left .single {
    font-size: 60rpx;
}
.coupon-item .coupon-left .subtitle {
    font-size: 24rpx;
}
.coupon-item .coupon-right {
    padding: 20rpx;
    flex: 1;
}
.coupon-item .coupon-right .title {
    font-size: 32rpx;
    height: 48rpx;
    line-height: 48rpx;
    color: #1a1a1a;
    overflow: hidden;
}
.coupon-item .coupon-right .usetime {
    line-height: 56rpx;
    font-size: 24rpx;
    color: #999;
    display: flex;
}
.coupon-item .coupon-right .usetime .text {
    flex: 1;
}
.coupon-list.mini .coupon-item .coupon-after {
    width: 160rpx;
    padding-right: 20rpx;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.coupon-list.mini .coupon-item .coupon-after .coupon-btn {
    width: 140rpx;
    height: 60rpx;
    line-height: 60rpx;
    border: 1px solid #55b5ff;
    border-radius: 60rpx;
    color: #55b5ff;
    text-align: center;
    font-size: 24rpx;
}
.coupon-item.pink .coupon-left,.coupon-item.pink .coupon-type {
    background: #fd72d4;
}
.coupon-item.pink .coupon-after .coupon-btn {
    border-color: #fd72d4;
    color: #fd72d4;
}
.coupon-list.mini .coupon-item.red .coupon-left,.coupon-item.red .coupon-type {
    background: #fd5554;
}
.coupon-list.mini .coupon-item.red .coupon-after .coupon-btn {
    border-color: #fd5554;
    color: #fd5554;
}
.coupon-list.mini .coupon-item.org .coupon-left,.coupon-item.red .coupon-type {
    background: #ff913f;
}
.coupon-list.mini .coupon-item.org .coupon-after .coupon-btn {
    border-color: #ff913f;
    color: #ff913f;
}
.option-picker {
    height: auto;
    width: 100%;
    z-index: 1001;
}
.goods-picker .option-picker-options {
    height: 600rpx;
}
.option-picker .option-picker-cell {
    padding: 8rpx 20rpx 20rpx 20rpx;
}
.option-picker .option-picker-options {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 750rpx;
}
.option-picker .option-picker-cell.goodinfo {
    padding-left: 220rpx;
    padding-top: 20rpx;
    position: relative;
}
.option-picker .option-picker-cell.goodinfo:after,.option-picker .option-picker-cell.option:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 20rpx;
    right: 20rpx;
    border-bottom: 1px solid #eee;
}
.option-picker .option-picker-cell.goodinfo .closebtn {
    width: 44rpx;
    height: 44rpx;
    position: absolute;
    top: 20rpx;
    right: 20rpx;
    text-align: center;
    line-height: 44rpx;
    color: #999;
}
.option-picker .option-picker-cell.goodinfo .closebtn .icon {
    font-size: 61rpx;
}
.option-picker .option-picker-cell.goodinfo .img {
    height: 168rpx;
    width: 168rpx;
    background: #fff;
    padding: 4rpx;
    border: 1px solid #eee;
    border-radius: 2px;
    position: absolute;
    top: -50rpx;
    left: 20rpx;
    box-shadow: 0 0 8rpx rgba(0,0,0,0.1);
}
.option-picker .option-picker-cell.goodinfo .img ._img {
    height: 100%;
    width: 100%;
}
.option-picker .option-picker-cell.goodinfo .info {
    font-size: 28rpx;
    height: 37rpx;
    line-height: 37rpx;
}
.option-picker .option-picker-cell.goodinfo .info-total {
    font-size: 26rpx;
    color: #999;
}
.option-picker .option-picker-cell.goodinfo .info-price .price {
    font-size: 32rpx;
}
.option-picker .option-picker-cell.goodinfo .info-titles {
    font-size: 26rpx;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.option-picker .option-picker-cell.option {
    position: relative;
}
.option-picker .option-picker-cell.option .title {
    font-size: 28rpx;
    height: auto;
    overflow: hidden;
    color: #000;
    line-height: 78rpx;
}
.option-picker .option-picker-cell.option .select {
    font-size: 29rpx;
    color: #666;
    height: auto;
    overflow: hidden;
}
.option-picker .option-picker-cell.option .select .nav {
    height: auto;
    width: auto;
    border: 0;
    float: left;
    margin: 16rpx 20rpx 0 0;
}
.option-picker .option-picker-cell .fui-number {
    float: right;
}
.option-picker .fui-navbar {
    text-shadow: none;
    height: 90rpx;
}
.option-picker .fui-navbar .btn {
    border: none;
    font-size: 29rpx;
    color: #fff;
    border-radius: 0;
    padding: 0;
    margin: 0;
    height: 100%;
    line-height: 90rpx;
}
.option-picker .fui-navbar .cartbtn {
    background: #fe9402;
}
.option-picker .fui-navbar .buybtn,.option-picker .fui-navbar .confirmbtn {
    background: #fd5555;
}
.option-picker-inner {
    background: #fff;
    border-top: 2rpx solid #eee;
    box-shadow: 0 0 8rpx rgba(0,0,0,0.1);
}
.option-picker .fui-navbar .btn.disabled {
    color: #ccc;
    background: #ececec;
}
.option-picker .diyform-container:before {
    display: none;
}
.option-picker .fui-number {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    font-size: 33rpx;
    justify-content: space-between;
    margin: 0;
    height: 61rpx;
    width: 205rpx;
}
.option-picker .fui-number:before {
    content: " ";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    border-top: 2rpx solid #d9d9d9;
}
.option-picker .fui-number:after {
    content: " ";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #d9d9d9;
}
.option-picker .fui-number .num {
    flex: 1;
    height: 61rpx;
    overflow: hidden;
    line-height: inherit;
    color: #666;
    text-align: center;
    border: 0;
    font-size: 28rpx;
}
.option-picker .fui-number .minus,.option-picker .fui-number .plus {
    height: inherit;
    width: 61rpx;
    font-size: 41rpx;
    font-weight: bold;
    color: #999;
    position: relative;
    text-align: center;
    line-height: 61rpx;
    background: #f7f7f7;
    z-index: 1;
}
.option-picker .fui-number .minus:before,.option-picker .fui-number .plus:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 1px solid #d9d9d9;
}
.option-picker .fui-number .minus:after,.option-picker .fui-number .plus:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #d9d9d9;
}
.option-picker .fui-number .minus.disabled,.option-picker .fui-number .plus.disabled {
    background: #fff;
    color: #ebebeb;
}
.option-picker .fui-number.small {
    height: 40rpx;
    width: 128rpx;
}
.option-picker .fui-number.small .minus,.option-picker .fui-number.small .plus {
    width: 41rpx;
    line-height: 41rpx;
    font-size: 31rpx;
}
.fui-modal.goodslist {
    position: fixed;
    max-height: 780rpx;
    width: 660rpx;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-55%);
            transform: translate(-50%,-55%);
    bottom: auto;
}
.fui-modal.goodslist .option-picker .option-picker-inner {
    margin: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: auto;
    max-height: 640rpx;
    overflow: hidden;
    border-top-left-radius: 12rpx;
    border-top-right-radius: 12rpx;
    padding: 30rpx;
}
.fui-modal.goodslist .option-picker .option-picker-options {
    max-height: 440rpx;
    overflow: auto;
    height: auto;
}
.fui-modal.goodslist .fui-navbar {
    padding: 30rpx 0;
    position: static;
    border-bottom-left-radius: 12rpx;
    border-bottom-right-radius: 12rpx;
    text-align: center;
}
.fui-modal.goodslist .option-picker .fui-navbar .btn {
    width: 290rpx;
    border: none;
    font-size: 29rpx;
    color: #fff;
    border-radius: 10rpx;
    padding: 0;
    margin: 0;
    height: 84rpx;
    line-height: 84rpx;
    display: inline-block;
}
.fui-modal.goodslist .option-picker .fui-navbar .btn.cartbtn {
    margin-right: 20rpx;
}
.fui-modal.goodslist .option-picker-cell.goodinfo {
    position: static;
    display: flex;
    padding-left: 30rpx;
}
.fui-modal.goodslist .option-picker .option-picker-cell.goodinfo .img {
    position: static;
}
.fui-modal.goodslist .option-picker .option-picker-cell.goodinfo:after,.option-picker .option-picker-cell.option:after {
    border: none;
}
.fui-modal.goodslist .fui-list {
    background: #f7f7f7;
}
.fui-modal.goodslist .fui-list-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100rpx;
}
.fui-modal.goodslist .fui-list-inner .subtitle {
    font-size: 28rpx;
}
.fui-modal.goodslist .fui-list-inner .price {
    font-size: 30rpx;
    line-height: 30rpx;
    color: #ff5555;
}
.fui-modal.goodslist .option-picker .fui-navbar .cartbtn {
    color: #333;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.gift-list-group {
    padding: 0 15rpx;
    height: auto;
    overflow: auto;
    max-height: 700rpx;
}
.gift-list .radio {
    height: 106rpx;
    line-height: 106rpx;
    color: #ff5555;
    vertical-align: middle;
    font-size: 24rpx;
    margin-left: 20rpx;
}
.gift-list .wx-radio-input {
    display: inline-block;
    width: 40rpx;
    height: 40rpx;
}
.gift-list .fui-list {
    margin-bottom: 5rpx;
}
.gift-list .fui-list:before {
    border: none;
}
.gift-list .fui-list .fui-list-inner .subtitle {
    font-size: 24rpx;
    color: #000;
    line-height: 50rpx;
}
.gift-list .fui-list .fui-list-inner .row .row-text {
    font-size: 24rpx;
    color: #999;
    text-decoration: line-through;
}
.gift-list .row-remark {
    text-align: right;
    position: relative;
    flex-shrink: 0;
    padding-left: 25rpx;
    font-size: 24rpx;
    color: #000;
    line-height: 1.5;
}
.gift-list .row-remark view {
    text-decoration: line-through;
}
.gift-list .fui-list .fui-list-inner .subtitle2 {
    font-size: 22rpx;
    color: #999;
}
.gift-list .fui-navbar.btn {
    border: 0;
}
.act-cell {
    padding: 0 36rpx;
    margin-top: 40rpx;
}
.act-cell-title {
    font-size: 28rpx;
    color: #333;
}
.act-tips {
    display: inline-block;
    width: 18rpx;
    height: 18rpx;
    border: 1px solid #ff5555;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 26rpx;
}
.act-cell-inner {
    font-size: 24rpx;
    color: #999;
    line-height: 28rpx;
    padding-left: 55rpx;
    margin-top: 20rpx;
}
.goods-picker .option-Commission {
    display: none;
    vertical-align: middle;
    margin-top: -12rpx;
    padding: 0 20rpx;
    height: 44rpx;
    line-height: 44rpx;
    border-radius: 44rpx;
    color: #fff;
    font-size: 20rpx;
    margin-left: 20rpx;
    background: linear-gradient(to right,#f0b938 0%,#f09938 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff0b938, endColorstr=#fff09938,gradientType='1');
}
.goods-picker .option-Commission.show {
    display: inline-block!important;
}
.box {
    display: block;
    z-index: 1001;
    background: #fff;
    height: 652rpx;
    border-radius: 10rpx 10rpx 0 0;
}
.box-flex {
    display: flex;
    flex-wrap: wrap;
}
.flex-item {
    flex-flow: nowrap;
    flex-grow: 1;
    flex-shrink: 1;
    width: 14.2%;
    text-align: center;
    font-size: 26rpx;
}
.item-content {
    margin: 10rpx;
    text-align: center;
    height: 60rpx;
    line-height: 62rpx;
    color: #000;
    width: 60rpx;
    display: inline-block;
}
.checked {
    background-color: #ff5555;
    color: #fff;
    border-radius: 50%;
}
.no-optional {
    color: #999;
}
.checked.no-optional {
    background-color: #ff5555;
    color: #fff;
    border-radius: 50%;
}
.item-content-current-day {
    flex-grow: 8;
    margin: 10rpx;
    text-align: center;
    height: 60rpx;
    line-height: 60rpx;
    color: #000;
    display: inline-block;
}
.glyphicon.glyphicon-triangle-right,.glyphicon.glyphicon-triangle-left {
    position: relative;
    color: #f7f7f7;
}
.glyphicon.glyphicon-triangle-right:after {
    content: "";
    position: absolute;
    display: inline-block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    height: 16rpx;
    width: 16rpx;
    right: 50rpx;
    top: 50%;
    margin-top: -12rpx;
    border-width: 1px 1px 0 0;
    border-color: #b2b2b2;
    border-style: solid;
}
.glyphicon.glyphicon-triangle-left:after {
    content: "";
    position: absolute;
    display: inline-block;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    height: 16rpx;
    width: 16rpx;
    left: 50rpx;
    top: 50%;
    margin-top: -12rpx;
    border-width: 1px 1px 0 0;
    border-color: #b2b2b2;
    border-style: solid;
}
page {
	background: #f7f7f7;
}
.fui-cell-group {
	margin-top: 8rpx;
}
.nav {
	width: 100%;
	height: 90rpx;
	display: flex;
	flex-direction: row;
	background: #fff;
}
.default {
	line-height: 90rpx;
	text-align: center;
	flex: 1;
	color: #666;
	font-size: 32rpx;
}
.red {
	line-height: 90rpx;
	text-align: center;
	color: #ef4f4f;
	flex: 1;
	font-size: 32rpx;
	border-bottom: 2px solid #ef4f4f;
}
.switch {
	float: right;
	zoom: 90%;
	overflow: hidden;
}
.btn {
	padding: 0 60rpx;
	border-radius: 0;
	height: 100rpx;
	line-height: 100rpx;
	margin: 0;
}
.fui-list-angle {
	margin-right: 0;
	text-align: right;
	height: 140rpx;
}
.fui-list-angle .price {
	font-size: 26rpx;
}
.fui-list-angle .text-right {
	color: #999;
	font-size: 28rpx;
}
.fui-cell-text .shop_name {
	font-size: 28rpx;
	line-height: 48rpx;
	height: 48rpx;
}
.fui-list-inner {
	height: 140rpx;
	align-self: center;
}
.gift-list .fui-list-inner {
	height: auto;
	align-self: flex-start;
}
.no-border .fui-list-inner {
	height: auto;
}
.fui-cell-group .fui-cell {
	padding: 14rpx 24rpx !important;
}
.fui-cell-group .fui-cell.fui-cell-textarea {
	height: 120rpx;
	align-items: flex-start;
	box-sizing: border-box;
}
.diyform-container .picker-group {
	display: flex;
}
.diyform-container .diyform-pulldown2 {
	flex: 1;
}
.diyform-container .diyform-pulldown2 view {
	width: 100%;
	float: left;
	background: #f3f3f3;
	text-indent: 0.5rem;
	border-radius: 0.1rem;
	position: relative;
}
.diyform-container .diyform-pulldown2 view:after {
	content: " ";
	display: inline-block;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
	height: 12rpx;
	width: 12rpx;
	border-width: 1px 1px 0 0;
	border-color: #000;
	border-style: solid;
	position: absolute;
	top: 8rpx;
	right: 30rpx;
	margin-left: 0;
}
.has-address {
	font-size: 28rpx;
	line-height: 48rpx;
	height: 48rpx;
	display: flex;
}
.name {
	display: inline-block;
	max-width: 300rpx;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 20rpx;
}
.mobile {
	display: inline-block;
	overflow: hidden;
}
.adress {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 26rpx;
	color: #666;
}
.fui-cell-group .fui-cell .fui-cell-icon {
	color: #000;
}
.no-border .fui-list-inner .subtitle {
	line-height: 1.5;
}
.row-remark {
	text-align: right;
	position: relative;
	flex-shrink: 0;
	padding-left: 20rpx;
	color: #aaa;
	font-size: 26rpx;
	line-height: 1.5;
}
.fui-list.no-border {
	overflow: visible;
	background: #f9f9f9;
	padding-top: 20rpx;
}
.fui-list.no-border::after {
	content: " ";
	display: block;
	height: 4rpx;
	background: #fff;
	position: absolute;
	top: 0px;
	right: 20rpx;
	left: 20rpx;
}
.picker-modal {
	height: auto;
}
.fui-cell-group.bordertop:after {
	content: " ";
	position: absolute;
	left: 20rpx;
	right: 20rpx;
	top: 0;
	height: 1px;
	border-top: 1px solid #ebebeb;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	        transform: scaleY(0.5);
}
.fui-cell-group.clearform {
	position: relative;
}
.fui-cell-group.clearform:after {
	content: " ";
	position: absolute;
	left: 20rpx;
	right: 20rpx;
	bottom: 0;
	height: 1px;
	border-top: 1px solid #ebebeb;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	        transform: scaleY(0.5);
}
.fui-cycle {
	padding: 0 0.6rem;
	margin-bottom: 0.75rem;
	height: 3.9rem;
	text-align: center;
}
.fui-cycle-left {
	width: 252rpx;
	height: 156rpx;
	float: left;
	border-radius: 4rpx;
	box-shadow: 0 0 10px #ededed;
}
.fui-cycle .text {
	font-size: 24rpx;
	color: #999;
	padding-top: 36rpx;
}
.fui-cycle .date {
	font-size: 28rpx;
	color: #333;
	padding-top: 20rpx;
}
.fui-cycle-right {
	width: 430rpx;
	height: 156rpx;
	float: right;
	border-radius: 4rpx;
	box-shadow: 0 0 20rpx #ededed;
}
.date-model {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.6);
	padding: 200rpx 30rpx 0;
}
.datebtns {
	position: fixed;
	top: 852rpx;
	z-index: 1001;
	background: #fff;
	width: 631rpx;
	display: flex;
	padding: 0 30rpx 40rpx;
	border-radius: 0 0 10rpx 10rpx;
}
.datebtns .date-btn {
	flex: 1;
	text-align: center;
	width: 190rpx;
	height: 72rpx;
	background: #ccc;
	color: #fff;
	line-height: 72rpx;
	border-radius: 10rpx;
	font-size: 24rpx;
}
.datebtns .date-btn.date-btn-confirm {
	background: #ff5555;
}
.invoice-picker {
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	font-size: 28rpx;
	color: #333;
	line-height: 100rpx;
	display: flex;
	flex-direction: column;
	z-index: 1002;
	transition: all .6s;
}
.whiteinvoice {
	background: #fff;
	padding: 20rpx;
	width: 100%;
	box-sizing: border-box;
}
.invoice-picker .btn {
	width: 100%;
	border-radius: 45rpx;
	height: 90rpx;
	line-height: 90rpx;
	margin: 80rpx 0;
}
.invoice-picker .flex {
	border-bottom: 1px solid #eeeeee;
}
.invoice-picker input {
	line-height: 100rpx;
	width: 70%;
	height: 100rpx;
	font-size: 28rpx;
}
.invoice-title view {
	padding: 0 40rpx;
	height: 58rpx;
	line-height: 58rpx;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 30rpx;
	margin: 0 20rpx 30rpx 0;
}
.invoice-title view.active {
	color: #ef4f4f;
	border-color: #ef4f4f;
}
.invoice-pickernone {
	position: fixed;
	top: 100%;
	left: 0;
}
.card-list-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
.card-list-group {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70%;
	background: #fff;
	z-index: 1001;
	display: none;
}
.card-list-modal.in,
.card-list-group.in {
	display: block;
}
.card-list-title {
	text-align: center;
	line-height: 110rpx;
	font-size: 30rpx;
	color: #333;
}
.card-list-cancel {
	width: 670rpx;
	height: 88rpx;
	display: flex;
	line-height: 88rpx;
	margin: 10rpx auto 0;
	font-size: 28rpx;
	color: #333;
	border-radius: 4rpx;
	justify-content: space-around;
	box-shadow: 0 0 10rpx #ededed;
}
.card-list-cancel .text {
	flex: 1;
	padding-left: 20rpx;
}
.card-list-cancel .icon {
	width: 90rpx;
	text-align: center;
}
.card-list-cancel .icon ._i {
	font-size: 40rpx;
	color: #999;
}
.card-list-cancel .icon.activeselect ._i {
	color: #ff9245 !important;
}
.card-list-content {
	height: 600rpx;
	overflow-y: scroll;
}
.card-list-content .item {
	width: 670rpx;
	height: 222rpx;
	border-radius: 15rpx;
	margin: 20rpx auto 0;
	position: relative;
	overflow: hidden;
}
.card-style-golden {
	background: linear-gradient(to right, #c1a167, #e9d5aa);
}
.card-style-erythrine {
	background: linear-gradient(to right, #745757, #966d6d);
}
.card-style-gray {
	background: linear-gradient(to right, #434247, #7a7985);
}
.card-style-brown {
	background: linear-gradient(to right, #736e6c, #978c8c);
}
.card-style-blue {
	background: linear-gradient(to right, #576074, #6d7b96);
}
.card-style-black {
	background: linear-gradient(to right, #373737, #4a4a4a);
}
.card-list-content .item .iconbg {
	position: absolute;
	font-size: 160rpx;
	color: #000;
	opacity: 0.1;
	bottom: -50rpx;
	right: -35rpx;
}
.card-list-content .item .iconselect {
	width: 90rpx;
	height: 90rpx;
	text-align: center;
	line-height: 100rpx;
	position: absolute;
	right: 0;
	z-index: 6;
	font-size: 40rpx;
}
.card-list-content .item .iconselect ._i {
	font-size: 38rpx;
	color: #fff;
}
.card-list-content .item .iconselect.activeselect ._i {
	color: #ff9245 !important;
}
.card-list-content .content {
	width: 670rpx;
	height: 222rpx;
	box-sizing: border-box;
	padding: 20rpx;
}
.card-list-content .content .title {
	font-size: 32rpx;
	color: #fff;
}
.card-list-content .content .title image {
	width: 40rpx;
	height: 40rpx;
	position: relative;
	top: -3rpx;
	margin-right: 10rpx;
}
.card-list-content .content .date {
	font-size: 26rpx;
	color: #fff;
	opacity: 0.6;
	margin-top: 20rpx;
	line-height: 1;
}
.card-list-content .content .tip {
	display: flex;
	margin-top: 38rpx;
}
.card-list-content .tip .tip-item {
	display: inline-block;
	height: 50rpx;
	line-height: 50rpx;
	padding: 0 24rpx;
	border-radius: 30rpx;
	border: 1rpx solid #fff;
	margin-right: 20rpx;
	opacity: 0.8;
	color: #fff;
	font-size: 26rpx;
}
.fukuan-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12rpx 5%;
}
.fukuan-top .fukuan-title {
	font-weight: 499;
	margin-bottom: 14rpx;
}
.fukuan-top .fukuan-shanghu {
	font-size: 28rpx;
	color: rgba(0, 0, 0, 0.5);
}
.fukuan-jin-e .fui-cell-labelf {
	font-weight: bold;
	font-size: 55rpx;
	color: black;
	padding-left: 16rpx;
}
.credit-title-txt {
	color: #666 !important;
	width: 100%;
}
.tip-txt {
	font-size: 24rpx;
	color: #999999;
}
.remark-money {
	padding-left: 35rpx;
	padding-bottom: 12rpx;
	opacity: 0.8;
}
.remark-money input {
	font-size: 29.5rpx;
}
.top-money-remark {
	font-size: 28rpx;
	padding: 15rpx 5%;
	display: flex;
	justify-content: space-between;
}
.top-money-remark text:nth-child(1) {
	font-size: 32rpx;
}
.reamrk-btn {
	color: #617290;
}
.zui-zhong-ying-fu {
	font-weight: bold;
}
.yuledui-biaoyu {
	display: flex;
	font-size: 13px;
	justify-content: center;
	align-items: flex-start;
	margin-top: 12px;
	color: #999999;
}
.yuledui-biaoyu .yld-txt {
	color: #FF6600;
}
.yuledui-biaoyu .shangbiao-txt {
	color: #FF6600;
	font-size: 12px;
}
.e-cny-button{
	font-size: 28rpx;
	width: 80%;
	margin: 0 auto;
	height: 70rpx;
	line-height:70rpx;
}

/* 按键css */
.jian-btn {
	font-size: 55rpx;
	font-weight: bold;
}
.bottom-key {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hide-btn {
	width: 50rpx;
	opacity: 0.5;
	height: 50rpx;
}
.mini-btn{
	font-size: 28rpx;
	width: 40rpx;
	margin: 0 auto;
	padding:0rpx;
	height: 40rpx;
	line-height:40rpx;
	margin-right: 10rpx;
	margin-left: 6rpx;
	background-color: #ffffff;
	color: #ffffff;
	border: #4a4a4a 1px solid;
}

/* /按键css */