* {
	margin: 0;
	padding: 0;
}

body {
	background: #f5f5f5;
}

ul,li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
}

header.fixed {
	position: fixed;
	z-index: 9;
}

header, .header {
	height: 39px;
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	color: #333333;
	background: #ffffff;
}

.header-wrap {
	display: block;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.header-l {
	display: block;
	width: 39px;
	height: 39px;
	position: absolute;
	top: 0;
	left: 0;
}

.header-l a {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 9.55px;
}

.header-l a i.back {
	width: 80%;
	height: 80%;
	margin: 10%;
	background-image: url(../img/static/home_b.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.75;
}

.header-l a i.back2 {
	width: 80%;
	height: 80%;
	margin: 10%;
	background-image: url(../img/static/arrow_left_b.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.75;
}

.header-l a i {
	display: block;
	width: 100%;
	height: 100%;
}

.header-title {
	display: inline-block;
	margin: 0 auto;
}

.header-title h1 {
	font-size: 16px;
	line-height: 39px;
	height: 39px;
	font-weight: 500;
}

.header-r {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	font-size: 0;
	text-align: right;
}

.header-r a {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	width: 19px;
	height: 19px;
	padding: 10px;
}

.header-r a i.more {
	background-image: url(../img/static/more_b.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
	opacity: 0.65;
}

.header-r a i.set {
	background-image: url(../img/static/set_w.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 1;
}

.header-r a i.add {
	background-image: url(../img/static/add_b.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
	opacity: 0.65;
}

.header-r a i {
	display: block;
	width: 100%;
	height: 100%;
}

.header-tab {
	display: inline-block;
	height: 28px;
	margin: 5.5px auto 0 auto;
	font-size: 0;
	border-radius: 4px;
}

.header-tab a {
	display: inline-block;
	height: 26px;
	padding: 0 20px;
	text-align: center;
	font-size: 13.6px;
	color: #333;
	line-height: 26px;
	border: solid 1px #e33e33;
}

.header-tab a:first-child {
	border-radius: 0.25rem 0 0 0.25rem;
}

.header-tab a:last-child {
	border-radius: 0 0.25rem 0.25rem 0;
}

.header-tab a.cur {
	color: #FFF;
	background-color: #e33e33;
}

.page__hd {
	padding: 40px;
}

.page__bd {
	padding-bottom: 40px;
}

.page__bd_spacing {
	padding-left: 15px;
	padding-right: 15px;
}

.page__ft {
	padding-bottom: 10px;
	text-align: center;
}

.page__title {
	text-align: left;
	font-size: 20px;
	font-weight: 400;
}

.page__desc {
	margin-top: 5px;
	color: #888;
	text-align: left;
	font-size: 14px;
}

.util-bottom-placeholder {
	width: 100%;
	height: 44px;
	position: relative;
	bottom: 0;
	z-index: -1;
}

.util-bottom {
	display: flex;
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 0;
	background-color: #ffffff;
	z-index: 3;
}

.util-bottom .util-bottom-item {
	flex: 1;
	padding: 0px;
	text-align: center;
}

.util-bottom .util-bottom-item .item-img {
	width: 20px;
	height: 20px;
	display: block;
    margin: 0 auto 8px auto;
}

.util-bottom .util-bottom-item .item-text {
	display: block;
	font-size: 12px;
	line-height: 1;
	color: #999999;
}

.js_dialog {
	display: none;
}

.weui-mask {
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}

.weui-dialog {
	width: 80%;
	position: fixed;
	z-index: 5000;
	max-width: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}

.weui-dialog__hd {
	padding: 1.3em 1.6em 0.5em;
}

.weui-dialog__title {
	font-weight: 400;
	font-size: 18px;
}

.weui-dialog__bd:first-child {
	padding: 2.7em 20px 1.7em;
	color: #353535;
}

.weui-dialog__bd {
	padding: 0 1.6em 0.8em;
	min-height: 40px;
	font-size: 15px;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
	color: #808080;
}

.weui-dialog__ft {
	position: relative;
	line-height: 48px;
	font-size: 18px;
	display: flex;
}

.weui-dialog__btn {
	display: block;
	flex: 1;
	color: #09BB07;
	text-decoration: none;
	position: relative;
}

.weui-dialog__btn_primary {
	color: #09BB07;
}

.weui-dialog__btn_default {
	color: #353535;
}

.weui-dialog__btn::after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	bottom: 0;
	border-left: 1px solid #D5D5D6;
	color: #D5D5D6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
}

.weui-dialog__ft::after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #D5D5D6;
	color: #D5D5D6;
	transform-origin: 0 0;
	transform: scaleY(0.5);
}

.weui-actionsheet {
	position: fixed;
	left: 0;
	bottom: 0;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 4999;
	width: 100%;
	background-color: #ffffff;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.weui-actionsheet_toggle {
	transform: translate(0, 0);
}

.weui-mask_transparent {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.weui-toast {
	position: fixed;
	z-index: 5000;
	width: 7.6em;
	min-height: 7.6em;
	top: 180px;
	left: 50%;
	margin-left: -3.8em;
	background: rgba(17, 17, 17, 0.7);
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
}

.weui-icon_toast {
	display: block;
	vertical-align: middle;
	text-rendering: auto;
	font: normal normal normal 14px/1 'weui';
}

.weui-icon-success-no-circle {
	width: 55px;
	height: 55px;
	margin: 20px auto 0 auto;
	background: url(../img/static/toast_success.png) center center no-repeat;
	background-size: 100% 100%;
}

.weui-icon-success-no-circle:before {
	content: '';
}

.weui-icon-error-no-circle {
	width: 55px;
	height: 55px;
	margin: 20px auto 0 auto;
	background: url(../img/static/toast_error.png) center center no-repeat;
	background-size: 100% 100%;
}

.weui-loading {
	margin: 30px 0 0;
	width: 38px;
	height: 38px;
	vertical-align: baseline;
	display: inline-block;
	-webkit-animation: weuiLoading 1s steps(12, end) infinite;
	animation: weuiLoading 1s steps(12, end) infinite;
	background: transparent url(data:image/svg+xml;
	base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
    background-size: 100%;
}

.weui-toast__content {
	margin: 0 0 15px;
}

#uploadLoading .weui-toast {
	width: 14.6em;
	margin-left: -7.3em;
	min-height: 1.6em;
	top: 280px;
	left: 50%;
	padding-top: 15px;
}

#uploadLoading .weui-loading {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin: 0;
}

#uploadLoading .weui-toast__content {
	display: inline-block;
}

.goHome {
	position: fixed;
	bottom: 150px;
	right: 30px;
	width: 50px;
	height: 50px;
	background-color: #1ba9ba;
	padding: 30px;
	border-radius: 50%
}

.goHome>img {
	width: 100%
}

.text-right {
	text-align: right;
}

.placeholder_class {
	color: #C0C0C0;
}

.kf_button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 50%;
	position: fixed;
	bottom: 110px;
	right: 10px;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
}

.kf_button img {
	width: 100%;
}

.zhuan_button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 50%;
	position: fixed;
	bottom: 160px;
	right: 10px;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
}

.zhuan_button img {
	width: 100%;
}

.edit_button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border: solid 2px #ffffff;
	border-radius: 50%;
	position: fixed;
	bottom: 160px;
	left: 10px;
	display: block;
	margin: 0;
	padding: 0;
	background: #1aad19;
	z-index: 5;
}

