*: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 {
  font-size: 14px;
  float: right;
  margin: 6px 12px 0 0;
}
.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;
  min-width: 1000px;
}
.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-0 {
  background: #02a000;
  color: #fff;
}
.content .list-container table td a.status-1 {
  background: #0070ee;
  color: #fff;
}
.content .list-container table td a.status-9 {
  border: solid 1px #ffc000;
  color: #ffc000;
}
.content .list-container table td.id {
  width: 90px;
}
.content .list-container table td.id a {
  color: #0070ee;
}
.content .list-container table td.created {
  width: 72px;
  white-space: nowrap;
}
.content .list-container table td.receipt-title {
  width: 150px;
  text-align: left;
}
.content .list-container table td.receipt-title a {
  color: #333;
  text-decoration: underline;
}
.content .list-container table td.taxpayer-id {
  width: 70px;
}
.content .list-container table td.status {
  width: 60px;
  text-align: center;
}
.content .list-container table td.status a {
  white-space: nowrap;
}
.content .list-container table td.type {
  width: 48px;
}
.content .list-container table td.amount {
  width: 60px;
  text-align: right;
}
.content .list-container table td.bank-name {
  width: 100px;
}
.content .list-container table td.bank-account {
  width: 80px;
}
.content .list-container table td.contact-name {
  width: 48px;
}
.content .list-container table td.company-tel,
.content .list-container table td.contact-phone {
  width: 72px;
}
.content .list-container table td.remarks {
  width: 90px;
}
.content .list-container table td.op {
  width: 60px;
}
.content .list-container table td.op a {
  cursor: pointer;
  color: #0070ee;
  white-space: nowrap;
}
.content .list-container table td.op a.yellow {
  color: #ffc000;
}
.content .list-container table td.contact-address,
.content .list-container table td.company-address {
  width: 150px;
  color: #999;
}
.content .list-container table td.contact-address div,
.content .list-container table td.company-address div {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.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;
}
*: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;
}
.receipt {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 0;
  opacity: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  background: #fff;
  padding: 12px 24px;
  border-left: solid 1px #eee;
  box-shadow: -2px 0 3px #aaa;
  transition: all 0.3s ease-in-out;
}
.receipt h3 {
  color: #0070ee;
  width: 660px;
  display: block;
  padding-bottom: 12px;
  border-bottom: solid 2px;
  margin: 12px 0 12px 0;
  font-size: 20px;
}
.receipt .close-btn {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  font-size: 28px;
  right: 12px;
  top: 12px;
  color: #666;
  display: none;
}
.receipt .receipt-info {
  font-size: 13px;
  width: 660px;
  border-collapse: collapse;
  color: #555;
}
.receipt .receipt-info td {
  /*border: solid 1px #eee;*/
  padding: 6px 3px;
  width: 150px;
  box-sizing: border-box;
}
.receipt .receipt-info td.amount a {
  color: #ff6200;
}
.receipt .receipt-info label {
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding-right: 6px;
}
.receipt .receipt-info label:after {
  content: ':';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.receipt h4 {
  font-size: 16px;
  margin: 12px 0 6px;
  height: 20px;
  line-height: 20px;
}
.receipt .receipt-order-list {
  width: 660px;
  border-collapse: collapse;
  color: #555;
  font-size: 14px;
}
.receipt .receipt-order-list tr td,
.receipt .receipt-order-list tr th {
  border: solid 1px #eee;
  padding: 6px 3px;
}
.receipt .receipt-order-list tr td:nth-child(3) {
  text-align: right;
}
.receipt .receipt-order-list tr td:last-child {
  color: #ff6200;
  text-align: right;
}
.receipt.open {
  width: 710px;
  opacity: 1;
}
.receipt.open .close-btn {
  display: block;
}
*: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;
}
.receipt-application {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 0;
  opacity: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  background: #fff;
  padding: 12px 24px;
  border-left: solid 1px #eee;
  box-shadow: -2px 0 3px #aaa;
  transition: all 0.3s ease-in-out;
}
.receipt-application h3 {
  color: #0070ee;
  width: 700px;
  display: block;
  padding-bottom: 12px;
  border-bottom: solid 2px;
  margin: 12px 0 12px 0;
  font-size: 20px;
}
.receipt-application .close-btn {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  font-size: 28px;
  right: 12px;
  top: 12px;
  color: #666;
  display: none;
}
.receipt-application .receipt-info {
  font-size: 13px;
  width: 700px;
  border-collapse: collapse;
}
.receipt-application .receipt-info tr {
  color: #555;
}
.receipt-application .receipt-info tr td {
  border: solid 1px #eee;
  padding: 2px;
  width: 240px;
  box-sizing: border-box;
  height: 28px;
  line-height: 26px;
}
.receipt-application .receipt-info tr td input[type=text] {
  margin: 1px 2px;
  box-sizing: border-box;
  border: solid 1px #ddd;
  height: 100%;
  width: 100%;
}
.receipt-application .receipt-info tr td input.error {
  border: solid 1px #ff0084;
}
.receipt-application .receipt-info tr td label.required:before {
  content: '*';
  color: #ff0084;
  position: absolute;
  top: 0;
  right: -12px;
  font-weight: 900;
  font-size: 18px;
}
.receipt-application .receipt-info tr td.receipt-type label {
  line-height: 26px;
  position: relative;
  height: 26px;
  margin-right: 6px;
}
.receipt-application .receipt-info tr td.receipt-type label input {
  margin: 6px 2px 0 2px;
  float: right;
}
.receipt-application .receipt-info tr td:nth-child(odd) {
  width: 120px;
}
.receipt-application .receipt-info tr td:nth-child(even) {
  width: 240px;
}
.receipt-application .receipt-info tr a.total-receipt-amount {
  color: #ff6200;
  font-weight: 900;
}
.receipt-application .receipt-info tr label {
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding-left: 4px;
}
.receipt-application .receipt-info tr.receipt-type-2 {
  display: none;
}
.receipt-application h4 {
  font-size: 16px;
  margin: 12px 0 6px;
  height: 20px;
  line-height: 20px;
}
.receipt-application h4 label.select-all {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  float: right;
}
.receipt-application h4 label.select-all input {
  float: right;
  margin: 4px 12px 4px 2px;
}
.receipt-application .receipt-order-list-wrapper {
  width: 700px;
  height: calc(100% - 360px);
  overflow: auto;
}
.receipt-application .receipt-order-list-wrapper .receipt-order-list {
  width: 100%;
  border-collapse: collapse;
  color: #555;
  font-size: 14px;
}
.receipt-application .receipt-order-list-wrapper .receipt-order-list tr th.order-id {
  width: 120px;
}
.receipt-application .receipt-order-list-wrapper .receipt-order-list tr th.order-name {
  width: 240px;
}
.receipt-application .receipt-order-list-wrapper .receipt-order-list tr th.actually-paid {
  width: 120px;
}
.receipt-application .receipt-order-list-wrapper .receipt-order-list tr th.receipt-amount {
  width: 120px;
}
.receipt-application .receipt-order-list-wrapper .receipt-order-list tr td,
.receipt-application .receipt-order-list-wrapper .receipt-order-list tr th {
  border: solid 1px #eee;
  padding: 6px 3px;
}
.receipt-application .receipt-order-list-wrapper .receipt-order-list tr td:first-child {
  text-align: center;
}
.receipt-application .receipt-order-list-wrapper .receipt-order-list tr td:nth-child(3) {
  text-align: right;
}
.receipt-application .receipt-order-list-wrapper .receipt-order-list tr td:nth-child(4) {
  color: #ff6200;
  text-align: right;
}
.receipt-application .receipt-order-list-wrapper .receipt-order-list tr td.chk {
  width: 40px;
  text-align: right;
}
.receipt-application .receipt-order-list-wrapper .receipt-order-list tbody {
  height: 300px;
  overflow: auto;
}
.receipt-application .apply-receipt {
  margin: 12px auto;
  display: block;
  width: 180px;
}
.receipt-application.open {
  width: 710px;
  opacity: 1;
}
.receipt-application.open .close-btn {
  display: block;
}
