*: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;
}
.content .title > i.fa {
  color: #0070ee;
  float: left;
  margin-top: 14px;
  margin-right: 4px;
}
.content .title > label {
  float: left;
}
.content .title .get-receipt {
  color: #0070ee;
  font-size: 14px;
  text-decoration: underline;
  float: right;
  margin-right: 12px;
}
.content .filter {
  float: left;
  min-width: 1020px;
  /*width: 100%;*/
  height: 48px;
}
.content .filter .filter-field {
  height: 24px;
  line-height: 24px;
  margin-top: 12px;
  padding: 0 12px;
  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: 100%;
  padding: 12px;
  box-sizing: border-box;
}
.content .list-container table {
  width: 100%;
  min-width: 960px;
  font-size: 12px;
  border-left: solid 1px #eee;
  border-top: solid 1px #eee;
}
.content .list-container table th {
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
  height: 32px;
  padding-left: 4px;
  box-sizing: border-box;
  font-weight: 400;
}
.content .list-container table th.actual-pay {
  font-weight: 900;
}
.content .list-container table th.status {
  text-align: center;
}
.content .list-container table td {
  padding: 0 4px;
  height: 48px;
  box-sizing: border-box;
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
  text-align: center;
  /* 未支付 */
  /* 等待三方支付 */
  /* 已完成 */
  /* 退款中，已退款 */
  /* 已取消*/
}
.content .list-container table td a {
  padding: 3px 6px;
  border-radius: 2px;
}
.content .list-container table td a.status-1 {
  background: #02a000;
  color: #fff;
}
.content .list-container table td a.status-2 {
  background: #ffc000;
  color: #fff;
}
.content .list-container table td a.status-3 {
  background: #0070ee;
  color: #fff;
}
.content .list-container table td a.status-5,
.content .list-container table td .status-6 {
  background: #aaa;
  color: #fff;
}
.content .list-container table td a.status-9 {
  border: solid 1px #ffc000;
  color: #ffc000;
}
.content .list-container table td a.status-10 {
  border: solid 1px #ff0084;
  color: #ff0084;
}
.content .list-container table td a.status-11 {
  border: solid 1px #aaa;
  color: #aaa;
}
.content .list-container table td.id {
  width: 90px;
}
.content .list-container table td.id a {
  color: #0070ee;
}
.content .list-container table td.created {
  width: 90px;
}
.content .list-container table td.name {
  width: 200px;
  text-align: left;
}
.content .list-container table td.name a {
  color: #333;
  text-decoration: underline;
}
.content .list-container table td.amount {
  width: 90px;
  text-align: right;
}
.content .list-container table td.actual-pay {
  font-weight: 900;
  width: 90px;
  text-align: right;
}
.content .list-container table td.status {
  width: 100px;
  text-align: center;
}
.content .list-container table td.remarks {
  width: 400px;
  color: #999;
}
.content .list-container table td.remarks div {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.content .list-container table td.view-detail {
  width: 72px;
  text-align: center;
}
.content .list-container table td.view-detail i {
  margin-right: 2px;
}
.content .list-container table td.view-detail a {
  color: #0070ee;
}
.content .list-container table td.no-data {
  text-align: center;
  color: #aaa;
  height: 96px;
  font-style: italic;
  font-size: 16px;
}
.content .list-container table td.no-data i {
  margin-right: 4px;
}
.content .list-container .list-footer {
  height: 32px;
  text-align: right;
}
.content .list-container .list-footer .list-pager {
  margin-top: 12px;
  margin-right: 12px;
}
*: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;
}