.edit_button img {
	width: 60%;
	margin: 0 auto;
	display: block;
	margin-top: 8px;
}

.add_button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border: solid 2px #ffffff;
	border-radius: 50%;
	position: fixed;
	bottom: 100px;
	left: 10px;
	display: block;
	margin: 0;
	padding: 0;
	background: #1aad19;
	z-index: 5;
}

.add_button img {
	width: 60%;
	margin: 0 auto;
	display: block;
	margin-top: 8px;
}

.cart_button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border: solid 2px #ffffff;
	border-radius: 50%;
	position: fixed;
	bottom: 100px;
	right: 10px;
	display: block;
	margin: 0;
	padding: 0;
	background: #1aad19;
}

.cart_button img {
	width: 70%;
	margin-top: 5px;
}

.no_data {
	text-align: center;
}

.no_data img {
	display: block;
	width: 60px;
	height: 60px;
	margin: 50px auto 20px auto;
}

.no_data text {
	color: #C0C0C0;
	font-size: 13px;
}

.header {
	background: #fff;
	display: flex;
	height: 44px;
	overflow: hidden;
	padding: 0 10px;
}

.header .l {
	float: left;
	line-height: 44px;
	width: 50%;
	text-align: left;
}

.header .l img {
	width: 20px;
	margin-top: 12px;
	margin-left: -5px;
}

