/*-- 新改 --*/
.lanyepayread-content {
		position: relative;
		padding: 10px;
	}
.lanyepayread-wxpay-ico {
    width: 160px;
    height: 40px;
    background: url(/public/images/wxpay.png) no-repeat;
    background-size: cover;
    margin: 10px auto 0;
}
.lanyepayread-alipay-ico {
    width: 160px;
    height: 40px;
    background: url(/public/images/alipay.png) no-repeat;
    background-size: cover;
    margin: 10px auto 0;
}

.lanyepayread-title {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    text-align: center;
    padding: 10px 0;
}

.lanyepayread-title span.wxpay {
    color: #38c578;
}

.lanyepayread-qrcode {
    background: #fff;
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 0 auto;
    padding: 10px;
}
.lanyepayread-qrcode canvas {
    width: 100%;
    height: 100%;
}
img#pay_qrcode {
    width: 100%;
    height: 100%;
}
.time-item {
    text-align: center;
    color: #ff5722;
}
.lanyepayread-tip {
    color: #fff;
    font-size: 18px;
    margin: 10px auto;
    text-align: center;
}

.lanyepayread-wxpay-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 160px;
    background: #22da56;
    z-index: -1;
}
.lanyepayread-alipay-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 160px;
    background: #00a0e8;
    z-index: -1;
}
.lanyepayread-tip a {color: #fff;text-align: center;display: block;padding: 5px 0;}