/* your styles go here */
@media (min-width: 1250px) {
  .container {
    max-width: 1250px;
  }
}

p {
  word-break: break-all;
}

input {
  color: #0e574d;
  font-size: 12px !important;
}

textarea {
  color: #0e574d;
  font-size: 12px !important;
  border: 1px solid #dee2e6 !important;
}

textarea::-webkit-input-placeholder {
  color: #98a5b0;
}

table thead th {
  text-align: center;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

h4 {
  margin: 0;
}

select {
  font-size: 12px;
  height: 30px;
  color: #0e574d;
  border: 1px solid #aaa;
  cursor: pointer;
}

blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  border-left: 5px solid #4fbfa8;
}

.pointer {
  cursor: pointer;
}

.img-fluid {
  padding: 5px;
}

.text-muted {
  font-size: 13px;
}

.width-100 {
  width: 100px;
}

.width-120 {
  width: 100px;
}

.width-150 {
  width: 100px;
}

.width-200 {
  width: 100px;
}

.width-300 {
  width: 100px;
}

.search-item {
  margin-left: 10px;
}

.text-right {
  text-align: right;
}


@media (min-width: 700px) {
  .modal-dialog {
    max-width: 650px;
  }
}

.datepicker {
  background-color: #fff;
  margin-left: 5px;
  padding-left: 5px;
  width: 100px;
  height: 30px;
  font-size: 13px;
  color: #0e574d;
  box-shadow: none;
  border: solid 1px #aaa;
  cursor: pointer;
}

.get-it {
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  font-size: 1em !important;
}

.bar {
  padding: 30px 0;
}

.box {
  margin: 0;
  border-top: none;
}

.box .box-header {
  margin: 10px 0 10px;
}

.input-group .input-group-append button {
  height: 30px !important;
  padding: 5px;
}

.owl-thumbs button {
  border: 1px solid #eee;
  margin: 5px;
  outline: none;
}

.product {
  margin-bottom: 20px;
}

.product a {
  margin-top: 0;
  color: rgb(151, 151, 151);
  font-size: 13px;
}

.product .image {
  margin-top: 20px;
  width: 100%;
  height: 130px;
  border: 1px solid #eee;
  overflow: hidden;
}

.product .text {
  padding: 10px;
  border-bottom: none;
}

.font-light-gray {
  color: rgb(201, 201, 201) !important;
}

.font-gray {
  color: rgb(151, 151, 151) !important;
}

.font-red {
  color: rgb(255, 2, 3) !important;
}

.font-green {
  color: rgb(7, 197, 29) !important;
}

.price-normal {
  font-size: 1rem;
}

.price-off {
  font-size: 2.2rem;
  font-weight: 700;
  color: red;
}

.price-del {
  font-size: 1.2rem;
  color: rgb(151, 151, 151) !important;
}

.price-currency {
  font-size: 0.7rem;
  color: rgb(151, 151, 151) !important;
}

.background-pentagon,
#heading-breadcrumbs {
  background: url("../img/bg-img2.jpg") left center repeat;
}

.get-it-relate {
  position: relative;
}

.user-menu .selected {
  background-color: #eee;
}

/* TODO : 新闻效果需要优化!!! */
.news-div {
  border-bottom: 1px solid #eee;
  /* padding: 0; */
}

.news-tag {
  text-align: right;
  font-size: 13px;
  color: rgb(151, 151, 151);
}

.news-img {
  width: 100% !important;
  max-width: 150px;
  /* min-height: 70px !important; */
  overflow: hidden;
}

footer.main-footer .copyrights {
  padding: 10px 0;
  font-size: 10px;
}

footer.main-footer .copyrights a {
  color: inherit;
  text-decoration: none;
}

footer.main-footer .copyrights a:hover {
  color: white;
}

/* .btn {
  height: 30px;
} */
.form-control {
  font-size: 14px;
  height: 30px;
}

.form-control::placeholder {
  color: rgb(204, 204, 204);
}

#productMain .sizes {
  padding: 10px;
}

.to-detail {
  background-color: rgb(255, 229, 205);
}

button.page-link {
  color: #8f8f8f;
}

button.page-link:disabled {
  background: rgb(238, 238, 238);
}

/*
* SELECT2 CUSTOMIZE
*/
.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  height: 30px !important;
}

.select2-container {
  margin-left: 8px !important;
  font-size: 13px !important;
  color: #0e574d;
}

.select2-dropdown {
  margin-left: -8px !important;
  margin-top: -8px !important;
}

/* Checkbox */
.ckbox {
  font-weight: normal;
  position: relative;
  display: block;
  line-height: 18px;
  margin-right: 5px;
  margin-left: 5px;
}

