.payHtml{
    height:420px;
    width: 350px;
    border: 10px;
    position: relative;
}
.payHtml .modal-header {
    padding: 0;
    background: #73b2fd;
    text-align: right;
}
.payHtml .modal-header img {
    height: 33px;
    cursor: pointer;
}
.payHtml .modal-body {
    padding: 32px 10px;
}
.payHtml .modal-body p {
    font-size: 1.6rem;
    line-height: 28px;
    text-align: center;
    color: #555555;
}
.payHtml .modal-footer {
    padding: 0 10px 10px;
    border: none;
    text-align: center;
}
.payHtml .modal-footer button {
    font-size: 1.6rem;
    margin-bottom: 19px;
}
.payHtml .modal-footer p {
    font-size: 1.1rem;
    font-weight: 400;
    color: #cbcbcb;
}
.payHtml .modal-footer p span {
    color: #73b2fd;
}
/*@media (max-width: 768px) {*/
    /*.payHtml {*/
        /*width: 300px;*/
        /*height: 266px;*/
    /*}*/
/*}*/
.payHtml-close{
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}
.payHtml-title,.payHtml-price,.payHtml-word,.pay-word{
    text-align:center;
    position: absolute;
    width: 100%;
}
.payHtml-title{
    font-size:18px;
    top: 15px;
    color: #333333;
}
.payHtml-price{
    font-size: 24px;
    color: #65a9fc;
    top: 70px;
}
.payHtml-wordBg{
    width: 200px;
    height: 200px;
    background: white;
    opacity: 0.9;
    position: absolute;
    top: 110px;
    left: 75px;
}
.payHtml-point{
    width: 3px;
    height: 3px;
    border-radius: 50%;
}
.payHtml-word{
    font-size: 16px;
    color: #333333;
    top: 160px;
}

.modal-body{
    /*padding:0!important;*/
    /*position: relative;*/
}
.modal-body>img:first-child{
    position: absolute;
    left: 50%;
    top: 33px;
    margin-left: -23px;
}
.modal-body>button{
    width: 100px;
    height: 35px;
    background: #65a9fc;
    border-radius: 5px;
    color: white;
    border: none;
    outline: none;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -50px;
}
.pay-box{
    width: 384px;
    height: 255px;
    background: white;
    border-radius: 10px;
}
.pay-word{
    font-size: 16px;
    color: #333333;
}
.pay-button{
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #65a9fc;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    outline: none;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -50px;
}