.paycontent{
  background: #fff
}
.paycontent .pay_left{
  text-align:left;
}
.paycontent .pay_right{
  text-align: right;
}
.paycontent .wxpay .wxpaybox{
  width: 310px;
  float: right;
}
.paycontent .wxpay .wxpaybox .pictrue{
    border: 1px solid #ccc;
    height: 310px;
    width: 100%;
}
.paycontent .wxpay .wxpaybox .pictrue img{
    height: 100%;
    width: 100%;
}
.paycontent .wxpay .lefttext{
    background-color: #eb5e4a;
    color: #fff;
    font-size: 14px;
    height: 72px;
    margin-top: 16px;
    width: 100%;
}

.paycontent .fc-weixin-pay{
    font-size: 16px;
    font-weight: 600;
    background: #fe8103;
    color: #fff;
    border-radius: 2px;
    padding: 8px 25px;
    text-align: center;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    background-color: #f54b4b;
    display: block;
    margin: 0 auto;
    margin-top: 15%;
    margin-bottom: 100px;
}