* {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
a {
  font-size: 14px;
  color: #666;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #ff5f69;
}
input,
textarea {
  border: 0;
  outline: 0;
}
img {
  vertical-align: top;
  border: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', '\5B8B\4F53', sans-serif;
}
area,
button {
  outline: 0;
}
body {
  min-width: 1000px;
  font-size: 12px;
  background-color: #edefed;
}
.wrap {
  position: relative;
  min-width: 1000px;
}
.container {
  position: relative;
  margin: 0 auto;
  width: 994px;
  *zoom: 1;
}
.container:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.bg-f {
  background-color: #fff;
}
.breadcrumb {
  overflow: hidden;
}
.breadcrumb ul {
  margin-left: -24px;
  *zoom: 1;
}
.breadcrumb ul:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.breadcrumb ul li {
  float: left;
  padding: 18px 12px 18px 0 ;
  line-height: 14px;
}
.breadcrumb ul li:before {
  font-family: 'icomoon' !important;
  content: "\E91A";
  padding-right: 12px;
  font-size: 12px;
  color: #999;
}
.breadcrumb ul li a {
  color: #999;
}
.breadcrumb ul li a:hover {
  color: #ff5f69;
}
.to-hide {
  display: none!important;
}
.to-show {
  display: block!important;
}
body > a[href^="http://tongji.baidu.com"] {
  display: none!important;
}
#jiaxin-mcs-fixed-btn {
  display: none!important;
}
.breadcrumb .container {
  overflow: hidden;
}
.breadcrumb .container ul {
  margin-left: -24px;
  *zoom: 1;
}
.breadcrumb .container ul:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.breadcrumb .container ul li {
  float: left;
  padding: 18px 12px 18px 0 ;
  line-height: 14px;
}
.breadcrumb .container ul li:before {
  font-family: 'icomoon' !important;
  content: "\E91A";
  padding-right: 12px;
  font-size: 12px;
  color: #999;
}
.breadcrumb .container ul li a {
  color: #999;
}
.breadcrumb .container ul li a:hover {
  color: #ff5f69;
}
.pages {
  margin: 50px auto 0;
}
.pages ul {
  text-align: center;
}
.pages ul li {
  display: inline-block;
  margin-right: 9px;
  width: 40px;
  height: 40px;
}
.pages ul li a {
  display: block;
  background-color: #fff;
  color: #666;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}
.pages ul li a:hover {
  background-color: #ff5f69;
  color: #fff;
}
.pages ul li.active a {
  background-color: #ff5f69;
  color: #fff;
  cursor: default;
}
.pages ul li.ellipsis a {
  background-color: transparent;
  cursor: default;
  color: #666 !important;
}
.pages ul li.left a,
.pages ul li.right a {
  background-color: transparent;
}
.pages ul li.left a i,
.pages ul li.right a i {
  color: #666;
  background-color: transparent;
}
.pages ul li.left a:hover i,
.pages ul li.right a:hover i {
  color: #ff5f69;
}
.pages ul li.disable a {
  background-color: transparent;
  cursor: not-allowed;
}
.pages ul li.disable a i {
  color: #ccc !important;
}
.pages ul li .jump-in {
  box-sizing: border-box;
  border-radius: 4px;
  padding: 4px;
  width: 80px;
  height: 40px;
  font-size: 18px;
  background-color: #fff;
  text-align: center;
  color: #666;
  border: 1px solid #e2e2e2;
}
.pages ul li .jump-in-btn {
  margin-left: 9px;
  width: 50px;
  height: 40px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 40px;
  background-color: #fff;
  cursor: pointer;
  color: #666;
}
.pages ul li .jump-in-btn:hover {
  color: #fff;
  background-color: #ff5f69;
}
.pages ul li .jump-txt {
  font-size: 18px;
  color: #666;
}
.pages ul .jump-box {
  width: 200px;
  text-align: right;
}
.am-sticky {
  position: fixed;
  z-index: 999;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.fixed-screen {
  overflow: hidden;
  padding-right: 17px;
}
.scroll-y {
  overflow-y: scroll;
}
#LXB_CONTAINER_SHOW {
  display: none!important;
}
a#QIAO_ICON_CONTAINER {
  display: none!important;
}
body > a[href^="http://tongji.baidu.com"] {
  display: none!important;
}
#nb_icon_wrap {
  display: none!important;
}
#nb_invite_wrap {
  display: none!important;
}
#newBridge {
  display: none!important;
}
#cnzz_stat_icon_1256582295 {
  display: none!important;
}
#UDESK_BTN {
  display: none;
}
#UDESK_POP {
  top: 50%!important;
  right: 88px!important;
  left: initial!important;
  margin-left: 0!important;
  margin-top: -34px !important;
}
.pjax-loader-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear 0.4s;
  transition: opacity 0.4s linear 0.4s;
}
.pjax-loader-bar.is-loading {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
.pjax-loader-bar .progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: #ff5f69;
  box-shadow: 0 0 10px rgba(119, 182, 255, 0.7);
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.space-10 {
  height: 10px;
}
#ec--cs-wrapper {
  z-index: 99 !important;
}
#ec--session-wrapper {
  z-index: 99 !important;
}
.border-radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.cc {
  *zoom: 1;
}
.cc:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
@font-face {
  font-family: 'icomoon';
  src: url(css/fonts/icomoon.eot);
  src: url(css/fonts/icomoon.eot#iefix) format('embedded-opentype'), url(css/fonts/icomoon.ttf) format('truetype'), url(css/fonts/icomoon.woff) format('woff'), url(css/fonts/icomoon.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pig-failed:before {
  content: "\E929";
}
.icon-pig-normal:before {
  content: "\E92A";
}
.icon-pig-success:before {
  content: "\E92B";
}
.icon-north-america:before {
  content: "\E91F";
}
.icon-africa:before {
  content: "\E920";
}
.icon-asia:before {
  content: "\E921";
}
.icon-europe:before {
  content: "\E922";
}
.icon-oceania:before {
  content: "\E923";
}
.icon-south-america:before {
  content: "\E924";
}
.icon-close:before {
  content: "\E925";
}
.icon-arrow:before {
  content: "\E900";
}
.icon-bag:before {
  content: "\E901";
}
.icon-balloon:before {
  content: "\E902";
}
.icon-safe:before {
  content: "\E915";
}
.icon-prev-bold:before {
  content: "\E903";
}
.icon-next-bold:before {
  content: "\E919";
}
.icon-prev:before {
  content: "\E918";
}
.icon-next:before {
  content: "\E91A";
}
.icon-up:before {
  content: "\E928";
}
.icon-drop:before {
  content: "\E91C";
}
.icon-distance:before {
  content: "\E904";
}
.icon-edit:before {
  content: "\E906";
}
.icon-heart:before {
  content: "\E907";
}
.icon-heart-solid:before {
  content: "\E92C";
}
.icon-msg:before {
  content: "\E908";
}
.icon-order:before {
  content: "\E909";
}
.icon-person:before {
  content: "\E90A";
}
.icon-qrcode:before {
  content: "\E90B";
}
.icon-right:before {
  content: "\E90C";
}
.icon-wrong:before {
  content: "\E914";
}
.icon-search:before {
  content: "\E90D";
}
.icon-service:before {
  content: "\E90E";
}
.icon-star:before {
  content: "\E90F";
}
.icon-star-hollow:before {
  content: "\E910";
}
.icon-time:before {
  content: "\E911";
}
.icon-wechat:before {
  content: "\E912";
}
.icon-weibo:before {
  content: "\E913";
}
.icon-dou:before {
  content: "\E905";
}
.icon-select:before {
  content: "\E916";
}
.icon-quote:before {
  content: "\E917";
}
.icon-quote-close:before {
  content: "\E91B";
}
.icon-apple:before {
  content: "\E91D";
}
.icon-android:before {
  content: "\E91E";
}
.icon-arrow-dashed:before {
  content: "\E926";
}
.icon-warn:before {
  content: "\E927";
}
.icon-pencil:before {
  content: "\E92D";
}
.icon-right2:before {
  content: "\E92E";
}
.icon-add:before {
  content: "\E92F";
}
.icon-delete:before {
  content: "\E930";
}
.icon-clear:before {
  content: "\E914";
}
.btn {
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #ccc;
  overflow: hidden;
}
.btn a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.btn i {
  padding-right: 8px;
  vertical-align: middle;
}
.btn.more {
  background-color: #edefed;
  border: 1px solid #959595;
}
.btn.more a {
  line-height: 42px;
  font-size: 12px;
}
.btn.btn-primary {
  border: 0;
}
.btn.btn-primary a {
  line-height: 34px;
  background-color: #ff5f69;
  border: 0;
  color: #fff;
}
.btn.btn-primary a:hover {
  background-color: #ff2c39;
}
.btn.btn-primary a i {
  font-size: 20px;
}
.btn.btn-primary.apple {
  border: 0;
}
.btn.btn-primary.apple a {
  background-color: #00b7d3;
}
.btn.btn-primary.apple a:hover {
  background-color: #148cc3;
}
.btn.btn-primary.android {
  border: 0;
}
.btn.btn-primary.android a {
  background-color: #5dbf8a;
}
.btn.btn-primary.android a:hover {
  background-color: #139b4c;
}
.btn.btn-primary[disabled] a {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
}
.btn.select .btn-inner {
  border: 1px solid #fff;
}
.btn.select .btn-inner a {
  line-height: 34px;
  text-align: left;
  text-indent: 8px;
}
.btn.select.active {
  border-color: #ff5f69;
}
.btn.select.active .btn-inner {
  border: 1px solid #ff5f69;
  background: url("https://pic.8pig.com/img/pc/new/selected-bg.png") right bottom no-repeat;
}
.btn.select[disabled] .btn-inner {
  border-color: #e0e0e0;
}
.btn:hover {
  border-color: #ff5f69;
}
.btn[disabled] {
  border-color: #ccc;
}
.btn[disabled] a {
  cursor: not-allowed;
  color: #999;
  background-color: #e0e0e0;
}
.title {
  padding: 40px 0 15px;
  text-align: center;
  color: #565a5c;
}
.title h2 {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 32px;
}
.title p {
  margin: 0 auto 6px;
  width: 414px;
  height: 6px;
  border-bottom: 1px solid #999;
  font-size: 0;
}
.title p span {
  padding: 0 12px;
  font-size: 12px;
  line-height: 12px;
  background-color: #edefed;
  overflow: hidden;
}
.box {
  width: 994px;
  *zoom: 1;
}
.box:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.box .box-inner {
  margin-left: -26px;
  *zoom: 1;
}
.box .box-inner:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.box .box-inner .col-1 {
  width: 314px;
}
.box .box-inner .col-2 {
  width: 654px;
}
.box .box-inner .col-3 {
  width: 994px;
}
.box .box-inner .flag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 70px;
  height: 70px;
}
.box .box-inner .new:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 70px;
  height: 70px;
  background: url(https://pic.8pig.com/img/pc/new/new-tag.png) no-repeat;
}
.box .box-inner .official:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 70px;
  height: 70px;
  background: url(https://pic.8pig.com/img/pc/new/official-tag.png) no-repeat;
}
.box .box-inner [class^="col-"] {
  position: relative;
  float: left;
  margin: 30px 0 0 26px;
  background-color: #fff;
  overflow: hidden;
}
.box .box-inner [class^="col-"] .tit {
  position: absolute;
  top: 119px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 76px;
  color: #fff;
  text-align: center;
}
.box .box-inner [class^="col-"] .tit h5 {
  font-size: 30px;
  line-height: 48px;
  text-shadow: 0 2px 2px #000;
}
.box .box-inner [class^="col-"] .tit p {
  font-size: 18px;
  line-height: 28px;
  text-shadow: 0 2px 2px #000;
}
.box .box-inner [class^="col-"] a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.box .box-inner [class^="col-"] a .imgbox {
  width: 100%;
  overflow: hidden;
  background-color: #d4d4d4;
}
.box .box-inner [class^="col-"] a .imgbox .bg {
  width: 314px;
  height: 234px;
  background: url("https://pic.8pig.com/img/pc/new/img-bg.png") center center no-repeat;
}
.box .box-inner [class^="col-"] a .imgbox img {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.box .box-inner [class^="col-"] a:hover {
  color: inherit;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.box .box-inner [class^="col-"] a:hover .imgbox img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.box .box-inner.daren [class^="col-"] {
  height: 324px;
  -webkit-box-shadow: 0 1px 2px rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(153, 153, 153, 0.5);
  box-shadow: 0 1px 2px rgba(153, 153, 153, 0.5);
}
.box .box-inner.daren [class^="col-"]:hover {
  -webkit-box-shadow: 0 1px 5px rgba(153, 153, 153, 0.7);
  -moz-box-shadow: 0 1px 5px rgba(153, 153, 153, 0.7);
  box-shadow: 0 1px 5px rgba(153, 153, 153, 0.7);
}
.box .box-inner.daren .info {
  margin: 8px 0 4px;
  *zoom: 1;
}
.box .box-inner.daren .info:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.box .box-inner.daren .info .left {
  float: left;
  padding-top: 10px;
  width: 84px;
  text-align: center;
}
.box .box-inner.daren .info .left .bg {
  margin: auto;
  width: 56px;
  height: 56px;
  background: url("https://pic.8pig.com/img/pc/new/img-bg.png") center center no-repeat;
  background-size: contain;
}
.box .box-inner.daren .info .left .bg img {
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  border-radius: 56px;
}
.box .box-inner.daren .info .left p {
  margin-top: 4px;
  padding: 0 10px;
  height: 28px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}
.box .box-inner.daren .info .right {
  margin-left: 84px;
  overflow: hidden;
}
.box .box-inner.daren .info .right p {
  line-height: 28px;
}
.box .box-inner.daren .info .right p.location {
  color: #999;
}
.box .box-inner.daren .info .right p.location span {
  color: #333;
}
.box .box-inner.daren .info .right p.location span.guide-name {
  padding-right: 18px;
}
.box .box-inner.daren .info .right p.location span.city {
  position: relative;
  padding-left: 12px;
  color: #666;
}
.box .box-inner.daren .info .right p.location span.city:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: #666;
}
.box .box-inner.daren .info .right p.feature em {
  padding-right: 12px;
  color: #666;
  font-style: normal;
}
.box .box-inner.list [class^="col-"] {
  -webkit-box-shadow: 0 1px 0 rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(153, 153, 153, 0.5);
  box-shadow: 0 1px 0 rgba(153, 153, 153, 0.5);
}
.box .box-inner.list [class^="col-"]:hover {
  -webkit-box-shadow: 0 1px 5px rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(153, 153, 153, 0.5);
  box-shadow: 0 1px 5px rgba(153, 153, 153, 0.5);
}
.box .box-inner.list .price {
  position: absolute;
  top: 184px;
  left: 8px;
  padding: 0 8px;
  height: 30px;
  font-size: 0;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.box .box-inner.list .price span {
  padding: 0 4px;
  font-size: 18px;
  line-height: 30px;
}
.box .box-inner.list .price em {
  font-style: normal;
  padding: 0;
  font-size: 14px;
}
.box .box-inner.list .avatar-bg {
  position: absolute;
  top: 198px;
  right: 8px;
  z-index: 2;
  padding: 4px;
  width: 58px;
  height: 58px;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  border-radius: 58px;
  background-color: #fff;
  border: 0 !important;
}
.box .box-inner.list .avatar-bg img.user {
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  border-radius: 58px;
}
.box .box-inner.list .bottom {
  position: relative;
  margin: -8px 12px 8px -1px;
  width: 315px;
  background: url("https://pic.8pig.com/img/pc/new/triangle-long.png") top right no-repeat;
}
.box .box-inner.list .bottom h5 {
  padding: 12px 70px 0 12px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box .box-inner.list .bottom span {
  padding: 0 12px;
  font-size: 12px;
  color: #666;
  border-left: 1px solid #666;
}
.box .box-inner.list .bottom span span {
  padding: 0;
  border: 0;
}
.tips {
  font-size: 0;
  margin: -5px 0 0 -10px;
  height: 27px;
  overflow: hidden;
  padding-right: 10px;
}
.tips span {
  display: inline-block;
  margin: 5px 0 0 10px;
  padding: 2px 5px;
  background-color: #62dcd4;
  font-size: 12px;
  color: #fff;
}
.header {
  width: 100%;
  z-index: 2;
}
.header input,
.header textarea {
  color: #ff5f69;
  text-shadow: 0px 0px 0px #000;
  -webkit-text-fill-color: transparent;
  background-color: transparent ;
}
.index .header {
  position: absolute;
  top: 0;
  left: 0;
}
.header .header-inner {
  position: relative;
  height: 60px;
  background: -moz-linear-gradient(top, #fff, #f2f1f1);
  background: -webkit-gradient(linear, top, from(#fff), to(#f2f1f1));
  background: -webkit-linear-gradient(top, #fff, #f2f1f1);
  background: -o-linear-gradient(top, #fff, #f2f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f1f1', GradientType=0);
}
.header .header-inner.border-bottom {
  border-bottom: 1px solid #ccc\9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.header .header-inner.grad-bg {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.header .header-inner.grad-bg:hover {
  background: #fff;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.header .header-inner .container > div {
  float: left;
}
.header .header-inner .container > div.logo {
  margin-top: 7px;
  width: 146px;
  height: 46px;
}
.header .header-inner .container > div.logo a {
  display: block;
  width: 146px;
  height: 46px;
  line-height: 40px;
  background-image: url("https://pic.8pig.com/img/pc/logo.png");
  overflow: hidden;
}
.header .header-inner .container > div.logo a h1 {
  text-indent: -999px;
}
.header .header-inner .container > div.logo a p:first-child {
  text-indent: -999px;
}
.header .header-inner .container ul.nav {
  position: absolute;
  top: 0;
  right: 0;
}
.header .header-inner .container ul.nav > li {
  position: relative;
  float: left;
}
.header .header-inner .container ul.nav > li a {
  display: inline-block;
  padding: 12px 11px;
  line-height: 35px;
  color: #ff5f69;
}
.header .header-inner .container ul.nav > li > a {
  padding: 12px 11px 10px;
  border-bottom: 2px solid transparent;
}
.header .header-inner .container ul.nav > li > a img {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
}
.header .header-inner .container ul.nav > li > a .nickname {
  padding: 0 4px;
}
.header .header-inner .container ul.nav > li > a:hover {
  border-color: #ff5f69;
}
.header .header-inner .container ul.nav > li .btn {
  margin: 12px 0 0 14px;
}
.header .header-inner .container ul.nav > li .btn a {
  padding: 0 16px;
  color: #fff;
}
.header .header-inner .container ul.nav > li.dropmenu {
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.header .header-inner .container ul.nav > li.dropmenu:hover {
  height: 100px;
}
.header .header-inner .container ul.nav > li.dropmenu:hover a {
  border-color: transparent;
}
.header .header-inner .container ul.nav > li.dropmenu:hover .droplist {
  display: block !important;
}
.header .header-inner .container ul.nav > li.dropmenu.guide:hover {
  height: 302px;
}
.header .header-inner .container ul.nav > li.dropmenu.guide:hover .droplist .manageJourney {
  display: block !important;
}
.header .header-inner .container ul.nav > li.dropmenu .droplist {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #f2f2f2;
  z-index: 100;
}
.header .header-inner .container ul.nav > li.dropmenu .droplist ul {
  border: 1px solid #ccc;
  border-top: 0 ;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.header .header-inner .container ul.nav > li.dropmenu .droplist ul li a {
  padding: 0;
  width: 100%;
  line-height: 48px;
  text-align: center;
}
.header .header-inner .container ul.nav > li.dropmenu .droplist ul li a:hover {
  color: #666;
  background-color: #e8e8e8;
}
.header .header-inner .container ul.nav > li.dropmenu .droplist ul li.manageJourney {
  display: none;
}
.header .header-inner .container ul.nav > li.dropmenu.active {
  background-color: #f2f2f2;
}
.header .header-inner .container ul.nav > li.dropmenu.active .droplist {
  display: block;
}
.search {
  position: relative;
  margin: 13px 0 0 33px;
  width: 222px;
  height: 36px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #999;
  font-size: 14px;
}
.search .search-inner input {
  position: relative;
  padding: 7px 0 7px 7px;
  width: 180px;
  font-size: 14px;
  color: #333\0;
  background-color: transparent;
  z-index: 2;
}
.search .search-inner label {
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  cursor: text;
  z-index: 1;
}
.search .search-inner i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  color: #666;
  font-size: 20px;
  cursor: pointer;
}
.search .search-popup {
  position: absolute;
  top: 48px;
  left: -108px;
  z-index: 99;
  width: 850px;
  border: 1px solid #ccc;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  background: #fff\0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: showSearchDrop 0.2s ease-in-out;
  animation: showSearchDrop 0.2s ease-in-out;
}
.search .search-popup .continent-item {
  padding: 9px 90px 0 20px;
  *zoom: 1;
}
.search .search-popup .continent-item:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.search .search-popup .continent-item h2 {
  float: left;
  width: 78px;
  font-size: 14px;
  color: #666;
  font-weight: 700;
}
.search .search-popup .continent-item h2 i {
  float: right;
  padding: 8px 10px 0 0;
  font-size: 12px;
}
.search .search-popup .continent-item .city-item {
  float: left;
  width: 656px;
  overflow: hidden;
}
.search .search-popup .continent-item .city-item ul {
  margin-left: -36px;
  padding-bottom: 9px;
  border-bottom: 1px dotted #bcbbbb;
  *zoom: 1;
}
.search .search-popup .continent-item .city-item ul:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.search .search-popup .continent-item .city-item ul li {
  float: left;
  margin-left: 36px;
  line-height: 26px;
}
.search .search-popup .continent-item:last-child ul {
  border: 0;
}
.search.active {
  background-color: #fff;
}
.search.active .search-inner label {
  display: none;
}
.search.active .search-inner i {
  color: #ff5f69;
}
@-webkit-keyframes showSearchDrop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showSearchDrop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.daren-modal {
  position: fixed;
  z-index: 1000;
  width: 574px;
  height: 370px;
  top: 50%;
  left: 50%;
  margin-top: -215px;
  margin-left: -287px;
  background-color: #fff;
}
.daren-modal .ctrl-wrap {
  height: 45px;
  background-color: #edefed;
}
.daren-modal .ctrl-wrap .close {
  position: absolute;
  right: 14px;
  top: 10px;
  width: 26px;
  height: 26px;
  background: url("https://pic.8pig.com/img/pc/daren/close.png") no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform .3s;
}
.daren-modal .ctrl-wrap .close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.daren-modal .detail-wrap {
  padding: 0 44px;
  text-align: center;
}
.daren-modal .detail-wrap .title {
  padding-top: 20px;
  padding-bottom: 12px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.daren-modal .detail-wrap .green {
  color: #3dca47;
}
.daren-modal .detail-wrap .small {
  font-weight: normal;
}
.daren-modal .detail-wrap .qrcode > img {
  max-width: 100%;
}
.daren-modal .detail-wrap .tip {
  margin-top: 38px;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  font-size: 14px;
  line-height: 2;
}
.daren-modal .detail-wrap .tip > a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
}
.daren-modal .detail-wrap .tip .direct {
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  background: url("https://pic.8pig.com/img/pc/daren/direct.png") center center no-repeat;
  width: 8px;
  height: 12px;
}
.login-modal {
  position: relative;
  z-index: 99;
}
.login-modal .modal-content {
  width: 480px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 101;
}
.login-modal .modal-content .login-tabs {
  padding: 12px 70px 0;
  border-bottom: 1px solid #eee;
  font-size: 24px;
  line-height: 1.5;
  color: #999;
  text-align: center;
}
.login-modal .modal-content .login-tabs .item {
  float: left;
  width: 50%;
  cursor: pointer;
}
.login-modal .modal-content .login-tabs .item span {
  display: inline-block;
}
.login-modal .modal-content .login-tabs .selected {
  color: #ff5f69;
}
.login-modal .modal-content .login-tabs .selected span {
  border-bottom: 2px solid #ff5f69;
}
.login-modal .modal-content .content .item-content-1 {
  padding: 50px 0 60px;
  text-align: center;
}
.login-modal .modal-content .content .item-content-1 img {
  width: 180px;
  height: 180px;
}
.login-modal .modal-content .content .item-content-1 .slogan {
  font-size: 16px;
  color: #666;
}
.login-modal .modal-content .content .item-content-2 {
  padding: 64px 70px 70px;
}
.login-modal .modal-content .content .item-content-2 * {
  box-sizing: border-box;
}
.login-modal .modal-content .content .item-content-2 .input-control {
  box-sizing: border-box;
  margin-bottom: 16px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  text-align: left;
  background-color: #fff;
  overflow: hidden;
}
.login-modal .modal-content .content .item-content-2 .input-control.inner {
  margin-bottom: 0;
}
.login-modal .modal-content .content .item-content-2 .input-control:after {
  display: table;
  content: ' ';
}
.login-modal .modal-content .content .item-content-2 .input-control input {
  float: left;
  padding: 5px 0;
  width: 80%;
  line-height: 28px;
}
.login-modal .modal-content .content .item-content-2 .input-control label {
  float: left;
  width: 20%;
  text-align: center;
  line-height: 38px;
}
.login-modal .modal-content .content .item-content-2 .input-control .right-icon {
  width: 68%;
}
.login-modal .modal-content .content .item-content-2 .icon-eye {
  float: left;
  width: 40px;
  height: 38px;
  cursor: pointer;
  background: url(https://pic.8pig.com/img/pc/new/eye.png) center center no-repeat;
}
.login-modal .modal-content .content .item-content-2 .btn {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.login-modal .modal-content .content .item-content-2 .btn-primary {
  background-color: #fb666c;
  color: #fff;
  border-color: #fb666c;
}
.login-modal .modal-content .content .item-content-2 .btn-primary:hover {
  background-color: #ff5f69;
  border-color: #ff5f69;
}
.login-modal .modal-content .content .item-content-2 .tip {
  padding: 8px 0 10px 10px;
}
.am-modal.popup-box.popLogin-box .am-modal-dialog .am-modal-bd {
  width: 480px!important;
}
.am-modal.popup-box.popLogin-box .am-modal-dialog .am-modal-hd {
  margin-left: 196px!important;
  top: 6px;
  z-index: 100;
}
.am-modal.popup-box.popLogin-box .am-modal-dialog .am-modal-hd button {
  color: #999;
}
.am-modal.popup-box.popLogin-box .am-modal-dialog .am-modal-hd button:hover {
  color: #666;
}
.popLogin-box input:-webkit-autofill,
.popLogin-box textarea:-webkit-autofill,
.popLogin-box select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
}
.footer {
  position: relative;
  z-index: 10;
  color: #fff;
}
.footer .tit {
  line-height: 66px;
  font-size: 18px;
  color: #ccc;
  text-align: center;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #ff5f69;
}
.footer .list {
  padding: 45px 0;
  *zoom: 1;
  background-color: #565a5c;
}
.footer .list:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.footer .list .item {
  float: left;
  margin: 0 75px 0 15px;
}
.footer .list .item h4 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
.footer .list .item ul li {
  line-height: 24px;
}
.footer .list .social {
  position: absolute;
  top: 34px;
  right: 8px;
}
.footer .list .social a {
  position: relative;
  font-size: 0;
  display: inline-block;
  margin-right: 8px;
  width: 45px;
  height: 45px;
  background-color: transparent;
  text-align: center;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  border: 1px solid #666;
}
.footer .list .social a:hover {
  background-color: #666;
}
.footer .list .social a i {
  line-height: 45px;
  font-size: 26px;
  color: #fff;
}
.footer .list .social a .icon-zhihu:before {
  content: '';
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url(https://pic.8pig.com/img/pc/zhihu.png) center center no-repeat;
}
.footer .list .social a img.qrcode {
  display: none;
  position: absolute;
  left: -52px;
  bottom: 50px;
}
.footer .partner {
  padding-bottom: 28px;
  background-color: #7b8184;
  border-bottom: 1px solid #969b9d;
}
.footer .partner .container {
  overflow: hidden;
}
.footer .partner .container div a {
  display: inline-block;
}
.footer .partner .container div.imgbox {
  margin-left: -13px;
}
.footer .partner .container div.imgbox a {
  margin: 0 0 26px 13px;
}
.footer .partner .container div.country {
  margin-left: -25px;
}
.footer .partner .container div.country a {
  margin-bottom: 10px;
  padding: 0 25px;
  line-height: 14px;
  border-left: 1px solid #fff;
}
.footer .mdd {
  background-color: #7b8184;
}
.footer .mdd .container .areabox {
  margin: 0 0 33px -11px;
}
.footer .mdd .container .areabox a {
  display: inline-block;
  margin-bottom: 12px;
  padding: 0 11px;
  line-height: 14px;
}
.footer .copyright {
  padding: 25px 0 15px;
  text-align: center;
  background-color: #edefed;
}
.footer .copyright p {
  color: #999;
}
.footer .copyright p.company {
  margin-bottom: 12px;
  font-size: 14px;
  color: #ff5f69;
}
.footer .copyright p span {
  color: #333;
}
.footer .copyright p a {
  color: #333;
  font-size: 12px;
}
.scrollToTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 5px;
  background-color: #ccc;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.scrollToTop i {
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
}
.scrollToTop:hover {
  background-color: #999;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.am-dimmer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: #000;
  z-index: 99;
  display: none;
}
.am-modal.am-modal-active {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 100000;
}
.am-modal.am-modal-active .am-modal-dialog {
  position: relative;
}
.am-modal.am-modal-active .am-modal-dialog .am-modal-hd {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 276px;
  z-index: 1;
}
.am-modal.am-modal-active .am-modal-dialog .am-modal-hd button {
  font-size: 36px;
  border: 0;
  background-color: transparent;
  color: #fff;
  padding: 0 10px;
  cursor: pointer;
}
.am-modal.am-modal-active .am-modal-dialog .am-modal-hd button:hover {
  color: #dadada;
  outline: 0;
}
.am-modal.am-modal-active .am-modal-dialog .am-modal-bd {
  margin: 0 auto;
  width: 640px;
}
.am-modal.am-modal-active.popup-box .am-modal-dialog .am-modal-hd {
  margin-left: 220px;
}
.am-modal.am-modal-active.popup-box .am-modal-dialog .am-modal-hd button {
  font-size: 26px;
}
.am-modal.am-modal-active.popup-box .am-modal-dialog .am-modal-bd {
  width: 340px;
}
.am-modal.am-modal-active.am-modal-alert {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.am-modal.am-modal-active.am-modal-alert .am-modal-dialog {
  margin: auto;
  width: 340px;
  font-size: 20px;
  text-align: center;
  color: #ff5f69;
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.am-modal.am-modal-active.am-modal-alert .am-modal-dialog .am-modal-bd {
  padding: 40px 20px;
  width: auto;
}
.am-modal.am-modal-active.am-modal-alert .am-modal-dialog .am-modal-footer {
  padding: 5px 0;
  color: #fff;
  background-color: #ff5f69;
}
.am-modal.am-modal-active.am-modal-alert .am-modal-dialog .am-modal-footer span {
  display: block;
  cursor: pointer;
  font-size: 16px;
}
.am-modal.am-modal-active.am-modal-confirm .am-modal-dialog {
  margin: auto;
  width: 340px;
  font-size: 20px;
  text-align: center;
  color: #ff5f69;
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.am-modal.am-modal-active.am-modal-confirm .am-modal-dialog .am-modal-hd {
  display: none;
}
.am-modal.am-modal-active.am-modal-confirm .am-modal-dialog .modal-tit {
  padding: 10px 20px;
  background-color: #ff5f69;
  color: #fff;
  font-size: 16px;
}
.am-modal.am-modal-active.am-modal-confirm .am-modal-dialog .am-modal-bd {
  padding: 20px;
  width: auto;
  color: #333;
}
.am-modal.am-modal-active.am-modal-confirm .am-modal-dialog .am-modal-footer {
  margin-left: -1px;
  border-top: 1px solid #ccc;
  width: 342px;
  white-space: nowrap;
  font-size: 0;
}
.am-modal.am-modal-active.am-modal-confirm .am-modal-dialog .am-modal-footer .am-modal-btn {
  display: inline-block;
  padding: 5px 0;
  width: 170px;
  color: #666;
  cursor: pointer;
  font-size: 16px;
  border-right: 1px solid #ccc;
}
.am-modal.am-modal-active.am-modal-confirm .am-modal-dialog .am-modal-footer .am-modal-btn:hover {
  color: #ff5f69;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.am-modal.am-modal-alert2 {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.am-modal.am-modal-alert2 .am-modal-footer-red {
  background-color: #ff5f69;
}
.am-modal.am-modal-alert2 .am-modal-footer-red span {
  color: #fff!important;
}
.am-modal.am-modal-alert2 .am-modal-active {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.am-modal.am-modal-confirm {
  position: fixed;
  top: 50%;
  margin-top: -50px;
}
.popup-box .popup {
  width: 430px;
  background-color: #fff;
  z-index: 100;
  opacity: 1;
  filter: alpha(opacity=100);
}
.popup-box .popup .pb-header {
  position: relative;
  min-height: 42px;
  background-color: #ff5f69;
}
.popup-box .popup .pb-header p {
  line-height: 42px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.popup-box .popup .pb-header i.icon-close {
  position: absolute;
  top: 18px;
  right: 12px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.popup-box .popup .form-groups {
  position: relative;
  margin: 25px 0 0 20px;
  width: 370px;
}
.popup-box .popup .form-groups .form-item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  height: 34px;
  z-index: 2;
}
.popup-box .popup .form-groups .form-item input {
  position: relative;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-indent: 12px;
  background-color: transparent;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2;
}
.popup-box .popup .form-groups .form-item label.placeholder {
  position: absolute;
  top: 0;
  left: 33px;
  color: #999;
  line-height: 34px;
  z-index: 1;
}
.popup-box .popup .form-groups .form-item.required {
  background: url(http://www.8pig.com/img/must.png) no-repeat;
  background-position: 5px 12px;
  background-size: 9px;
}
.popup-box .popup .form-groups .forgotPSW {
  text-align: right;
  font-size: 14px;
}
.popup-box .popup .form-groups .forgotPSW a {
  color: #ff5f69;
}
.popup-box .popup .form-groups .readme {
  margin-left: 20px;
  color: #666;
}
.popup-box .popup .form-groups .readme input {
  margin-right: 4px;
  vertical-align: middle;
}
.popup-box .popup .form-groups .readme a {
  font-size: 12px;
}
.popup-box .popup .form-groups .btn {
  margin: 15px 0 15px 20px;
}
.popup-box .popup .form-groups .other-login {
  margin-left: 16px;
}
.popup-box .popup .form-groups .other-login p {
  margin-bottom: 4px;
  font-size: 14px;
  color: #666;
}
.popup-box .popup .form-groups .other-login ul {
  *zoom: 1;
}
.popup-box .popup .form-groups .other-login ul:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.popup-box .popup .form-groups .other-login ul li {
  float: left;
  margin-right: 10px;
}
.popup-box .popup .form-groups .other-login ul li a {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-image: url("http://www.8pig.com/img/login-other.png");
  background-position: 0 0;
}
.popup-box .popup .pb-footer {
  margin: 15px 15px 0;
  padding-bottom: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  *zoom: 1;
}
.popup-box .popup .pb-footer:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.popup-box .popup .pb-footer p {
  text-align: center;
}
.popup-box .popup .pb-footer p a {
  float: none;
  margin: 0 5px;
  font-size: 12px;
  color: #ff5f69;
}
.popLogin-box.am-modal-active {
  position: fixed;
  top: 50%;
  margin-top: -196px;
}
.popLogin-box .am-modal-dialog .am-modal-hd {
  margin-left: 176px!important;
}
.popLogin-box .am-modal-dialog .am-modal-bd {
  width: 430px!important;
}
.submit-consult-btn {
  padding: 0;
  border: 0;
  background: none;
}
.over-hid {
  overflow: hidden;
}
.quick-console-modal {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quick-console-box {
  margin: 0 auto;
  width: 700px;
}
.quick-console-box .hd {
  position: relative;
  height: 34px;
  line-height: 34px;
  background-color: #e6e6e6;
}
.quick-console-box .hd .tit {
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.quick-console-box .hd .close {
  position: absolute;
  top: 7px;
  right: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.quick-console-box .hd .close:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url('https://pic.8pig.com/img/pc/quick-order/icon-quick-order.png');
  background-position: -48px -48px;
  width: 16px;
  height: 16px;
  transition: transform .3s;
}
.quick-console-box .hd .close:hover:before {
  background-position: -72px 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.quick-console-box .bd {
  background-color: #fff;
  padding: 22px 30px;
}
.quick-console-box .bd .customer {
  float: left;
  width: 190px;
}
.quick-console-box .bd .cust-avatar {
  text-align: center;
  height: 120px;
  background: url('https://pic.8pig.com/img/pc/quick-order/customer.png') center center no-repeat;
}
.quick-console-box .bd .cust-desc {
  padding-top: 16px;
  font-size: 16px;
  color: #666;
}
.quick-console-box .bd .paper {
  padding-left: 190px;
}
.quick-console-box .bd .paper-box {
  border-left: 1px dashed #e6e6e6;
  padding-left: 30px;
}
.quick-console-box .bd .item {
  padding-bottom: 15px;
}
.quick-console-box .bd .item-name {
  font-size: 16px;
  color: #333;
}
.quick-console-box .bd .item-name .require:before {
  content: '*';
  color: #ff585c;
  vertical-align: text-top;
  font-size: 14px;
}
.quick-console-box .bd .item-name .tip {
  font-size: 14px;
  color: #999;
}
.quick-console-box .bd .item-cont {
  margin-top: 5px;
}
.quick-console-box .bd .tip {
  color: #ff5f69;
  margin-top: 2px;
}
.quick-console-box .bd .mobile-tip {
  padding-left: 128px;
}
.quick-console-box .bd .tip-right {
  float: right;
  width: 202px;
}
.quick-console-box .bd .ipt {
  padding: 5px 12px;
  height: 22px;
  line-height: 22px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: #333;
  text-shadow: none;
  -webkit-text-fill-color: inherit;
  background-color: transparent;
  transition: border .3s;
}
.quick-console-box .bd .ipt:focus {
  border-color: #8b9ac1;
}
.quick-console-box .bd .ipt ::-webkit-input-placeholder {
  color: #999;
}
.quick-console-box .bd .ipt ::-moz-placeholder {
  color: #999;
}
.quick-console-box .bd .ipt:-ms-input-placeholder {
  color: #999;
}
.quick-console-box .bd .ipt:-moz-placeholder {
  color: #999;
}
.quick-console-box .bd .ipt-full {
  width: 394px;
}
.quick-console-box .bd .select-item {
  float: left;
  margin-bottom: 8px;
  padding: 4px 9px;
  width: 185px;
  background-color: #fcfafa;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}
.quick-console-box .bd .select-item.right {
  float: right;
}
.quick-console-box .bd .select-item.end {
  margin-bottom: 0;
}
.quick-console-box .bd .select-item .icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('https://pic.8pig.com/img/pc/quick-order/icon-quick-order.png');
}
.quick-console-box .bd .select-item .icon-plan {
  background-position: -48px -24px;
}
.quick-console-box .bd .select-item .icon-car {
  background-position: 0px -24px;
}
.quick-console-box .bd .select-item .icon-journey {
  background-position: -24px -24px;
}
.quick-console-box .bd .select-item .icon-ticket {
  background-position: 0px 0px;
}
.quick-console-box .bd .select-item .icon-other {
  background-position: -48px 0px;
}
.quick-console-box .bd .select-item .name {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
.quick-console-box .bd .select-item .checkbox {
  float: right;
  margin-right: 7px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background-color: #fff;
}
.quick-console-box .bd .select-item .checkbox.checked {
  text-align: center;
}
.quick-console-box .bd .select-item .checkbox.checked:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url('https://pic.8pig.com/img/pc/quick-order/icon-quick-order.png');
  background-position: -32px -48px;
  width: 16px;
  height: 16px;
}
.quick-console-box .bd .ipt-icon-wrap {
  position: relative;
  float: left;
}
.quick-console-box .bd .ipt-icon-wrap > .ipt {
  width: 154px;
  padding-right: 36px;
}
.quick-console-box .bd .ipt-icon-wrap > div {
  height: 1px;
  overflow: hidden;
  color: transparent;
  border: 0;
  outline: 0;
}
.quick-console-box .bd .ipt-icon-wrap > div .am-form-group {
  height: 1px;
}
.quick-console-box .bd .ipt-icon-wrap > div input {
  height: 1px;
}
.quick-console-box .bd .ipt-icon-wrap .icon-date {
  position: absolute;
  top: 5px;
  right: 12px;
  width: 24px;
  height: 24px;
  background-image: url('https://pic.8pig.com/img/pc/quick-order/icon-quick-order.png');
  background-position: -24px 0px;
}
.quick-console-box .bd .ipt-icon-wrap.right {
  float: right;
}
.quick-console-box .bd .num-wrap {
  position: relative;
  display: inline-block;
}
.quick-console-box .bd .num-wrap > .ipt {
  padding-left: 40px;
  padding-right: 40px;
  width: 120px;
  text-align: center;
}
.quick-console-box .bd .num-wrap .icon-num {
  position: absolute;
  top: 1px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
.quick-console-box .bd .num-wrap .icon-num:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url('https://pic.8pig.com/img/pc/quick-order/icon-quick-order.png');
}
.quick-console-box .bd .num-wrap .icon-reduce {
  border-right: 1px solid #e6e6e6;
}
.quick-console-box .bd .num-wrap .icon-reduce:before {
  background-position: -72px -32px;
}
.quick-console-box .bd .num-wrap .icon-reduce:hover:before {
  background-position: -16px -48px;
}
.quick-console-box .bd .num-wrap .icon-add {
  right: 0;
  border-left: 1px solid #e6e6e6;
}
.quick-console-box .bd .num-wrap .icon-add:before {
  background-position: -72px -16px;
}
.quick-console-box .bd .num-wrap .icon-add:hover:before {
  background-position: 0px -48px;
}
.quick-console-box .bd .phone-wrap {
  padding-bottom: 10px;
}
.quick-console-box .bd .phone-wrap .area {
  height: 34px;
  line-height: 34px;
  width: 120px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  vertical-align: middle;
  color: #999;
  outline: none;
  transition: border .3s;
}
.quick-console-box .bd .phone-wrap .area:focus {
  border-color: #8b9ac1;
}
.quick-console-box .bd .phone-wrap .am-form-select {
  float: left;
}
.quick-console-box .bd .phone-wrap > .ipt {
  float: right;
  width: 264px;
}
.quick-console-box .bd .phone-wrap .captcha-wrap {
  padding-left: 128px;
}
.quick-console-box .bd .phone-wrap .captcha-wrap > input {
  width: 150px;
}
.quick-console-box .bd .phone-wrap .captcha-wrap .captcha-btn {
  float: right;
  height: 32px;
  line-height: 32px;
  width: 100px;
  text-align: center;
  border: 1px solid #ff5e69;
  border-radius: 4px;
  color: #ff5f69;
}
.quick-console-box .bd .phone-wrap .captcha-wrap .captcha-btn.disable {
  border-color: #e6e6e6;
  color: #999;
}
.quick-console-box .bd .ipt-txt {
  width: 392px;
  height: 80px;
  resize: none;
}
.quick-console-box .bd .ctrl {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.quick-console-box .bd .ctrl .submit {
  display: inline-block;
  width: 230px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  background-color: #ff5f69;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.quick-console-box .bd .ctrl .submit:hover {
  background-color: #E4515B;
}
.am-datepicker {
  top: 41px!important;
  left: 0!important;
  position: absolute!important;
}
.am-modal.quick-order-modal {
  top: 50px;
}
/* 侧边咨询客服1 */
.customer-service {
  position: fixed;
  left: -1px;
  top: -6px;
  height: 84px;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.customer-service .cs-msg {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
  background-color: #FF0538;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
}
.customer-service .cs-msg-show {
  display: block;
}
.customer-service .btn {
  display: block;
  position: relative;
  cursor: pointer;
}
.customer-service .btn:hover {
  color: #ff5f69;
}
.customer-service .btn .im-num {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #cc0000;
  color: #fff;
  top: 5px;
  right: 3px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
}
.customer-service .btn.no-top-bottom {
  border: 0;
}
.customer-service .btn i {
  font-style: normal;
  font-size: 50px;
}
.customer-service .btn .desc {
  text-align: center;
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 13px;
}
/* 侧边咨询客服end */
/*百度商桥*/
ins#qiao-invite-wrap {
  display: none!important;
}
#LXB_CONTAINER {
  top: -180px !important;
  bottom: 0!important;
  margin: auto!important;
  width: 0!important;
}
#LXB_CLOSE_BTN {
  top: -180px !important;
  bottom: 0!important;
  height: 88px!important;
  margin: auto!important;
  width: 0!important;
}
#qiao-wrap #qiao-icon-wrap {
  display: none;
}
.lxb-cb-input-tip-em {
  color: #fff!important;
}
.lxb-cb-tip.lxb-cb-tip-info {
  background-color: #ff5f69!important;
}
.lxb-cb-input-tip-em > em {
  font-weight: bold!important;
  color: #000!important;
  font-size: 14px!important;
}
/*百度商桥end*/
.consult-order {
  width: 640px;
  background-color: #fff;
  z-index: 100;
  border: 1px solid #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}
.consult-order .top {
  position: relative;
  background-color: #ff5f69;
  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
  padding: 10px 10px;
  height: 60px;
}
.consult-order .top img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  vertical-align: top;
  border: 1px solid #fff;
}
.consult-order .top p {
  margin: 5px 30px 0 80px;
}
.consult-order .top i.icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
.consult-order .column-name {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  font-size: 14px;
}
.consult-order .input-wrapper {
  position: relative;
  margin-top: 16px;
  padding: 0 20px;
  *zoom: 1;
}
.consult-order .input-wrapper.required {
  background: url(http://www.8pig.com/img/must.png) no-repeat;
  background-position: 5px 5px;
  background-size: 9px;
}
.consult-order .input-wrapper:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.consult-order .input-wrapper > span {
  display: inline-block;
  zoom: 1;
  height: 30px;
  line-height: 30px;
  margin-top: 6px;
  font-size: 20px;
  color: #ff5f69;
  width: 20px;
  text-align: center;
}
.consult-order .input-wrapper > p {
  width: 50%;
  display: inline-block;
  zoom: 1;
  margin: 0;
}
.consult-order .input-wrapper.no-must {
  background: none;
}
.consult-order .input-wrapper input[type=checkbox] {
  margin-right: 3px;
  line-height: 22px;
}
.consult-order .input-wrapper input.am-form-field {
  position: relative;
  line-height: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  vertical-align: middle;
  width: 100%;
  padding: 5px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-text-fill-color: initial;
  background-color: transparent;
  z-index: 2;
  color: #333;
}
.consult-order .input-wrapper input.am-form-field ::-webkit-input-placeholder {
  color: #ccc;
}
.consult-order .input-wrapper input.am-form-field ::-moz-placeholder {
  color: #ccc;
}
.consult-order .input-wrapper input.am-form-field :-ms-input-placeholder {
  color: #ccc;
}
.consult-order .input-wrapper input.am-form-field :-moz-placeholder {
  color: #ccc;
}
.consult-order .input-wrapper input[name='wechat'] {
  margin-bottom: 5px;
}
.consult-order .input-wrapper textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  padding: 5px;
  -webkit-appearance: none;
  -webkit-text-fill-color: initial;
  resize: none;
}
.consult-order .input-wrapper textarea ::-webkit-input-placeholder {
  color: #ccc;
}
.consult-order .input-wrapper textarea ::-moz-placeholder {
  color: #ccc;
}
.consult-order .input-wrapper textarea :-ms-input-placeholder {
  color: #ccc;
}
.consult-order .input-wrapper textarea :-moz-placeholder {
  color: #ccc;
}
.consult-order .input-wrapper .wrap {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  min-width: 0 !important;
}
.consult-order .input-wrapper .wrap a {
  width: 60px;
  height: 30px;
  display: inline-block;
  zoom: 1;
  line-height: 30px;
  position: absolute;
  text-align: center;
  color: #ff5f69;
}
.consult-order .input-wrapper .wrap select {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: transparent;
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 0;
}
.consult-order .input-wrapper .wrap .consult-contact {
  *zoom: 1;
}
.consult-order .input-wrapper .wrap .consult-contact:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.consult-order .input-wrapper .wrap .consult-contact > .am-form-select {
  float: left;
  width: 30%;
}
.consult-order .input-wrapper .wrap .consult-contact .contact-input {
  width: 70%;
  margin-left: 30%;
}
.consult-order .input-wrapper .number {
  position: relative;
  vertical-align: top;
  width: 50%;
  *zoom: 1;
}
.consult-order .input-wrapper .number:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.consult-order .input-wrapper .number .number-text {
  float: left;
  width: 160px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.consult-order .input-wrapper .number .number-text input {
  padding: 0;
  border: 0;
}
.consult-order .input-wrapper .number .minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.consult-order .input-wrapper .number .add {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.consult-order .input-wrapper .number .minus,
.consult-order .input-wrapper .number .add {
  float: left;
  width: 50px;
  border: 1px solid #ccc;
}
.consult-order .input-wrapper .number .minus button,
.consult-order .input-wrapper .number .add button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
}
.consult-order .input-wrapper .number .minus button:hover,
.consult-order .input-wrapper .number .add button:hover {
  background-color: #ccc;
}
.consult-order .input-wrapper .number.left {
  float: left;
}
.consult-order .input-wrapper .number.left label.placeholder {
  top: 6px;
  left: 108px;
}
.consult-order .input-wrapper .number.right {
  margin-left: 300px;
}
.consult-order .input-wrapper .number.right label.placeholder {
  top: 6px;
  left: 95px;
}
.consult-order .input-wrapper .number > a {
  position: absolute;
  width: 60px;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.consult-order .input-wrapper .number .am-alert-danger {
  float: left;
}
.consult-order .input-wrapper > p a {
  cursor: pointer;
}
.consult-order .input-wrapper > p.left {
  padding-right: 10px;
  vertical-align: top;
}
.consult-order .input-wrapper > p.right {
  padding-left: 40px;
  vertical-align: top;
}
.consult-order .btn {
  margin: 10px 0;
  padding: 0 20px;
  width: 100%;
}
.consult-order .btn a {
  height: 44px;
  line-height: 44px;
  display: block;
  background-color: #ff5f69;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  width: 100%;
}
.consult-order .btn a.disabled {
  color: #9a9a9a;
  background-color: #ccc;
}
.consult-order label {
  display: block;
  font-size: 12px;
}
.consult-order label.item-tit {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
.consult-order label.placeholder {
  position: absolute;
  top: 37px;
  left: 25px;
  color: #ccc;
  z-index: 1;
}
.consult-order label.placeholder.textarea-ph {
  top: 32px;
}
.consult-order label.placeholder.contact-ph {
  top: 12px;
  left: 5px;
}
.consult-order label.placeholder.contact-phone-ph {
  top: 12px;
  left: 175px;
}
.consult-order label.placeholder.time-ph {
  top: 7px;
  left: 106px;
}
.consult-order .time .appointment-date > div {
  width: 260px;
}
.consult-order .time .appointment-date > div.left-date {
  float: left;
}
.consult-order .time .appointment-date > div.right-date {
  margin-left: 300px;
}
.consult-order .time .appointment-date > div .date-output .am-form-group input {
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.consult-order .time p a {
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  color: #a9a9a9;
  position: relative;
}
.consult-order .time p a i {
  font-family: "iconfont";
  font-style: normal;
  position: absolute;
  right: 0;
}
.consult-order .time > p.right {
  padding-left: 10px;
  vertical-align: top;
}
.consult-order a {
  color: #ff5f69;
}
.consult-order .favour,
.consult-order .service-type {
  padding: 0 20px;
  line-height: 22px;
}
.consult-order .favour span,
.consult-order .service-type span {
  display: inline-block;
  zoom: 1;
  color: #333;
}
.consult-order .input-wrapper .left input,
.consult-order .input-wrapper .right input {
  text-align: center;
}
.quick-order .am-datepicker {
  position: absolute!important;
  top: 37px!important;
  left: 0!important;
  display: none;
}
div.date-output {
  position: relative;
}
table {
  border-spacing: 0;
}
.am-datepicker {
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  padding-bottom: 10px;
  margin-top: 10px;
  width: 238px;
  color: #555;
}
.am-datepicker table {
  width: 100%;
}
.am-datepicker tr.am-datepicker-header {
  color: #fff;
  background: #3bb4f2;
}
.am-datepicker td,
.am-datepicker th {
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
.am-datepicker th {
  height: 48px;
}
.am-datepicker td.am-datepicker-day {
  height: 34px;
  width: 34px;
}
.am-datepicker td.am-datepicker-day:hover {
  background: #F0F0F0;
  height: 34px;
  width: 34px;
}
.am-datepicker td.am-datepicker-day.am-disabled {
  cursor: no-drop;
  color: #999;
  background: #fafafa;
}
.am-datepicker td.am-datepicker-new,
.am-datepicker td.am-datepicker-old {
  color: #89d7ff;
}
.am-datepicker td.am-active,
.am-datepicker td.am-active:hover {
  border-radius: 0;
  color: #0084c7;
  background: #F0F0F0;
}
.am-datepicker td span {
  display: block;
  width: 79.33px;
  height: 40px;
  line-height: 40px;
  float: left;
  cursor: pointer;
}
.am-datepicker td span:hover {
  background: #F0F0F0;
}
.am-datepicker td span.am-active {
  color: #0084c7;
  background: #F0F0F0;
}
.am-datepicker td span.am-disabled {
  cursor: no-drop;
  color: #999;
  background: #fafafa;
}
.am-datepicker-next-icon:hover,
.am-datepicker-prev-icon:hover,
.am-datepicker-select:hover {
  background: rgba(154, 217, 248, 0.5);
  color: #0c80ba;
}
.am-datepicker td span.am-datepicker-old {
  color: #89d7ff;
}
.am-datepicker .am-datepicker-dow {
  height: 40px;
  color: #0c80ba;
}
.am-datepicker-caret,
.am-datepicker-up .am-datepicker-caret {
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  vertical-align: middle;
}
.am-datepicker-caret {
  display: block!important;
  display: inline-block;
  border-bottom: 7px solid #3bb4f2;
  border-top: 0 dotted;
  transform: rotate(360deg);
  position: absolute;
  top: -7px;
  left: 6px;
}
.am-datepicker-right .am-datepicker-caret {
  left: auto;
  right: 7px;
}
.am-datepicker-up .am-datepicker-caret {
  top: auto;
  bottom: -7px;
  display: inline-block;
  border-top: 7px solid #fff;
  border-bottom: 0 dotted;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.am-datepicker-next-icon:before,
.am-datepicker-prev-icon:before {
  display: inline-block;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.am-datepicker-select {
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.am-datepicker-next,
.am-datepicker-prev {
  width: 34px;
  height: 34px;
}
.am-datepicker-next-icon,
.am-datepicker-prev-icon {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.am-datepicker-prev-icon:before {
  font-family: 'icomoon' !important;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  content: "\E903";
  font-style: normal;
}
.am-datepicker-next-icon:before {
  font-family: 'icomoon' !important;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  content: "\E919";
  font-style: normal;
}
.am-datepicker-dropdown {
  position: absolute;
  z-index: 1120;
}
@media only screen and (max-width: 640px) {
  .am-datepicker {
    width: 100%;
  }
  .am-datepicker td span {
    width: 33.33%;
  }
  .am-datepicker-caret {
    display: none !important;
  }
  .am-datepicker-next,
  .am-datepicker-prev {
    width: 44px;
    height: 44px;
  }
}
.am-datepicker-date,
.am-datepicker > div {
  display: block;
}
.am-datepicker-success tr.am-datepicker-header {
  background: #5eb95e;
}
.am-datepicker-success td.am-datepicker-day.am-disabled {
  color: #999;
}
.am-datepicker-success td.am-datepicker-new,
.am-datepicker-success td.am-datepicker-old {
  color: #94df94;
}
.am-datepicker-success td.am-active,
.am-datepicker-success td.am-active:hover {
  color: #1b961b;
}
.am-datepicker-success td span.am-datepicker-old {
  color: #94df94;
}
.am-datepicker-success td span.am-active {
  color: #1b961b;
}
.am-datepicker-success .am-datepicker-caret {
  border-bottom-color: #5eb95e;
}
.am-datepicker-success .am-datepicker-dow {
  color: #367b36;
}
.am-datepicker-success .am-datepicker-next-icon:hover,
.am-datepicker-success .am-datepicker-prev-icon:hover,
.am-datepicker-success .am-datepicker-select:hover {
  background: rgba(165, 216, 165, 0.5);
  color: #367b36;
}
.am-datepicker-danger tr.am-datepicker-header {
  background: #dd514c;
}
.am-datepicker-danger td.am-datepicker-day.am-disabled {
  color: #999;
}
.am-datepicker-danger td.am-datepicker-new,
.am-datepicker-danger td.am-datepicker-old {
  color: #f59490;
}
.am-datepicker-danger td.am-active,
.am-datepicker-danger td.am-active:hover {
  color: #c10802;
}
.am-datepicker-danger td span.am-datepicker-old {
  color: #f59490;
}
.am-datepicker-danger td span.am-active {
  color: #c10802;
}
.am-datepicker-danger .am-datepicker-caret {
  border-bottom-color: #dd514c;
}
.am-datepicker-danger .am-datepicker-dow {
  color: #a4241f;
}
.am-datepicker-danger .am-datepicker-next-icon:hover,
.am-datepicker-danger .am-datepicker-prev-icon:hover,
.am-datepicker-danger .am-datepicker-select:hover {
  background: rgba(237, 164, 162, 0.5);
  color: #a4241f;
}
.am-datepicker-warning tr.am-datepicker-header {
  background: #F37B1D;
}
.am-datepicker-warning td.am-datepicker-day.am-disabled {
  color: #999;
}
.am-datepicker-warning td.am-datepicker-new,
.am-datepicker-warning td.am-datepicker-old {
  color: #ffad6d;
}
.am-datepicker-warning td.am-active,
.am-datepicker-warning td.am-active:hover {
  color: #aa4b00;
}
.am-datepicker-warning td span.am-datepicker-old {
  color: #ffad6d;
}
.am-datepicker-warning td span.am-active {
  color: #aa4b00;
}
.am-datepicker-warning .am-datepicker-caret {
  border-bottom-color: #F37B1D;
}
.am-datepicker-warning .am-datepicker-dow {
  color: #a14c09;
}
.am-datepicker-warning .am-datepicker-next-icon:hover,
.am-datepicker-warning .am-datepicker-prev-icon:hover,
.am-datepicker-warning .am-datepicker-select:hover {
  background: rgba(248, 180, 126, 0.5);
  color: #a14c09;
}
.am-datepicker > div span.am-datepicker-hour {
  width: 59.5px;
}
.am-datepicker-date.am-input-group {
  display: table;
}
.am-datepicker-time-box em,
.am-datepicker-time-box strong {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  font-size: 5.2rem;
}
.am-datepicker-time-box {
  padding: 30px 0;
}
.am-datepicker-time-box strong {
  width: 70px;
  font-weight: 400;
}
.am-datepicker-time-box strong:hover {
  border-radius: 4px;
  background: #ECECEC;
}
.am-datepicker-time-box em {
  width: 20px;
  font-style: normal;
}
.am-datepicker-toggle {
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
}
.am-datepicker-toggle:hover {
  background: #f0f0f0;
}
.quick-order input:focus,
.quick-order textarea:focus {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.quick-order .am-modal-bd .am-form {
  text-align: left;
}
.quick-order .am-modal-bd .am-form .top {
  padding: 10px;
  padding-right: 30px;
  text-align: left;
}
.quick-order .am-modal-bd .am-form .top .avatar {
  float: left;
  border: 1px #fff solid;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-left: 10px;
}
.quick-order .am-modal-bd .am-form .top .text {
  font-size: 14px;
}
.quick-order .am-modal-bd .am-form .form-groups {
  padding: 0 20px;
}
.quick-order .am-modal-bd .am-form .form-groups .am-checkbox {
  display: inline-block;
  margin: 0 10px;
}
.quick-order .am-modal-bd .am-form .form-groups .number input {
  height: 30px;
  border-color: #e6e6e6;
  text-align: center;
}
.quick-order .am-modal-bd .am-form .form-groups .number .am-btn {
  width: 100%;
  height: 30px;
}
.quick-order .am-modal-bd .am-form .form-groups .number .am-form-group {
  margin-bottom: 0;
}
.quick-order .am-modal-bd .am-form .form-groups .am-alert {
  margin: 0px;
}
.quick-order .am-modal-bd .am-form .form-groups .am-alert.am-alert-danger {
  color: #ff5f69;
}
.quick-order .am-modal-bd .am-form .btns {
  padding: 10px 20px;
  text-align: center;
}
.quick-order .am-modal-bd .am-form .btns .submit {
  background-color: #ff5f69;
  width: 300px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.quick-order .am-modal-bd .am-form .btns .submit :focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}
.quick-order .input-wrapper .am-form-group {
  margin-bottom: 0;
}
.quick-order .input-wrapper .wrap {
  margin-top: 10px;
}
