@CHARSET "UTF-8";

/*!
 * =================================
 * Fita-club Page Style
 * @author: mylan93@163.com
 * =================================
 */

/* ! Style Check List
 * =================================
 * Utility
 * ====================
 * Header
 * ====================
 * Component
 * ====================
 * Page
 * =================================
 */

/*
 * =================================
 *  Utility
 * =================================
 */
 
* { touch-action: pan-y; } 
input, 
textarea {
	-webkit-user-select: auto!important;
	-khtml-user-select: auto!important;
	-moz-user-select: auto!important;
	-ms-user-select: auto!important;
	-o-user-select: auto!important;
	user-select: auto!important;
}

@font-face {
  font-family: 'iconfont';  /* project id 922501 */
  src: url('//at.alicdn.com/t/font_922501_qavt507y1x.eot');
  src: url('//at.alicdn.com/t/font_922501_qavt507y1x.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_922501_qavt507y1x.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_922501_qavt507y1x.woff') format('woff'),
  url('//at.alicdn.com/t/font_922501_qavt507y1x.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_922501_qavt507y1x.svg#iconfont') format('svg');
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont-location:before { content: "\e682"; }

.iconfont-menu:before { content: "\e62c"; }

.iconfont-down-arrow:before { content: "\e63c"; }

.iconfont-car:before { content: "\e60d"; }

.iconfont-airplane:before { content: "\e6bd"; }

.iconfont-airplane:before { content: "\e6bd"; }

.iconfont-warn:before { content: "\e625"; }

.iconfont-wechatpay:before { content: "\e639"; }

.iconfont-alipay:before { content: "\e635"; }

.iconfont-unionpay:before { content: "\e6a4"; }

.iconfont-yoppay:before { content: "\e693"; }

.iconfont-shophours:before { content: "\e70b"; }

.iconfont-closedEye:before { content: "\e605"; }

.iconfont-openEye:before { content: "\e610"; }

.iconfont-plus:before { content: "\e643"; }

.iconfont-minus:before { content: "\e608"; }

.iconfont-lock:before { content: "\e657"; }

.iconfont-add:before { content: "\e68a"; }

.iconfont-avatar:before { content: "\e62f"; }

/* .icon-menu:before { content: "\e629"; }

.icon-mobile-phone:before {content: "\e603";}

.icon-user:before {content: "\e62b"; }

.icon-cotta:before {content: "\e613";}

.icon-shoes:before {content: "\e602";} */

* {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

.bg-light-gray {
  background: #f4f4f4;  
}

.bg-white {
	background: white;
}

.bg-black {
	background: #1b1b1b;
}
 
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.no-margin {
  margin: 0px;
}

.hide {
  display: none !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.buttons-fixed {
  position: fixed;
  z-index: 99;
  width: 100%;
}

/*
 * =================================
 *  Component - Code Label
 * =================================
 */
.edoo-label {
  display: inline-block;
  font-size: .6rem;
  padding: 0 .25rem;
  margin-bottom: .25rem;
  margin-right: 1px;
  border-radius: 1px;
  background: transparent;
  vertical-align: super;
}

.edoo-label.light-label-red {
  color: #fff;
  background: #fe8f8f;
}

.edoo-label.edoo-label-yellow {
  color: #fff;
  background: #FFDF01;
} 

.edoo-label.edoo-label-red {
  color: #fff;
  background: #fd8484;
}

.edoo-label.edoo-label-green {
  color: #fff;
  background: #203d2a;
}

/*
 * =================================
 *  Component - Framework
 * =================================
 */
/*
 * =================================
 *  Component - Header
 * =================================
 */
.fita-header {
  height: 2.7rem;
  color: #fff;
  background: #b29365;
}

.fita-header .title {
  line-height: 2.7rem;
  color: #fff;
}

.fita-header .icon {
  padding: .75rem .1rem;
  color: #fff;
}

.fita-header .button {
	top: 0;
	margin-top: .65rem;
	height: 1.5rem;
	line-height: 1.3rem;
	color: #ffffff;
	border-color: #ffffff;
}

.fita-header .time-title .item {
  display: inline-block;
  padding: 0 .25rem;
  width: 30%;
  line-height: initial;
  color: #ffffff;
  font-size: .8rem;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.fita-header .item p {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: .2rem;
  line-height: 1;
  overflow: hidden;
}

.fita-header .item .time {
  font-size: .7rem;
}

.fita-header .time-title .day {
  padding: 0 .2rem;
  max-width: 10%;
  font-size: .6rem;
  border-bottom: 1px solid #fff;
}

.fita-footer {
  height: 2.7rem;
  background: #b29365;
}

.fita-footer .button {
  top: 0;
  height: 100%;
  line-height: 2.7rem;
  color: #ffffff !important;
  font-size: .85rem;
  border: 1px solid transparent;
}

.fita-footer .not-cancel-booking {
  background-color: #ddd;
  color: #999;
  border-radius: 0;
}

.fita-header  ~ .content,
.fita-header ~ .bar-header-secondary  {
  top: 2.7rem;
}

.fita-header  ~ .bar-header-secondary ~ .content {
	top: 4.9rem;
}

.fita-header-secondary .searchbar {
	background: rgba(165, 165, 165, 0.1)
}

.fita-footer ~ .content {
  bottom: 2.7rem;
}
  /*
 * =================================
 *  Component - Card
 * =================================
 */
.fita-card,
.order-info-card {
  box-shadow: initial;
}
 /*
 * =================================
 *  Component - Tab
 * =================================
 */
.fita-buttons-tab {
  margin: 0 .5rem;
  border-radius: .2rem;
}

.fita-buttons-tab.buttons-fixed {
  left: .5rem;
  right: .5rem;
  margin: 0;
  width: auto;
}

.fita-buttons-tab .button {
	color: #969696;
	font-size: .75rem;
}

.fita-buttons-tab .button.active {
	color: #b29365;
	border-color: #b29365;
}
/*
 * =================================
 *  Component - Panel
 * =================================
 */
.fita-panel,
.fita-panel ul {
	background: #fff;
}

.fita-panel .menu-title {
	margin: 0;
	padding-right: .75rem;
	height: 2.7rem;
	line-height: 2.7rem;
	color: #b29365;
	text-align: right;
	background: #fff;
}

.fita-panel .item-inner {
	height: 2.7rem;
	line-height: 2.7rem;
}

.fita-panel .item-title {
	color: #b29365;
	font-size: .7rem;
}

.fita-panel .list-block ul:before,
.fita-panel .list-block ul:after,
.fita-panel .list-block .item-inner:after {
	background: #b29365;
}

/*
 * =================================
 *  Component - form
 * =================================
 */
/*
 * =================================
 *  Page - Cars-search
 * =================================
 */
.cars-card-layout {
  position: relative;
  margin-top: -2rem;
  border-radius: .2rem;
}

.cars-card-layout .cars-title {
  margin-top: 0;
  margin-bottom: 1rem; 
  font-size: .8rem;
  color: #131313;
  font-weight: normal;
}

.cars-card-layout .time-box {
	display: block;
	height: 2.15rem;
	line-height: 2.15rem;
	font-size: .7rem;
}

.cars-form {
  margin-bottom: 0 !important;
}

.cars-form .item {
  margin-left: .75rem;
  margin-right: .75rem;
  border-bottom: 1px solid #e6e5e5;
}

.cars-form .item:last-child {
  border-bottom: 1px solid transparent;
}

.cars-form .item .name {
  margin: .9rem 0 .5rem;
  color: rgba(0,0,0.75);
  font-size: .6rem;
}

.cars-form .item .item-input,
.cars-form .item input {
  position: relative;
  padding-left: 0;
  font-size: .7rem;
  color: #1d1d1d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: .8rem;
}

.item-input:after {
  font-family:"iconfont" !important;
  position: absolute;
  content: "\e63c";
  color: #cdcdcd;
  right: 10%;
  top: 50%;
  margin-top: -.5rem;
}

.set-input.item-input:after {
  right: 5%;
}

.tips-list {
  padding: .9rem .75rem;
  font-size: .6rem;
  color: #000000;
}

.tips-list p {
  position: relative;
  padding-left: .25rem;
  margin: 0 0 .25rem;
}

.tips-list span.color-red {
  position: absolute;
  left: -.25rem;
  display: block;
  width: .5rem;
  font-size: .8rem;
}

.cars-list-layout .car-title {
  color: #131313;
  font-size: .8rem;
  font-weight: bold;
}

.cars-list-layout .cars-type {
	width: 63.6% !important;
  padding-right: .5rem;
  font-size: .7rem;
  color: #131313;
}

.cars-list-layout .cars-type img {
  display: block;
  width: 7rem;
  margin: .75rem 0 .5rem;
}

.cars-list-layout .price-box {
  font-size: .8rem;
  color: rgba(19,19,19,.8);
}

.cars-list-layout .price-box .item {
  margin-bottom: .75rem;
  display: block;
  color: rgba(19,19,19,.8);
}

.cars-list-layout .price-box p {
  margin-top: 0;
  margin-bottom: .35rem;
  line-height: 1;
  font-size: .6rem;
}

.cars-list-layout .price-box .price {
  margin-bottom: 0;
  font-size: .85rem;
  color: #131313;
}

.current-price {
  font-weight: bold;
  font-size: 1rem !important;
  color: #b39364 !important;
}

.old-price {
	text-decoration: line-through;
	font-size: .65rem !important;
	opacity: .7;
}

.new-price {
	margin-top: -.2rem;
}

.search-layout {
  margin: 0 .5rem .75rem .5rem;
}

.search-layout.buttons-fixed {
	margin: 0;
	left: .5rem;
	right: .5rem;
	width: auto;
}

.search-layout .button {
	padding: 0;
  min-height: 2.2rem;
  line-height: 2.2rem;
  color: #969696;
  font-size: .75rem;
  background: #fff;
  border: none;
  border-left: 1px solid #c2a983;
}

.search-layout .button.active {
	color: #b29365;
  border: none;
  border-left: 1px solid #c2a983;
}

.search-layout .button:first-child {
  border-left: 1px solid transparent;
}


 
.fita-block-title {
	position: relative;
	padding: 0 .5rem;
	margin-bottom: .25rem;
	height: 1.6rem;
	line-height: 1.6rem;
  color: #fff;
	font-size: .7rem;
  background: #b29365;
}

.fita-block-title .iconfont {
	position: absolute;
	right: .5rem;
	top: 50%;
	margin-top: -.75rem;	
}

.product-detail .box,
.user-info .box {
	color: #282828;
	font-size: .65rem;
}

.product-detail .box .item,
.user-info .box .item {
	position: relative;
  margin: 0 .5rem .25rem;
  padding: .25rem 0 .25rem 1rem;
  /* min-height: 1.8rem; */
  border-radius: .25rem;
  background: #fff;
}

.product-detail .box input[type="radio"] {
  position: absolute;
  left: .2rem;
  top: .4rem;
}

.user-info .box .item {
	padding: .25rem .5rem .25rem .25rem;
	padding-left: 3rem;
}

.user-info .box .item span {
	position: absolute;
	display: inline-block;
	left: .25rem;
	top: 0;
	line-height: 2.2rem;
}

.user-info .box input {
	display: block;
	width: 100%;
	height: 1.6rem;
	border: none;
	text-align: right;
}

.order-info-card {
	margin: .5rem;
	padding: .5rem .25rem;
	background: #fff;
}

.order-info-card .item {
	margin-bottom: .25rem;
}

.order-info-card .item .label,
.order-info-card .item .location,
.order-info-card .item .detail {
	display: inline-block;
	font-size: .7rem;
	vertical-align: middle;
}

.order-info-card .item .label {
  color: #626262;
}

.order-info-card .item .location {
	margin-right: .5rem;
	font-weight: bold;
  color: #131313;
}

.order-info-card .item .detail {
	max-width: 70%;
}

.order-info-card .item .detail p {
	margin: 0;
}

.order-details {
	margin: .5rem !important;
	padding-left: .25rem;
	color: #1d1d1d;
	font-size: .8rem;
	border-radius: .2rem;
	background: #ffffff;
}

.order-details .name {
	margin: .25rem 0;
	color: #969696;
  font-size: .7rem;
}

.shopping-order-layout .box .item {
	padding-left: 1.2rem;
}

.shopping-order-layout input[type="radio"] {
	width: .75rem;
	height: .75rem;
}

.order-button {
	padding: 0;
}

.order-button .button {
  display: block;
  width: 50%;
  float: left;
}

.order-button .button:first-child:after {
	position: absolute;
	content: "";
	right: 0;
	width: 1px;
	height: 100%;
	background: #ffffff;
}

.order-list-layout .card-content-inner > a {
	color: #131313;
}


.order-list-layout .cars-type img {
	display: block;
	width: 90%;
}

.order-list-layout .location .item {
  display: inline-block;
  padding: 0 .25rem;
  max-width: 40%;
  line-height: initial;
  color: #131313;
  font-size: .8rem;
  text-align: center;
  vertical-align: middle;
}

.order-list-layout .location .item p {
  margin-top: 0;
  margin-bottom: .2rem;
  line-height: 1;
}

.order-list-layout .location .item .time {
  font-size: .7rem;
}

.order-list-layout .location .day {
  padding: 0 .2rem;
  max-width: 16%;
  font-size: .6rem;
  border-bottom: 1px solid #131313;
}

.order-list-layout .order-button,
.order-list-layout .open-invoice,
.order-list-layout .order-order-button {
	display: inline-block;
	margin-left: .5rem;
	width: 4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	color: #131313;
	text-align: center;
	border: 1px solid #000;
}

.order-list-layout .order-cancel {
	display: inline-block;
	margin-left: .5rem;
	width: 4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	color: #aaa;
	text-align: center;
	border: 1px solid #aaa;
}

.order-list-layout .plane-card .list-block {
	margin-bottom: -.25rem;
}

.order-list-layout .plane-card a {
	color: #333;
}

.order-list-layout .plane-card .order-cancel {
	border: 1px solid #333;
}

.order-list-layout .plane-card .item-title {
	font-size: .8rem;
}

.order-list-layout .plane-card .sub-item {
	margin: .25rem 0 .5rem;
}

.order-list-layout .plane-card .location {
	font-size: .7rem;
}

.order-list-layout .plane-card .time {
	font-size: .6rem;
	color: #666666;
}

.order-list-layout .plane-card .plane-number {
	font-size: .65rem;
	color: #666666;
}

.order-list-layout .plane-card img {
	margin-top: 1.25rem;
}

.locations-card .site-name {
	margin-bottom: .5rem;
	color: #131313;
	font-size: .65rem;
}

.locations-card .site-detail {
	display: inline-block;
	width: 66%;
	color: #131313;
  font-size: .6rem;
  vertical-align: middle;
}

.locations-card .site-detail .item {
	margin-bottom: .25rem;
}

.locations-card .more-alink {
	padding: 0 .15rem;
	color: #131313;
	border: 1px solid #131313;
	border-radius: 2px;
}

.locations-card .icon-layout {
	display: inline-block;
	width: 32%;
  text-align: center;
  vertical-align: middle;
}

.locations-card .icon-layout .iconfont {
	font-size: 1rem;
}

.business-hours-modal .modal-inner {
	padding: 0;
	background: #fff;
}

.business-hours-modal .modal-title {
	padding: .5rem 0;
	font-size: 1rem;
	color: #131313;
	border-bottom: 1px solid #dcdcdc;
}

.business-hours-modal .modal-text {
	padding: 1rem;
}

.business-hours-modal .business-hours p {
	margin: .25rem 0;
	font-size: .7rem;
}

.staying-orders-layout .tips {
	margin: .5rem;
}

.staying-orders-layout .tips .iconfont,
.staying-orders-layout .tips .wran-text {
	display: inline-block;
	vertical-align: middle;
}

.staying-orders-layout .tips .wran-text {
	margin-left: .25rem;
	width: 92%;
	font-size: .65rem;
	font-weight: bold;
}

.popup-overlay {
  display: none;
  background: #fff;
}

.city-popup .list-group-title,
.drop-off-popup .list-group-title,
.pick-up-popup .list-group-title {
	position: relative;
	margin-top: .5rem;
	color: #b29365;
	font-weight: bold;
	border-bottom: .5px solid #b29365;
	background: transparent;
}

.city-popup .item-title,
.drop-off-popup .item-title,
.pick-up-popup .item-title {
	display: block;
	position: relative;
	width: 100%;
	font-size: .7rem;
}

.pick-up-popup .city-letter,
.drop-off-popup .city-letter,
.city-popup .letter {
	position: fixed;
	right: 0;
	top: 7%;
	color: #b29365;
	font-size: .75rem;
	z-index: 1070;
}

.drop-off-popup .city-letter ul,
.pick-up-popup .city-letter ul,
.city-popup .letter ul {
	list-style: none;
	padding-left: 0;
}

.drop-off-popup .city-letter a,
.pick-up-popup .city-letter a {
	display: block;
	color: #b29365;
	padding: .1rem .5rem;
}

.pick-up-popup .content-block,
.drop-off-popup .content-block,
.city-popup .content-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding-right: 2.5rem;
  overflow-y: scroll;
  z-index: 2000;
}

.pick-up-popup .content-block,
.drop-off-popup .content-block {
  top: 2rem;
}

.pick-up-popup .content-block .city-title,
.drop-off-popup .content-block .city-title {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2rem;
  padding: .5rem 0 .25rem .75rem;
  margin: 0;
} 

.city-popup .list-group ul:before {
  background: transparent;
}

/*
 * =================================
 *  Page - Index
 * =================================
 */
.index-page {
  background: url("../images/login-bg.jpg") 100% 100% no-repeat;
  background-size: 100% 100%;
}

.index-page .fita-header {
  background-color: transparent;
}

.index-page .fita-header::after {
  display: none;
}

.login-title {
  text-align: center;
  color: #fff;
  font-weight: normal;
  margin-top: 3.5rem;
  font-size: 1.5rem;
}

.index-page .mobile-bind-list {
  margin-left: 2rem;
  margin-right: 2rem;
  background-color: transparent;
}

.index-page .mobile-bind-list ul {
  background-color: transparent;
}

.index-page .mobile-bind-list ul::after {
  display: none;
}

.index-page .mobile-bind-list .item-content {
  margin-bottom: .8rem;
  padding-left: 0rem;
}

.index-page .mobile-bind-list .item-content .item-input::after {
  display: none;
}

.index-page .mobile-bind-list .item-content .item-inner {
  padding: .4rem .3rem .3rem .3rem;
  border: 1px solid #E6E5E5;
}

.index-page .mobile-bind-list .item-content input {
  color: #fff;
  height: 2.5rem;
}

.login-page .mobile-bind-list .item-content .item-inner {
	border: 1px solid #000;
}

.login-page .mobile-bind-list .item-content input,
.login-page .mobile-bind-list .item-content input::-webkit-input-placeholder {
	color: #000;
}

.login-page .mobile-bind-list .item-content {
  margin-bottom: 2rem;
}

.submit-btn {
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 0px;
}

.submit-btn .button.button-fill {
  margin-top: 4.5rem !important;
  width: 100%;
  border-radius: 0px;
  background-color: #B0926B;
}


.order-detail-card {
	padding: .5rem;
	color: #2b2b2b;
	font-size: .75rem;
}

.order-detail-card .item {
	margin-bottom: .25rem;
}

.order-detail-card .item .label {
	font-size: .65rem;
}

.pay-button-layout {
	margin: .5rem;
}

.pay-button-layout .button,
.edit-bank-button {
	margin-bottom: 1rem;
	height: 2.2rem;
	line-height: 2.2rem;
	font-size: .85rem;
}

.edit-bank-button,
.edit-bank-button:focus {
	color: #fff;
	background: #b29365;
	border-color: #b29365;
}

.pay-button-layout .button .iconfont {
	vertical-align: middle;
	margin-right: .5rem;
}

.pay-button-layout .offline-pay {
	font-size: .7rem;
	padding: 0 .5rem .5rem;
}

.search-popup {
	/* top: 7.5rem; */
	background: rgba(0,0,0,.2);
	-webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.search-popup.modal-out{
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.search-form {
	padding:  0 0 1rem 0;
}

.search-form .search-list-layout {
	height: 18rem;
	overflow-y: scroll;
}

.search-form,
.search-form .item-title {
	color: #000000;
	font-size: .7rem !important;
}

.search-form .item-input {
	position: relative;
	height: 1rem;
}

.search-form .item-input:after {
	display: none;
}

.search-form input[type='radio'],
.search-form input[type='radio'] {
	position: absolute;
	right: -.1rem;
	top: -.1rem;
	height: 1rem;
	width: 1rem;
	z-index: 1071;
  opacity: 0;
}

.search-form .checked-wrap {
	position: absolute;
	right: 0;
	top: 0;
	height: .8rem;
	width: .8rem;
	border: 1px solid #cacaca;
	z-index: 1070;
}

.search-form input[type='radio']:checked + .checked-wrap:after {
  position: absolute;
	top: -.25rem;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "iconfont-sm" !important;
	content: "\e608";
	font-weight: bold;
	color: #10bb06;
}

.agent-page .item-input {
	display: block;
	padding-right: 1rem;
	color: #282828;
}

.agent-page .item-input:after {
	right: .5rem;
}

.location-group {
  padding-left: 1rem;
}

.location-group li {
  padding: .25rem 0;
}

.location-group li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}


.popup .item-text {
  height: auto !important;
}

/*
 * =================================
 *  Page - City-search
 * =================================
 */
.search-page {
  background: #ffffff;
}

.search-page .hot-city {
  margin-top: .75rem;
  margin-bottom: 1rem;
  color: #b29365;
  font-size: .85rem;
}

.search-page .list-wrapper {
  position: absolute;
  top: 3rem;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.city-popup .list-wrapper {
	overflow: hidden;
}

.search-page .city-box {
  padding: 0 2rem 0 .75rem;
}

.search-page .city-list {
  margin-bottom: .75rem;
}

.search-page .city-index {
  margin: 0 0 .5rem;
  color: #555555;
  font-size: .65rem;
  text-transform: capitalize;
}

.search-page .cities-name .item {
  margin-bottom: .5rem;
  padding: .35rem .75rem;
  min-height: 3.2rem;
  line-height: 1;
  color: #292929;
  font-size: .8rem;
  border-radius: .25rem;
  background: #f6f6f6; 
}

.search-page .cities-name .item.active {
	border: 1px solid #b29365;
}

.search-page .cities-name .item span {
  display: block;
  margin-top: .25rem;
  color: #666666;
  font-size: .65rem;
}

.search-page  .cities-letter,
.city-popup .cities-letter {
	position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 4.4rem;
  display: flex;
  display: -webkit-flex;
}

.city-popup .cities-letter {
	padding-top: 2.2rem;
	z-index: 2001;
}

.search-page .cities-letter ul,
.city-popup  .cities-letter ul {
  padding: 0;
  margin: auto;
  width: 2rem;
  list-style: none;
}

.search-page .cities-letter ul li,
.city-popup .cities-letter ul li {
  display: block;
  margin: 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  font-size: .7rem;
  color: #555;
}

.search-page .cities-letter ul li a,
.city-popup .cities-letter ul li a {
  color: #b29365;
  text-transform: uppercase;
}

.search-page .cities-letter li.active,
.city-popup .cities-letter li.active {
  border-radius: 100%;
  background: #b29365;
}

.search-page .cities-letter li.active a,
.city-popup .cities-letter li.active a {
  color: #fff;
}

.search-list-wrap .item-content .name {
  font-size: .75rem;
}

.search-list-wrap .item-content .description {
	color: #b4b4b4;
	font-size: .65rem;
}

/* datepicker 样式 */
.date_btn_box {
	background: #f7f7f8 !important;
}

.date_btn {
	font-size: .8rem;
	color: #0894ec;
	font-weight: 500;
}

.large-toast {
	height: 4rem;
}

.coupon-list-page .coupon-list {
	margin: .75rem .5rem;
	color: #fff;
}

.coupon-list-page .item,
.coupon-list-page .item-content.used {
	background: url(../images/coupon-active.png) no-repeat;
}

.coupon-list-page .item.disabled {
	background: url(../images/coupon-disabled.png) no-repeat;
}

.coupon-list-page .item {
	padding: .5rem 0 .75rem;
}

.coupon-list-page .item,
.coupon-list-page .item.used,
.coupon-list-page .item.disabled {
	position: relative;
	background-size: 100% 100%;
	margin-bottom: .5rem;
}

.coupon-list-page .item:after {
	background: url(../images/coupon-available.png) no-repeat;
}

.coupon-list-page .item.used:after {
	background: url(../images/coupon-used.png) no-repeat;
}

.coupon-list-page .item.disabled:after {
	background: url(../images/coupon-expired.png) no-repeat;
}

.coupon-list-page .item:after,
.coupon-list-page .item.used:after,
.coupon-list-page .item.disabled:after {
	display: block;
	content: '';
	position: absolute;
	right: .2rem;
	top: 0;
	width: 1.8rem;
  height: 1.8rem;
  background-size: cover;
}

.coupon-list-page .price-box {
	font-size: .95rem;
}

.coupon-list-page .price-box .price {
	font-size: 2rem;
	font-weight: bold;
}

.coupon-list-page .tip span {
	position: relative;
	font-size: .6rem;
}

.coupon-list-page .tip span:after,
.coupon-list-page .tip span:before,
.coupon-list-page .coupon-time span:after,
.coupon-list-page .coupon-time span:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 1rem;
	height: 1px;
	background: #fff;
}

.coupon-list-page .tip span:after {
	right: -1.25rem;
}
.coupon-list-page .coupon-time span:after {
	right: -.5rem;
}
.coupon-list-page .tip span:before {
	left: -1.25rem;
}
.coupon-list-page .coupon-time span:before {
	left: -.5rem;
}

.coupon-list-page .coupon-time span:after,
.coupon-list-page .coupon-time span:before {
	width: .25rem;
}

.coupon-list-page .coupon-title {
	font-size: .6rem;
	margin-top: .5rem;
}

.coupon-list-page .coupon-time {
	font-size: .6rem;
}

.coupon-list-page .coupon-time span {
	position: relative;
}

.coupon-item .item-input {
	padding-right: 0;
}
.coupon-item .item-input input,
.coupon-item .item-input {
	font-size: .6rem;
	text-align: right;
}

.coupon-item  .item-input:after {
	display: none;
}

.profile-content .user-avatar {
	display: block;
	padding: .25rem;
	margin: 0 auto;
	width: 4rem;
	height: 4rem;
	border-radius: 100%;
	border: 2px solid #8d542a;
	background: #231f20;
}

.profile-content .user-avatar img {
	display: block;
	width: 100%;
}

.profile-content .main {
	background: #fff !important;
}

.profile-content .user-infos .item-inner {
	font-size: .7rem;
}

.profile-content .list-block ul:after,
.profile-content .list-block ul:before {
	background: transparent;
}

.profile-content .list-layout ul {
	margin-bottom: .25rem;
	background: #fde7c5;
}

.profile-content .list-layout .disabled {
	background: #e6e6e6;
}

.profile-content .list-layout .item-inner {
	color: #333;
	font-size: .7rem;
}

.profile-content .list-layout .item-title {
	font-weight: 500;
}

.profile-content .button-group .button {
	margin-top: 1rem;
	line-height: 1.7rem;
	height: 1.7rem;
}

.profile-content .account-layout {
	padding: .5rem 0 0;
}

.profile-content .customer-button {
	color: #333;
	border: 1px solid #999;
}

.profile-content .wallet-wrap .item {
	position: relative;
	padding: .5rem 0 .55rem;
	font-size: .6rem;
	color: #5f646e;
}

.profile-content .wallet-wrap .item:first-child:after {
	content: '';
	position: absolute;
	right: 0;
	top: 1rem;
	bottom: 1rem;
	width: 1px;
	background: #b3b3b3;
}

.profile-content .wallet-wrap .iconfont {
	font-size: 2rem;
}

.profile-footer .col-50:nth-child(2):after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #fff;
}

.profile-detail-content .content-block-title,
.profile-bill-content .content-block-title,
.profile-wallet-content .content-block-title {
	margin: .5rem 0 0 0;
	padding: .55rem .5rem .45rem;
	font-size: .75rem;
	font-weight: bold;
	background: #fff;
}

.profile-detail-content .item-content,
.profile-bill-content .item-content,
.profile-wallet-content .item-content,
.profile-fita-content .item-content {
	margin-bottom: .25rem;
	font-size: .65rem;
	background: #fff;
}

.profile-fita-content .item-content {
	padding: .55rem .5rem .75rem;
}

.profile-detail-content .item-input input {
	text-align: right;
	font-size: .6rem;
}

.profile-detail-content .item-input:after {
	display: none;
}

.profile-bill-content .bill-detail {
	margin: .5rem;
	padding: .5rem .25rem;
	border-radius: .2rem;
	font-size: .6rem;
	background: #fff;
}

.profile-bill-content .bill-detail .name {
	margin: 0 0 .25rem;
	font-size: .85rem;
}

.profile-bill-content .bill-detail .col-50 {
	margin-top: .25rem;
}

.wallet-header.bar:after {
	background: transparent;
}

.profile-wallet-content .price {
	font-size: .95rem;
	font-weight: 600;
}

.wallet-detail {
	padding: 1.25rem .75rem 0;
	color: #fff;
	font-size: .6rem;
	height: 4.5rem;
	line-height: 1;
	text-align: center;
	background: url(../images/wallet-head.png) center bottom no-repeat;
	background-size: cover;
}

.wallet-detail .price {
	margin-bottom: .25rem;
	display: block;
	font-size: .75rem;
}

.profile-fita-content .fita-title {
	position: relative;
}

.profile-fita-content .name {
	font-size: .85rem;
	height: 1.6rem;
	line-height: 1.6rem;
}

.profile-fita-content .label {
	position: absolute;
	top: .25rem;
	right: 0;
	padding: .05rem .35rem;
	font-size: .6rem;
	color: #fff;
	border-radius: .25rem;
	background: #ff0e0e;
}

.profile-fita-content .item {
	min-height: 3.5rem;
}

.profile-fita-content .item-content .button {
	display: block;
	margin: 0 auto;
	width: 5rem;
	color: #131313;
	border-radius: 0;
	border-color: #131313;
}

.profile-recruit-content .rule {
	margin: 0 .75rem;
	line-height: 1.1rem;
	font-size: .6rem;
	font-weight: 600;
	color: #5b5b5b;
}

.profile-recruit-content .create-button {
	color: #fff;
	line-height: 1.8rem;
	height: 1.8rem;
	border-radius: 0;
	background: #b29365;
	border-color: #b29365;
}

.range-wrap {
	margin: 3rem .75rem 0;
}

.range-wrap .slider-container {
	display: inline-block;
}

.range-wrap .iconfont {
	padding: .25rem;
	text-align: center;
	line-height: .5rem;
	vertical-align: -webkit-baseline-middle;
}

.theme-blue .back-bar {
	height: 2px !important;
	background-color: #131313 !important;
  background-image: linear-gradient(to bottom, #111111, #131313) !important;
}

.theme-blue .back-bar .pointer {
	border: 3px solid #89d9e5 !important;
	background-image: linear-gradient(to bottom, #41c7db, #89d9e5) !important;
}

.slider-container .back-bar .pointer-label {
	top: -1rem !important;
	font-size: .75rem !important;
	background: transparent !important;
}

.profile-withdraw-content .withdraw {
	width: 100%;
	padding-left: .5rem;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: .7rem;
	border:1px solid #5d5d5d;
}

.profile-withdraw-content .text {
	font-size: .6rem;
}

.profile-withdraw-content .all-button {
	color: #131313;
	padding: .25rem;
}

.profile-withdraw-content .withdraw-button {
	margin-top: 1rem;
	width: 100%;
	line-height: 2rem;
	height: 2rem;
	color: #fff;
	font-size: .75rem;
	border-radius: 0;
	background: #3dac68;
	border-color: #3dac68;
}

.profile-withdraw-content .withdraw-rule {
	margin-top: .75rem;
	font-size: .6rem;
	color: #131313;
}

.profile-poster-content .qrcode-wrap {
	position: absolute;
	bottom: .75rem;
	left: 50%;
	margin-left: -2rem;
}

.poster-cover {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	padding-bottom: 141.6%;
	-webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}

.poster-cover > img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	min-width: 100%;
	height: 100%;
	overflow: hidden;
}

.poster-success {
	position: absolute;
	bottom: .75rem;
	left: 0;
	right: 0;
	margin: 0;
	font-size: .7rem;
	text-align: center;
}

.profile-poster-content .qrcode-wrap #qrcode {
	display: block;
	width: 4rem;
	height: 4rem;
	overflow: hidden;
}

.profile-poster-content .fita-text {
	display: block;
	width: 4rem;
	margin: .25rem auto 0;
}

.recharge-page {
	background: url(../images/recharge.png) #fff top no-repeat;
	background-size: contain;
}

.recharge-page .fita-header,
.recharge-page .bar:after {
	background: transparent;
}

.recharge-page .price {
	height: 5.5rem;
	line-height: 5.5rem;
	color: #fff;
	font-size: .6rem;
}

.recharge-page .price span {
	font-size: 1.4rem;
  font-weight: bold;
}

.recharge-page .fita-block-title {
	margin: .5rem .25rem .75rem;
	font-size: .85rem;
	color: #161616;
	background: transparent;
}

.recharge-page .fita-block-title .tips {
	padding: 0 .25rem;
	color: #b98442;
	font-size: .75rem;
}

.recharge-price {
	margin: 0 .75rem;
}

.recharge-price .money {
	padding: .25rem;
	margin-bottom: 1rem;
	width: 100%;
	line-height: 2.1rem;
	height: 2.2rem;
	border: 1px solid #b98442;
	border-radius: 3px;
}

.recharge-price .item {
	position: relative;
	padding: 1.15rem 0;
	margin-top: .25rem;
	margin-bottom: .5rem;
	border-radius: 5px;
	color: #b88340;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #fff2eb;
	box-shadow: 0 0 5px rgba(183, 183, 183, .5);
}

.recharge-price .item.active {
	border-color: #b98442;
	background: #fff2eb;
}

.recharge-price .item.active:after {
	position: absolute;
	bottom: -1px;
	right: -1px;
	color: #fff;
	font-family:"iconfont" !important;
	content: "\e604";
	font-size: .75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	lien-height: 1rem;
	border-radius: 5px;
	background: #b98442;
}

.recharge-modal {
	left: 5%;
	right: 5%;
	top: 10.5rem;
	width: auto !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

.recharge-modal .close {
	position: absolute;
  top: .75rem;
  right: .75rem;
  color: #fff;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.2rem;
  border: 2px solid #fff;
  text-align: center;
  font-size: 1rem;
}

.recharge-modal:after {
	position: absolute;
	content: '';
	top: -10px;
	right: 10px;
	width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #b7803b;
}

.recharge-modal .modal-inner {
	padding-top: 1.25rem;
	padding-bottom: 1.75rem;
	text-align: left;
	font-size: .6rem;
	font-weight: 400;
	color: #fff;
	background: #b7803b;
}

.recharge-modal .modal-inner .block-title {
	margin-bottom: .35rem;
	font-size: .7rem;
	line-height: 1.4rem;
	height: 1.4rem;
}

.recharge-modal .tips-content > div {
	margin-bottom: .25rem;
}

.recharge-modal .tips-content a {
	text-decoration: none;
	color: #fff;
}
.color-red {
	color: #ff0e0e;
}

.color-green {
	color: #3dac68;
}

.color-black {
	color: #01182c;
}

.bank-content .label,
.bank-content .item-input {
  font-size: .65rem;
}

.bank-content .item-input:after {
  display: none;
}

.bank-content .item-input input {
	text-align: left;
	font-size: .65rem;
}

.bank-content-item .item-inner {
	display: -webkit-box;
	display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bank-content-item .item-inner .item {
	display: -webkit-box;
	display: flex;
	width: 100%;
	padding: .2rem 0;
	min-height: 1.8rem;
}

/**
 * ======================
 * reverse login page
 * ======================
 */
.fita-black-header {
	color: #b29365 ;
	background: #231815;
}

.fita-black-header .icon,
.fita-black-header .title,
.fita-black-header .iconfont {
	color: #b29365;
}

.fita-black-header .iconfont {
	padding: .75rem .1rem;
	position: relative;
  z-index: 20;
  font-size: 1rem;
  line-height: 1.2rem;
}

.fita-black-header::after {
	background: transparent;
}

.fita-reverse-footer-bar {
	 background: #231815;
}

.fita-reverse-footer-bar .col-50,
.fita-reverse-footer-bar .col-100 {
	color: #b29365;
	line-height: 2.7rem;
}

.reverse-login-page {
	background: url(../images/reverse/map.png) #231815 bottom center no-repeat;
	background-size: 100%
}

.reverse-login-page .light-line {
	width: 100%;
	height: 1.8rem;
	background: url(../images/reverse/header-line.png) no-repeat;
	background-size: cover;
}

.reverse-login-page .login-wrap {
	padding: 1rem;
	margin: .5rem 1.25rem 1rem;
	border-radius: .5rem;
	background: #fff;
}

.reverse-login-page .bind-mobile {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0 0 .75rem;
	border-radius: .5rem;
	background: #f3f3f2;
}

.reverse-login-page .item-content {
	padding-right: .75rem;
}

.reverse-login-page .item-title.label {
	font-size: .65rem;
}

.reverse-login-page .item-inner {
	color: #333;
	font-size: .7rem;
	border-bottom: 1px solid #000;
}

.reverse-login-page .item-input:after {
	display: none;
}

.reverse-login-page .item-input input,
.reverse-login-page .item-input input::-webkit-input-placeholder  {
	font-size: .7rem;
	color: #333;
}

.fita-black-button {
	height: 2rem;
	line-height: 1.8rem;
	font-size: .85rem;
	color: #b29365;
	border-radius: 0;
	border-color: transparent;
	background: #231f20;
}

.reverse-button {
	height: 2rem;
	line-height: 1.8rem;
	font-size: .85rem;
	color: #b29365;
	border-radius: 0;
	border-color: transparent;
	background: #231f20;
	letter-spacing: 2px;
}

.reverse-login-page .tips {
	margin: 1.5rem 0 .5rem;
	font-size: .6rem;
	color: #666666;
}

.float-page:before {
	position: absolute;
  content: '';
  top: 2.2rem;
  left: 0;
  right: 0;
  height: 7.5rem;
  background: #231815;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  z-index: -1;
}

.no-black-bg:before {
	 background: transparent;
}

.float-page .main {
	min-height: calc(100% - 7rem);
	min-height: -webkit-calc(100% - 7rem);
	padding: .5rem .25rem .5rem;
	margin: .75rem .25rem 1rem;
	border-radius: .5rem;
	background: #edeeed;
	box-shadow: 0 10px 10px rgba(147, 175, 228, 0.39);
}

.float-page .main .item-input:after {
	display: none;
}

.float-page .main .fita-buttons-tab {
	color: #333;
	background: #edeeed;
}

.float-page .main .buttons-fixed {
	padding: 0 .5rem;
	left: .25rem;
	right: .25rem;
}

.reverse-page .item-inner:after,
.float-page .main .fita-buttons-tab:after {
	background: transparent;
}

.float-page .fita-buttons-tab .button {
	color: #333333;
}

.float-page .fita-buttons-tab .button.active {
	border-color: transparent;
	background: #fbb03f;
}


.reverse-page .list-block {
	margin: 0 0 .75rem;
	background: #fff;
}

.reverse-page .item-title,
.reverse-page .item-after {
	font-size: .75rem;
}

.reverse-page .item-text,
.reverse-sku-page .detail {
	margin-top: .25rem;
	font-size: .65rem;
}

.reverse-page .notes {
	margin-bottom: .25rem;
	position: relative;
  padding-bottom: 1rem;	
}

.reverse-page .notes .text {
	height: 2.1rem;
	line-height: 1rem;
	overflow: hidden;
	padding: .25rem .75rem 0;
	color: #5f646e;
	font-size: .6rem;
}

.reverse-page .notes.show .text {
	height: auto;
}

.reverse-page .notes::after {
	position: absolute;
	bottom: -.25rem;
	width: 100%;
	content: '\e611';
	font-weight: bold;
	font-size: 1rem;
	font-family: "iconfont-sm" !important;
	text-align: center;
	z-index: 1;
}

.reverse-page .notes.show::after {
	content: "\e612";
}

.layout-title {
	margin-bottom: .25rem;
	font-size: .75rem;
}

.reverse-page .contact-info {
	line-height: 1.6;
	font-size: .7rem;
}

.reverse-page .aircrew-info div {
	font-size: .6rem;
}

.passport-wrap {
	padding: .5rem .75rem .45rem ;
}

.passport-wrap .img-item {
	height: 4rem;
	border: 1px solid #333;
	font-size: .6rem;
}

.passport-wrap .add-img {
	display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.passport-wrap .add-img .iconfont {
	font-size: 1.5rem;
}

.passport-wrap .add-img span {
	margin-top: -.15rem;
	display: block;
}

.passport-wrap .dropify-wrapper {
	border: none;
	padding: 0;
}

.passport-wrap .dropify-wrapper.touch-fallback {
	height: 100% !important;
}

.passport-wrap .dropify-wrapper.touch-fallback .dropify-message {
	padding: 0;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.passport-wrap .dropify-wrapper.touch-fallback .dropify-clear {
	top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  border: none;
  color: #fff;
  background: rgba(119,119,119,.6);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render {
	height: 100%;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render img {
	width: 100%;
  -webkit-transform: translate(0, -50%) !important;
   transform: translate(0, -50%) !important;
}

.reverse-page .suggest-item {
	font-size: .65rem;
}

.reverse-page .suggest-item input[type=checkbox] {
  margin-right: .25rem;
  cursor: pointer;
  width: .75rem;
  height: .75rem;
  position: relative;
  vertical-align: top;
  border: 0;
  outline: none;

}
 
.reverse-page .suggest-item  input[type=checkbox]:after {
  position: absolute;
  width: .5rem;
  height: .6rem;
  top: 0;
  content: " ";
  background-color: #edeeed;
  color: #fff;
  display: inline-block;
  visibility: visible;
  border: 2px solid #f88600;
  padding: 0 .1rem 0 .05rem;
  border-radius: 0;
}
 
.reverse-page .suggest-item  input[type=checkbox]:checked:after {
	color: #f88600;
	content: "✓";
	line-height: .6rem;
	font-size: .7rem;
}

.reverse-page .order-price-wrap {
	margin-top: .5rem;
	padding: 0 .5rem 0 0;
	font-size: .7rem;
}

.reverse-page .order-price-wrap .date,
.reverse-page .order-number {
	margin: 0;
	font-size: .6rem;
}

.reverse-page .button-group {
	margin: 1.5rem 0 1rem;
}

.reverse-page .pay-button {
	margin: 1rem auto .5rem;
	width: 70%;
}

.reverse-page .offline-pay {
  display: block;
  margin: 0 auto;
  width: 70%;
	font-size: .7rem;
  text-decoration: none;
  color: #666;
  text-align: right;
}

.reverse-result-page .main {
  min-height: calc(100% - 3rem);
  min-height: -webkit-calc(100% - 3rem);
}

.reverse-result-page .order-price-wrap {
	padding: .5rem .75rem .45rem;
	background: #fff;
}

.reverse-result-page .success-title {
	margin-bottom: .5rem;
	font-size: .85rem;
	font-weight: bold;
	color: #ee1d23;
}

.reverse-result-page .success-text {
	margin-bottom: .5rem;
	font-size: .65rem;
	color: #333;
}

.modal.modal-out {
	display: none !important;
}

.new-buttons-tab {
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	background: #edeeed;
}

.new-buttons-tab .button {
	height: auto;
	line-height: 1;
}

.new-buttons-tab .button img{
	display: block;
	height: 2.7rem;
	margin: 0 auto .25rem;
}

.new-buttons-tab .button span {
	font-size: .7rem;
	color: #000;
}

.new-buttons-tab .button.active {
	border-bottom: 0;
}

.new-buttons-tab.buttons-tab:after {
	background: transparent;
}

.aviation-swiper-container {
	padding-bottom: 0;
}

.swiper-button-color.swiper-button-prev {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy44NiA0MC43OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmMzk4MDA7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7otYTmupAgMTwvdGl0bGU+PGcgaWQ9IuWbvuWxgl8yIiBkYXRhLW5hbWU9IuWbvuWxgiAyIj48ZyBpZD0i5Zu+5bGCXzEtMiIgZGF0YS1uYW1lPSLlm77lsYIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMywyMi40NmEyLjU1LDIuNTUsMCwwLDEtMS43Ny0uNzEsMi41MywyLjUzLDAsMCwxLDAtMy41NWwxNy0xN2EyLjQ3LDIuNDcsMCwwLDEsMy41LDAsMi41MiwyLjUyLDAsMCwxLDAsMy41NGwtMTcsMTdBMi40NSwyLjQ1LDAsMCwxLDMsMjIuNDZaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAuOSw0MC4yOGEyLjM2LDIuMzYsMCwwLDEtMS43Ny0uNzZMMS4yMywyMS42MmEyLjQ3LDIuNDcsMCwwLDEsMy40OS0zLjVMMjIuNjMsMzZhMi40NiwyLjQ2LDAsMCwxLDAsMy40OUEyLjMyLDIuMzIsMCwwLDEsMjAuOSw0MC4yOFoiLz48L2c+PC9nPjwvc3ZnPg==) !important;
}

.swiper-button-color.swiper-button-next{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy44NiA0MC43OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmMzk4MDA7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7otYTmupAgMjwvdGl0bGU+PGcgaWQ9IuWbvuWxgl8yIiBkYXRhLW5hbWU9IuWbvuWxgiAyIj48ZyBpZD0i5Zu+5bGCXzEtMiIgZGF0YS1uYW1lPSLlm77lsYIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTkuMTMsMjEuNzVsLTE3LTE3YTIuNTIsMi41MiwwLDAsMSwwLTMuNTQsMi40NywyLjQ3LDAsMCwxLDMuNSwwbDE3LDE3YTIuNTIsMi41MiwwLDAsMSwwLDMuNTQsMi41OCwyLjU4LDAsMCwxLTEuNzcuNzFBMi40OSwyLjQ5LDAsMCwxLDE5LjEzLDIxLjc1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEuMjMsMzkuNTJhMi40NiwyLjQ2LDAsMCwxLDAtMy40OWwxNy45LTE3LjkxYTIuNDcsMi40NywwLDAsMSwzLjUsMy41TDQuNzMsMzkuNTJBMi4zNiwyLjM2LDAsMCwxLDMsNDAuMjgsMi4zMSwyLjMxLDAsMCwxLDEuMjMsMzkuNTJaIi8+PC9nPjwvZz48L3N2Zz4=) !important
}
.aviation-swiper-container .swiper-button-next, 
.aviation-swiper-container .swiper-button-prev{
	width: 24px;
	height: 40px;
	background-size: 24px 40px; 
}

.aviation-list {
	margin-bottom: .25rem;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(99, 108, 191, 0.5);
	-webkit-box-shadow: 0px 5px 10px rgba(99, 108, 191, 0.5);	
}

.aviation-list .card {
	margin: 0 0 .5rem;
	box-shadow: none !important;
}

.aviation-list .card .item-text {
	margin: .25rem 0;
	color: #000;
  font-size: .75rem;	
}

.aviation-list .card .price {
	display: block;
	font-size: .65rem;
	color: #666;
}

.aviation-list .reverse-button {
	font-size: .7rem;
	height: 1.6rem;
	line-height: 1.5rem;
}

.aviation-list .list-block {
	background: #edeeed;
}

/*sku-banner-wrap*/
.reverse-sku-page .sku-banner-wrap,
.sku-banner-wrap {
	padding: 0 .25rem;
}

.reverse-sku-page .sku-banner-wrap img,
.sku-banner-wrap img {
	display: block;
	width: 100%;
  margin: 0 auto;
}

.reverse-sku-page .main,
.reverse-sku-main {
  min-height: 5rem;
	background: #fff;
}

.reverse-sku-page:before {
	min-height: 13rem;
}

.reverse-sku-page .textarea {
	padding-bottom: .5rem;
  font-size: .6rem;
}

.reverse-sku-page .textarea img {
	max-width: 100%;
}

.service-page .form-layout {
	padding: 0 .25rem;
}

.service-page .item {
	position: relative;
}

.service-page .color-red {
	position: absolute;
	left: -.35rem;
	top: .5rem;
}

.service-page .number-layout .item {
	position: relative;
}

.service-page .number-layout .label {
	position: absolute;
	top: 0;
	right: .5rem;
	padding-left: .5rem;
	line-height: 2rem;
	font-size: .7rem;
	border-left: 1px solid #d0d0d0;
}

.service-page .number-layout input {
	padding-right: 2rem !important;
}

.service-page .tips {
	padding: .25rem .5rem;
	font-size: .7rem;
  letter-spacing: 2px;
}

.service-page .item input {
	margin-bottom: .5rem;
	padding-left: .5rem;
	padding-right: .5rem;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	font-size: .7rem;
}

.service-page .item input,
.service-page .item input::-webkit-input-placeholder {
	color: #333;
}

.service-page .needs-layout {
	padding: .5rem .25rem;
	border: 1px solid rgb(169, 169, 169);
	background: #fff;
}

.service-page .needs {
	width: 100%;
	min-height: 10rem;
	font-size: .6rem;
	border-color: transparent;
}

.service-page .needs textarea::-webkit-input-placeholder{
	color: #cfcfcf;
}

.reverse-sku-page .detail p,
.reverse-sku-main .detail p {
	margin-bottom: .25rem;
}

.reverse-sku-page .contact-info .layout-item,
.reverse-sku-main .contact-info .layout-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.reverse-sku-page .contact-info .label,
.reverse-sku-main .contact-info .label {
	width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 4px 0;
}

.reverse-sku-page .contact-info input,
.reverse-sku-page .contact-info input::-webkit-input-placeholder,
.reverse-sku-main .contact-info input,
.reverse-sku-main .contact-info input::-webkit-input-placeholder {
	text-align: right;
	font-size: .7rem;
}

.sku-order-list-layout .item-title{
	margin-bottom: .25rem;
	font-size: 0.75rem;
  line-height: 1.05rem;
  overflow: hidden;
  height: 2.1rem;
  white-space: pre-wrap !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.reverse-sku-page .main .item-title {
	font-size: .75rem;
	overflow: hidden;
  max-height: 2.3rem;
  white-space: normal !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.reverse-sku-list .aviation-plane .item-text {
	font-size: .7rem;
}

.reverse-sku-list .hotel-card .item-text,
.reverse-sku-list .cruises-card .item-text {
	height: auto !important;
	font-size: .6rem;
	text-align: right;
}
