*:focus {
  outline: none;
}
html {
  height: 100%;
  width: 100%;
}
body {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", "Open Sans Light", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/*body {
    padding: 48px 240px;
    background: #f4f5f4;
}*/
[lang=zh-cn] {
  font-family: "Open Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif !important;
}
a {
  text-decoration: none;
}
input,
textarea {
  border: solid 1px #eee;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
  /* for IE6 IE7 */
}
.button {
  position: relative;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border: solid 1px #0073ea;
  background: #0073ea;
  box-sizing: border-box;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  user-select: none;
}
.button .fa {
  margin: 0 4px;
}
.button.disabled,
.button.hover.disabled {
  background: #999;
  color: #eee;
  border: solid 1px #999;
  cursor: not-allowed;
  transition: none;
  -webkit-transition: none;
}
.button.disabled:hover,
.button.hover.disabled:hover {
  background: #999;
  color: #eee;
  border: solid 1px #999;
  cursor: not-allowed;
  transition: none;
  -webkit-transition: none;
}
.button:hover {
  background: #fff;
  border: solid 1px #0070ee;
  color: #0073ea;
}
.button.hover {
  background: #fff;
  border: solid 1px #0070ee;
  color: #0070ee;
}
.button.hover:hover {
  background: #0070ee;
  border: solid 1px #0070ee;
  color: #fff;
}
.message-box {
  width: 300px;
  height: 150px;
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -150px;
}
.message-box.error {
  color: #FD5638;
}
body {
  height: 100%;
}
.ui-datepicker {
  font-size: 12px;
}
.wrapper {
  padding: 24px 150px;
  background: #eee;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 46px);
}
.content {
  background: #fff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  min-width: 800px;
}
.content .title {
  padding: 0 12px;
  font-size: 18px;
  font-weight: 400;
  height: 48px;
  line-height: 48px;
  border-bottom: solid 1px #eee;
  position: relative;
}
.content .title > i.fa,
.content .title > i.fas {
  color: #0070ee;
  float: left;
  margin-top: 14px;
  margin-right: 4px;
}
.content .title > label {
  float: left;
}
.content .title .get-invoice {
  color: #0070ee;
  font-size: 14px;
  text-decoration: underline;
  float: right;
  margin-right: 12px;
}
.content .title .coupon-rules-title {
  float: left;
  margin-left: 512px;
  cursor: pointer;
  font-size: 14px;
  color: #0070ee;
}
.content .filter {
  float: left;
  width: 100%;
  height: 48px;
}
.content .filter .filter-field {
  height: 24px;
  line-height: 24px;
  margin-top: 12px;
  padding: 0 48px;
  float: left;
  box-sizing: border-box;
}
.content .filter .filter-field i {
  font-style: normal;
  margin-right: 4px;
  font-size: 15px;
}
.content .filter .filter-field a {
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  padding: 2px 4px;
  font-size: 12px;
}
.content .filter .filter-field a.selected {
  background: #0070ee;
  color: white;
  border-radius: 2px;
}
.content .filter .filter-field.status span {
  font-size: 14px;
  margin-right: 2px;
  cursor: pointer;
  padding: 2px 12px;
}
.content .filter .filter-field.status span.selected {
  cursor: text;
  border-radius: 20px;
  background: #0070ee;
  color: #fff;
}
.content .filter .duration label {
  font-size: 12px;
}
.content .filter .duration input {
  box-sizing: border-box;
  height: 20px;
  line-height: 20px;
  border: solid 1px #ddd;
  width: 72px;
  text-align: center;
}
.content .list-container {
  width: 960px;
  padding: 24px 48px;
}
.content .list-container .coupon {
  width: 300px;
  height: 148px;
  background-color: #0070ee;
  position: relative;
  color: #eee;
  overflow: hidden;
  display: inline-block;
  user-select: none;
  margin-top: 2px;
}
.content .list-container .coupon.used,
.content .list-container .coupon.expired {
  background-color: #aaa;
  color: #ddd;
}
.content .list-container .coupon.used .status,
.content .list-container .coupon.expired .status {
  color: #999;
}
.content .list-container .coupon::before {
  content: '';
  background-image: url('https://assets.enhancer.io/wuyuan/site/0.1.0/img/wylogo-gray-2.png');
  background-size: 100%;
  position: absolute;
  z-index: 0;
  left: 12px;
  top: 0;
  width: 108px;
  height: 108px;
  opacity: 0.18;
  transform: rotate(-45deg);
}
.content .list-container .coupon::after {
  content: '';
  background-image: url('https://assets.enhancer.io/wuyuan/site/0.1.0/img/wylogo-gray-2.png');
  background-size: 100%;
  position: absolute;
  z-index: 0;
  right: -12px;
  bottom: 12px;
  width: 108px;
  height: 108px;
  opacity: 0.18;
  transform: rotate(-45deg);
}
.content .list-container .coupon .lace {
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
}
.content .list-container .coupon .lace a {
  display: block;
  height: 8px;
  width: 8px;
  background-color: #fff;
  border-radius: 4px;
  margin: 5px 0;
}
.content .list-container .coupon .lace-left {
  left: -4px;
}
.content .list-container .coupon .lace-right {
  right: -6px;
}
.content .list-container .coupon div {
  position: absolute;
  z-index: 1;
}
.content .list-container .coupon .amount {
  font-size: 50px;
  font-weight: 400;
  top: 8px;
  left: 8px;
}
.content .list-container .coupon .amount i {
  font-style: normal;
  font-size: 48px;
  margin-right: -12px;
}
.content .list-container .coupon .coupon-title {
  top: 16px;
  left: 180px;
  font-weight: 400;
  font-size: 26px;
}
.content .list-container .coupon .status {
  top: 64px;
  left: 180px;
  background-color: #fff;
  color: #0070ee;
  padding: 4px 12px;
  border-radius: 14px;
  font-size: 14px;
  opacity: 0.9;
}
.content .list-container .coupon .condition {
  left: 20px;
  top: 90px;
  font-size: 14px;
}
.content .list-container .coupon .duration {
  left: 20px;
  top: 112px;
  font-size: 14px;
}
.content .list-container .list-footer {
  height: 32px;
  text-align: right;
  font-size: 14px;
}
.content .list-container .list-footer .list-pager {
  margin-top: 12px;
  margin-right: 12px;
}
.content .list-container .no-data {
  height: 220px;
  line-height: 220px;
  font-size: 18px;
  text-align: center;
  font-style: italic;
  color: #666;
}
.coupon-rules {
  position: absolute;
  z-index: 33;
  width: 600px;
  top: 84px;
  left: 50%;
  margin-left: -300px;
  line-height: 32px;
  padding: 24px 32px;
  border: solid 1px #ddd;
  background-color: #fff;
  display: none;
}
.coupon-rules i.fa-times {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  color: #999;
}
*:focus {
  outline: none;
}
html {
  height: 100%;
  width: 100%;
}
body {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", "Open Sans Light", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/*body {
    padding: 48px 240px;
    background: #f4f5f4;
}*/
[lang=zh-cn] {
  font-family: "Open Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif !important;
}
a {
  text-decoration: none;
}
input,
textarea {
  border: solid 1px #eee;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
  /* for IE6 IE7 */
}
.button {
  position: relative;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border: solid 1px #0073ea;
  background: #0073ea;
  box-sizing: border-box;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  user-select: none;
}
.button .fa {
  margin: 0 4px;
}
.button.disabled,
.button.hover.disabled {
  background: #999;
  color: #eee;
  border: solid 1px #999;
  cursor: not-allowed;
  transition: none;
  -webkit-transition: none;
}
.button.disabled:hover,
.button.hover.disabled:hover {
  background: #999;
  color: #eee;
  border: solid 1px #999;
  cursor: not-allowed;
  transition: none;
  -webkit-transition: none;
}
.button:hover {
  background: #fff;
  border: solid 1px #0070ee;
  color: #0073ea;
}
.button.hover {
  background: #fff;
  border: solid 1px #0070ee;
  color: #0070ee;
}
.button.hover:hover {
  background: #0070ee;
  border: solid 1px #0070ee;
  color: #fff;
}
.message-box {
  width: 300px;
  height: 150px;
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -150px;
}
.message-box.error {
  color: #FD5638;
}
.pager a {
  padding: 2px 4px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 2px;
  margin: 1px;
}
.pager a.prev {
  margin-right: 4px;
}
.pager a.next {
  margin-left: 4px;
}
.pager a.current {
  background: #0070ee;
  color: #fff;
  cursor: text;
}
.pager a.disabled {
  cursor: not-allowed;
  color: #ccc;
}
.pager a.total {
  margin-left: 12px;
  cursor: text;
}
.pager input.go-page-no {
  height: 18px;
  box-sizing: border-box;
  line-height: 18px;
  width: 36px;
  text-align: center;
  border: solid 1px #ccc;
  margin-left: 12px;
}
.pager a.go-page {
  height: 18px;
  line-height: 18px;
  display: inline-block;
  padding: 0 6px;
  cursor: pointer;
  background: #0070ee;
  color: #fff;
}
