.coupon-no {
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0;
}
.coupon-title {
	margin: 40px 0 20px;
}
.w150{
	width: 250px;
	margin: 20px auto;
}
.payed2-title {
	margin-top: 20px;
}


#payed2qrcode {
	width: 130px;
	height: 130px;
	margin: 20px auto;
}
.button.act {
	background: #26E30D;
	color: white;
	border: none;
}
.m-select {
	margin-bottom: 10px;
}
.qrcode-wrapper img { 
	max-width: 200px;
	max-height: 200px;
 }
 .list-block .item-after {
 	word-break: break-all;
 	max-width: 70%;
 	max-height: none;
 	white-space: pre-line;
 }
h4 {
	margin: 0.5rem 1rem;
}
.list-block {
	margin-top: 0.5rem;
}
.break-all {
	word-break: break-all;
}
.content{
	overflow-y: scroll !important;
}
.def-bg {
	background-size: 100% 100%;
    background-repeat: no-repeat;
	position: fixed;
	object-fit:cover;
	bottom: 0;
}
.avatar{
	width: 100px;
	height: 100px;
	margin: 0 0 20px 0;
}
.txtarea {
	width: 100%;
	min-height: 60px;
}

.textarea {
    line-height: 1.846;
    /*background-color: transparent;*/
    background-image: none;
    box-shadow: none;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 1em;
    color: #000;
    transition: all .3s;
}
#send_img, #send_bar, #send_img1, #send_img2{
	display: none;
}

#_bg {
	position: absolute;
    top: 0;
    left: 0;
	background: no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.mt {
	margin-top: 10px;
}

.input_control{
  width:200px;
  margin:15px auto 20px auto;
}
input {box-sizing: border-box;
  text-align:center;
  height:2.7em;
  border-radius:4px;
  border:1px solid #c8cccf;
  color:#6a6f77;
  -web-kit-appearance:none;
  -moz-appearance: none;
  display:block;
  outline:0;
  padding:0 1em;
  text-decoration:none;
  width:100%;
}

.image_content {
	margin: auto;
	width: 300px;
	height: 300px;
	background: rgba(0,0,0,0);
}
.image_content img {
	max-width:300px;
	max-height: 300px;
}

/*###########################################################################*/
.title_text {
	font-size: 30px;
	color: #d6775a;
	letter-spacing: 3px;
	margin: 50px 0 60px 0;
}
.text_center {
	text-align: center;
}
.bt_content {
	margin: 0 4% 0 4%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.row .col-20{
	margin-left: 0;
}
#send_bt_img1,#zx,#yx {
	background: #bbb;
}
.w_h {
	width: 100%;
	height: 100%;
}