.BPBackground {
    overflow: auto;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.BPAll{
    position: absolute;
    border: 2px solid #7dbfc8;
    padding: 0;
    margin: auto;
    top: -50px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 300px;
    background-color: #ffffff;
    border-radius: 10px;
}

.BPTop,.BPBottom{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.priceBtn{
    background-color: #7cc0c6!important;
    color: #ffffff;
    margin: 5px 15%;
    border-radius: 10px;
}

#form_money_pay
{
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#form_money_pay input[type=text]{
    display: none;
}

#form_money_pay input[type="button"] {
    height: 45px;
    line-height: 45px;
    width: 70%;
    min-width: 120px;
    background-color: transparent;
    border: none;
}
.iframeBG .dialogClose{
    margin-top: 0;
    color: #ffffff;
}
.iframeBG .common-closeImg{
    margin-top: 13px;
}
.iframeBG{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 500px;*/
    height: 99%;
    z-index: 999;
    /*-webkit-overflow-scrolling: touch;*/
    /*overflow-y: scroll;*/
    background-color: #ffffff;
    text-align: center;


}
.iframe_lz{
    width: 100%;
    height: 99%;
    position: relative;
    border: none;
    overflow-y: scroll;
    z-index: 80;
    background-color: #ffffff;
    margin-top: 50px;
}
.mainframe{
    width: 100%;
	height:95%;  
	position: relative;
    border: none;
    z-index: 80;
    background-color: #ffffff;
    margin-top: 50px;
	
}