.ckbox span {
  padding-left: 6px;
}

.ckbox span:empty {
  float: left;
}

.ckbox span:before,
.ckbox span:after {
  line-height: 18px;
  position: absolute;
}

.ckbox span:before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #adb5bd;
  border-radius: 2px;
  top: 1px;
  left: 0;
}

.ckbox span:after {
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 9px;
  text-align: center;
  color: #fff;
  background-color: #4fbfa8;
  line-height: 1.65;
  border-radius: 2px;
  display: none;
}

.ckbox input[type='checkbox'] {
  opacity: 0;
  margin: 0 5px 0 0;
}

.ckbox input[type='checkbox']:checked + span:after {
  display: block;
}

.ckbox input[type='checkbox'][disabled] + span,
.ckbox input[type='checkbox'][disabled] + span:before,
.ckbox input[type='checkbox'][disabled] + span:after {
  opacity: .75;
}

.ckbox-inline {
  display: inline-block;
}

/* Checkbox color variant */
.ckbox-success span::after {
  background-color: #23BF08;
}

.ckbox-warning span::after {
  background-color: #F49917;
}

.ckbox-danger span::after {
  background-color: #DC3545;
}

.ckbox-info span::after {
  background-color: #17A2B8;
}

.ckbox-indigo span::after {
  background-color: #6610f2;
}

.ckbox-purple span::after {
  background-color: #6f42c1;
}

.ckbox-pink span::after {
  background-color: #e83e8c;
}

.ckbox-orange span::after {
  background-color: #f27510;
}

.ckbox-teal span::after {
  background-color: #1CAF9A;
}

.ckbox-dark span::after {
  background-color: #343a40;
}

/* Radio Box */
.rdiobox {
  font-weight: normal;
  position: relative;
  display: block;
  line-height: 18px;
}

.rdiobox span {
  padding-left: 6px;
}

.rdiobox span:before,
.rdiobox span:after {
  line-height: 18px;
  position: absolute;
}

.rdiobox span:before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #adb5bd;
  border-radius: 50px;
  top: 2px;
  left: 0;
}

.rdiobox span:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50px;
  top: 7px;
  left: 5px;
  display: none;
}

.rdiobox input[type='radio'] {
  opacity: 0;
  margin: 0 5px 0 0;
}

.rdiobox input[type='radio']:checked + span:before {
  border-color: transparent;
  background-color: #0866C6;
}

.rdiobox input[type='radio']:checked + span:after {
  display: block;
}

.rdiobox input[type='radio'][disabled] + span,
.rdiobox input[type='radio'][disabled] + span:before,
.rdiobox input[type='radio'][disabled] + span:after {
  opacity: .75;
}

.rdiobox-inline {
  display: inline-block;
}

/* Radiobox Color Variant */
.rdiobox-success input[type='radio']:checked + span:before {
  background-color: #23BF08;
}

.rdiobox-warning input[type='radio']:checked + span:before {
  background-color: #F49917;
}

.rdiobox-danger input[type='radio']:checked + span:before {
  background-color: #DC3545;
}

.rdiobox-info input[type='radio']:checked + span:before {
  background-color: #17A2B8;
}

.rdiobox-indigo input[type='radio']:checked + span:before {
  background-color: #6610f2;
}

.rdiobox-purple input[type='radio']:checked + span:before {
  background-color: #6f42c1;
}

.rdiobox-orange input[type='radio']:checked + span:before {
  background-color: #f27510;
}

.rdiobox-pink input[type='radio']:checked + span:before {
  background-color: #e83e8c;
}

.rdiobox-teal input[type='radio']:checked + span:before {
  background-color: #1CAF9A;
}

.rdiobox-dark input[type='radio']:checked + span:before {
  background-color: #343a40;
}

/*
*  Toggles
*/
.br-toggle {
  width: 56px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .br-toggle {
    transition: none;
  }
}

.br-toggle.on {
  background-color: #141d28;
}

.br-toggle.on .br-toggle-switch {
  left: 35px;
}

.br-toggle + .br-toggle {
  margin-left: 5px;
}

.br-toggle-rounded {
  border-radius: 25px;
}

.br-toggle-rounded .br-toggle-switch {
  border-radius: 100%;
}

.br-toggle-rounded .br-toggle-switch::before {
  left: -23px;
}

.br-toggle-rounded .br-toggle-switch::after {
  right: -27px;
}

.br-toggle-switch {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: 18px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .br-toggle-switch {
    transition: none;
  }
}

.br-toggle-switch::before,
.br-toggle-switch::after {
  position: absolute;
  top: 2px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 1px 1px rgba(33, 37, 41, 0.1);
}

