body,html,.view{
	width: 100%;
	max-width: 750px;
	min-height: 100%;
	margin: 0 auto;
}
.view {
    width: 100%;
    height: 100%;
    max-width: 750px;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.head {
    padding: 0.62rem 0.56rem 0.42rem;
    background: linear-gradient(60deg, #041b40 0%,#0d3679 60%);
}

.head img {
    width: 0.4rem;
    height: 0.4rem;
    vertical-align: text-bottom;
    margin-right: 0.16rem;
}

.head .name {
    color: #fff;
    font-size: 0.3rem;
    margin-bottom: 0.56rem;
}

.head .label {
    font-size: 0.3rem;
    color: #fff;
    opacity: 0.5;
    -webkit-opacity: 0.5;
}

.head .amountInput {
    margin: 0.3rem 0 0.5rem;
}

.hlBox{
    width: 100%;
    max-width: 750px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.hlBox .payDetail{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0.3rem 0 0;
    transform:translate(-50%,-50%);
    background: #fff;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
}
.hlBox .payDetail .title{
    font-size: 0.32rem;
    text-align:center;
    color: #8b8989;
}
.hlBox .payDetail .itemBox{
    margin: 0.2rem 0.4rem 0.5rem;
    border: 0.5px solid #e9e9e9;
}
.hlBox .payDetail .itemBox .item label{
    width: 1.8rem;
    text-align: right;
    display: inline-block;
    font-size: 0.26rem;
    color: #8b8989;
    margin-right: 0.4rem;
}
.hlBox .payDetail .itemBox .item:last-child{
    border-bottom: none;
}
.hlBox .payDetail .itemBox .item{
    padding: 0.25rem 0;
    border-bottom: 0.5px solid #e9e9e9;
}
.hlBox .payDetail .itemBox .item .ItemData{
    color: #8b8989;
    font-size: 0.26rem;
    display: inline-block;
}
.hlBox .payDetail .iDoBtn{
    text-align: center;
    font-size: 0.3rem;
    color: rgb(253, 152, 39);
    border-top: 0.5px solid #e9e9e9;
    padding: 0.28rem 0;
}
.head .hlTip{
    height: 0.32rem;
    color: #fff;
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}
.head .hlTip img.yw{
    width: 0.30rem;
    height:0.30rem;
    margin-left: 0.2rem;
}
.hidden{
    visibility: hidden;
}
.visible{
    visibility: visible;
}

.head .amountBox label {
    font-size: 0.48rem;
    color: #fff;
    margin-right: 0.2rem;
}

.head .amountBox span.amount {
    font-size: 0.74rem;
    color: #fff;
}

.head .bzBox {
    text-align: left;
    margin-bottom: 0.2rem;
}

.head .noteText{
    line-height: 0.36rem;
    font-size: 0.24rem;
    color: #fff;
}

.head .bzBox .bz img {
    width: 0.38rem;
    height: 0.38rem;
    display: inline-block;
    margin-right: 0.06rem;
    vertical-align: -0.1rem;
}

.head .bzBox .bz {
    font-size: 0.28rem;
    color: #fff;
    opacity: 0.5;
    word-wrap: break-word;
    -webkit-opacity: 0.5;
}

.keyboard {
    width: 100%;
    max-width: 750px;
    position: fixed;
    z-index: 9;
    background-color: #fff;
    bottom: 0;
    border-top: 1px solid #f7f7f7;
}

.keyboard .box .itemBox {
    width: 25%;
    border-right: 1px solid #f7f7f7;
    box-sizing: border-box;
}

.keyboard .box .itemBox .item {
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    font-size: 0.5rem;
    color: #999999;
    border-bottom: 1px solid #f7f7f7;
    box-sizing: border-box;
}

.keyboard .box .itemBox .item.aliPay{
    height: 1.6rem!important;
    line-height: 0.6rem!important;
    font-size: 0.4rem;
    padding-top: 0.22rem;
    color: #fff;
}

.keyboard .box .itemBox .item.aliPay p{
    font-size: 0.26rem;
}

.keyboard .box .itemBox .item.payment {
	height: 3.2rem;
	line-height: 3.2rem;
	vertical-align: bottom;
	border-bottom: none;
	background: linear-gradient(60deg, #041b40 0%,#0d3679 60%);
	color: #fff;
	text-align: center;
}

.keyboard .box .itemBox .item.dlpayment{
    height: 3.2rem;
	line-height: 3.2rem;
	vertical-align: bottom;
	border-bottom: none;
	background: linear-gradient(60deg, #6e0c0c 0%,#aa1437 60%);
	color: #fff;
	text-align: center;
}

.keyboard .box .itemBox:nth-child(4n) {
    border-right: none;
}
.keyboard .box .itemBox .item:nth-child(4) {
    border-bottom: none;
}

.keyboard .box .itemBox .item img {
    width: 0.68rem;
	height: 0.68rem;
	line-height: 0.5rem;
    vertical-align: middle;
}
.done{
	padding: 2rem 0 1.5rem;
    text-align: center;
    background: url(../images/ico_done_bg2.jpg) no-repeat;
    background-size: cover;
}
.npay.done{
    padding: 1.0rem 0 1.5rem;
}
.npay.done .tipText{
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.42rem;
    margin: 0.8rem auto;
}
.done .img{
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 auto;
	display: block;
}

.done h1{
	font-size: 0.40rem;
	color: #fff;
	margin: 0.6rem auto;
	font-weight: 100;
}

.npay.done h1{
	margin: 0 auto 0.8rem;
}

.payTextInfo{
	height: 0.7rem;
}

.done p {
	width: 58%;
	margin: 0.15rem auto;
}

.done p label{
	display: inline-block;
	text-align: right;
	font-size: 0.24rem;
	color: #cacaca;
	flex-shrink: 0;
	font-weight: 100;
}
.done p span{
	width: 76%;
	display: inline-block;
	text-align: right;
	font-size: 0.24rem;
	color: #cacaca;
	font-weight: 100;
}
.done.npay .DoneBtn{
    top:64%;
}
.done .DoneBtn{
    display:block;
    width: 50%;
    padding: 0.24rem 0;
    margin: 0 auto;
    border: 0.5px solid #0d3679;
    color: #fff;
    background-color: #0d3679;
    text-align: center;
    font-size: 0.36rem;
    border-radius: 0.12rem;
    -webkit-border-radius: 0.12rem;
    -moz-border-radius: 0.12rem;
    -ms-border-radius: 0.12rem;
    -o-border-radius: 0.12rem;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.adbox{
    width: 100%;
    max-width: 750px;
    height: auto;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
.adbox a{
    width: 100%;
    max-width: 750px;
    height: auto;
    display: block;
}
.adbox a img{
    width: 100%;
    height: auto;
}
body .PayTip{
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.3rem 0.5rem;
    color: #fff;
    font-size: 0.24rem;
    border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    -moz-border-radius: 0.06rem;
    -ms-border-radius: 0.06rem;
    -o-border-radius: 0.06rem;
    z-index: 99999;
}

.beizhu{
    width: 60%;
    max-width: 750px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 999;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    padding: 0.2rem 0.3rem;
    box-shadow: 0 0.01rem 0.1rem #cacaca;
    border: 0.01rem solid #cacaca;
    overflow: hidden;
}

.beizhu .title{
    font-size: 0.3rem;
    border-radius: 0.4rem;
    margin-bottom: 0.3rem;
    color: #8e8e8e;
    position: relative;
}

.beizhu .title img{
    width: 0.22rem;
    height: 0.22rem;
    position: absolute;
    right: -0.1rem;
    top: -0.1rem;
    padding: 0.1rem;
}

.beizhu .note{
    width: 100%;
    min-height: 1rem;
    border: 0.001rem solid #eeeeee;
    resize: none;
    padding: 0.2rem;
    box-sizing: border-box;
    margin-bottom: 0.3rem;
}

.beizhu .btnLine{
    text-align: center;
}

.beizhu .btnLine .btn{
    display: inline-block;
    padding: 0.20rem 0.4rem;
    font-size: 0.2rem;
    margin: 0 0.3rem;
}

.beizhu .btnLine .btn.qx{
    color: #fff;
    background-color: #cacaca;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
}

.beizhu .btnLine .btn.qd{
    color: #fff;
    background-color: #357AF4;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
}
.PayBtn{
    width: 60%;
    text-align: center;
    padding: 0.28rem 0;
    color: #fff;
    font-size: 0.30rem;
    border-radius: 0.1rem;
    margin: 30%  auto 0;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    background: linear-gradient(60deg, #041b40 0%,#0d3679 60%);
}
.PayBtnBox{
    width: 60%;
    margin: 30%  auto 0;
}
.PayBtnBox .aliPayBtn{
    text-align: center;
    padding: 0.28rem 0;
    color: #fff;
    font-size: 0.30rem;
    border-radius: 0.1rem;
    margin: 0.5rem 0;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    background: linear-gradient(60deg, #041b40 0%,#0d3679 60%);
}
.PayBtnBox .aliPayBtn span{
    font-size: 0.18rem;
    margin-left: 0.2rem;
}
.mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
}

.mask img.loading{
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
@keyframes rotate{
    0%{
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
