@import "../fonts/fontawesome/css/font-awesome.min.css";
@import "../fonts/icomoon/css/icomoon.css";
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 5rem 0 6rem;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 12px;
  background: #fffdfa;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  text-decoration: none;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: 1.4rem;
  -webkit-appearance: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  -webkit-appearance: none;
}
.fixed {
  position: fixed;
  z-index: 999;
}
.text-primary {
  color: #ff6600;
}
.text-success {
  color: #5ac75f;
}
.text-warning {
  color: #ff7800;
}
.text-danger {
  color: #ff5749;
}
.text-gray {
  color: #777777;
}

.text-info {
    color: #2882e6;
}

.padding-off {
  padding: 0;
}
i {
  padding-right: .5rem;
}
h3.title {
  font-size: 1.7rem;
  position: relative;
  padding-left: 1rem;
  margin: 1rem 0;
}
h3.title:before {
  position: absolute;
  content: "";
  width: .4rem;
  height: 1.5rem;
  bottom: 0;
  left: 0;
  background: #ff8700;
}
h4.title {
  padding: 0 1rem;
  margin: 0;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 5rem;
}
h4.title i {
  color: #ff6600;
}
h4.title span {
  padding-left: 15px;
  font-size: 14px;
  color: #777;
}
h4.title.flex-sb {
  justify-content: space-between;
}
label {
  margin-bottom: 0;
}
.price {
  color: #ff5749;
  font-weight: bold;
}
.icon-xl {
  font-size: 4.8rem;
}
.text-group li {
  padding: .5rem 0;
}
.question-item {
  border: 1px solid #ddd;
  padding: .5rem;
  background: #f8f8f8;
}
.question-item + .answer-item {
  margin-top: -1px;
}
.answer-item {
  border: 1px solid #ddd;
  padding: .5rem;
  background: #fff;
}
.answer-item + .question-item {
  margin-top: -1px;
}
.subtitle {
  border: 1px solid #c1d4f8;
  padding: .5rem;
  background: #e7efff;
  color: #ff6600;
  margin: .75rem 0;
}
.subtitle.warning {
  border-color: #ffa800;
  background: #fff1d7;
  color: #ff5400;
  font-weight: bold;
  padding: 1rem .5rem;
  margin: 1rem auto;
}
.step-block {
  position: relative;
}
.step-block:before {
  position: absolute;
  content: "";
  top: 0;
  left: .75rem;
  bottom: 4.25rem;
  width: 1px;
  background: #ff8700;
}
.step-block .step-item {
  position: relative;
  padding-left: 2rem;
}
.step-block .step-item .step-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 1.5rem;
  background: #ff8700;
  color: #fff;
}
.step-block .step-item h6 {
  font-weight: bold;
  font-size: 1.5rem;
}
.service span {
  display: block;
}
.service span + span {
  margin-bottom: 1rem;
}
.details .card {
  padding: 1rem;
}
.details .details-title,
.details .details-subtitle {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0 1rem;
}
.details .details-title h4 {
  font-weight: bold;
  color: #ff6600;
}
.details .details-subtitle {
  color: #888;
  padding-bottom: 1rem;
}
.order-state.warning {
  color: #ff7600;
}
.order-state.success {
  color: #23b05b;
}
.order-number {
  color: #ff6600 !important;
  font-weight: bold;
  padding-left: .5rem !important;
}
.product-item:first-child {
  margin-top: 2rem;
}
.product-item .product-text {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}
.product-item .product-text span {
  display: flex;
  width: 2rem;
  height: 2rem;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  background: #8caaff;
  color: #fff;
  font-size: 2rem;
}
.product-item .product-text h5 {
  font-size: 1.75rem;
  display: flex;
  flex: 1;
  padding: 0 1rem;
  justify-content: flex-start;
  align-items: center;
  color: #ff6600;
  font-weight: bold;
}
.product-item img {
  display: block;
  width: 100%;
  margin: 1rem auto 2rem;
}
.btn-add {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-add i {
  font-size: 2rem;
}
.card.card-media a {
  display: block;
  padding: 1rem;
}
.card.card-media .card-top-img {
  position: relative;
}
.card.card-media .card-top-img img {
  display: block;
  width: 100%;
}
.card.card-media .card-top-img .mark {
  position: absolute;
  top: .75rem;
  left: -1rem;
  display: flex;
  height: 1.8em;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  color: #fff;
  background: #ff7800;
  transform: rotate(-45deg);
  font-size: 1.25rem ;
}
.card.card-media .card-top-img .mark:before {
  position: absolute;
  top: 0;
  left: -2.2rem;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 2.25rem solid #ff7800;
  border-left: 2.25rem solid transparent;
}
.card.card-media .card-top-img .mark:after {
  position: absolute;
  top: 0;
  right: -2.2rem;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 2.25rem solid #ff7800;
  border-right: 2.25rem solid transparent;
}
.card.card-media .card-top-img .mark.mark-warning {
  background: #ff7800;
}
.card.card-media .card-top-img .mark.mark-warning:before,
.card.card-media .card-top-img .mark.mark-warning:after {
  border-bottom-color: #ff7800;
}
.card.card-media .card-top-img .mark.mark-success {
  background: #5ac75f;
}
.card.card-media .card-top-img .mark.mark-success:before,
.card.card-media .card-top-img .mark.mark-success:after {
  border-bottom-color: #5ac75f;
}
.card.card-media .card-title {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin: .25rem 0;
}
.card.card-media .card-title .product-name {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.5rem;
  color: #ff6600;
}
.card.card-media .card-title .product-type {
  font-weight: normal;
  background: #ff7800;
  padding: 0 .5rem;
  border-radius: .25rem;
  color: #fff;
  font-size: 1.25rem;
}
.card.card-media .card-subtitle {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
.card.card-media .card-subtitle .product-property {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  color: #666;
}
.card.card-media .card-subtitle .product-property span + span {
  margin-left: .5rem;
  padding-left: .5em;
  position: relative;
}
.card.card-media .card-subtitle .product-property span + span:before {
  position: absolute;
  left: 0;
  content: "";
  width: 1px;
  height: 1.25rem;
  background: #aaa;
}
.card.card-media .card-subtitle .product-price {
  color: #ff5749;
  font-weight: bold;
}
.meida-block img {
  display: block;
  width: 100%;
}
.icon-3x {
  font-size: 6rem;
}
.logo img {
  display: block;
  width: 56%;
  margin: 2rem auto;
}
.login-btn-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 15% 8%;
}
.login-btn-group .btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 0 46%;
  padding: 3rem 0;
  border-radius: .75rem;
  border: 0;
}
.login-btn-group .btn i {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex: 0 0 100%;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.login-btn-group .btn h4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex: 0 0 100%;
  color: #fff;
}
.login-btn-group .btn:first-child {
  background-image: -webkit-linear-gradient(top, #ff8726 0%, #ff7b39 100%);
  background-image: -o-linear-gradient(top, #ff8726 0%, #ff7b39 100%);
  background-image: linear-gradient(to bottom, #ff8726 0%, #ff7b39 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8726', endColorstr='#ffff7b39', GradientType=0);
  box-shadow: 0 1.25rem 1rem rgba(175, 40, 0, 0.25);
  text-shadow: 0 0.75rem 0.75rem rgba(175, 40, 0, 0.25);
}
.login-btn-group .btn:first-child i {
  color: #ffe7db;
}
.login-btn-group .btn:last-child {
  background-image: -webkit-linear-gradient(top, #7191ff 0%, #3661f7 100%);
  background-image: -o-linear-gradient(top, #7191ff 0%, #3661f7 100%);
  background-image: linear-gradient(to bottom, #7191ff 0%, #3661f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7191ff', endColorstr='#ff3661f7', GradientType=0);
  box-shadow: 0 1.25rem 1rem rgba(0, 35, 150, 0.25);
  text-shadow: 0 0.75rem 0.75rem rgba(0, 35, 150, 0.25);
}
.login-btn-group .btn:last-child i {
  color: #d3eaff;
}
.btn {
  outline: none;
  border: 0;
  font-size: 1.4rem;
  padding: 1.5rem 1.5rem;
  border-radius: .3rem;
  font-size: 1.6rem;
}
.btn.btn-primary {
  background: #ff6600;
  color: #fff;
}
.btn.btn-primary.btn-outline {
  border: 1px solid #ff6600;
  background-color: transparent;
  color: #ff6600;
}
.btn.btn-success {
  background: #5ac75f;
  color: #fff;
}
.btn.btn-success.btn-outline {
  border: 1px solid #5ac75f;
  background-color: transparent;
  color: #5ac75f;
}
.btn.btn-warning {
  background: #ff7800;
  color: #fff;
}
.btn.btn-warning.btn-outline {
  border: 1px solid #ff7800;
  background-color: transparent;
  color: #ff7800;
}
.btn.btn-danger {
  background: #ff5749;
  color: #fff;
}
.btn.btn-danger.btn-outline {
  border: 1px solid #ff5749;
  background-color: transparent;
  color: #ff5749;
}
.btn.btn-default {
  border: 1px solid #ddd;
  background-color: transparent;
  color: #555;
}
.btn:focus {
  outline: none;
}
.btn.btn-sm {
  padding: .5rem 1rem;
  font-size: 1.4rem;
}
.btn.btn-icon {
  padding: 0;
}
.btn.btn-icon i {
  padding: 0;
  font-size: 2rem !important;
}
button {
  outline: none;
  border: 0;
}
button.fixed-btn {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 64px;
  right: 48px;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  font-size: 16px;
  z-index: 9;
  background: -webkit-linear-gradient(top, #ffe400, #ffbc00);
  box-shadow: 0 5px 15px rgba(255, 180, 0, 0.5);
  transition: ease-in-out all 0.3s;
}
button.fixed-btn i {
  color: #fff;
  font-size: 42px;
  transition: ease-in-out all 0.3s;
  transform: rotate(0);
}
button.fixed-btn.close {
  opacity: 1;
  text-shadow: none;
}
button.fixed-btn.close i {
  transform: rotate(45deg);
}
.fixed-btn-group {
  position: fixed;
  bottom: 0;
  right: 56px;
  width: 48px;
  height: auto;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: ease-in-out all 0.5s;
  opacity: 0;
  z-index: -1;
}
.fixed-btn-group:before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: 0 0 0 -6px;
  background: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.fixed-btn-group.show {
  bottom: 142px;
  opacity: 1;
  z-index: 1;
}
.fixed-btn-group .btn {
  display: block;
  margin: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  background: #fff;
  border: 0;
  box-shadow: none;
}
.fixed-btn-group .btn i {
  padding-right: 0;
  color: #26a1ff;
  font-size: 18px;
}
.fixed-btn-group .btn:first-child {
  border-radius: 5px 5px 0 0 !important;
}
.fixed-btn-group .btn:last-child {
  border-radius: 0 0 5px 5px !important;
}
.btn-panel {
  padding: 1rem;
}
.btn-panel .btn + .btn {
  margin-top: 1rem;
}

.btn-mini {
    padding: 0;
}

.btn-mini span {
    font-size: 1.25rem;
}
.btn-scroll-top {
  position: fixed;
  right: 2rem;
  bottom: 7rem;
  border-radius: 100rem;
  z-index: 999;
  box-shadow: 0 0.5rem 0.5rem rgba(255, 180, 0, 0.5);
  width: 5rem;
  height: 5rem;
  padding: 0;
}
.btn-scroll-top.btn-default {
  background: -webkit-linear-gradient(left, #ff9600, #ff6600);
  border: 0;
}
.btn-scroll-top.btn-default i,
.btn-scroll-top.btn-default span {
  color: #fff;
  padding-right: 0;
}
.checkbox,
.radiobox {
  width: 1rem;
  height: 1rem;
  margin: 0 !important;
  display: inline-block;
}
.checkbox input[type=checkbox],
.radiobox input[type=radio] {
  -webkit-appearance: none;
  background-color: transparent;
  outline: 0 !important;
  border: 0;
  font-size: 1rem !important;
  margin-left: -1rem;
  margin-right: .5rem;
}
.checkbox input[type=checkbox]:before,
.radiobox input[type=radio]:before {
  display: inline-block;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.7rem;
  font-weight: thin;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
}
.checkbox input[type=checkbox]:checked:before,
.radiobox input[type=radio]:checked:before {
  color: #f33;
}
.checkbox input[type=checkbox]:before {
  content: "\f096";
}
.checkbox input[type=checkbox]:checked:before {
  content: "\f14a";
}
.radiobox input[type=radio]:before {
  content: "\f1db";
}
.radiobox input[type=radio]:checked:before {
  content: "\f192";
}
.service-text label {
  padding-left: 1rem;
}
.tabs-body {
  padding: 12rem 0 5rem;
}
.tabs-body .nav-grid {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.nav-tabs {
  border: 0;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.nav-tabs li {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  border: 0;
}
.nav-tabs li a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: 0;
  padding: 1.5rem 0;
}
.nav-tabs li a span {
  padding-bottom: .5rem;
  border-bottom: 2px solid transparent;
}
.nav-tabs li.current a {
  color: #ff6600;
  font-weight: bold;
  border: 0;
}
.nav-tabs li.current a span {
  border-bottom: 2px solid #ff6600;
}
.tab-content a {
  font-size: 1.5rem;
}
.tab-content a i:first-child {
  color: #ff6600;
  padding-right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-content a i {
  display: inline-block;
  font-size: 1.5rem !important;
}
.nav-tabs {
  border: 0;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.nav-tabs li {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  border: 0;
  padding-bottom: .5em;
}
.nav-tabs li a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: 0;
  padding: .5rem 0 .25rem;
}
.nav-tabs li a span {
  padding: .5rem;
  border-bottom: 2px solid transparent;
  font-size: 1.6rem;
}
.nav-tabs li.current a,
.nav-tabs li.active a {
  color: #ff6600;
  font-weight: bold;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.nav-tabs li.current a span,
.nav-tabs li.active a span {
  color: #ff6600;
  border-bottom: 2px solid #ff6600;
}
.nav-tabs li.current a:hover,
.nav-tabs li.active a:hover {
  background-color: transparent;
  border: 0;
}
.tab-content a i:first-child {
  color: #ff6600;
  padding-right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-content a i {
  display: inline-block;
}
.tab-content img {
  display: block;
  width: 100%;
}
.tab-content .card {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.tab-content .question-item {
  border: 0;
  padding: 1rem;
}
.tab-content .question-item .questions,
.tab-content .question-item .answer {
  font-size: 1rem;
}
.tab-content .question-item .questions span,
.tab-content .question-item .answer span {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
  border-radius: 1.75rem;
}
.tab-content .question-item .questions {
  font-weight: bold;
  margin-bottom: .5rem;
}
.tab-content .question-item .questions span {
  background: #ffba00;
}
.tab-content .question-item .answer span {
  background: #19c572;
}
.tab-text {
  padding: 1rem;
}
.tab-text p {
  font-size: 1rem;
}
.tab-text p + p {
  margin-top: 1rem;
}
.modal-box {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: ease-in-out all 0.5s;
  box-sizing: border-box;
  transition-delay: .2s;
  z-index: 10000;
}
.modal-box.show {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 10000;
}
.modal-box.show .search-box {
  margin-top: 0;
  transition: ease-in-out all 0.5s;
  transition-delay: .5s;
}
.modal-box .form-group-select {
  position: relative;
}
.modal-box .form-group-select .form-control {
  padding-right: 48px;
}
.modal-box .form-group-select .form-control[readonly="readonly"] {
  background-color: transparent;
  ime-mode: disabled;
}
.modal-box .form-group-select .form-control[readonly="readonly"]:focus {
  border-color: #ddd;
}
.modal-box .form-group-select:after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  top: 0;
  right: 0;
}

.modal-header {
    padding: 1rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: 1;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.modal-dialog {
  z-index: 1999;
  margin-top: 30%;
}
.modal-dialog .qrcode {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.modal-dialog .qrcode img {
  display: block;
  width: 75%;
}
.modal.bottom .modal-dialog {
  position: absolute;
  width: 100%;
  margin: 0;
  bottom: 0;
}
.modal.bottom .share-path {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0;
}
.modal.bottom .share-path .share-path-item {
  width: 5rem;
  height: 5rem;
  border-radius: .75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  margin: .5rem 1rem;
}
.modal.bottom .share-path .share-path-item i {
  font-size: 2.5rem !important;
  padding: 0;
}
.modal.bottom .share-path .share-path-item.weixin {
  background: #3ade78;
  color: #fff;
  border-color: #3ade78;
}
.modal.bottom .share-path .share-path-item.qq {
  background: #2093ff;
  color: #fff;
  border-color: #2093ff;
}
.modal.bottom .share-path .share-path-item.weibo {
  background: #ff3c45;
  color: #fff;
  border-color: #ff3c45;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-dialog .modal-content,
.modal.right .modal-dialog .modal-content,
.modal.bottom .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  overflow-y: auto;
}
.modal.bottom .modal-dialog {
  width: 100%;
  height: auto;
}
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
}
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}
.modal.bottom.fade .modal-dialog {
  bottom: -100%;
  -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}
.modal.bottom.fade.in .modal-dialog {
  bottom: 0;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-dialog .modal-content,
.modal.right .modal-dialog .modal-content,
.modal.bottom .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  overflow-y: auto;
}
.modal.bottom .modal-dialog {
  width: 100%;
  height: auto;
}
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
}
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}
.modal.bottom.fade .modal-dialog {
  bottom: -100%;
  -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}
.modal.bottom.fade.in .modal-dialog {
  bottom: 0;
}
.modal.in {
  display: block;
}
.modal.in:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.modal.right .panel {
  box-shadow: none;
}
.modal.right .panel-header .title {
  font-weight: bold;
  font-size: 18px;
}
.modal.right .panel-header .title small {
  font-size: 14px;
  font-weight: normal;
}
.modal.right .panel-body {
  padding: 0;
}
.modal.right .filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -1rem;
  flex-wrap: wrap;
}
.modal.right .filter .fiter-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex: 0 0 33%;
  padding: 1rem;
}
.modal.right .filter .fiter-item span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #f2f2f2;
  border-radius: .25rem;
  color: #333;
  padding: 0.5rem 1rem;
}
.modal.right .filter .fiter-item.current span {
  background: #ff7800;
  color: #fff;
}

.modal.right .modal-header {
    position: fixed;
    width: 320px;
    top: 0;
    right: 0;
    height: 4rem;
    z-index: 99;
    background: #fff;
}

.modal.right .modal-header .close i {
    padding-right: 0;
    font-size: 1.5rem;
}

.modal.right .modal-body {
    padding: 5rem 1rem 6rem;
    position: fixed;
    width: 320px;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

.modal.right .modal-footer {
    position: fixed;
    width: 320px;
    height: 5rem;
    bottom: 0;
    right: 0;
    padding: 1rem;
    background: #fff;
  z-index: 999999999;
}

.modal.right .modal-footer .btn-group {
    height: 3rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    -ms-align-items: stretch;
    align-items: stretch;
}

.modal.right .modal-footer .btn-group .btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: 1;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex: none;
    padding: 0 1.5rem;
    border-radius: .25rem;
    margin-left: 1rem;
    font-size: 1.25rem;
}

.modal.right .modal-footer .btn-group .btn:first-child {
    margin-left: 0;
}
.modal-header .nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: -1rem;
  height: 4rem;
}
.modal-header .nav .nav-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.modal-header .nav .nav-item.current {
  background: #ff6600;
}
.modal-header .nav .nav-item.current span {
  color: #fff;
}
.modal-footer .btn.btn-circle {
  border-radius: 1.5rem;
}
.list {
  box-shadow: 0 0 0.5rem 2px rgba(0, 0, 0, 0.08);
}
.list-group {
  margin-bottom: 0;
}
.list-group .list-group-item {
  padding: 1rem;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 4.5rem;
}
.list-group .list-group-item.flex-start {
  justify-content: flex-start;
}
.list-group .list-group-item.flex-start .list-item-inner {
  justify-content: flex-start;
}
.list-group .list-group-item label {
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
.list-group .list-group-item label p {
  margin-bottom: 0;
  text-indent: 1rem;
}
.list-group .list-group-item label input[type="checkbox"] {
  margin: 0;
}
.list-group .list-group-item.list-group-item-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0;
}
.list-group .list-group-item.list-group-item-row .list-group-item-heading,
.list-group .list-group-item.list-group-item-row .list-group-item-text,
.list-group .list-group-item.list-group-item-row .list-group-item-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 10px;
  flex: 0 0 100%;
}
.list-group .list-group-item.list-group-item-row .list-group-item-heading {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  font-size: 1.6rem;
}
.list-group .list-group-item.list-group-item-row .list-group-item-heading .list-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 0 1rem;
  min-height: 3rem;
}
.list-group .list-group-item.list-group-item-row .list-group-item-heading .price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  padding: 0 1rem;
  text-align: right;
}
.list-group .list-group-item.list-group-item-row .list-group-item-heading .price i {
  padding-right: .5rem;
}
.list-group .list-group-item.list-group-item-row .list-group-item-text {
  font-size: 1.4rem;
  min-height: 3rem;
  padding: 0 1rem;
  color: #555555;
}
.list-group .list-group-item.list-group-item-row .list-group-item-footer {
  border-top: 1px solid #eee;
  padding: 1rem;
}
.list-group .list-group-item .state {
  border: 1px solid #ddd;
  padding: .25rem;
}
.list-group.list-group-radius .list-group-item:first-child {
  border-radius: 0;
}
.list-group.list-group-radius .list-group-item:last-child {
  border-radius: 0 0 5px 5px;
}
.list-group .list-item-label {
  display: flex;
  justify-content: flex-start;
}
.list-group .list-item-label span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.list-group .list-item-label i {
  padding: 0 1rem 0 0;
}
.list-group .list-item-label a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.list-group .list-item-label a i {
  font-size: 1.5rem;
}
.list-group i {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  padding-left: .5rem;
  font-size: .75rem;
}
.list-group .list-item-inner {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.list-group .list-item-inner.form-icon {
  position: relative;
}
.list-group .list-item-inner.form-icon i {
  display: flex;
  border: 1px solid #eee;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-right: 0;
  color: #aaa;
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
}
.list-group .list-item-inner.form-icon i + .form-control {
  border-left: 0;
  padding-left: 0;
}
.list-group .list-item-inner span {
  display: flex;
  align-items: center;
}
.list-group .list-item-inner p {
  font-size: 1.2rem;
  color: #777777;
  font-weight: normal;
}
.list-group.list-line .list-group-item + .list-group-item {
  border-top: 1px solid #eee;
}
.list-group.list-line .list-group-item:first-child {
  border-top: 1px solid #eee;
}
table.table caption {
  padding: 1rem;
  border-bottom: 1px solid #ffc299;
}
table.table thead th {
  text-align: center;
  border-bottom: 0;
  background: #ffc299;
}
table.table tbody h3 th,
table.table tbody h3 td {
  font-size: 1rem;
  padding: 0 .25rem;
}
table.table.table-bordered th,
table.table.table-bordered td {
  border-color: #ffc299;
}
.table-header {
  border: 1px solid #eee;
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.table-body {
  margin-top: -1px;
}
.table-body table.table tbody h3 th,
.table-body table.table tbody h3 td {
  font-size: 1rem;
  padding: 0 .25rem;
}
.tab-content table {
  width: 100%;
}
.tab-content table td {
  font-size: 1rem;
}
.table-panel {
  padding: 1rem;
}
.card {
  background: #fff;
  box-shadow: 0 3px 0.5rem 2px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 9;
}
.card.card-gutter {
  margin-bottom: 1rem;
}
.card .list-group .list-group-item {
  border: 0;
}
.card .card-title {
  font-weight: bold;
}
.card .card-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card .card-horizontal .card-block .card-title {
  padding: 0;
}
.card .card-after {
  padding: 1rem;
}
.card .card-header {
  padding: 1rem;
  border-bottom: 1px solid  #f1f1f1;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}
.card .card-header .title {
  padding: 0;
  min-height: 3rem;
}
.card .card-block {
  padding: 1rem;
}
.card .card-block .card-title {
  display: flex;
  flex: 1;
  font-size: 1.6rem;
  justify-content: flex-start;
  align-items: center;
  min-height: 4rem;
}

.card .card-block .card-title+.card-subtitle.card.card,
.card .card-block .card-title+.card-text {
    margin-top: .5rem;
}

.card .card-block .card-subtitle {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 3rem;
}
.card .card-block .card-text {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.5rem;
}
.card .card-footer {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1rem;
  border-top: 1px solid #f1f1f1;
}
.card.card-row {
  padding: 0;
  margin-top: 1rem;
}
.card.card-row .list-group {
  border-top: 1px solid #eee;
}
.card .card-inline {
  padding: 2rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.card .card-inline .card-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex: 1.5;
  margin-left: 1rem;
}
.card .card-inline .card-img img {
  display: block;
  width: 100%;
}
.card .card-inline .card-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 0 1rem;
  flex: 3;
  flex-wrap: wrap;
}
.card .card-inline .card-block .card-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex: 0 0 100%;
  min-height: auto;
  color: #ff6600;
}
.card .card-inline .card-block .card-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex: 0 0 100%;
  color: #555555;
}
.card.card-vertical {
  background: transparent;
  margin: 1rem;
}
.card.card-vertical .card-inline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
}
.card.card-vertical .card-inline .card-block {
  flex: 1;
  width: 100%;
  padding: 1rem;
}
.card.card-vertical .card-inline .card-title span {
  color: #333;
}
.card.card-vertical .card-inline .card-title img {
  display: block;
  width: 10rem;
}
.card.card-vertical .card-inline .card-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  width: 100%;
  border-top: 1px dashed #eee;
}
.card.card-vertical .card-inline .card-footer .price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex: none;
}
.card.card-vertical .card-inline .card-footer .price h4 {
  font-size: 22px;
  font-weight: bold;
  margin-right: .25rem;
}
.card.card-vertical .card-inline .card-footer .price h6 {
  margin-top: 16px;
}
.form-control {
  border: 0;
  box-shadow: none !important;
  background: #fff;
  padding: 0;
  text-align: right;
}
.form-control:focus {
  border: 0;
  box-shadow: none;
}
.form-control.form-control-outline {
  display: flex;
  flex: 1;
  border: 1px solid #eee;
  min-height: 4rem;
  padding: 0 1rem;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}