.br-toggle-switch::before {
  content: '是';
  left: -25px;
}

.br-toggle-switch::after {
  content: '否';
  right: -28px;
}

.br-toggle-primary.on {
  background-color: #0866C6;
}

.br-toggle-success.on {
  background-color: #23BF08;
}

.br-toggle-warning.on {
  background-color: #F49917;
}

.br-toggle-danger.on {
  background-color: #DC3545;
}

.br-toggle-info.on {
  background-color: #17A2B8;
}

/*
* BUY NUM
*/
.spinner {
  margin: 0 auto;
  width: 220px;
}

.spinner input {
  display: block !important;
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 7px 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}

/*
* product introduction
*/
.pi-table th {
  text-align: center !important;
}

.pi-table .subh {
  width: 250px;
}


/*
* TABLE DROPDOWNS
*/
.table-dropdown {
  font-size: 10px !important;
  padding: 0 !important;
}

.table-dropdown-item {
  padding: 5px;
  color: #212529;
}

.table-dropdown-item:focus,
.table-dropdown-item:hover {
  color: #16181b;
  background-color: #f8f9fa;
}

.table-dropdown-item.active,
.table-dropdown-item:active {
  color: #fff;
  background-color: #4fbfa8;
}

.table-dropdown-item.disabled,
.table-dropdown-item:disabled {
  color: #868e96;
}

.table-dropdown-item a {
  /* font-size: 11px !important; */
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid #eee;
  padding: 10px 10px !important;
  color: #868e96;
}

.table-dropdown-subitem {
  top: 0;
  left: 100%;
  margin-top: -2px;
  padding: 0 !important;
  font-size: 10px !important;
}

.table-dropdown-subitem a.nav-link {
  font-size: 10px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid #eee;
  padding: 10px 10px !important;
  color: #868e96;
}

.table-dropdown-item a:hover {
  font-size: 11px !important;
  background-color: #4fbfa8;
  font-weight: 400;
  color: #fff;
}

.dropdown-header {
  padding: 0.5rem 1.5rem;
  font-size: 0.7rem;
  color: #868e96;
}

