
.pay-select-close {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top:3px;
    left:273px;
    z-index: 4;
    color: black;
    cursor: pointer;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    box-shadow: 0 0 10px silver;
    -moz-box-shadow: 0 0 10px silver;
    -o-box-shadow: 0 0 10px silver;
    -webkit-box-shadow: 0 0 10px silver;
}

.close_pay {
    font-size: 16px;
    padding: 3px 1px 1px 1px;
}

.pay-snow-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: black;
    opacity: 0.5;
}

.pay-select {
    width: 100%;
    color: black;
    background: white;
    width: 300px;
    border-radius: 15px;
    margin: auto;
    z-index: 99999999 !important;
    position: absolute;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.pay-select-tip {
    width: 100%;
    color: black;
    background: white;
    width: 300px;
    border-radius: 15px;
    margin: auto;
    z-index: 99999999 !important;
    position: absolute;
    height: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;

}

.pay-select-type {
    width: 100%;
    color: black;
    background: white;
    width: 300px;
    border-radius: 15px;
    margin: auto;
    z-index: 99999999 !important;
    position: absolute;
    height: 412px;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pay-select-type-weixin {
    width: 100%;
    color: black;
    background: white;
    width: 300px;
    border-radius: 15px;
    margin: auto;
    z-index: 99999999 !important;
    position: absolute;
    height: 388px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.pay-select-type-alipay {
    width: 100%;
    color: black;
    background: white;
    width: 300px;
    border-radius: 15px;
    margin: auto;
    z-index: 99999999 !important;
    position: absolute;
    height: 388px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.pay-select-type-iconpay {
    width: 100%;
    color: black;
    background: white;
    width: 300px;
    border-radius: 15px;
    margin: auto;
    z-index: 99999999 !important;
    position: absolute;
    height: 220px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.pay-container {
    z-index: 9999999 !important;
    position: fixed !important;
    left: 0;
    top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    display: none;
}

.pay-item:hover {
    opacity: 0.6;
    color: #1990fc;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pay-item {
    width: 280px;
    height: 80px;
    border: 0;
    cursor: pointer;
    font-size: 1.25rem;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    position: relative;
    border-top: 1px solid #e6e6e6;
}

.pay-button-box #alipay {
    border-top: none !important;
}

.pay-item i.alipay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../img/alic.png) center no-repeat;
}

.pay-item i.iconpay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../img/yec.png) center no-repeat;
}

.pay-item i.weixinpay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../img/wxc.png) center no-repeat;
}

.pay-item span {
    display: inline-block;
    text-align: center;
    width: 120px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 18px;
}
.pay-button-box {
    width: 300px;
    text-align: center;
    position: fixed;
    margin-top: 44px;
}

.qrcon {
    text-align: center;
}

#iconpay-pay-amount, #iconpay-pay-wallet{
    font-size: 18px;
}

.qrcon img.qr-pay {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 120px;
    height: 40px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}

#alipay-pay-amount {
    margin-bottom: 10px;
}

#wx-pay-amount {
    margin-bottom: 10px;
}

.qrcon img.qr-pay-wallet {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 40px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}

.wallet-deposit {
    font-size: 14px;
    vertical-align: bottom;
    position: absolute;
    top: 61px;
    margin-left: 6px;
    color: #ffc107!important;
}

.qrcon .bottom {
    width: 100%;
    background: #00a7ef;
    color: #f2f2f2;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.qrcon .weixinpay {
    width: 100%;
    background: #08bb21;
    color: #f2f2f2;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.qrcon .iconpay {
    width: 100%;
    background: #ffc107!important;
    color: #f2f2f2;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.qrcon .bottom button{
    border-radius: 5px;
}

#pay-loading {
    display: none;
}