.qrCode_v2{
  padding: 16px;
}

.qrCode_v2 hr{
  margin-bottom: 26px;
}

.qrCode_v2 .title{
  margin-bottom: 20px;
}

.qrCode_v2 .item{
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 16px;
}

.qrCode_v2 .item .label{
  width: 100px;
  margin-bottom: 10px;
  padding-right: 10px;
  text-align: right;
}

.qrCode_v2 .item .txtInput{
  width: auto;
}

.qrCode_v2 .item .warning{
  margin-left: 0;
  text-align: left;
}

.qrCode_v2 .item-center{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.qrCode_v2 .item-center img{
  display: block;
  width: 100%;
}

.qrCode_v2 .item-center p{
  margin-bottom: 20px;
}

.qrCode_v2 .item-center .alipay-logo{
  max-width: 170px;
  width: 100%;
  margin-bottom: 20px;
}

.qrCode_v2 .item-center .alipay-qrCode{
  max-width: 300px;
  width: 100%;
  margin-bottom: 20px;
}

.qrCode_v2 .item-center .button-group{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: none;
}

@media screen and (min-width: 1280px) {
  .qrCode_v2 .item-center .button-group{
    display: flex;
  }
}

.qrCode_v2 .item-center .btn{
  flex: 1 0 auto;
  width: 200px;
  text-align: center;
}

.qrCode_v2 .item-center .button-group .btn p{
  margin-top: 12px;
}

.qrCode_v2 .item-center .btn a{
  float: none;
}

.qrCode_v2 .item-center .amount span{
  font-size: 2em;
  font-weight: bold;
}

.lightbox{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
}

.lightbox .lightbox-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.lightbox .lightbox-content{
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 295px;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.lightbox .lightbox-content .lightbox-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.lightbox .lightbox-content .lightbox-header p{
  font-size: 18px;
  font-weight: bold;
}

.lightbox .lightbox-content .lightbox-header .line{
  flex: 1 1 auto;
  height: 1px;
  background-color: #e9e9e9;
  margin-left: 10px;
}

.lightbox .lightbox-content .lightbox-body{
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.lightbox .lightbox-content .lightbox-body .item{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 0 10px;
}


.lightbox .lightbox-content .lightbox-body .item .label{
  margin-bottom: 10px;
}

.lightbox .lightbox-content .lightbox-body .item .warning{
  margin: 0;
  float: none;
  text-align: left;
  margin-top: 10px;
}

.lightbox .lightbox-content .lightbox-body .button-group{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.lightbox .lightbox-content .lightbox-body .button-group > div{
  flex: 1 0 50%;

}

.lightbox .lightbox-content .lightbox-body .button-group > div > a{
  float: none;
  width: auto;
  padding: 0 20px;
  margin: 0 10px;
}

.close{
  background: url(../images/funBIZ-icon-content.png) left top no-repeat #fff;
  background-size: 100%;
  background-position: 10px -237px;
}

@media screen and (min-width: 320px) and (max-width: 1279px) {
  .qrCode_v2 .item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .qrCode_v2 .item .label{
    width: auto;
  }

  .qrCode_v2 .item .txtInput{
    width: 100%;
  }

  .qrCode_v2 .item .warning{
    margin: 10px 0 0 0;
    width: 100%;
  }

  .qrCode_v2 .item .select_menu{
    width: 100%;
  }

  .qrCode_v2 .item-center .alipay-qrCode{
    max-width: 200px;
  }

  .qrCode_v2 .item-center .button-group .btn{
    width: 180px;
  }
}