 @-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate {
	from {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotate2 {
	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@-moz-keyframes rotate2 {
	from {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	to {
		-moz-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes rotate2 {
	from {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	to {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
}

.index-swiper .swiper-pagination {
	position: absolute;
	bottom: .15rem !important;
	font-size: 0
}

.index-swiper .swiper-pagination-bullet {
	background-color: #bdad95;
	width: .14rem;
	height: .14rem;
	-webkit-border-radius: .07rem;
	-moz-border-radius: .07rem;
	border-radius: .07rem;
	margin: 0 .1rem;
	-webkit-transition: width .3s;
	-o-transition: width .3s;
	-moz-transition: width .3s;
	transition: width .3s
}

.index-swiper .swiper-pagination-bullet-active {
	background-color: #ad3023;
	width: .24rem
}

.index-swiper .swiper-next,
.index-swiper .swiper-prev {
	position: absolute;
	left: 50%;
	bottom: .135rem;
	z-index: 12;
	width: .14rem;
	height: .14rem
}

.index-swiper .swiper-prev:after {
	content: '';
	position: absolute;
	width: .06rem;
	height: .06rem;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	top: .02rem;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.index-swiper .swiper-next:after {
	content: '';
	position: absolute;
	width: .06rem;
	height: .06rem;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	top: .02rem;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.index-swiper .swiper-prev {
	margin-left: -1.08rem
}

.index-swiper .swiper-next {
	margin-left: .98rem
}

.index-form {
	position: relative;
	z-index: 1;
	margin: .1rem
}

.index-form__hd {
	text-align: center;
	color: #a08b6c;
	font-size: .16rem;
	font-weight: 700;
	height: .3rem;
	line-height: .3rem
}

.index-form__ul {
	font-size: .16rem;
	margin-top: .05rem
}

.index-form__username {
	height: .4rem;
	position: relative
}

.input-username {
	width: 60%;
	height: 100%;
	background-color: #eaddc6;
	-webkit-border-radius: .03rem;
	-moz-border-radius: .03rem;
	border-radius: .03rem;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .02rem 0 .6rem;
	-webkit-box-shadow: 0 1px 0 1px #e0cdb0 inset;
	-moz-box-shadow: 0 1px 0 1px #e0cdb0 inset;
	box-shadow: 0 1px 0 1px #e0cdb0 inset
}

.input-username label {
	width: .4rem;
	line-height: .4rem;
	padding-left: .1rem;
	position: absolute;
	left: 0;
	top: 0;
	color: #000
}

.input-username input {
	background-color: transparent;
	height: .4rem;
	font-size: .16rem;
	width: 100%
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 100px #eaddc6 inset;
	box-shadow: 0 0 0 100px #eaddc6 inset
}

.sex-select {
	position: absolute;
	right: 0;
	top: 0;
	height: .4rem;
	padding: 0 .02rem 0 .6rem
}

.sex-select label {
	width: .6rem;
	line-height: .4rem;
	padding-left: .1rem;
	position: absolute;
	left: 0;
	top: 0;
	color: #000
}

.sex-select .sex {
	height: .32rem;
	background-color: #eaddc6;
	-webkit-box-shadow: 0 1px 0 1px #e0cdb0 inset;
	-moz-box-shadow: 0 1px 0 1px #e0cdb0 inset;
	box-shadow: 0 1px 0 1px #e0cdb0 inset;
	position: relative;
	top: .04rem;
	width: .7rem;
	-webkit-border-radius: .16rem;
	-moz-border-radius: .16rem;
	border-radius: .16rem
}

.sex-select .sex span {
	position: absolute;
	top: 0;
	width: .32rem;
	height: .32rem;
	line-height: .32rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center
}

.sex-select .sex span:nth-of-type(1) {
	left: 0
}

.sex-select .sex span:nth-of-type(2) {
	right: 0
}

.sex-select .sex span.cur {
	background-color: #ad3023;
	color: #fff
}

.index-form__date {
	height: .4rem;
	position: relative;
	background-color: #eaddc6;
	-webkit-border-radius: .03rem;
	-moz-border-radius: .03rem;
	border-radius: .03rem;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .02rem 0 .9rem;
	margin-top: .1rem;
	-webkit-box-shadow: 0 1px 0 1px #e0cdb0 inset;
	-moz-box-shadow: 0 1px 0 1px #e0cdb0 inset;
	box-shadow: 0 1px 0 1px #e0cdb0 inset
}

.index-form__date label {
	width: .8rem;
	line-height: .4rem;
	padding-left: .1rem;
	position: absolute;
	left: 0;
	top: 0;
	color: #000
}

.index-form__date input {
	font-size: .16rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: .4rem;
	background: no-repeat 96% center;
	-moz-background-size: .2rem auto;
	background-size: .2rem auto
}

.index-form__btn {
	margin: .1rem 0
}

.index-form__btn a {
	display: block;
	height: .5rem;
	line-height: .5rem;
	background: url(images/m_btn.png ) no-repeat top center;
	-moz-background-size: auto .5rem;
	background-size: auto .5rem;
	-webkit-animation: btnAnimate 1.5s linear infinite;
	-moz-animation: btnAnimate 1.5s linear infinite;
	animation: btnAnimate 1.5s linear infinite;
	text-align: center;
	color: #fff;
	font-size: .24rem
}

@-webkit-keyframes btnAnimate {
	0% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}
}

@-moz-keyframes btnAnimate {
	0% {
		-moz-transform: scale(.95);
		transform: scale(.95)
	}

	50% {
		-moz-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-moz-transform: scale(.95);
		transform: scale(.95)
	}
}

@keyframes btnAnimate {
	0% {
		-webkit-transform: scale(.95);
		-moz-transform: scale(.95);
		-o-transform: scale(.95);
		transform: scale(.95)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(.95);
		-moz-transform: scale(.95);
		-o-transform: scale(.95);
		transform: scale(.95)
	}
}

.index-form__agreement {
	text-align: center;
	font-size: .14rem;
	line-height: .24rem;
	color: #af8981
}

.index-form__agreement input {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	vertical-align: middle;
	position: relative;
	margin-top: -.02rem;
	margin-right: .05rem;
	width: .14rem;
	height: .14rem
}

.index-form__agreement a {
	color: #af8981
}

.index-form__title {
	font-weight: 700;
	color: #ca5034;
	font-size: .16rem;
	line-height: .26rem;
	padding: .1rem
}

.index-form-bottom__btn {
	margin: .1rem .2rem .15rem
}

.index-form-bottom__btn a {
	display: block;
	height: .6rem;
	line-height: .6rem;
	color: #fff;
	text-align: center;
	font-size: .26rem;
	background-color: #ca5034;
	-moz-background-size: auto .6rem;
	background-size: auto .6rem;
	font-weight: 700;
	letter-spacing: 3px;
	-webkit-animation: btnAnimate 1.5s linear infinite;
	-moz-animation: btnAnimate 1.5s linear infinite;
	animation: btnAnimate 1.5s linear infinite;
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	border-radius: .06rem
}

.user-pay {
	font-size: .14rem;
	overflow: hidden;
	height: .4rem
}

.user-pay__ul {
	position: relative;
	top: 0
}

.user-pay__ul li {
	overflow: hidden;
	line-height: .4rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: .4rem
}

.user-pay__ul li span,
.user-pay__ul li strong {
	display: block;
	float: left
}

.user-pay__ul li span {
	padding-left: .34rem;
	position: relative
}

.user-pay__ul li span::before {
	content: '';
	position: absolute;
	left: .1rem;
	top: 50%;
	margin-top: -.1rem;
	width: .2rem;
	height: .2rem;
	background-image: url(../img/0_user.png);
	-moz-background-size: 100% 100%;
	background-size: 100% 100%
}

.user-pay__ul li b {
	color: #dc3c34
}

.user-pay__ul li strong {
	padding-left: .1rem;
	font-weight: 400
}

.user-pay__ul li i {
	float: right;
	padding-right: .1rem
}

.transition-page {
	background-image: url(../img/1_bg.jpg);
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	padding: .3rem 0;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-color: #e7dfcd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.transition-page.hide {
	min-height: 0
}

.transition-page__title {
	color: #c30f0f;
	text-align: center;
	font-size: .24rem
}

.transition-page__info {
	text-align: center;
	padding: .1rem 0;
	position: relative;
	opacity: 0;
	-webkit-animation: topAmin .8s;
	-moz-animation: topAmin .8s;
	animation: topAmin .8s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.transition-page__info p {
	display: inline-block;
	color: #000;
	line-height: 1.6;
	font-size: .16rem
}

.transition-page__table {
	margin: 0 .2rem;
	position: relative;
	opacity: 0;
	-webkit-animation: topAmin .8s;
	-moz-animation: topAmin .8s;
	animation: topAmin .8s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s
}

.transition-page__table table {
	background-color: #f9f8e9;
	width: 100%
}

.transition-page__table th {
	background-color: #333;
	color: #fff
}

.transition-page__table td,
.transition-page__table th {
	border-right: 1px solid #e4dfcb;
	border-bottom: 1px solid #e4dfcb;
	line-height: .24rem;
	padding: .04rem 0;
	text-align: center;
	font-weight: 400
}

.transition-page__table .gz {
	color: #8f3939;
	font-weight: 700
}

.transition-page__table .gz span {
	opacity: 0;
	-webkit-animation: sizeAmin .5s;
	-moz-animation: sizeAmin .5s;
	animation: sizeAmin .5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.transition-page__box {
	margin: .1rem .2rem;
	background-color: #f9f8e9;
	border: 1px solid #e4dfcb;
	text-align: center;
	padding: .1rem 0;
	position: relative;
	opacity: 0;
	-webkit-animation: topAmin .5s;
	-moz-animation: topAmin .5s;
	animation: topAmin .5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.transition-page__box div {
	position: relative;
	margin: .1rem .2rem 0;
	background-color: #ccbaa2;
	height: .1rem;
	-webkit-border-radius: .05rem;
	-moz-border-radius: .05rem;
	border-radius: .05rem
}

.transition-page__box div i {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-webkit-border-radius: .05rem;
	-moz-border-radius: .05rem;
	border-radius: .05rem;
	background-color: #c54523;
	width: 0;
	-webkit-animation: fillAmin 1s;
	-moz-animation: fillAmin 1s;
	animation: fillAmin 1s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes topAmin {
	from {
		opacity: .6;
		top: 60px
	}

	to {
		opacity: 1;
		top: 0
	}
}

@-moz-keyframes topAmin {
	from {
		opacity: .6;
		top: 60px
	}

	to {
		opacity: 1;
		top: 0
	}
}

@keyframes topAmin {
	from {
		opacity: .6;
		top: 60px
	}

	to {
		opacity: 1;
		top: 0
	}
}

@-webkit-keyframes fillAmin {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

@-moz-keyframes fillAmin {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes fillAmin {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

@-webkit-keyframes sizeAmin {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-moz-keyframes sizeAmin {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes sizeAmin {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.transition-page__table .gz1 span {
	-webkit-animation-delay: .7s;
	-moz-animation-delay: .7s;
	animation-delay: .7s
}

.transition-page__table .gz2 span {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	animation-delay: .8s
}

.transition-page__table .gz3 span {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	animation-delay: .9s
}

.transition-page__table .gz4 span {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s
}

.transition-page__table .gz5 span {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	animation-delay: 1.1s
}

.transition-page__table .gz6 span {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.transition-page__table .gz7 span {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	animation-delay: 1.3s
}

.transition-page__table .gz8 span {
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	animation-delay: 1.4s
}

.transition-page__box1 {
	-webkit-animation-delay: .7s;
	-moz-animation-delay: .7s;
	animation-delay: .7s
}

.transition-page__box2 {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	animation-delay: .8s
}

.transition-page__box3 {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	animation-delay: .9s
}

.transition-page__box4 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s
}

.transition-page__box1 div i {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	animation-delay: .8s
}

.transition-page__box2 div i {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	animation-delay: .9s
}

.transition-page__box3 div i {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s
}

.transition-page__box4 div i {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	animation-delay: 1.1s
}

.guide-page {
	display: none
}

.order-info {
	position: relative;
	height:6rem;max-width:7.6rem;margin: auto;
	background: url(../img/1_bg2.jpg) no-repeat center #5b3c7d; 
	background-size:cover;
	 
}



.order-pay {
	position: relative;
	background-color: #fff;
	padding: .3rem 0
}

.op-price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 .1rem .1rem
}

.op-price .l-money {
	font-size: .16rem
}

.op-price .l-money>strong {
	color: #e25c3c
}

.op-price .l-original {
	color: #999;
	font-size: .14rem
}

.op-price .r {
	font-size: .14rem;
	text-align: center
}

.op-price .r-time {
	font-size: .16rem;
	font-weight: 700;
	color: #e25c3c;
	padding-right: .1rem
}

.op-tips {
	text-align: center;
	font-size: .15rem;
	color: #999;
	margin: .05rem 0 .1rem
}

.order-pay__tipimg {
	display: block;
	width: 70%;
	margin: .1rem auto 0
}



.public_paybottom_height {
	height: .7rem
}

.public_pay_bottom {
	height: .7rem
}

.public_pay_bottom span {
	background-image: url(../img/m_btn.png);
	height: .5rem;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	margin-top: .1rem;
	line-height: .5rem;
	font-size: .24rem
}
.public_pay_bottom i {
	display: none
}
.public_pp_close {
	text-indent: -9999px
}
.public_pp_close:after,
.public_pp_close:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 2px;
	top: 50%;
	left: 25%;
	background-color: #000
}
.public_pp_close:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.public_pp_close:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.pay-popup {
	padding: .1rem .05rem
}
.pay-popup>p {
	color: #de3725;
	font-size: .16rem;
	text-align: left;
	font-weight: 700
}
.pay-popup>img {
	display: block;
	width: 100%;
	margin: .1rem 0 .2rem
}
.pay-popup__price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left
}
.pay-popup__price .l-money {
	font-size: .16rem
}
.pay-popup__price .l-money>strong {
	color: #e25c3c
}
.pay-popup__price .l-original {
	color: #999;
	font-size: .14rem
}
.pay-popup__price .r {
	font-size: .14rem;
	text-align: center
}
.pay-popup__price .r-time {
	font-size: .16rem;
	font-weight: 700;
	color: #e25c3c;
	padding-right: .1rem
}
.pay-popup-img {
	display: block;
	width: 70%;
	margin: .05rem auto 0
}
.van-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 40;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	display: none
}
.van-popup {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	background: 0 0
}
.van-popup .yh {
	width: 3.75rem;
	height: 4rem;
	background: url(images/noPayBack.png?v=1693218378014) no-repeat 50%;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	overflow: hidden
}
.van-popup .yh-discount {
	font-weight: 600;
	font-size: .28rem;
	margin-top: 1.4rem;
	text-align: center;
	width: 100%;
	color: #eb4742
}
.van-popup .yh-text {
	color: #eb4742;
	width: 100%;
	text-align: center;
	margin-top: .1rem;
	font-size: .18rem
}
@-webkit-keyframes zoom {
	0% {
		-webkit-transform: scale(.85);
		transform: scale(.85)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(.85);
		transform: scale(.85)
	}
}
@-moz-keyframes zoom {
	0% {
		-moz-transform: scale(.85);
		transform: scale(.85)
	}

	50% {
		-moz-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-moz-transform: scale(.85);
		transform: scale(.85)
	}
}
@keyframes zoom {
	0% {
		-webkit-transform: scale(.85);
		-moz-transform: scale(.85);
		-o-transform: scale(.85);
		transform: scale(.85)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(.85);
		-moz-transform: scale(.85);
		-o-transform: scale(.85);
		transform: scale(.85)
	}
}
.van-popup .yh-price {
	background-image: -webkit-gradient(linear, left top, right top, from(#fde0cd), to(#f7b68b));
	background-image: -webkit-linear-gradient(left, #fde0cd, #f7b68b);
	background-image: -moz-linear-gradient(left, #fde0cd, #f7b68b);
	background-image: -o-linear-gradient(left, #fde0cd, #f7b68b);
	background-image: linear-gradient(90deg, #fde0cd, #f7b68b);
	-webkit-animation: zoom 1.5s linear infinite;
	-moz-animation: zoom 1.5s linear infinite;
	animation: zoom 1.5s linear infinite;
	color: #8b1a0e;
	font-size: .18rem;
	font-weight: 500;
	width: 2.4rem;
	margin: .8rem auto 0;
	height: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	border-radius: .4rem;
	line-height: .4rem;
	text-align: center;
	cursor: pointer
}


.payknow-item {overflow: hidden;margin: 0 .2rem}

.payknow-item>p {position: relative;line-height:.8rem;-webkit-border-radius:.06rem;-moz-border-radius:.06rem;border-radius: .06rem;margin-bottom: .2rem;padding: .05rem .3rem .05rem .35rem;background-color: #f6f5ff;font-size: 0.34rem;border: 1px solid #c1b7fc;}
 

.public_pay_box{margin:0.2rem; font-size:0.3rem;text-align: center;}
.order-box {position: relative;margin-bottom:.8rem; text-align: center;}

.order-box__title {
	background: url(../img/1_bg_title.png) no-repeat top center;height:1rem;line-height:1rem;font-size:0.4rem;color: #fff;font-weight: 700;-moz-background-size:cover;background-size:cover;text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);text-align: center;margin: 0 .2rem .15rem}
.order-lock-btn {
	color: #fff;
	font-weight: 700;
	background-color: #8a77f9;
	line-height:1.5;
	font-size:0.4rem;
	-webkit-border-radius: .03rem;
	-moz-border-radius: .03rem;
	border-radius: .03rem;
	border: 1px solid #654cf3;
	margin:auto ;
	padding:0.2rem 0.6rem;
	text-align: center;
}
.order-user__table {
	background-color: #fff;
	margin-top: .2rem;
	width: 100%;
	font-size:0.2rem;
}
.order-user__table th {
	background-color: #7662ed;
	color: #fff;
}
.order-user__table td,
.order-user__table th {
	border-right: 1px solid #c1b7fc;
	border-left: 1px solid #c1b7fc;
	border-bottom: 1px solid #c1b7fc;
	line-height: 1.4;
	padding: .1rem 0;
	text-align: center;
	font-weight: 400;font-size:0.34rem;
}

.order-user__table .gz {
	color: #8f3939;
	font-weight: 700
}

.mask-box{display: none; position: fixed;left: 0;right: 0; width: 100%;height:100%;background-color:rgba(0,0,0,.9);z-index: 9999;}
.mask-box .tc-item{text-align: center;line-height:4.8rem; margin:4rem auto 0.3rem;}
.mask-box .tc-item p{}
.mask-box .tc-item img{width:4rem; }
.mask-box p{color:#08BB06;font-size:.4rem;}

.qrcode-box{width:5rem;height:5rem;line-height:430px;background:url(../img/qrcode-box.png) no-repeat center;background-size:100%;border-radius:10px;}
.mask-box .tc-item img{width:4rem; }
.mask-box .tc-close{position: absolute;bottom:2rem;left:0;right:0;margin:auto;text-align:center;}
.mask-box .tc-close .mask-close{display:inline-block;padding:.1rem .4rem;font-size:.4rem;color:#fff;border:1px solid #fff;border-radius:1rem;}
/* .tuijian-list a.item{display:inline-block;margin:20px;text-align:center;}
.tuijian-list a.item img{width:75px;} */
.qrcode-main img{width:3.2rem;}
.order-user {
	padding: 0 .2rem
}

.order-user p {
	line-height: 1.8;
	font-size: .34rem
}

.order-user p.last {
	padding-left: .1rem
}

.payknow-title {
	color: #8f3939;
	font-weight: 700;
	font-size: .34rem;
	text-align: center;
	margin:0.3rem 0.1rem 0.1rem;
}


.order-info .tips .c1 {
	width:1.2rem;
	height:1.2rem;
	top:0rem;
	left:0.9rem;font-size:0.26rem;
	line-height:1.2;
	background: url(../img/1_tip_bg1.png) no-repeat;
	background-size: 100%;
	 
}

.order-info .tips .c2 {
	width:0.8rem;
	height:0.8rem;
	top:1.5rem;
	left:-0.2rem;
	font-size:0.2rem;line-height: 1.2;
	-webkit-animation-delay: -.2s;
	-moz-animation-delay: -.2s;
	animation-delay: -.2s;
	background: url(../img/1_tip_bg2.png) no-repeat;
	background-size: 100%;
}

.order-info .tips .c3 {
	width:1.3rem;
	height:1.3rem;
	top:0.3rem;
	left:4.2rem;
	font-size:0.36rem;
	line-height:1.2;
	-webkit-animation-delay: -.4s;
	-moz-animation-delay: -.4s;
	animation-delay: -.4s;
	background: url(../img/1_tip_bg3.png) no-repeat;
	background-size: 100%;
}

.order-info .tips .c4 {
	width:1rem;
	height:1rem;
	top:3.6rem;
	left:1.1rem;
	font-size:0.3rem;
	line-height:1.2;
	 
	-webkit-animation-delay: -.6s;
	-moz-animation-delay: -.6s;
	animation-delay: -.6s;
	background: url(../img/1_tip_bg4.png) no-repeat;
	background-size: 100%;
}

.order-info .tips .c5 {
	width:1rem;
	height:1rem;
	top:4rem;
	right:1rem;font-size: 0.28rem;line-height: 1.1;
	-webkit-animation-delay: -.8s;
	-moz-animation-delay: -.8s;
	animation-delay: -.8s;
	background: url(../img/1_tip_bg5.png) no-repeat;
	background-size: 100%;
}

.order-info .tips .c6 {
	width: .9rem;
	height: .9rem;
	top:2rem;
	right: 0;
	font-size: .28rem;
	line-height:1.2;
	-webkit-animation-delay: -.4s;
	-moz-animation-delay: -.4s;
	animation-delay: -.4s;
	background: url(../img/1_tip_bg1.png) no-repeat;
	background-size: 100%;
}

.order-info .tips .c7 {
	width:0.8rem;
	height:0.8rem;
	bottom:0.5rem;
	right:-0.5rem;
	font-size:0.24rem;
	line-height:1.1;
	-webkit-animation-delay: -1.2s;
	-moz-animation-delay: -1.2s;
	animation-delay: -1.2s;
	background: url(../img/1_tip_bg4.png) no-repeat;
	background-size: 100%;opacity: .6;
}
.order-info .info {
	position: absolute;
	top: .2rem;
	left: 0;
	width: 100%;
	text-align: center
}

.order-info .info h3 {margin:0.3rem;
	color: #f5e2a8;
	font-weight: bolder;
	text-align: center;
	font-size: .4rem
}

.order-info .info p {
	display: inline-block;
	color: #fff;
	line-height: 1.5;
	font-size: .34rem;
	text-align:center;
}

.order-info .tips {
	position: absolute;
	width: 80%;
	height: 73%;
	left: 10%;
	bottom:1.2rem;
}

.order-info .tips>img {
	display: block;
	width: 42%;
	margin: 16% auto 0
}
.order-info .tips div {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: .12rem;
	font-weight:bolder;
	line-height: .18rem;
	text-shadow:0 5px 5px rgba(0,0,0,.1);
	-webkit-animation: sizeTipsAnim 2s alternate infinite;
	-moz-animation: sizeTipsAnim 2s alternate infinite;
	animation: sizeTipsAnim 2s alternate infinite
}
.xp-title { text-align:center;background-color:#5b3c7d;}
.xp-title h3 {padding:0.2rem 0 0.1rem;font-size:.38rem;font-weight:bolder;color:#f2e3a8;}
.xp-title p{padding:0.1rem 0 0.2rem;font-size:.28rem;color:#fff;line-height: 1.4;}
.payknow-item>p::before{
    content: "";
    position: absolute;
    left: .1rem;
    top: .16rem;
    width:.5rem;
    height:.5rem;
    background:url(../img/icon-suo.png) no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.payknow-item>p::after {
    content: "";
    position: absolute;
    right: .2rem;
    top: .32rem;
    width: .2rem;
    height: .2rem;
    border-right: 1px solid #8f3939;
    border-top: 1px solid #8f3939;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

@-webkit-keyframes sizeTipsAnim {
	from {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@-moz-keyframes sizeTipsAnim {
	from {
		-moz-transform: scale(1);
		transform: scale(1)
	}

	to {
		-moz-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes sizeTipsAnim {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	to {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
}


@media (min-width:640px) {
	html {max-width:640px;margin:auto;font-size:50px;}
	
}