.orderListBox ul {
  padding: 0;
}
.orderListBox ul > li {
  list-style: none;
}
.orderList-nav {
  font-size: 14px;
  color: #c1c1c1;
}
.orderList-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 34px;
  border-bottom: 2px solid #dddddd;
}
.orderList-nav > ul > li {
  margin-right: 20px;
  height: 34px;
  border-bottom: 2px solid #dddddd;
  cursor: pointer;
}
.orderList-nav > ul > li:hover {
  color: #4098db;
  border-bottom: 2px solid #61aee9;
}
.orderList-nav .order-select {
  color: #4098db;
  border-bottom: 2px solid #61aee9;
}
.search {
  margin: 20px 0;
  position: relative;
  font-size: 12px;
}
.search > input {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  width: 270px;
  height: 30px;
  outline: none;
  border: 1px solid #dddddd;
  padding-left: 5px;
  border-right: none;
}
.search > input::-webkit-input-placeholder {
  color: #c1c1c1;
  font-size: 12px;
}
.search > input::-moz-placeholder {
  color: #c1c1c1;
  font-size: 12px;
}
.search > input::placeholder {
  color: #c1c1c1;
  font-size: 12px;
}
.search > input:focus {
  border: 1px solid #61aee9;
  color: #333333;
}
.search > span {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  display: inline-block;
  background-color: #4098db;
  color: #ffffff;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: -5px;
  cursor: pointer;
  vertical-align: top;
}
.search > span:hover {
  background-color: #61aee9;
}
.search > a {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  color: #333333;
  text-decoration: none;
}
.search > a > b {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url(../images/down_333.svg) no-repeat;
}
.search > a:hover {
  color: #4098db;
  text-decoration: underline;
}
.search > a:hover > b {
  background: url(../images/down_409.svg) no-repeat;
}
.search .arrow-up > b {
  background: url(../images/up_333.svg) no-repeat;
}
.search .arrow-up:hover > b {
  background: url(../images/up_409.svg) no-repeat;
}
.search .search-more {
  display: none;
  margin-top: 20px;
}
.search .search-more:after {
  display: block;
  content: '';
  clear: both;
}
.search .search-more > div {
  margin-bottom: 15px;
}
.search .search-more > div > span {
  display: inline-block;
  width: 76px;
  font-size: 12px;
}
.search .search-more > div s {
  float: left;
  text-align: center;
  height: 26px;
  line-height: 26px;
  width: 8px;
  margin: 0 3px;
  color: #dddddd;
  font-style: normal;
}
.search .search-more > div input {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding-left: 5px;
  outline: none;
  width: 78px;
  height: 26px;
  border: 1px solid #dddddd;
  font-size: 12px;
}
.search .search-more > div input:focus {
  border: 1px solid #61aee9;
}
.search .search-more > div input::-webkit-input-placeholder {
  color: #c1c1c1;
  font-size: 12px;
}
.search .search-more > div input::-moz-placeholder {
  color: #c1c1c1;
  font-size: 12px;
}
.search .search-more > div input::placeholder {
  color: #c1c1c1;
  font-size: 12px;
}
.search .search-more > div:not(:last-child) > input {
  width: 170px;
}
.search .search-more > div:nth-child(4) > span {
  float: left;
  margin-right: 3px;
  margin-top: 4px;
}
.search .search-more > div:nth-child(4) datepicker {
  width: 78px;
  margin: 0;
}
.search .search-more > div:nth-child(4) .error {
  border: 1px solid #fd4a4a;
  color: #fd4a4a;
}
.search .search-more > div:last-child button {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  width: 80px;
  height: 26px;
  outline: none;
  background-color: #4098db;
  color: #ffffff;
  border: none;
}
.search .search-more > div:last-child button:hover {
  background-color: #61aee9;
}
.search .search-more > div:last-child .disabled {
  background-color: #dddddd;
  cursor: not-allowed;
}
.search .search-more > div:last-child .disabled:hover {
  background-color: #dddddd;
}
.search .show-search-more {
  display: block;
}
.title {
  font-size: 12px;
  height: 40px;
  background-color: #f9f9f9;
  line-height: 40px;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
}
.title input {
  width: 12px;
  height: 12px;
  margin: 0 7px 0 10px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.title input::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/checkbox.svg) no-repeat;
}
.title input:checked::after {
  background: url(../images/checked.svg) no-repeat;
}
.title .createTime {
  margin-left: 20px;
  display: inline-block;
}
.orderList-name {
  color: #333333;
  text-align: center;
  margin-top: 8px;
}
.order {
  margin-top: 10px;
}
.order .order-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order .head-left {
  color: #999999;
}
.order .head-left > span {
  margin-right: 15px;
}
.order .order-detail {
  color: #4098db;
  font-weight: bold;
}
.order .order-detail > img {
  width: 14px;
  height: 14px;
  position: relative;
  top: -2px;
}
.order .head-right {
  padding-right: 10px;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.order .head-right > span {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.order .head-right .download {
  background: url('../images/download_unst.svg') no-repeat;
  margin-right: 8px;
}
.order .head-right .download:hover {
  background: url('../images/download_st.svg') no-repeat;
}
.order .head-right .delete {
  background: url('../images/delete_unst.svg') no-repeat;
}
.order .head-right .delete:hover {
  background: url('../images/delete_st.svg') no-repeat;
}
.order-body {
  font-size: 12px;
  color: #999999;
  text-align: center;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
}
.order-body > div {
  line-height: 26px;
  padding: 12px 10px;
  border-right: 1px solid #f5f5f5;
}
.order-body > div:nth-last-child(1) {
  border: none;
}
.order-body .status,
.order-body .operations,
.order-body .order-no,
.order-body .line-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order-body .tracking-no {
  display: block;
}
.order-body .product {
  height: auto;
}
.order-body .product > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.operations {
  font-weight: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.operations a {
  line-height: 1;
  display: block;
  color: #333333;
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
}
.operations a:hover {
  color: #4098db;
}
.operations a:focus {
  color: #4098db;
}
.operations button {
  width: 80px;
  height: 26px;
  line-height: 26px;
  padding: 0;
  background-color: #4098db;
  color: #ffffff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  text-align: center;
  border: none;
  outline: none;
  margin: 2px;
  cursor: pointer;
}
.operations button:hover {
  background-color: #61aee9;
  color: #ffffff;
}
.order-bottom {
  margin-top: 10px;
}
.order-bottom label {
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  margin-right: 20px;
}
.order-bottom label:hover {
  color: #4098db;
}
.order-bottom .deleteAll {
  cursor: pointer;
}
.order-bottom .deleteAll:hover {
  color: #4098db;
}
.order-number {
  color: #4098db;
  font-weight: bold;
}
.order-number:hover {
  color: #4098db;
  text-decoration: underline;
}
.line-price {
  color: #333333;
  font-weight: bold;
}
.waiting-payment-status {
  color: #fd4a4a;
  font-weight: bold;
}
.page {
  margin-top: 30px;
}
.order-empty {
  width: 100%;
  text-align: center;
}
.order-empty .order-empty-icon {
  width: 150px;
  height: 150px;
  margin: 150px 0 25px;
}
.order-empty .order-empty-text {
  font-size: 14px;
  color: #61aee9;
  margin-bottom: 110px;
}
.order-empty .order-empty-text > a {
  color: #61aee9;
  text-decoration: underline;
}
._720kb-datepicker-calendar-header:nth-child(odd) {
  background-color: #61aee9;
  height: 36px;
  line-height: 36px;
}
._720kb-datepicker-calendar-month span {
  font-weight: normal;
  color: #ffffff;
  font-size: 14px;
}
._720kb-datepicker-calendar-days-header {
  background-color: #ecf6ff;
  height: 32px;
}
._720kb-datepicker-calendar-years-pagination {
  background-color: #ffffff;
}
._720kb-datepicker-default-button {
  color: #ffffff;
}
._720kb-datepicker-calendar-header-opened-pagination::after {
  bottom: 0;
}
._720kb-datepicker-calendar-years-pagination-pages {
  height: 36px;
  line-height: 36px;
}
._720kb-datepicker-calendar-header a,
._720kb-datepicker-calendar-header a:hover {
  color: #333333;
}
._720kb-datepicker-calendar-years-pagination {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