@media (min-width: 960px) {
  .rolling {
    width: 950px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .rolling {
    width: 550px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }
}

@media (max-width: 599px) {
  .rolling {
    width: 300px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }
}

/* ##### table ##### */
.space-nowrap {
  white-space: nowrap;
}

.main-scrollable {
  max-height: 450px;
  overflow-y: scroll;
}

.table {
  border-collapse: separate;
  border-spacing: 0;
}

.table td {
  font-weight: 200;
  font-size: 11px;
}

.table td,
.table th {
  padding: 6px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table th.valign-middle,
.table td.valign-middle {
  vertical-align: middle;
}

.table thead > tr > th,
.table tfoot > tr > th {
  border-top: 0;
  border-bottom: 0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #343a40;
  letter-spacing: 0.5px;
}

.table .thead-colored > tr > th,
.table .thead-colored > tr > td {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom-width: 0;
  border-top-width: 0;
}

.table .thead-colored > tr > th:first-child,
.table .thead-colored > tr > td:first-child {
  border-top-left-radius: 3px;
}

.table .thead-colored > tr > th:last-child,
.table .thead-colored > tr > td:last-child {
  border-top-right-radius: 3px;
}

.table .thead-colored + tbody > tr:first-child > td,
.table .thead-colored + tbody > tr:first-child > th {
  border-top-width: 0;
}

.table .thead-primary > tr > th,
.table .thead-primary > tr > td {
  background-color: #4fbfa8;
}

.table .thead-success > tr > th,
.table .thead-success > tr > td {
  background-color: #23BF08;
}

.table .thead-warning > tr > th,
.table .thead-warning > tr > td {
  background-color: #F49917;
}

.table .thead-danger > tr > th,
.table .thead-danger > tr > td {
  background-color: #DC3545;
}

.table .thead-info > tr > th,
.table .thead-info > tr > td {
  background-color: #17A2B8;
}

.table .thead-teal > tr > th,
.table .thead-teal > tr > td {
  background-color: #1CAF9A;
}

.table .thead-indigo > tr > th,
.table .thead-indigo > tr > td {
  background-color: #6610f2;
}

.table .thead-purple > tr > th,
.table .thead-purple > tr > td {
  background-color: #6f42c1;
}

.table .thead-pink > tr > th,
.table .thead-pink > tr > td {
  background-color: #e83e8c;
}

.table .thead-orange > tr > th,
.table .thead-orange > tr > td {
  background-color: #f27510;
}

.table .thead-dark > tr > th,
.table .thead-dark > tr > td {
  background-color: #343a40;
}

.table .thead-light > tr > th,
.table .thead-light > tr > td {
  background-color: #e6e7e7;
  color: #343a40;
}

.table tbody > tr > th {
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  color: #777b80;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom: 1px solid #e9ecef;
  border-top: 0;
  border-right-width: 0;
}

.table-bordered > thead > tr > th:first-child,
.table-bordered > thead > tr > td:first-child {
  border-left-width: 0;
}

.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td {
  border-right-width: 0;
  border-top-width: 0;
}

.table-bordered > tbody > tr > th:first-child,
.table-bordered > tbody > tr > td:first-child {
  border-left-width: 0;
}

.table-bordered > tbody > tr:last-child > th,
.table-bordered > tbody > tr:last-child > td {
  border-bottom-width: 0;
}

.table-colored {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 0;
  border-radius: 3px;
}

.table-colored > thead > tr > th,
.table-colored > thead > tr > td {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  border-top: 0;
}

.table-colored > thead > tr:first-child > th:first-child,
.table-colored > thead > tr:first-child > td:first-child {
  border-top-left-radius: 3px;
}

.table-colored > thead > tr:first-child > th:last-child,
.table-colored > thead > tr:first-child > td:last-child {
  border-top-right-radius: 3px;
}

.table-colored > tbody > tr > th,
.table-colored > tbody > tr > td {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.table-colored > tbody > tr:first-child > th,
.table-colored > tbody > tr:first-child > td {
  border-top-width: 0;
}

.table-colored > tbody > tr:last-child > th,
.table-colored > tbody > tr:last-child > td {
  border-bottom-width: 0;
}

.table-colored.table-bordered thead tr > th,
.table-colored.table-bordered thead tr > td {
  border-top: 0;
  border-bottom: 0;
  border-color: rgba(255, 255, 255, 0.3);
}

.table-colored.table-bordered thead tr > th:first-child,
.table-colored.table-bordered thead tr > td:first-child {
  border-left-width: 0;
}

.table-colored.table-bordered thead tr > th:last-child,
.table-colored.table-bordered thead tr > td:last-child {
  border-right-width: 0;
}

.table-colored.table-bordered tbody tr > th:first-child,
.table-colored.table-bordered tbody tr > td:first-child {
  border-left-width: 0;
}

.table-colored.table-bordered tbody tr > th:last-child,
.table-colored.table-bordered tbody tr > td:last-child {
  border-right-width: 0;
}

.table-colored.table-bordered tbody tr:last-child > th:first-child,
.table-colored.table-bordered tbody tr:last-child > td:first-child {
  border-bottom-left-radius: 3px;
}

.table-colored.table-bordered tbody tr:last-child > th:last-child,
.table-colored.table-bordered tbody tr:last-child > td:last-child {
  border-bottom-right-radius: 3px;
}

.table-primary > thead > tr > th,
.table-primary > thead > tr > td {
  background-color: #4fbfa8;
}

.table-primary > tbody > tr > th,
.table-primary > tbody > tr > td {
  background-color: #a3ecde;
  color: #043364;
}

.table-primary.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.table-primary.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-primary.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #b7d9fc;
}

.table-success > thead > tr > th,
.table-success > thead > tr > td {
  background-color: #23BF08;
}

.table-success > tbody > tr > th,
.table-success > tbody > tr > td {
  background-color: #d1fdc9;
  color: #115d04;
}

.table-success.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.table-success.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-success.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #bcfcb1;
}

.table-warning > thead > tr > th,
.table-warning > thead > tr > td {
  background-color: #F49917;
}

.table-warning > tbody > tr > th,
.table-warning > tbody > tr > td {
  background-color: #fdefda;
  color: #9e6007;
}

.table-warning.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.table-warning.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-warning.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #fce4c1;
}

.table-danger > thead > tr > th,
.table-danger > thead > tr > td {
  background-color: #DC3545;
}

.table-danger > tbody > tr > th,
.table-danger > tbody > tr > td {
  background-color: #fae3e5;
  color: #921925;
}

.table-danger.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.table-danger.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-danger.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #f6cdd1;
}

.table-info > thead > tr > th,
.table-info > thead > tr > td {
  background-color: #17A2B8;
}

.table-info > tbody > tr > th,
.table-info > tbody > tr > td {
  background-color: #beeff7;
  color: #0c525d;
}

.table-info.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.table-info.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-info.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #a7e9f4;
}

.table-teal > thead > tr > th,
.table-teal > thead > tr > td {
  background-color: #1CAF9A;
}