.mobileSelect {
  position: relative;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, z-index 0.4s;
  transition: opacity 0.4s, z-index 0.4s;
}
.mobileSelect * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobileSelect .grayLayer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #eee;
  background: rgba(0, 0, 0, 0.7);
  z-index: 888;
  display: block;
}
.mobileSelect .content {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 889;
  color: black;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  bottom: -350px;
  left: 0;
  background: white;
}
.mobileSelect .content .fixWidth {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.mobileSelect .content .fixWidth:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mobileSelect .content .btnBar {
  border-bottom: 1px solid #DCDCDC;
  font-size: 15px;
  height: 45px;
  position: relative;
  text-align: center;
  line-height: 45px;
}
.mobileSelect .content .btnBar .cancel,
.mobileSelect .content .btnBar .ensure {
  height: 45px;
  width: 55px;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.mobileSelect .content .btnBar .cancel {
  left: 0;
  color: #666;
}
.mobileSelect .content .btnBar .ensure {
  right: 0;
  color: #1e83d3;
}
.mobileSelect .content .btnBar .title {
  font-size: 15px;
  padding: 0 15%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mobileSelect .content .panel:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mobileSelect .content .panel .wheels {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.mobileSelect .content .panel .wheel {
  position: relative;
  z-index: 0;
  float: left;
  width: 50%;
  height: 200px;
  overflow: hidden;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.mobileSelect .content .panel .wheel .selectContainer {
  display: block;
  text-align: center;
  -webkit-transition: -webkit-transform 0.18s ease-out;
  transition: -webkit-transform 0.18s ease-out;
  transition: transform 0.18s ease-out;
  transition: transform 0.18s ease-out, -webkit-transform 0.18s ease-out;
}
.mobileSelect .content .panel .wheel .selectContainer li {
  font-size: 15px;
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mobileSelect .content .panel .selectLine {
  height: 40px;
  width: 100%;
  position: absolute;
  top: 80px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.mobileSelect .content .panel .shadowMask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  opacity: 0.9;
  pointer-events: none;
}
.mobileSelect-show {
  opacity: 1;
  z-index: 10000;
  visibility: visible;
}
.mobileSelect-show .content {
  bottom: 0;
}
.media-block img {
  display: block;
  width: 100%;
}
.media-list {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
  margin: 0 .75rem;
  border-radius: .5rem;
  overflow: hidden;
}
.media-list.media-list-vertical {
  box-shadow: none;
  overflow: auto;
  margin: 0;
}
.media-list.media-list-vertical .card {
  border-radius: .5rem;
}
.mobipick-main {
  padding: .5em;
}
.mobipick-date-formatted {
  min-height: 40px;
  /* clock image is 40 px */
  padding: 1em 0 0 40px;
  /* clock image is 40 px */
  background: url(images/clock.png) 3px no-repeat;
  border-bottom: 1px solid #fff;
}
.mobipick-main ul {
  padding: 0;
  margin-left: 0;
}
.mobipick-main li {
  list-style: none;
}
/* All buttons */
.mobipick-main a {
  display: inline-block;
  width: 100%;
  padding: .5em 0;
  border: 0;
  text-decoration: none;
  text-align: center;
  font: bold 1em Helvetica, Arial, sans-serif;
  zoom: 1;
  *display: inline;
}
.mobipick-groups > li {
  display: inline-block;
  width: 31.3333333%;
  margin: 0 1%;
  zoom: 1;
  *display: inline;
}
li.mobipick-inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
li.mobipick-hide {
  display: none;
}
.mobipick-groups a {
  font: bold 1.5em Helvetica, Arial, sans-serif;
}
.mobipick-groups input {
  display: block;
  width: 98%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border: 1px solid #B3B3B3;
  font: bold 1.8em Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
/* set and cancel buttons */
.mobipick-buttons {
  *display: inline;
}
.mobipick-buttons > li {
  display: inline-block;
  width: 48%;
  margin: 0 1%;
  zoom: 1;
  *display: inline;
}
.grid-nav {
  height: auto;
  overflow: hidden;
  margin: 0 0 1rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.grid-nav .grid-nav-item {
  width: 25%;
  float: left;
  padding: 1rem 0;
  background: #fff;
}
.grid-nav .grid-nav-item .grid-nav-item-icon {
  display: block;
  width: 56%;
  margin: .5rem auto;
  border-radius: 100%;
  padding: .75rem;
  overflow: hidden;
  background-image: -webkit-linear-gradient(left, #ffd200 0%, #ff8700 100%);
  background-image: -o-linear-gradient(left, #ffd200 0%, #ff8700 100%);
  background-image: linear-gradient(to right, #ffd200 0%, #ff8700 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd200', endColorstr='#ffff8700', GradientType=1);
  box-shadow: 0 0.3rem 0.5rem rgba(255, 100, 0, 0.45);
}
.grid-nav .grid-nav-item img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.grid-nav .grid-nav-item span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.25rem;
}
.data-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: 1rem 0;
  background: #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}
.data-grid .data-grid-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 1rem 0;
  flex-wrap: wrap;
}
.data-grid .data-grid-item h3 {
  font-weight: bold;
  color: #ff6600;
}
.data-grid .data-grid-item span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex: 0 0 100%;
}
.user-info {
  margin-top: -1.5rem;
  box-shadow: none;
}
.user-info .card-img.card-img-circle {
  width: 6rem;
  flex: none;
}
.user-info .card-img.card-img-circle img {
  width: 6rem;
  border-radius: 6rem;
  margin-right: 1rem;
}
.user-info .card-block {
  flex: none;
}
.user-info .card-block .card-text {
  font-size: 1.5rem;
  color: #000;
}
.tips-layout .tips-mini {
  background: #fff3e1;
  border-radius: .3rem;
  padding: 1rem;
  color: #ff7800;
  font-size: 1.25rem;
}
.tips-layout .tips-title {
  margin: 1.5rem 0;
}
.tips-layout p {
  margin-bottom: 1.5rem;
}
.badge {
  border: 1px solid #dddddd;
  background: #f5f5f5;
  color: #333333;
  border-radius: 0;
  font-weight: normal;
}
.badge.badge-outline {
  border: 1px solid #dddddd;
  background: transparent;
  color: #aaaaaa;
  border-radius: 0;
}
.badge.badge-primary {
  border: 1px solid #2371ff;
  background: #2371ff;
  color: #ffffff;
  border-radius: 0;
}
.badge.badge-success {
  border: 1px solid #5ac75f;
  background: #5ac75f;
  color: #ffffff;
  border-radius: 0;
}
.badge.badge-warning {
  border: 1px solid #ff7800;
  background: #ff7800;
  color: #ffffff;
  border-radius: 0;
}
.badge.badge-danger {
  border: 1px solid #ff5749;
  background: #ff5749;
  color: #ffffff;
  border-radius: 0;
}
.badge.badge-primary-outline {
  border: 1px solid #2371ff;
  background: transparent;
  color: #2371ff;
  border-radius: 0;
}
.badge.badge-success-outline {
  border: 1px solid #5ac75f;
  background: transparent;
  color: #5ac75f;
  border-radius: 0;
}
.badge.badge-warning-outline {
  border: 1px solid #ff7800;
  background: transparent;
  color: #ff7800;
  border-radius: 0;
}
.badge.badge-danger-outline {
  border: 1px solid #ff5749;
  background: transparent;
  color: #ff5749;
  border-radius: 0;
}
.switch {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex: none;
  padding: 0 1rem;
}
.switch .switch-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex: none;
  width: 3.5rem;
  height: 1.75rem;
  background: #dddddd;
  border-radius: 1.75rem;
  position: relative;
  z-index: 1;
  transition: ease-in-out all 0.35s;
}
.switch .switch-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 1.75rem;
  z-index: 9;
  background: #ffffff;
  border: 2px solid #dddddd;
  box-sizing: border-box;
}
.switch .switch-item.checked {
  background: #3ed798;
}
.switch .switch-item.checked:before {
  right: 0;
  left: auto;
  border-color: #3ed798;
}
header,
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 5rem;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  z-index: 999;
  background: -webkit-linear-gradient(left, #ff9600, #ff6600);
  /* Safari 5.1 - 6.0 */
}
header .btn,
.header .btn {
  display: flex;
  width: 5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0;
}
header .btn:focus,
.header .btn:focus,
header .btn:hover,
.header .btn:hover {
  border: 0;
}
header .btn i,
.header .btn i {
  font-size: 1.8rem;
  color: #fff;
}
header .title,
.header .title {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
}
.header {
  position: static;
  z-index: 10000;
}
.banner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: auto;
  /* margin-top: -1.5rem; */
}
.banner-btn {
  position: absolute;
  left: 2rem;
  bottom: 1.7rem;
  display: inline-block;
  width: 9rem;
  height: 2.6rem;
  line-height: 2.6rem;
  border-radius: 2.6rem;
  font-size: 1.2rem;
  color: #fff;
  background: #FF4908;
  text-align: center;
  box-shadow: 0 2px 5px rgba(250, 100, 50, 0.6);
}
.banner img {
  display: block;
  width: 100%;
  /*height: 200px;*/
}
nav {
  height: 6rem;
}
nav .nav-item {
  text-align: center;
}
nav .nav-item:first-child {
  border: 0;
}
nav .nav-item i {
  color: #555555;
  font-size: 1.8rem !important;
  display: block;
}
nav.nav-grid {
  display: flex;
  width: 100%;
  background: #fff;
  bottom: 0;
  left: 0;
  justify-content: flex-start;
}
nav.nav-grid .nav-item {
  display: flex;
  flex: 1;
  align-items: center;
  align-content: space-around;
  flex-direction: column;
  padding: 1.5rem 1rem;
}
nav.nav-grid .nav-item i {
  font-size: 1.8rem;
}
nav.nav-grid .nav-item.current {
  color: #ff7800;
}
nav.nav-grid .nav-item.current i {
  color: #ff7800;
}
nav.nav-grid.top {
  top: 5rem;
}
.menu-panel {
  top: 0;
  left: -23rem;
  width: 20rem;
  height: 100%;
  background: #ffffff;
  transition: ease-in-out all 0.5s;
  padding-bottom: 6rem;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  z-index: 999;
}
.menu-panel.open {
  left: 0;
}
.menu-panel-header {
  position: relative;
  display: table;
  width: 100%;
  height: 5rem;
  background: #ff6600;
}
.menu-panel-header:after {
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #dddddd;
  z-index: 9;
  background: #ffffff;
}
.menu-panel-header .logo {
  display: table-cell;
  padding: 1rem;
  vertical-align: middle;
}
.menu-panel-header .logo img {
  display: block;
  width: 70px;
  opacity: .5;
}
.menu-panel-header .close {
  display: table-cell;
  float: none !important;
  width: 5rem;
  height: 5rem;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.menu-panel-content {
  padding: 0;
  margin-bottom: 6rem;
  overflow-y: auto;
}
.menu-panel-content .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #aaa;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  display: table;
  width: 20rem;
  height: 6rem;
  background: #f2f2f2;
}
.menu-panel-footer .btn {
  display: table-cell;
  padding: 0  1rem;
  text-align: left;
  vertical-align: middle;
  color: #fff;
}
.menu-panel-content li:last-child .link {
  border-bottom: 0;
}
.menu-panel-content li {
  cursor: pointer;
}
.menu-panel-content li .link {
  color: #444;
}
.menu-panel-content li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #444;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-panel-content li i.fa-angle-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.menu-panel-content li.open .link {
  color: #0097ff	;
}
.menu-panel-content li.open i {
  color: #0097ff;
}
.menu-panel-content li.open i.fa-angle-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/
.submenu {
  display: none;
  background: #f5f5f5;
  font-size: 14px;
}
.submenu a {
  display: block;
  text-decoration: none;
  color: #555;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.submenu a:hover,
.submenu li.current a {
  background: #00baff;
  color: #e6f2ff;
}
.search-box {
  transition: ease-in-out all 1s;
  padding: 0;
  background: #fff;
}
.search-box > span {
  display: block;
}
.search-box .form-control {
  box-shadow: none;
  border-radius: 5px;
  height: 48px;
}
.search-box .btn {
  margin-top: 30px;
  height: 48px;
  font-size: 18px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  background: -webkit-linear-gradient(left, #ffe400, #ffd400);
  box-shadow: 0 5px 15px rgba(255, 180, 0, 0.5);
  color: #fff;
  border: 0;
}
.history .card {
  padding: 15px;
}
.history .card .card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.history .card .card-top .btn {
  background: none;
  border: 0;
  color: #aaa;
  outline: none;
}
.history .card .card-top .title {
  padding: 3px 10px;
  border-radius: 30px;
  background: #f4f4f4;
  color: #888;
}
.history .card .card-block li {
  display: flex;
  flex: 1;
  border: 1px solid #eee;
  border-width: 1px 0;
  padding: 15px 0;
}
.history .card .card-block li + li {
  margin-top: -1px;
}
.select-drop {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.25);
  transition: ease-in-out all 0.5s;
}
.select-drop .card .card-top {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.select-drop .card .card-top h4 {
  font-weight: normal;
}
.select-drop .card .card-top .btn {
  background: none;
  border: 0;
  color: #aaa;
}
.select-drop .card .card-top .btn i {
  font-size: 24px;
}
.select-drop .card .card-block {
  max-height: 240px;
  overflow-y: auto;
}
.select-drop .card .card-block .select-drop-item {
  padding: 10px 15px;
  line-height: 28px;
  position: relative;
}
.select-drop .card .card-block .select-drop-item.current {
  padding-right: 48px ;
  background: #eef7fc;
}
.select-drop .card .card-block .select-drop-item.current:after {
  position: absolute;
  font-family: "icomoon";
  content: "\e956";
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #ff6600;
}
.select-drop.show {
  bottom: 0;
}
.search-box-new {
  position: fixed;
  top: 0rem;
  right: 0;
  left: 0;
  background: #ebebeb;
  height: 5rem;
  z-index: 998;
}
.search-box-new .btn-back {
  float: left;
  width: 5rem;
  height: 5rem;
  background: transparent;
  outline: none;
}
.search-box-new .btn-back:active,
.search-box-new .btn-back:focus,
.search-box-new .btn-back:hover {
  outline: none;
  box-shadow: none;
}
.search-box-new .input-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.search-box-new .input-group:before {
  position: absolute;
  font-family: "icomoon";
  width: 3rem;
  height: 3rem;
  top: 1rem;
  left: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  content: '\e9b6';
  z-index: 9;
  color: #aaa;
  font-size: 1.5rem;
}
.search-box-new .form-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  width: auto;
  height: 3rem;
  line-height: 3rem;
  border-radius: .5rem !important;
  margin: 0 1rem;
  text-align: left;
  padding: 0 1rem;
  padding-left: 3rem;
  flex: 6;
  font-size: 1.5rem;
}
.search-box-new .input-group-btn {
  padding: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: auto;
}
.search-box-new .input-group-btn .btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: transparent;
  font-size: 1.5rem;
  line-height: 3rem;
  padding: 0 1rem;
  background: -webkit-linear-gradient(left, #ff9600, #ff6600);
  border-radius: .5rem;
}
.search-box-new .input-group-btn .btn:focus {
  outline: none;
  box-shadow: none;
}
.search-box-new .input-group-btn .btn i,
.search-box-new .input-group-btn .btn span {
  color: #fff;
}
.search-box-new .input-group-btn .btn.btn-default {
  background: transparent;
  border-color: transparent;
}
.search-box-new .input-group-btn .btn.btn-default i,
.search-box-new .input-group-btn .btn.btn-default span {
  color: #555;
}
.footer {
  position: fixed;
  width: 100%;
  height: 5rem;
  bottom: 0;
  left: 0;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  z-index: 999;
  box-shadow: 0 -1px 3px 1px rgba(0, 0, 0, 0.05);
}
.footer .btn-group {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
.footer .btn-group .btn {
  display: flex;
  flex: 1;
  height: 5rem;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  border-radius: 0;
  padding: 0 .5rem;
}
.footer .btn-group .btn span {
  font-size: 1.2rem;
  padding: 0 .5rem;
}
.footer .btn-group .card-block {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.footer .nav.nav-grid .nav-item {
  justify-content: center;
}
.footer .nav.nav-grid .nav-item.current i,
.footer .nav.nav-grid .nav-item.current span {
  color: #ff7800;
}
.footer .nav.nav-grid i {
  padding-right: 0;
}
.login form {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}
.login form .form-group {
  position: relative;
  margin-bottom: 0;
  border: 1px solid #eeeeee;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  z-index: 1;
  margin-top: -1px;
}
.login form .form-group i {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  z-index: 2;
  font-size: 2rem;
  color: #aaa;
}
.login form .input-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}
.login form .input-group .form-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  text-indent: 6rem;
  text-align: left;
  width: auto;
  height: 6rem;
  font-size: 1.4rem;
}
.login form .input-group .form-control:focus + i {
  color: #ff6600;
}
.login form .input-group .input-group-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex: 0 0 30%;
}
.login form .input-group .input-group-btn .btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 6rem;
  padding: 0;
  font-size: 1.4rem;
  background: transparent;
  padding-right: 1rem;
}
.login form .input-group .input-group-btn .btn span {
  border: 1px solid #eeeeee;
  padding: .5rem .75rem;
  border-radius: .25rem;
  background: #f8f8f8;
}
.login .login-footer {
  padding: 3rem 0;
}
.login .login-footer .forget {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 6rem;
  margin-top: 1rem;
}
.balance {
  background: #ff6600;
  color: #fff;
  border-radius: .5rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 3px 0.5rem 2px rgba(0, 0, 0, 0.08);
  background-image: -webkit-linear-gradient(top, #00e194 0%, #00c984 100%);
  background-image: -o-linear-gradient(top, #00e194 0%, #00c984 100%);
  background-image: linear-gradient(to bottom, #00e194 0%, #00c984 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00e194', endColorstr='#ff00c984', GradientType=0);
}
.bank-card-list ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem;
  position: relative;
  border-top: 1px dashed #eeeeee;
}
.bank-card-list ul li:first-child {
  border-top: 0;
}
.bank-card-list ul li img {
  display: block;
  width: 4rem;
}
.bank-card-list ul li .bank-card {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex: 0 0 calc(100% - 5rem);
  flex-wrap: wrap;
}
.bank-card-list ul li .bank-card .bank-card-name {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex: 0 0 100%;
}
.bank-card-list ul li .bank-card .bank-card-type {
  font-size: 1rem;
  color: #777777;
}
.bank-card-list ul li .bank-card .bank-card-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-right: 3rem;
  font-size: 1.5rem;
}
.bank-card-list ul li:after {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: '\e913';
  font-family: "icomoon";
  color: #777777;
  padding: 1rem;
}
.withdraw-cash {
  padding: 1rem;
}
.withdraw-cash p {
  color: #777777;
}
.withdraw-cash .input-group .input-group-addon {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 2.5rem;
}
.withdraw-cash .input-group .form-control {
  font-size: 2.5rem;
  justify-content: flex-start;
  text-align: left;
}
.history .list-group-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.history .history-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex: 0 0 100%;
}
.history .history-type span {
  border-radius: 10rem;
  border: 1px solid #eeeeee;
  padding: 1px 5px;
  margin-bottom: 0.5rem;
}
.history .history-type.type-out span {
  border-color: #ff5749;
  color: #ff5749;
}
.history .history-type.type-in span {
  border-color: #5ac75f;
  color: #5ac75f;
}
.history .history-money {
  font-size: 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex: 0 0 50%;
}
.history .history-date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  flex: 0 0 50%;
  color: #777777;
}
.search-page .search-box-new {
  top: 0;
}
.search-page .search-panel {
  padding: 2rem 1rem;
  margin-bottom: 1rem;
}
.search-page .search-panel .search-panel-header {
  padding: 0 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.search-page .search-panel .search-panel-header .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.search-page .search-panel .search-panel-header .btn,
.search-page .search-panel .search-panel-header .btn:hover,
.search-page .search-panel .search-panel-header .btn:focus {
  background: transparent;
  outline: none;
}
.search-page .search-panel .search-panel-body .tags {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.search-page .search-panel .search-panel-body .tags .tags-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex: none;
  background: #f5f5f5;
  padding: 0.6rem;
  font-size: 1rem;
  margin: 1rem;
  border-radius: .5rem;
}
.message {
  background: #fff2e7;
  color: #333;
  padding: 1rem;
  border-radius: .5rem;
}
.message + .btn-group {
  padding: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.message + .btn-group .btn {
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
  margin: 1rem auto;
}
.modal .step {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.modal .step .step-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem 0;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.modal .step .step-item:after {
  position: absolute;
  content: '\e913';
  color: #aaa;
  font-family: "icomoon";
  right: -0.5rem;
  top: 4rem;
}
.modal .step .step-item:last-child:after {
  display: none;
}
.modal .step .step-item i {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex: none;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  padding-right: 0;
  font-size: 2rem;
  background: -webkit-linear-gradient(left, #ff9600, #ff6600);
  /* Safari 5.1 - 6.0 */
  color: #fff;
  box-shadow: 0 0 5px rgba(162, 50, 0, 0.25);
}
.modal .step .step-item span {
  padding-top: 1rem;
}
.file .title {
  font-size: 1.5rem;
  font-weight: bold;
}
