body {
	background-color: #F5F7FA;
}

.couponmanage_back {
	float: left;
    height: 2em;
    width: 2em;
    background: url("../../image/back.png") left no-repeat;
    background-size: 1em 1.8em;
}

.center {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .loading {
	overflow: auto;
	text-align: center;
	background: #E6E9ED;
	padding-top: 0.5em;
}

.center .loading>div {
	display: inline-block;
}

.center .loading .loading_word {
	position: relative;
	top: -0.5em;
}

.center .loading img {
	width: 2em;
}

.center .verification {
	background-color: #FFF;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .verification .scan {
	text-align: center;
	padding: 3em 0.8em;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .verification .scan .scan_img {
	display: inline-block;
}

.center .verification .scan .scan_img img {
	width: 10em;
	heigth: 10em;
	display: block;
}

.center .verification .scan .scan_span {
	padding-top: 1.5em;
}

.center .verification .scan .scan_span span {
	font-size: 1.2em;
}

.center .verification .couponinfo {
	display: table;
	padding: 0em 0.8em;
	border-top: 1px solid #E6E9ED;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .verification .couponinfo>div {
	display: table-cell;
	padding: 0.8em 0em;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .verification .couponinfo .coupon_title {
	white-space: nowrap;
	padding-right: 0.8em;
}

.center .verification .couponinfo .coupon_title span {
	font-size: 1.2em;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .verification .couponinfo .coupon_input {
	width: 100%;
}

.center .verification .couponinfo .coupon_input input {
	border: none;
	width: 100%;
	color: #999999;
	font-size: 1.2em;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .verification .confirm {
	padding: 0.8em;
	background-color: #F5F7FA;
    border-top: 1px solid #E6E9ED;
}

.center .verification .confirm input {
	width: 100%;
    color: #FFF;
    border: none;
    height: 3em;
    outline-style: none;
    font-size: 1.2em;
}

.give_and_verification {
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    display: table;
    text-align: center;
    background-color: #FFF;
    border-top: 1px solid #E6E9ED;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.give_and_verification>div {
	display: table-cell;
    padding: 1em;
}

.give_and_verification .give_coupon {
	border-right: 1px solid #E6E9ED;
}

.give_and_verification>div>div {
	display: inline-block;
    vertical-align: middle;
}

.give_and_verification>div>div:last-child {
	padding-left: 0.4em;
}

.give_and_verification>div>div img {
	width: 1.2em;
    height: 1.2em;
    display: block;
}

.give_and_verification>div>div span {
	font-size: 1.2em;
}

.center .sendcoupons {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .sendcoupons .choosevip {
    border-top: 1px solid #E6E9ED;
    border-bottom: 1px solid #E6E9ED;
    padding: 0.4em 0.8em;
    background-color: #FFF;
}

.center .sendcoupons .choosevip .vipname {
    padding: 0.35em 0em;
    display: inline-block;
}

.center .sendcoupons .choosevip span {
    font-size: 1.2em;
}

.center .sendcoupons .choosevip .vipname label {
	color: #999;
}

.center .sendcoupons .choosevip .more {
    float: right;
    width: 1em;
    height: 2em;
    background: url("../../image/more.png") right no-repeat;
    background-size: 0.6em 1.1em;
}

.center .sendcoupons .coupon_board {
	background-color: #FFF;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .sendcoupons .coupon_board>div {
	display: table;
	width: 100%;
	border-top: 1px solid #E6E9ED;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .sendcoupons .coupon_board>div>div {
	display: table-row;
	width: 100%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .sendcoupons .coupon_board>div>div>div {
	display: table-cell;
	vertical-align: middle;
    border-bottom: 1px solid #E6E9ED;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .sendcoupons .coupon_board .couponlist .coupons .choice_btn {
	padding: 0.8em;
	white-space: nowrap;
}

.center .sendcoupons .coupon_board .couponlist .coupons .choice_btn span {
	background-image: url("../../image/radio2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2em 2em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: block;
}

.center .sendcoupons .coupon_board .couponlist .coupons .choice span {
    background-size: 2em 2em;
    background-image: url("../../image/radio1.png");
    background-position: center;
    background-repeat: no-repeat;
}

.center .sendcoupons .coupon_board .couponlist .coupons .couponinfo {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	width: 100%;
}

.center .sendcoupons .coupon_board .couponlist .coupons .couponinfo span {
	display: block;
}

.center .sendcoupons .coupon_board .couponlist .coupons .couponinfo .coupon_name {
	font-size: 1.2em;
}

.center .sendcoupons .coupon_board .couponlist .coupons .couponinfo .coupon_memo,.center .sendcoupons .coupon_board .couponlist .coupons .couponinfo .coupon_date {
	font-size: 1em;
	color: #999;
}

.center .sendcoupons .coupon_board .couponlist .coupons .couponinfo .coupon_memo {
	padding: 0.4em 0em;
    word-break: break-all;
    /* width: calc(100vw - 10em); */
    overflow: hidden;
   /*  white-space: nowrap; */
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.center .sendcoupons .coupon_board .couponlist .coupons .surplus {
	padding: 0.8em;
	text-align: right;
	white-space: nowrap;
}

.center .sendcoupons .coupon_board .couponlist .coupons .surplus span {
	font-size: 1.2em;
	color: #999;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .sendcoupons .coupon_board .couponlist .coupons .surplus label {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .sendcoupons .send_coupon {
	display: table;
	width: 100%;
	margin-bottom: 0.8em;
	background-color: #FFF;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .sendcoupons .send_coupon>div {
	display: table-cell;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #E6E9ED;
	vertical-align: middle;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .sendcoupons .send_coupon .send_title {
	white-space: nowrap;
	padding-left: 0.8em;
}

.center .sendcoupons .send_coupon .send_title span {
	font-size: 1.2em;
}

.center .sendcoupons .send_coupon .send_num {
	width: 100%;
	padding-right: 0.8em;
}

.center .sendcoupons .send_coupon .send_num input {
	width: 100%;
	font-size: 1.2em;
	color: #999;
	border: none;
	padding: 0em;
    margin: 0em;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.send_btn {
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
	background-color: #F5F7FA;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.send_btn input {
	width: 100%;
    color: #FFF;
    border: none;
    height: 3em;
    outline-style: none;
    font-size: 1.2em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}