.table-teal > tbody > tr > th,
.table-teal > tbody > tr > td {
  background-color: #a6f1e6;
  color: #0e574d;
}

.table-teal.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.table-teal.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-teal.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #90ede0;
}

.table-indigo > thead > tr > th,
.table-indigo > thead > tr > td {
  background-color: #6610f2;
}

.table-indigo > tbody > tr > th,
.table-indigo > tbody > tr > td {
  background-color: #e2d1fd;
  color: #3d0894;
}

.table-indigo.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.table-indigo.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-indigo.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #d2b9fb;
}

.table-purple > thead > tr > th,
.table-purple > thead > tr > td {
  background-color: #6f42c1;
}

.table-purple > tbody > tr > th,
.table-purple > tbody > tr > td {
  background-color: #e4dcf3;
  color: #432776;
}

.table-purple.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.table-purple.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-purple.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #d5c8ed;
}

.table-pink > thead > tr > th,
.table-pink > thead > tr > td {
  background-color: #e83e8c;
}

.table-pink > tbody > tr > th,
.table-pink > tbody > tr > td {
  background-color: #fdebf3;
  color: #ac145a;
}

.table-pink.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.table-pink.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-pink.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #fad4e6;
}

.table-orange > thead > tr > th,
.table-orange > thead > tr > td {
  background-color: #f27510;
}

.table-orange > tbody > tr > th,
.table-orange > tbody > tr > td {
  background-color: #fde5d1;
  color: #944708;
}

.table-orange.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.table-orange.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-orange.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #fbd7b9;
}

.table-dark > thead > tr > th,
.table-dark > thead > tr > td {
  background-color: #343a40;
}

.table-dark > tbody > tr > th,
.table-dark > tbody > tr > td {
  background-color: #dee2e6;
  color: #060708;
}

.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.table-dark.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-dark.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #cfd5db;
}

.table-light > thead > tr > th,
.table-light > thead > tr > td {
  background-color: #ced4da;
}

.table-light > tbody > tr > th,
.table-light > tbody > tr > td {
  background-color: #e9ecef;
  color: #94a1ae;
}

.table-light.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.table-light.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-light.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #dadfe4;
}

.table-light > thead > tr > th,
.table-light > thead > tr > td {
  color: #343a40;
}

/** message */
.message-view {
  width: 260px;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  right: -262px;
  bottom: 20px;
  border-radius: 6px;
  border: 1px solid #cdd6d5;
  z-index: 800;
}

.message-view ul {
  padding: 5px 3px 3px 3px;
  margin-bottom: 5px;
  list-style: none;
}

.message-view ul li {
  padding: 3px 0 3px 15px;
}

.message-view .title {
  padding: 0;
  font-size: 13px;
}

.message-view hr {
  margin: 3px 3px 3px 10px
}

.message-view p {
  font-size: 11px;
  margin-bottom: -5px;
  color: #8f8f8f;
}

.message-view .message-body i {
  color: #8f8f8f;
}

.message-view .message-body span {
  color: #8f8f8f;
  font-size: 11px;
  line-height: 1px !important;
  letter-spacing: 0.5px;
}

.message-view .message-body span:before {
  content: "\f0a2"; /* 图标编码 */
  font-family: 'FontAwesome', serif;
  display: inline-block;
  margin-left: -1.3em; /* 和li的padding-left一致 */
  width: 1.3em; /* 和li的padding-left一 */
}

.message-view .message-body .msg-date {
  font-size: 9px;
  color: #46ab61;
}

.message-view .message-body .msg1:before {
  color: #dc3545;
  content: "\f0e7"; /* 图标编码 */
}

.message-view .message-body .msg2:before {
  color: #ffc107;
  content: "\f0a2"; /* 图标编码 */
}

.message-view .message-body .msg3:before {
  color: #17a2b8;
  content: "\f1d9"; /* 图标编码 */
}

.message-view.collapsed {
  width: 35px;
  height: 70px;
  background: rgba(79, 191, 168, 0.7);
  border-radius: 6px;
  right: 0;
  bottom: 20px;
  cursor: pointer;
}

.message-view .header {
  color: #fff;
  background: rgba(79, 191, 168, 0.7);
  padding: 5px !important;
  border-radius: 6px 6px 0 0;
}

.message-view.collapsed .header {
  padding: 6px;
  border-bottom: none;
}

.message-view .mini {
  width: 20px;
  height: 20px;
  display: block;
  font-size: 13px;
  right: 3px;
  top: 0;
  position: absolute;
}

.message-view .mini i {
  color: #fff;
}

.message-view .mini i:hover {
  color: #8f8f8f;
}