.header .r {
	float: right;
	line-height: 44px;
	width: 50%;
	text-align: right;
	color: #1aad19;
}

/*支付弹窗样式*/
.commodity_screen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.2;
	overflow: hidden;
	z-index: 999;
	color: #fff;
}

.commodity_attr_box {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: #fff;
	padding-top: 20rpx;
}

.close {
	position: absolute;
	right: 1px;
	top: -9px;
	font-size: 20px;
	background: #fff;
	border-radius: 50%;
	padding: 2px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #333333;
	z-index: 2;
}

.close img {
	display: block;
	width: 100%;
	height: 100%;
}

.bottom_mask_top {
	position: relative;
	z-index: 1;
	display: block;
	padding: 10px;
	border-bottom: solid 1px #f5f5f5;
}

.pd_amount {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}

.pd_amount span {
	font-size: 20px;
	color: #e33e33;
	font-weight: 600;
	display: inline-block;
	vertical-align: sub;
	margin: 0 4px;
}

.inp_con {
	display: block;
	clear: both;
	background: #fff;
	font-size: 14px;
	border-bottom: solid 1px #f5f5f5;
}

.cp__box_select {
	border-color: #48CFAE;
	background-color: #48CFAE;
	border: 1px solid #48CFAE;
}

.cp__box_select::after {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.cp__box_noselect {
	border-color: #f5f5f5;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
}

.cp__box_noselect::after {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.weui-switch-cp__box {
	display: block;
	position: relative;
	width: 45px;
	height: 25px;
	outline: 0;
	border-radius: 12.5px;
	box-sizing: border-box;
}

.weui-switch-cp__box::before {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.weui-switch-cp__box::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 23px;
	border-radius: 11.5px;
	background-color: #f5f5f5;
}

.weui-switch-cp__box::after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 23px;
	border-radius: 11.5px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.commodity_attr_box {
	background: #ffffff;
}

.nctouch-pay {
	display: block;
}

.nctouch-pay .spacing-div {
	position: relative;
	z-index: 1;
	display: block;
	height: 1rem;
	margin: 0 0.5rem 1rem 0.5rem;
	border-bottom: solid #EEE 1px;
}

.nctouch-pay .spacing-div span {
	position: absolute;
	z-index: 1;
	bottom: -0.3rem;
	left: 50%;
	display: block;
	width: 5rem;
	margin-left: -2.5rem;
	text-align: center;
	font-size: 0.55rem;
	line-height: 0.6rem;
	height: 0.6rem;
	background-color: #FFF;
	color: #888;
}

.nctouch-pay .pay-sel {
	display: block;
	font-size: 0;
	overflow: hidden;
}

.nctouch-inp-con ul {
	background: #FFF;
}

.nctouch-inp-con ul li {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.95rem;
	margin-left: 0.5rem;
	background-color: #FFF;
	border-bottom: solid #EEE 1px;
}

.nctouch-inp-cart ul li {
	height: auto;
	margin: 0;
	background-color: transparent;
}

.nctouch-pay .pay-sel a {
	display: block;
	width: 90%;
	margin: 0px auto;
	height: 30px;
	text-align: left;
	border-radius: 8px;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	color: #000;
	padding: 10px 0px 10px 0px;
	text-indent: 50px;
	background: url(../img/static/no_check.png) no-repeat right 0px;
}

.nctouch-pay .pay-sel .pay_btn_check {
	background: url(../img/static/set_check.png) no-repeat right 0px;
}

.nctouch-pay .pay-sel a.wxpay_h5,.nctouch-pay .pay-sel a.wxpay_jsapi {
	padding-top: 0px;
}

.nctouch-pay .pay-sel a em {
	display: block;
	height: 30px;
	width: 50px;
	position: absolute;
	top: 10px;
	left: 0px;
}

.nctouch-pay .pay-sel ul li {
	padding: 10px 0;
}

.nctouch-pay .pay-sel a.wxpay_h5 em,.nctouch-pay .pay-sel a.wxpay_jsapi em {
	background: url(../img/static/btn_wxpay_logo.png) no-repeat center;
	top: 0px;
}

.nctouch-pay .pay-sel a.alipay em {
	background: url(../img/static/btn_alipay_logo.png) no-repeat center;
}

.pay_btn {
	display: block;
	padding: 10px 0;
	margin: 10px 0 10px 0;
}

.btn_l {
	display: inline-block;
	width: 90%;
	margin: 0 5%;
	font-size: 0.8rem;
	line-height: 1.8rem;
	text-align: center;
	color: #FFF;
	background: #f40701;
	border-radius: 0.2rem;
}

.table {
	border: 1px solid #EBEBEB;
	border-right: 0;
	border-bottom: 0;
	color: #333;
}

.tr {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.th, .td {
	padding: 10px;
	border-bottom: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	text-align: center;
	width: 100%;
	display: block;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.th {
	font-weight: 400;
	background-color: #EBEBEB;
}

input {
	background: none;
	border: none;
	display: block;
	height: 28px;
	text-overflow: clip;
	overflow: hidden;
	white-space: nowrap;
	font-family: UICTFontTextStyleBody;
}

button {
	background: none;
	border: none;
}

button::after {
	border: none;
}

.norecord {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 164px;
	margin: -60px 0 0 -100px;
	text-align: center;
	font-size: 0;
}

.norecord .norecord-ico {
	display: inline-block;
	width: 44px;
	height: 44px;
	padding: 8px;
	margin: 0 auto;
	background-color: #DDD;
	border-radius: 100%;
}

.norecord .norecord-ico i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80%;
	background-image: url(../img/static/norecord.png);
}

.norecord dl {
	height: 55px;
	margin-top: 15px;
}

.norecord dl dt {
	display: block;
	height: 20px;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 20px;
}

.norecord dl dd {
	display: block;
	height: 20px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 20px;
	color: #999;
}

.pre-loading {
	background: rgba(248,248,248,0.95);
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.pre-loading .pre-block {
	text-align: center;
	position: absolute;
	z-index: 1;
	width: 120px;
	height: 20px;
	font-size: 11px;
	color: #666;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -60px;
}

.pre-loading .spinner {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.4em;
	font-size: 1em;
	width: 1em;
	height: 1em;
	text-align: left;
	border-radius: 50%;
	box-shadow: inset 0 0 0 .1em rgba(58, 168, 237, .3);
}

.pre-loading .spinner i {
	position: absolute;
	clip: rect(0, 1em, 1em, .5em);
	width: 1em;
	height: 1em;
	animation: spinner-circle-clipper 1s ease-in-out infinite;
	-webkit-animation: spinner-circle-clipper 1s ease-in-out infinite;
}

.loading {
	text-align: center;
	display: block;
	font-size: 11px;
	color: #666;
	border-top: 1px solid #f5f5f5;
	width: 90%;
	margin: 2.4em auto 0 auto;
	line-height: 1.6em;
}

.loading .weui-loadmore__tips {
	position: relative;
	top: -0.9em;
	padding: 0 .55em;
	background-color: #FFFFFF;
	color: #808080;
}

.loading .spinner {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.4em;
	font-size: 1em;
	width: 1em;
	height: 1em;
	text-align: left;
	border-radius: 50%;
	box-shadow: inset 0 0 0 .1em rgba(58, 168, 237, .3);
}

.loading .spinner i {
	position: absolute;
	clip: rect(0, 1em, 1em, .5em);
	width: 1em;
	height: 1em;
	animation: spinner-circle-clipper 1s ease-in-out infinite;
	-webkit-animation: spinner-circle-clipper 1s ease-in-out infinite;
}

.hide {
	display: none !important;
}

.bg-gradual-orange {
	background-image: -webkit-linear-gradient(45deg, #ff9700, #ff8000) !important;
	background-image: linear-gradient(45deg, #ff9700, #ff8000) !important;
	color: #fff !important;
}

.weui-cells:before {
	border: none;
	z-index: 0;
}

.weui-cells:after {
	border: none;
	z-index: 0;
}

.weui-cell:before {
	border: none;
	z-index: 0;
}

.weui-cell:after {
	border: none;
	z-index: 0;
}

.weui-grids:before {
	border: none;
	z-index: 0;
}

.weui-grids:after {
	border: none;
}

.weui-grid:before {
	border: none;
	z-index: 0;
}

.weui-grid:after {
	border: none;
	z-index: 0;
}

.weui-tab__content {
	display: block;
}

.weui-btn {
	padding: 0;
}
/*start*/
em, i {
	font-style: normal;
}

.nctouch-full-mask {
	position: fixed;
	z-index: 19;
	top: 0;
	bottom: 0;
}

.nctouch-full-mask.right {
	left: 110%;
	right: -110%;
	animation: optionBlockRight 0.5s ease-in-out;
	-webkit-animation: optionBlockRight 0.5s ease-in-out;
}

.nctouch-full-mask.left {
	display: block;
	left: 0;
	right: 0;
	animation: optionBlockLeft 0.3s ease-in-out;
	-webkit-animation: optionBlockLeft 0.3s ease-in-out;
}

.nctouch-full-mask-bg {
	display: block;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.75);
}

.nctouch-full-mask-block {
	display: block;
	position: absolute;
	z-index: 12;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #F5F5F5;
	box-shadow: -0.25rem 0 0.2rem rgba(0,0,0,0.2);
}

.nctouch-main-layout-a {
	display: block;
	position: absolute;
	top: 4rem;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	overflow-y: scroll;
	z-index: 1;
}

@keyframes optionBlockLeft {
	from {
		display: none;
		left: 100%;
		right: -100%;
	}

	to {
		display: block;
		left: 0;
		right: 0;
	}
}

@-webkit-keyframes optionBlockLeft {
	from {
		display: none;
		left: 100%;
		right: -100%;
	}

	to {
		display: block;
		left: 0;
		right: 0;
	}
}

@keyframes optionBlockRight {
	from {
		display: block;
		left: 0;
		right: 0;
	}

	to {
		display: none;
		left: 110%;
		right: -110%;
	}
}

@-webkit-keyframes optionBlockRight {
	from {
		display: block;
		left: 0;
		right: 0;
	}

	to {
		display: none;
		left: 110%;
		right: -110%;
	}
}
/*end*/
/*页内下部滑入遮罩*/
.nctouch-bottom-mask {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	display: block;
}

.nctouch-bottom-mask-bg {
	display: block;
	position: absolute;
	z-index: 21;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.65);
}

.nctouch-bottom-mask-block {
	display: block;
	position: absolute;
	z-index: 22;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 12rem;
	background: #FFF;
}

.nctouch-bottom-mask.up {
	display: block;
	bottom: 0;
	animation: optionBlockUp 0.5s ease-in-out;
	-webkit-animation: optionBlockUp 0.5s ease-in-out;
}

@keyframes optionBlockUp {
	from {
		display: none;
		bottom: -100%;
	}

	to {
		display: block;
		bottom: 0;
	}
}

@-webkit-keyframes optionBlockUp {
	from {
		display: none;
		bottom: -100%;
	}

	to {
		display: block;
		bottom: 0;
	}
}

.nctouch-bottom-mask.down {
	animation: optionBlockDown 0.5s ease-in-out;
	-webkit-animation: optionBlockDown 0.5s ease-in-out;
}

@keyframes optionBlockDown {
	from {
		display: block;
		bottom: 0;
	}

	to {
		display: none;
		bottom: -100%;
	}
}

@-webkit-keyframes optionBlockDown {
	from {
		display: block;
		bottom: 0;
		opacity: 1;
	}

	to {
		display: none;
		bottom: -100%;
		opacity: 0;
	}
}

.nctouch-bottom-mask-tip {
	position: absolute;
	z-index: 1;
	top: -1.2rem;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0.6rem;
	font-weight: 600;
	line-height: 0.9rem;
	color: #FFF;
	text-shadow: 0 0 0.5rem rgba(0,0,0,0.5);
}

.nctouch-bottom-mask-tip i {
	background-image: url(../images/back_down.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 75%;
	width: 0.8rem;
	height: 0.9rem;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.1rem;
}

.nctouch-bottom-mask-top {
	position: relative;
	z-index: 1;
	display: block;
	padding: 0.5rem;
	border-bottom: solid 0.05rem #EEE;
}

.nctouch-bottom-mask-close {
	position: absolute;
	z-index: 1;
	top: -0.6rem;
	right: 0;
	background: #FFF;
	width: 0.9rem;
	height: 0.9rem;
	padding: 0.15rem;
	border-radius: 100%;
}

.nctouch-bottom-mask-close i {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/close_window.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
	opacity: 0.5rem;
}

.nctouch-bottom-mask-rolling {
	min-height: 1.9rem;
	max-height: 12rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}