.pay_main {
    display: block;
    position: relative;
}

.video_pay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);

}

.pay_title {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 15px;
}

.pay_price {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 15px;
}

.pay_m {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 15px;
}

.pay_img {
    width: 100%;
    height: 100px;
    text-align: center;
}

.pay_img > img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}