/** {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family:SimHei;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}*/
html{
	position: relative;
	height: auto;
	min-height:100%;
}
body {
	background-color:#f6f6f6;
	font-size:16px;
}
header {
	text-align:center;
	padding:10px 0;
	background:url(https://syb.allinpay.com/statichtml/webpub/appweb/images/background_header.png) repeat
}
header dl {
	font-size:0
}
header dt img {
	height:20px;
	margin-top: 13px;
}
header dd h4 {
	color:#fff;
	padding-top:5px;
	font-weight:400;
	font-size:16px;
	line-height:16px
}
header dd span {
	display:block;
	padding-top:5px;
	color:#e6e6e6;
	font-weight:10px;
	font-size:10px;
	line-height:10px
}
article.ipt_money {
	position:relative;
	margin:28px auto 315px;
	padding:0 20px;
	width:88%;
	height:4pc;
	border:1px solid #c6c6c6;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#fff;
	font-size:0;
	line-height:4pc
}
article.ipt_money dt {
	float:left;
	width:30%;
	color:#4b4b4b;
	font-size:18px
}
article.ipt_money .input {
	float:left;
	overflow:hidden;
	width:70%;
	height:4pc;
	outline:0;
	border:0;
	background-color:transparent;
	color:#ccc;
	text-align:right;
	font-size:27px;
	line-height:60px
}
article.ipt_money label {
	position:absolute;
	bottom:-20px;
	right:5px;
	color:#b4b4b4;
	font-size:12px;
	line-height:12px
}
article.ipt_money:after{
	position:absolute;
	display:block;
	top:19px;
	right:18px;
	content:" ";
	width:2px;
	height:20px;
	background:#0cb5f4;
	animation:myfirst 1s;
	-webkit-animation:myfirst 1s; 
	animation-iteration-count:86400;
	-webkit-animation-iteration-count:86400;
}
@keyframes myfirst{
	from {background:#0cb5f4;}
	to {background:#fff;}
}
@-webkit-keyframes myfirst{
	from {background:#0cb5f4;}
	to {background:#fff;}
}
.ipt_info {
	padding:54px 28px 235px
}
.ipt_info label {
	color:#737373;
	font-size:13px
}
.ipt_info dl {
	position:relative;
	display:block;
	font-size:0;
	margin-top:30px;
	margin-bottom:32px;
	height:54px
}
.ipt_info dl.shop-select{
	clear: both;
	margin-top: -20px
}
.ipt_info .head-portrait {
	float:left;
	width:45px
}
.ipt_info .head-portrait img {
	width:45px
}
.ipt_info .head-shop img{
	margin-top: 16px;
}
.ipt_info dd {
	float:left;
	width:200px;
	width:-moz-calc(100% - 45px);
	width:-webkit-calc(100% - 45px);
	width:calc(100% - 45px)
}
.ipt_info dd.input_code {
	float:left;
	width:200px;
	width:-moz-calc(100% - 153px);
	width:-webkit-calc(100% - 153px);
	width:calc(100% - 153px)
}
.ipt_info .countdown {
	float:left;
	width:92px;
	height:30px;
	color:#737373;
	font-size:14px;
	line-height:29px;
	background-color:#ececec;
	border:1px solid #cecece;
	border-radius:2px;
	-moz-border-radius:2px;
	margin-left:13px;
	margin-top:17px;
	text-align:center
}
.ipt_info .reacquisition {
	display:none;
	float:left;
	width:92px;
	height:30px;
	color:#fff;
	font-size:14px;
	line-height:29px;
	background-color:#309fe6;
	border:1px solid #2484c1;
	border-radius:2px;
	-moz-border-radius:2px;
	margin-left:13px;
	margin-top:17px;
	text-align:center
}
.ipt_info .error-code {
	position:absolute;
	left:52px;
	top:50px;
	color:#ff1515;
	font-size:12px
}
.ipt_info h4 {
	font-weight:normal;
	font-size:14px;
	color:#737373;
	margin-bottom:8px;
	padding-left:6px
}
.ipt_info .input_out{
	position:relative;
	color:#ccc;
	font-size:15px;
	padding-left:6px;
	padding-bottom:3px;
	border-bottom:1px solid #cfcfcf
}
.ipt_info .input_out:after{
	position:absolute;
	display:inline-block;
	content:" ";
	width:2px;
	height:20px;
	background:#0cb5f4;
	animation:myfirst 1s;
	-webkit-animation:myfirst 1s; 
	animation-iteration-count:86400;
	-webkit-animation-iteration-count:86400;
}
.ipt_info .input {
	position:relative;
	display: inline-block;
	color:#ccc;
	font-size:15px;
	width: 0px;
	white-space: nowrap;
	overflow: inherit;
}
.ipt_info .input_next {
	width:100%;
	height:44px;
	outline:0;
	border:2px solid #14ac3f;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#00c738;
	color:#f4fff7;
	text-align:center;
	font-size:17px
}
.ipt_info .input_next:disabled {
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	opacity:.3
}
.chose-shop-code{
	width: 100%;
	height: 38px;
	margin-top: 20px;
	font-size: 15px;
	color: rgb(75, 75, 75);
    text-indent: 10px;
	border:1px solid #cfcfcf;
	border-radius: 2px;
	-moz-border-radius:2px;
	clear: both;
}
.chose-shop-code option{
	line-height: 30px;
}
.chose-shop-bind{
    width: -moz-calc(100%-36px);
    width: -webkit-calc(100% - 36px);
    width: calc(100% - 36px);
    height: 50px;
    margin: 14px 18px 0px;
    font-size: 15px;
    color: rgb(75, 75, 75);
    text-indent: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    -moz-border-radius: 2px;
    clear: both;
}
.chose-shop-bind:after{
    position: absolute;
    top: 12.5px;
    right: 19px;
    display: block;
    width: 14px;
    height: 9px;
    content: "";
    background-image: url(https://syb.allinpay.com/statichtml/webpub/appweb/images/xiangxia.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
table.keyboard {
	position:fixed;
	bottom:0;
	width:100%;
	border-top:1px solid #e6e6e6;
	background-color:#fff;
	color:#2b3033;
	text-align:center;
	font-size:1.5rem;
	line-height:3.3rem
}
table.keyboard td {
	width:30%
}
.row1 td,.row2 td,.row3 td,.row4 td {
	border-bottom:1px solid #e6e6e6
}
.col2 {
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6
}
.row4 .col1,.row4 .col3 {
	background-color:#f6f6f6
}
.row4 .del {
	background-image:url(https://syb.allinpay.com/statichtml/webpub/appweb/images/yh_delete.png);
	background-position:center;
	background-size:20%;
	background-repeat:no-repeat
}
.row4 .col3 img {
	margin-bottom:3px;
	height:35%
}
.row5 {
	text-align:center
}
table .row5 td {
	padding:10px 0
}
.row5 .input_pay {
	margin-bottom:5px;
	width:85%;
	height:44px;
	outline:0;
	border:2px solid #14ac3f;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#00c738;
	color:#f4fff7;
	text-align:center;
	font-size:17px
}
.row5 .input_pay:disabled {
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	opacity:.3
}
.details-cause {
	height:45px;
	line-height: 45px;
	font-size: 13px;
	color: #545454;
	text-align: center;
	border-bottom: 1px solid #f0f1f1;
}

.details-shibai {
	height: inherit;
	line-height: 0;
	text-align: start;
	padding: 12px 11px;
    word-break: normal;
}

.details-shibai span {
	width: 85%;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}

.details-cause img{
	width: 18px;
	height: 18px;
	margin-right: 8px;
	margin-bottom: 3px;
	vertical-align: middle;
}
.details-money {
	padding: 13px 0px;
	background-color:#fff;
	border-bottom:1px solid #f0f1f1;
}
.details-money dt label{
	display: block;
	margin: 0px 11px 20px;
	font-size: 13px;
	color: #9b9b9b;
	text-align: left;
}
.details-money dt span{
	display: block;
	margin-right: 15px;
	font-size: 34px;
	color: #1e1e1e;
	text-align: right;
}
.details-money dd {
	height:15px
}
.details-money dd span{
	font-size: 15px;
	margin-right: 10px;
	float: left;
}
.details-money dd label.waiting {
	color:#ff670c;
	font-size:15px;
	float:left
}
.details-money dd label.success {
	color:#34b24f;
	font-size:15px;
	float:left
}
.details-money dd label.fail {
	color:#f00;
	font-size:15px;
	float:left
}
.details-money dd a.refresh {
	float:right;
	width:80px;
	height:30px;
	line-height:29px;
	color:#fff;
	font-size:14px;
	text-align:center;
	background-color:#309fe6;
	border:1px solid #2484c1;
	border-radius:2px;
	-moz-border-radius:2px
}
.details-info {
	padding: 7px 0px;
	background-color:#fff;
	list-style:none;
	border-bottom:1px solid #dfdfdf;
}
.details-info li {
	padding: 0 15px 0 11px;
	height: 28px;
	line-height:28px
}
.details-info li label {
	float: left;
	width: 65px;
	color:#4d4e4e;
	font-size:12px;
}
.details-info li span {
	float: right;
	width: 180px;
	color:#4d4e4e;
	font-size:12px;
	text-align: right;
}
.details-revoke {
	list-style:none;
	margin-top: 23px;
	margin-bottom: 70px;
}
.details-revoke li {
	height: 39px;
	line-height: 39px;
	margin: 0px 10px;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius:4px;
	border:1px solid #d45b3a;
	background-color: #f96e49;
	text-align: center;
}
.details-revoke li:hover,.details-revoke li:active{
	background-color: #e35c37;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.details-btn{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 0;
	background-color: #ffffff;
	border-top: 1px solid #dfdfdf;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
.details-btn a,.details-btn a:hover,.details-btn a:active{
	text-decoration: none;
	border:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.details-btn li{
	list-style: none;
	display: inline-block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	font-size: 1rem;
	text-align: center;
}
.details-btn a:nth-child(1) li{
	color: #111;
	/*border-right: 1px solid #dfdfdf;*/
}
/*.details-btn a:nth-child(2) li{
	color: #64cc4c;
}*/
.loading {
	position:fixed;
	left:50%;
	margin-left:-105px;
	top:50%;
	margin-top:-55.25px;
	z-index:99999;
	width:210px;
	height:110.5px
}

/*媒体查询*/
@media screen and (min-width: 0px) and (max-width: 320px){
	header {
	    padding: 8px 0;
	}
	header dt img {
	    height: 18px;
	    margin-top: 5px;
	}
	header dd h4 {
	    font-size: 15px;
	    line-height: 15px;
	}
	article.ipt_money {
	    height: 60px;
	    line-height: 60px;
	    font-size: 15px;
	    margin-top: 14px;
	}
	article.ipt_money dt {
		font-size:14px
	}
	article.ipt_money .input {
	    height: 60px;
	    line-height: 60px;
	}
	article.ipt_money:after{
		top:19.5px;
		height:20px;
	}
	table.keyboard {
	    font-size: 1.55rem;
	    line-height: 3.2rem;
	}
	table .row5 td {
	    padding: 5px 0;
	}
}
@media screen and (min-width: 640px) and (max-width: 700px){
	header {
	    padding: 10px 0;
	}
	header dt img {
	    height: 19px;
	    margin-top: 10px;
	}
	header dd h4 {
	    font-size: 16px;
	    line-height: 18px;
	}
	article.ipt_money {
	    height: 66px;
	    line-height: 66px;
	    font-size: 15px;
	}
	article.ipt_money dt {
		font-size:15px
	}
	article.ipt_money .input {
	    height: 66px;
	    line-height: 62px;
	}
	article.ipt_money:after{
		top:24px;
		height:20px;
	}
	table.keyboard {
	    font-size: 1.5625rem;
	    line-height: 3.3rem;
	}
}
@media screen and (min-width: 700px) and (max-width: 750px){
	header {
	    padding: 15px 0;
	}
	header dt img {
	    height: 20px;
	    margin-top: 11px;
	}
	header dd h4 {
	    font-size: 16px;
	    line-height: 30px;
	}
	article.ipt_money {
	    height: 70px;
	    line-height: 70px;
	}
	article.ipt_money dt {
		font-size:16px
	}
	article.ipt_money .input {
	    height: 70px;
	    line-height: 66px;
	}
	article.ipt_money:after{
		top:23px;
		height:20px;
	}
	table.keyboard {
	    font-size: 1.5625rem;
	    line-height: 4rem;
	}
}
@media screen and (min-width: 750px) and (max-width: 1000px){
	header {
	    padding: 19px 0;
	}
	header dt img {
	    height: 21px;
	    margin-top: 12px;
	}
	header dd h4 {
	    font-size: 18px;
	    line-height: 38px;
	}
	article.ipt_money {
	    height: 85px;
	    line-height: 85px;
	}
	article.ipt_money dt {
		font-size:17px
	}
	article.ipt_money .input {
	    height: 85px;
	    line-height: 81px;
	}
	article.ipt_money:after{
		top:31px;
		height:20px;
	}
	table.keyboard {
	    font-size: 1.625rem;
	    line-height: 5.35rem;
	}
}
@media (min-width:1000px){
	header {
	    padding: 25px 0;
	}
	header dt img {
	    height: 22px;
	    margin-top: 13px;
	}
	header dd h4 {
	    font-size: 21px;
	    line-height: 60px;
	}
	header dd label {
	    font-size: 15px;
	    line-height: 15px;
	}
	article.ipt_money {
	    height: 100px;
	    line-height: 100px;
	    margin-top: 28px;
	}
	article.ipt_money dt {
		font-size:18px
	}
	article.ipt_money .input {
	    height: 100px;
	    line-height: 96px;
	}
	article.ipt_money:after{
		top:38px;
		height:20px;
	}
	table.keyboard {
	    font-size: 1.6875rem;
	    line-height: 7.35rem;
	}
}

