.voucher-popup{
    width:280px;
    padding:10px;
    margin: 0 auto;
    border: 1px solid #C8C8C8;
    background-color: #F1F1F1;
    position:relative;
    z-index:10001;
}
.voucher-popup .close {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: #FF911B;
    position: absolute;
    right: -8px;
    top: -8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.voucher-popup .close:before, .voucher-popup .close:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 16px;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -8px;
    background: #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.voucher-popup .close:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.voucher-popup .close:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.voucher-popup .receive {
    width: 100%;
}
.voucher-popup .receive span {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 0;
}
.voucher-popup .receive span label {
    display: inline-block;
    width: 60px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #73706B;
}
.voucher-popup .receive span input {
    outline: none;
    width: 147px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #C8C8C8;
    padding-left: 5px;
    font-size: 13px;
    margin-right: 10px;
    margin:10px;
}
.voucher-popup .voucherShare {
    width: 100%;
}
.voucher-popup .voucherShare p {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #FF911B;
    text-align: center;
}
.voucher-popup .btn {
    display: inline-block;
    background-color: #FF911B;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.voucher-popup .btn.btn-sm {
    font-size: 12px;
    padding: 5px 10px;
}
.voucher-popup .btn.btn-lg {
    font-size: 20px;
    font-weight: bold;
    width: 90%;
    padding: 6px 5%;
    margin: 10px auto 0;
}

.voucher-list {
    padding: 10px;
    background-color: #F1F1F1;
}

.voucher {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #C8C8C8;
    background-color: #FFF;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.voucher .title {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: #73706B;
    font-size: 15px;
}
.voucher .amount {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #FF911B;
}
.voucher .amount strong {
    font-family: "Microsoft Yahei";
    font-size: 30px;
    font-weight: 900;
}
.voucher .validity {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding-left: 10px;
    margin-bottom: 5px;
    color: #73706B;
}
.voucher .tips {
    height: 14px;
    background: #FF911B;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.voucher .tips p {
    font-size: 10px;
    color: #FFF;
    line-height: 14px;
    transform: scale(0.83);
    position: absolute;
    left: 3px;
}
.voucher .bubble {
    position: absolute;
    width: 12px;
    top: -1px;
    bottom: -1px;
    right: 30px;
    overflow: hidden;
}
.voucher .bubble .middle {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
    border: 1px solid #C8C8C8;
    background-color: #F1F1F1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.voucher .bubble .small {
    width: 100%;
    height: 50%;
    position: relative;
    top: -6px;
}
.voucher .bubble .small:before {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    border: 1px solid #C8C8C8;
    background-color: #F1F1F1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -2px;
    margin-top: -2px;
}
.voucher .bubble .small:after {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    border: 1px solid #C8C8C8;
    background-color: #F1F1F1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -2px;
    margin-top: -2px;
}
.voucher .bubble .small div {
    width: 2px;
    height: 2px;
    border: 1px solid #C8C8C8;
    background-color: #F1F1F1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2px;
    margin-top: -2px;
}
.voucher .bubble:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #C8C8C8;
    background-color: #F1F1F1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: -6px;
}
.voucher .bubble:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #C8C8C8;
    background-color: #F1F1F1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: -6px;
    position: absolute;
    bottom: 0;
}
.errorInfo{
	display: none;
	clear: both;
	height: 20px;
	line-height: 20px;
	color: red;
	font-size: 12px;
	padding-left: 60px;
	background:url(../images/error_cort.png) no-repeat -70px 0px;
}
#inputCode{
	width: 80px;
}
.alreadyReceive .info{
  font-size: 12px;
  color: red;
  padding-top: 10px;
  line-height: 18px;
}
.alreadyReceive .info a{
  color: #3399cc;
  text-decoration: none;
}
.alreadyReceive .info a:hover{
  text-decoration: underline;
}

.receive #changeVerifyCode{
    margin-left:10px;
}

.receive #captchaImg{
    margin-top:-10px;
}