@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
  color: #3B99FC;
}

a:active, a:focus, a:hover {
  outline-width: 0;
  text-decoration: none;
  outline: none;
}

label {
  font-weight: 400;
}

fieldset, img {
  border: 0;
}

html {
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

body, button, input, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

button, input, select, textarea {
  font-size: 100%;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

del {
  text-decoration: line-through;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

audio,
video {
  display: inline-block;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

td {
  word-break: break-all;
  word-wrap: break-word;
}

textarea {
  resize: none;
}

iframe {
  display: block;
}

/*float*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clear {
  clear: both;
}

/*盒模型*/
*, *:before, *:after {
  -wekbit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*被选中的文本背景颜色*/
::-webkit-selection {
  color: #fff;
  background: #3B99FC;
}

::-moz-selection {
  color: #fff;
  background: #3B99FC;
}

::selection {
  color: #fff;
  background: #3B99FC;
}

/*placeholder颜色*/
::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}

:-moz-placeholder {
  color: #999;
  font-weight: 400;
}

::-moz-placeholder {
  color: #999;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #999 !important;
  font-weight: 400 !important;
}

.wrapper {
  width: 1200px;
  padding: 0 5px;
  margin-left: auto;
  margin-right: auto;
}

/*网站通用样式*/
.ml {
  margin-left: 10px !important;
}

.ml-sm {
  margin-left: 5px !important;
}

.ml-lg {
  margin-left: 20px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr {
  margin-right: 10px !important;
}

.mr-sm {
  margin-right: 5px !important;
}

.mr-lg {
  margin-right: 20px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt {
  margin-top: 10px !important;
}

.mt-sm {
  margin-top: 5px !important;
}

.mt-lg {
  margin-top: 20px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb {
  margin-bottom: 10px !important;
}

.mb-sm {
  margin-bottom: 5px !important;
}

.mb-lg {
  margin-bottom: 20px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.text-center {
  text-align: center !important;
}

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

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

.text-justify {
  text-align: justify !important;
}

.text-default {
  color: #333 !important;
}

.text-primary {
  color: #3B99FC !important;
}

.text-light {
  color: #666 !important;
}

.text-tips {
  color: #FF8201 !important;
}

.text-second, .text-num {
  color: #FF8000 !important;
}

.text-lighter {
  color: #999 !important;
}

.text-lightest {
  color: #d3d3d3 !important;
}

.text-success {
  color: #4AC358 !important;
}

.text-error {
  color: #f00 !important;
}

.text-warning {
  color: #f37b1d !important;
}

.text-danger {
  color: #FF0C0C !important;
}

.text-disabled {
  color: #eaeded !important;
}

/*金钱*/
.text-price {
  color: #FF8201 !important;
}

.text-price .rmb {
  font-style: normal;
  margin-right: 2px;
}

.text-white {
  color: #fff !important;
}

.text-lg {
  font-size: 16px !important;
}

.text-mlg {
  font-size: 18px !important;
}

.text-blg {
  font-size: 20px !important;
}

.text-blger {
  font-size: 26px !important;
}

.text-sm {
  font-size: 12px !important;
}

.text-md {
  font-size: 14px !important;
}

.text-bold,
.text-700 {
  font-weight: 500 !important;
}

.text-normal,
.text-400 {
  font-weight: 400 !important;
}

.text-underline {
  text-decoration: underline;
  cursor: pointer;
}
.text-underline:hover {
  text-decoration: underline;
}

.text-indent {
  text-indent: 2em;
}

.text-required {
  color: #f00;
  font-weight: 400;
}

.border-bt {
  border-bottom: 1px solid #acd1f9;
}

/*购票成功*/
.l-code-txt {
  line-height: 22px;
}
.l-code-txt span {
  vertical-align: middle;
}

/*面包屑*/
.breadcrumb {
  height: 56px;
  line-height: 56px;
  color: #666;
  font-size: 12px;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb a:hover {
  color: #666;
}
.breadcrumb .active {
  color: #3B99FC;
}
.breadcrumb .sep {
  font-family: "5B8B\4F53";
  margin: 0 3px;
}

/*问题列表*/
.panel-order {
  border: 1px solid #acd1f9;
  -webkit-transition: .3s linear border;
  transition: .3s linear border;
}
.panel-order:hover {
  border: 1px solid #3B99FC;
}
.panel-order .panel-order-hd {
  height: 44px;
  line-height: 34px;
  background: #F0F8FF;
  padding: 5px 20px;
}
.panel-order .panel-order-hd.bg-white {
  background-color: #fff;
}
.panel-order .panel-order-hd .panel-operate {
  color: #999;
  margin-left: 10px;
}
.panel-order .panel-order-hd .panel-operate.active {
  color: #3B99FC;
}
.panel-order .panel-order-hd .panel-operate.active:hover {
  color: #2676E3;
}
.panel-order .panel-order-hd .panel-operate:hover {
  color: #3B99FC;
}
.panel-order .panel-order-hd .panel-operate .icon {
  margin-right: 5px;
  font-size: 14px;
}
.panel-order .panel-order-hd.on > .icon:before {
  content: "\e6fb";
}
.panel-order .panel-order-hd > .icon {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #3B99FC;
  font-size: 20px;
  margin: 7px 10px 10px 0;
  cursor: pointer;
}
.panel-order .panel-order-bd {
  line-height: 24px;
}
.panel-order .panel-order-bd.padding {
  padding: 20px;
}
.panel-order .panel-order-ft {
  *zoom: 1;
  border-top: 1px solid #E6E6E6;
  padding: 20px;
}
.panel-order .panel-order-ft:before, .panel-order .panel-order-ft:after {
  content: "";
  display: table;
}
.panel-order .panel-order-ft:after {
  clear: both;
  overflow: hidden;
}

.form-error-bt {
  padding: 5px 30px;
  line-height: 20px;
  color: #f00;
  text-align: center;
}
.form-error-bt > .icon {
  margin-right: 5px;
  color: #f00;
}

/*文字对齐*/
.text-align-box {
  *zoom: 1;
}
.text-align-box:before, .text-align-box:after {
  content: "";
  display: table;
}
.text-align-box:after {
  clear: both;
  overflow: hidden;
}
.text-align-box .tl-text {
  float: left;
  width: 50%;
  text-align: right;
}
.text-align-box .tr-text {
  width: 50%;
  float: left;
}

/*温馨提示*/
.tips-box {
  border: 1px solid #ffddba;
  background: #fffbf8;
  padding: 10px 20px 10px 20px;
  line-height: 20px;
  text-align: justify;
}
.tips-box .tips-tit {
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
}
.tips-box .tips-important {
  color: #FF4646;
  margin-bottom: 10px;
  font-size: 14px;
}
.tips-box p {
  margin-top: 4px;
  line-height: 20px;
  font-size: 12px;
}
.tips-box.tips-box-mini {
  padding: 8px 20px 8px 20px;
}
.tips-box.tips-box-mini p {
  margin-top: 0;
}
.tips-box.tips-code {
  padding-right: 270px;
  position: relative;
  *zoom: 1;
  min-height: 180px;
}
.tips-box.tips-code:before, .tips-box.tips-code:after {
  content: "";
  display: table;
}
.tips-box.tips-code:after {
  clear: both;
  overflow: hidden;
}
.tips-box.tips-code .tips-code-box {
  position: absolute;
  right: 20px;
  top: 0;
  /*float: right;
  margin-right: -250px;
  width: 230px;*/
}
.tips-box.tips-code .tips-code-item {
  padding-left: 70px;
  width: 230px;
  text-align: initial;
  margin: 20px 0;
}
.tips-box.tips-code .tips-code-item img {
  width: 60px;
  height: 60px;
  vertical-align: top;
  float: left;
  margin-left: -70px;
}

/*提示2*/
.tips-box01 {
  border: 1px solid #FFADAB;
  background: #FFEFEF;
  padding: 12px 20px 12px 20px;
  line-height: 20px;
  text-align: justify;
  color: #FF4646;
  border-radius: 2px;
}
.tips-box01 .tips-tit {
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
}

/*必填*/
.required {
  font-size: 16px;
  color: #f00;
  font-family: Tahoma;
  vertical-align: middle;
  margin-right: 2px;
  font-weight: 400;
}

/*弹框*/
.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  z-index: 3000;
  display: none;
}

.modal {
  position: absolute;
  z-index: 6000;
  display: none;
  width: 440px;
  background: #fff;
  border-radius: 4px;
  left: 50%;
  margin-left: -220px;
  top: 22%;
}
.modal .modal-close {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 0;
  right: 0;
}
.modal .modal-hd {
  height: 40px;
  background: #3B99FC;
  border-radius: 4px 4px 0 0;
}
.modal .modal-tit {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}
.modal .modal-bd {
  padding: 20px;
}
.modal .modal-ft {
  padding: 0 20px 20px 20px;
  font-size: 0;
  text-align: center;
}
.modal .modal-ft .btn {
  margin: 0 5px;
}
.modal .modal-ft-tips {
  background: #F8F8F8;
  padding: 15px 20px;
  color: #666;
  border-radius: 0 0 4px 4px;
  color: #999;
}

.modal-login {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  z-index: 19000;
  font-size: 14px;
  -wekbit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-login *,
.modal-login *:before,
.modal-login *:after {
  -wekbit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-login a {
  color: #333;
}
.modal-login .modal-login-tit .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #999;
}
.modal-login .modal-login-tit .close:hover {
  color: #3B99FC;
}

.text-pattern {
  border-left: 1px solid #fff;
  position: relative;
  margin: 20px 0 10px;
}
.text-pattern .text-pattern-txt {
  border-left: 1px solid #E6E6E6;
  position: relative;
  line-height: 20px;
  padding: 5px 0 5px 16px;
  color: #666;
}
.text-pattern .text-pattern-txt:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 2px solid #3B99FC;
  background-color: #fff;
  z-index: 3;
}
.text-pattern:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -4px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  z-index: 2;
}
.text-pattern:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -4px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  z-index: 2;
}

/*广告*/
.ad-full {
  position: relative;
}
.ad-full img {
  display: block;
  width: 100%;
  height: auto;
}
.ad-full .ad-notice {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #6C635B;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12px;
  overflow: hidden;
}
.ad-full .ad-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: #6C635B;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.ad-full .ad-close .icon {
  display: block;
  width: 14px;
  height: 14px;
  font-size: 12px;
}

/*锁定图标*/
.ico-lock {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/lock.png");
  background-image: -webkit-image-set(url("../images/lock.png") 1x, url("../images/lock@2x.png") 2x);
  background-image: image-set(url("../images/lock.png") 1x, url("../images/lock@2x.png") 2x);
}

/*消息 例如注册成功*/
.message {
  padding: 0 20px 0 40px;
  position: relative;
}
.message .msg-ico {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  margin-left: -45px;
}
.message .msg-ico i {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.message .msg-ico .icon {
  font-size: 30px;
}
.message .msg-ico img {
  display: block;
  width: 30px;
  height: 30px;
}
.message .msg-ico .icon-doubt {
  color: #f37b1d;
}
.message .msg-ico .icon-success {
  color: #4AC358;
}
.message .msg-ico .icon-error {
  color: #f00;
}
.message .msg-ico .icon-plaint-fill {
  color: #3B99FC;
}
.message .msg-tit {
  line-height: 30px;
  font-size: 16px;
}
.message .msg-tit .small {
  font-size: 14px;
}
.message .msg-info {
  line-height: 26px;
}

.message-code {
  padding-left: 140px;
}
.message-code .msg-ico {
  width: 120px;
  height: 120px;
  margin-left: -140px;
}
.message-code .msg-ico img {
  width: 120px;
  height: 120px;
}
.message-code .code-box-show-sm {
  width: 120px;
  height: 120px;
  border: none;
}

/*成功*/
.panel-success {
  background: #FCFFF2;
  border: 1px solid #D4E4C3;
  padding: 20px;
}

/*结果页面*/
.panel-result {
  background: #F0F8FF;
  border: 1px solid #acd1f9;
  padding: 20px;
}

.line-dashed {
  height: 1px;
  border-top: 1px dashed #E6E6E6;
  margin: 15px 0;
}

.borderbt-dashed {
  height: 1px;
  border-bottom: 1px dashed #E6E6E6;
}

.border-bot {
  height: 1px;
  border-bottom: 1px solid #E6E6E6;
}

/*模拟select*/
.sel {
  display: inline-block;
  position: relative;
  zoom: 1;
  vertical-align: middle;
  text-align: left;
}
.sel .sel-hd {
  height: 34px;
  line-height: 32px;
  border: 1px solid #E6E6E6;
  padding: 0 28px 0 10px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.sel .sel-hd .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #E0E0E0;
  -webkit-transition: .3s linear transform;
  transition: .3s linear transform;
}
.sel .sel-inner {
  overflow: hidden;
  white-space: nowrap;
}
.sel .sel-placeholder {
  color: #999;
}
.sel .sel-bd {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 2px;
  border: 1px solid #DCDCDC;
  background: #fff;
  z-index: 10;
  max-height: 204px;
  overflow: auto;
  display: none;
}
.sel .sel-list.sel-list01 li {
  float: left;
}
.sel .sel-list li {
  height: 34px;
  line-height: 34px;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
}
.sel .sel-list li.hover, .sel .sel-list li:hover {
  color: #3B99FC;
}
.sel .sel-list li.selected {
  background: #3B99FC;
  color: #fff;
}
.sel .sel-list li.disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}
.sel .sel-list li.disabled:hover {
  background: none;
}
.sel.active {
  z-index: 100;
}
.sel.active .sel-hd {
  border-color: #3B99FC;
  -webkit-box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
          box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
}
.sel.active .sel-hd .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sel.active .sel-bd {
  display: block;
}
.sel.sel-sm .sel-hd {
  height: 24px;
  line-height: 22px;
  padding: 0 24px 0 10px;
}
.sel.sel-sm .sel-hd .icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.sel.sel-lg .sel-hd {
  height: 42px;
  line-height: 40px;
  padding: 0 42px 0 10px;
}
.sel.sel-lg .sel-hd .icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
}

/*panel-tab*/
.panel-tab .tab-hd {
  height: 44px;
  margin-bottom: -1px;
}
.panel-tab .tab-bd {
  border: 1px solid #E6E6E6;
}
.panel-tab .tab-hd-list {
  height: 44px;
}
.panel-tab .tab-hd-list li {
  float: left;
  border: 1px solid #E6E6E6;
  margin-right: -1px;
}
.panel-tab .tab-hd-list a {
  float: left;
  padding: 0 30px;
  min-width: 110px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border-top: 3px solid transparent;
  margin-top: -1px;
}
.panel-tab .tab-hd-list .text-num {
  display: inline-block;
  margin-left: 5px;
  height: 14px;
  line-height: 14px;
  padding: 0 8px;
  color: #fff !important;
  background: #FF8000;
  font-size: 12px;
  border-radius: 10px;
  font-weight: 400;
}
.panel-tab .tab-hd-list .active {
  border-bottom: 1px solid #fff;
}
.panel-tab .tab-hd-list .active a {
  color: #3B99FC;
  border-top-color: #3B99FC;
}
.panel-tab .tab-item {
  display: none;
  padding: 20px;
}

/*翻页*/
.pagination {
  height: 32px;
  line-height: 32px;
  text-align: right;
  color: #666;
}
.pagination .page-num {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}
.pagination .page-num li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.pagination .page-num li a {
  color: #666;
  display: block;
  height: 32px;
  border: 1px solid #E6E6E6;
  line-height: 30px;
  padding: 0 5px;
  min-width: 32px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  background: #F8F8F8;
}
.pagination .page-num li a:hover {
  color: #3B99FC;
}
.pagination .page-num li .icon {
  font-size: 14px;
}
.pagination .page-num .dotted {
  display: block;
  height: 32px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.pagination .page-num .active a,
.pagination .page-num .active a:hover {
  background: #3B99FC;
  border-color: #3B99FC;
  color: #fff;
}
.pagination .page-num .disabled a {
  color: #d2d2d2;
  cursor: not-allowed;
  border-color: #e2e2e2;
}
.pagination .page-num .disabled a:hover {
  color: #d2d2d2;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .page-all {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.pagination .page-all strong {
  margin: 0 3px;
  font-weight: 400;
}
.pagination .page-skip {
  display: inline-block;
  margin-right: 10px;
}
.pagination .page-skip .input, .pagination .page-skip .textarea {
  width: 40px;
  text-align: center;
  margin: 0 5px;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: baseline;
}
.pagination .page-skip .btn {
  margin-left: 10px;
}
.pagination .page-btn {
  background: #F8F8F8;
  vertical-align: top;
  border-radius: 2px;
  min-width: 50px;
  color: #666;
}
.pagination.pagination-center {
  text-align: center;
}

.label-txt {
  display: inline-block;
  min-width: 56px;
  height: 22px;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #b1d6fe;
  padding: 0 2px;
  color: #3B99FC;
  font-style: normal;
  white-space: nowrap;
  text-align: center;
}
.label-txt.odds-large {
  color: #FF4646;
  border-color: #FFBABA;
}
.label-txt.odds-small {
  color: #4EA373;
  border-color: #C6E8D5;
}

.list-operation {
  text-align: center;
}
.list-operation a {
  margin: 0 10px;
}
.list-operation .icon-del {
  color: #f00;
}
.list-operation .icon-edit {
  color: #3B99FC;
}

/*加载中*/
.box-loading {
  height: 100px;
  position: relative;
}
.box-loading img {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}

/*排序按钮*/
.btn-sort {
  display: inline-block;
  width: 20px;
  height: 16px;
  padding: 0 6px;
  position: relative;
  vertical-align: middle;
}
.btn-sort .sort-top {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 4px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #999 transparent;
  border-top: none;
}
.btn-sort .sort-top.active {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 4px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #3B99FC transparent;
  border-top: none;
}
.btn-sort .sort-down {
  position: absolute;
  bottom: 3px;
  left: 6px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 4px;
  cursor: pointer;
  border-style: solid dashed dashed dashed;
  border-color: #999 transparent transparent transparent;
  border-bottom: none;
}
.btn-sort .sort-down.active {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 4px;
  cursor: pointer;
  border-style: solid dashed dashed dashed;
  border-color: #3B99FC transparent transparent transparent;
  border-bottom: none;
}

/*输入框错误提示*/
.tooltip-error {
  position: absolute;
  border: 1px solid #f00;
  -webkit-box-shadow: 0 2px 12px 0 rgba(208, 208, 208, 0.6);
          box-shadow: 0 2px 12px 0 rgba(208, 208, 208, 0.6);
  padding: 10px 14px;
  color: #f00;
  background: #fff;
  z-index: 3000;
  display: none;
}
.tooltip-error:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #f00 transparent;
  border-top: none;
}
.tooltip-error:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -5px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #FFEBEB transparent;
  border-top: none;
}
.tooltip-error .icon {
  margin-right: 6px;
  float: left;
  width: 20px;
}

/*下拉框组件*/
.down-box {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #E6E6E6;
  z-index: 10;
  display: none;
}
.down-box .down-list li {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
  white-space: nowrap;
}
.down-box .down-list li:hover {
  background: #E8F3FF;
  color: #3B99FC;
}
.down-box .down-list li.active {
  background: #61ADFD;
  color: #fff;
}

/*搜索*/
.search-mini {
  width: 210px;
  height: 34px;
  position: relative;
}
.search-mini .search-input {
  float: left;
  width: 176px;
  border-right: none;
  border-radius: 0;
}
.search-mini .search-btn {
  float: left;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #3B99FC;
  color: #fff;
}

/*搜索表单-单行*/
.search-form-mini {
  *zoom: 1;
}
.search-form-mini:before, .search-form-mini:after {
  content: "";
  display: table;
}
.search-form-mini:after {
  clear: both;
  overflow: hidden;
}
.search-form-mini .form-item {
  float: left;
  margin-right: 10px;
  line-height: 34px;
  margin-bottom: 20px;
}
.search-form-mini .form-item .btn {
  vertical-align: top;
}
.search-form-mini .form-item .sel {
  vertical-align: top;
}
.search-form-mini .form-item .header-search {
  width: 248px;
  margin: 0;
}
.search-form-mini .form-item .search-bd {
  width: 214px;
}

/*表单列表*/
.form-list .form-item {
  *zoom: 1;
  margin-bottom: 10px;
  min-height: 34px;
}
.form-list .form-item:before, .form-list .form-item:after {
  content: "";
  display: table;
}
.form-list .form-item:after {
  clear: both;
  overflow: hidden;
}
.form-list .form-label {
  float: left;
  padding: 7px 5px 7px 0;
  width: 100px;
  line-height: 20px;
  font-weight: 400;
  color: #666;
  text-align: right;
}
.form-list .form-label .required {
  margin-right: 5px;
}
.form-list .form-bd {
  margin-left: 100px;
  min-height: 34px;
}
.form-list .form-bd-txt {
  line-height: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 20px;
}
.form-list .form-inline {
  float: left;
  margin-right: 20px;
}
.form-list .form-inline-half {
  width: 50%;
  margin-right: 0;
}
.form-list .form-tips {
  float: left;
  height: 34px;
  line-height: 34px;
  margin-left: 10px;
  color: #999;
  font-size: 12px;
}
.form-list .form-tips .icon {
  margin-right: 5px;
}
.form-list .ml0 {
  margin-left: 0;
}
.form-list .input-box, .form-list .sel {
  float: left;
  width: 200px;
}
.form-list .w240 {
  width: 240px;
}

/*提示窗*/
.panel-tooltip {
  position: absolute;
  background: #fff;
  z-index: 2001;
  display: none;
}
.panel-tooltip .tooltip-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #999;
}
.panel-tooltip .tooltip-close:hover {
  color: #3B99FC;
}
.panel-tooltip .tooltip-bd-top {
  height: 20px;
  position: relative;
  top: -20px;
}
.panel-tooltip .tooltip-bd {
  padding: 20px;
  border: 1px solid #3B99FC;
  overflow: auto;
  max-height: 420px;
}
.panel-tooltip .tooltip-txt {
  line-height: 20px;
  padding: 4px 10px;
  word-break: normal;
}
.panel-tooltip.bottom-left .tooltip-arw {
  right: 10px;
}
.panel-tooltip.bottom-right .tooltip-arw {
  left: 0px;
}
.panel-tooltip.bottom-right .tooltip-arw:before {
  left: initial;
  right: 10px;
}
.panel-tooltip.bottom-right .tooltip-arw:after {
  left: initial;
  right: 10px;
}
.panel-tooltip.bottom .tooltip-arw {
  left: 0;
}
.panel-tooltip.bottom .tooltip-arw:before {
  left: 50%;
}
.panel-tooltip.bottom .tooltip-arw:after {
  left: 50%;
}
.panel-tooltip .tooltip-arw {
  width: 100%;
  height: 6px;
  position: relative;
  top: 0px;
  left: 10px;
}
.panel-tooltip .tooltip-arw:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #3B99FC transparent;
  border-top: none;
}
.panel-tooltip .tooltip-arw:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
}

/*提示窗*/
.panel-tooltips {
  position: absolute;
  border: 1px solid #3B99FC;
  background: #fff;
  z-index: 2001;
}
.panel-tooltips.tooltips04 {
  top: 158px;
  left: 280px;
  min-width: 300px;
  height: 450px;
}
.panel-tooltips.tooltips04 .reg-box {
  padding-top: 10px;
  overflow-y: auto;
  height: 100%;
}
.panel-tooltips.tooltips02 {
  top: 50%;
  height: 314px;
  margin-top: -156px;
  margin-left: 10px;
  left: 100%;
  width: 320px;
  padding: 30px 0 2px;
}
.panel-tooltips.tooltips02 .tooltip-bd {
  height: 280px;
  overflow: auto;
  padding: 0;
}
.panel-tooltips .tooltip-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #3B99FC;
  font-size: 12px;
}
.panel-tooltips .tooltip-close:hover {
  color: #67affa;
}
.panel-tooltips .tooltip-hd {
  height: 40px;
  padding: 5px 20px;
  line-height: 30px;
  background: #f8f8f8;
}
.panel-tooltips .tooltip-bd {
  padding: 20px;
}
.panel-tooltips .tooltip-txt {
  line-height: 20px;
  padding: 4px 10px;
  word-break: normal;
}
.panel-tooltips.top .tooltip-arw, .panel-tooltips.top-left .tooltip-arw, .panel-tooltips.top-right .tooltip-arw {
  top: auto;
  bottom: -6px;
}
.panel-tooltips.top .tooltip-arw:before, .panel-tooltips.top-left .tooltip-arw:before, .panel-tooltips.top-right .tooltip-arw:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: solid dashed dashed dashed;
  border-color: #3B99FC transparent transparent transparent;
  border-bottom: none;
}
.panel-tooltips.top .tooltip-arw:after, .panel-tooltips.top-left .tooltip-arw:after, .panel-tooltips.top-right .tooltip-arw:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: solid dashed dashed dashed;
  border-color: #fff transparent transparent transparent;
  border-bottom: none;
}
.panel-tooltips.top .tooltip-arw {
  left: 50%;
  margin-left: -6px;
}
.panel-tooltips.top-left .tooltip-arw {
  left: auto;
  right: 10px;
}
.panel-tooltips.bottom-left .tooltip-arw {
  left: auto;
  right: 10px;
}
.panel-tooltips.bottom-right .tooltip-arw {
  left: 10px;
}
.panel-tooltips.bottom .tooltip-arw {
  left: 50%;
  margin-left: -6px;
}
.panel-tooltips.right-bottom .tooltip-arw, .panel-tooltips.right-top .tooltip-arw, .panel-tooltips.right .tooltip-arw {
  width: 6px;
  height: 12px;
  left: -6px;
  top: 10px;
}
.panel-tooltips.right-bottom .tooltip-arw:before, .panel-tooltips.right-top .tooltip-arw:before, .panel-tooltips.right .tooltip-arw:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: dashed solid dashed dashed;
  border-color: transparent #3B99FC transparent transparent;
  border-left: none;
}
.panel-tooltips.right-bottom .tooltip-arw:after, .panel-tooltips.right-top .tooltip-arw:after, .panel-tooltips.right .tooltip-arw:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 1px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: dashed solid dashed dashed;
  border-color: transparent #fff transparent transparent;
  border-left: none;
}
.panel-tooltips.right-bottom .tooltip-arw {
  top: 10px;
}
.panel-tooltips.right-top .tooltip-arw {
  top: auto;
  bottom: 10px;
}
.panel-tooltips.right .tooltip-arw {
  top: 50%;
  margin-top: -6px;
}
.panel-tooltips.left-bottom .tooltip-arw, .panel-tooltips.left-top .tooltip-arw, .panel-tooltips.left .tooltip-arw {
  width: 6px;
  height: 12px;
  left: auto;
  right: -6px;
  top: 8px;
}
.panel-tooltips.left-bottom .tooltip-arw:before, .panel-tooltips.left-top .tooltip-arw:before, .panel-tooltips.left .tooltip-arw:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #3B99FC;
  border-right: none;
}
.panel-tooltips.left-bottom .tooltip-arw:after, .panel-tooltips.left-top .tooltip-arw:after, .panel-tooltips.left .tooltip-arw:after {
  content: "";
  position: absolute;
  top: 0px;
  left: auto;
  right: 1px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #fff;
  border-right: none;
}
.panel-tooltips.left-bottom .tooltip-arw {
  top: 8px;
}
.panel-tooltips.left-top .tooltip-arw {
  top: auto;
  bottom: 8px;
}
.panel-tooltips.left .tooltip-arw {
  top: 50%;
  margin-top: -6px;
}
.panel-tooltips .tooltip-arw {
  width: 12px;
  height: 6px;
  position: absolute;
  top: -6px;
  left: 10px;
}
.panel-tooltips .tooltip-arw:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #3B99FC transparent;
  border-top: none;
}
.panel-tooltips .tooltip-arw:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
}

/*提示窗*/
/*通行证样式*/
.passport-tips {
  position: absolute;
  z-index: 100;
  width: 844px;
  border: 1px solid #3B99FC;
  background: #fff;
  padding: 0 0px 20px 0px;
  overflow: hidden;
  left: 460px;
  top: 320px;
  display: none;
  text-align: center;
}
.passport-tips .passport-item {
  display: inline-block;
  margin: 0 30px;
}

.passport-tips .passport-tit {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
}

.passport-tips .passport-con img {
  display: block;
  max-width: 374px;
  height: auto;
}

.passport-tips-one {
  width: 367px;
  left: 700px;
}

/*经停站*/
.stop-list {
  position: relative;
}
.stop-list:before {
  position: absolute;
  content: "";
  left: 86px;
  top: 10px;
  bottom: 30px;
  width: 2px;
  background-color: #E6E6E6;
  z-index: 1;
  margin-left: -1px;
}
.stop-list li {
  position: relative;
  padding-bottom: 6px;
}
.stop-list li:last-child .stop-num span:before {
  background-image: url("../images/.png");
  background-image: -webkit-image-set(url("../images/.png") 1x, url("../images/@2x.png") 2x);
  background-image: image-set(url("../images/.png") 1x, url("../images/@2x.png") 2x);
}
.stop-list li.is-active .stop-item {
  color: #3B99FC;
}
.stop-list li.is-active .stop-num span {
  background-color: #3B99FC;
  border-color: #3B99FC;
  color: #fff;
}
.stop-list li.is-active .stop-num span:before {
  background-image: url("../images/stopbg01.png");
  background-image: -webkit-image-set(url("../images/stopbg01.png") 1x, url("../images/stopbg01@2x.png") 2x);
  background-image: image-set(url("../images/stopbg01.png") 1x, url("../images/stopbg01@2x.png") 2x);
}
.stop-list .stop-item {
  line-height: 20px;
  overflow: hidden;
  color: #666;
  padding-left: 98px;
}
.stop-list .stop-item .stop-time {
  width: 74px;
  white-space: nowrap;
  text-align: left;
  padding-left: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.stop-list .stop-item .stop-station {
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 16px;
  text-align: left;
  float: right;
  padding-right: 10px;
  padding-left: 15px;
  margin-top: 2px;
  white-space: nowrap;
}
.stop-list .stop-item .stop-num {
  width: 24px;
  height: 14px;
  position: relative;
  z-index: 55;
  position: absolute;
  left: 74px;
  top: 0;
}
.stop-list .stop-item .stop-num span {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #A6BFDE;
  color: #A6BFDE;
  background-color: #fff;
}
.stop-list .stop-item .stop-num span:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-image: url("../images/stopbg.png");
  background-image: -webkit-image-set(url("../images/stopbg.png") 1x, url("../images/stopbg@2x.png") 2x);
  background-image: image-set(url("../images/stopbg.png") 1x, url("../images/stopbg@2x.png") 2x);
  left: 50%;
  margin-left: -3px;
  bottom: -6px;
  background-repeat: no-repeat;
}

/*始发路过终点*/
.label-shi,
.label-guo,
.label-zhong {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #d8edff;
  font-style: normal;
  font-size: 12px;
  background: #fff;
}

.label-shi {
  color: #5fac81;
}

.label-guo {
  color: #3B99FC;
}

.label-zhong {
  color: #FF8000;
}

/*失败提醒*/
.panel-error {
  padding: 100px 100px 100px 235px;
}
.panel-error .error-pic {
  float: left;
  width: 110px;
  height: 65px;
  margin-left: -135px;
  background-image: url("../images/error.png");
  background-image: -webkit-image-set(url("../images/error.png") 1x, url("../images/error@2x.png") 2x);
  background-image: image-set(url("../images/error.png") 1x, url("../images/error@2x.png") 2x);
}
.panel-error .error-tit {
  font-size: 16px;
}
.panel-error .error-txt {
  color: #999;
  margin-top: 10px;
  line-height: 24px;
  text-align: justify;
}

/*订单为空*/
.order-empty {
  margin: 150px auto;
  padding: 0 100px;
  display: table;
}
.order-empty .empty-pic {
  vertical-align: middle;
  display: table-cell;
}
.order-empty .empty-pic img {
  display: block;
  width: 87px;
}
.order-empty .empty-txt {
  vertical-align: middle;
  display: table-cell;
  padding: 15px 10px;
  color: #999;
}
.order-empty .empty-txt p {
  line-height: 24px;
}
.order-empty .empty-txt .empty-tit {
  line-height: 40px;
}

.order-loading {
  margin: 140px 40px 80px;
  text-align: center;
}

/*路线信息*/
.l-route-list {
  *zoom: 1;
}
.l-route-list:before, .l-route-list:after {
  content: "";
  display: table;
}
.l-route-list:after {
  clear: both;
  overflow: hidden;
}
.l-route-list.l-route-single .l-route-item {
  margin: 5px 0;
  float: none;
}
.l-route-list.l-route-single .l-route-txt {
  margin-right: 20px;
  padding-left: 0;
}
.l-route-list.l-route-single .l-route-type {
  width: 60px;
  background-position: center 5px;
  margin-right: 20px;
  margin-left: 0;
  background-image: url("../images/center/to5.png");
  background-image: -webkit-image-set(url("../images/center/to5.png") 1x, url("../images/center/to5@2x.png") 2x);
  background-image: image-set(url("../images/center/to5.png") 1x, url("../images/center/to5@2x.png") 2x);
}
.l-route-list.l-route-single .l-route-type .route-type-txt {
  line-height: 1;
}

.l-route-item {
  float: left;
  margin: 0px 0 20px;
  position: relative;
  *zoom: 1;
}
.l-route-item:before, .l-route-item:after {
  content: "";
  display: table;
}
.l-route-item:after {
  clear: both;
  overflow: hidden;
}
.l-route-item .l-route-type {
  margin-left: 20px;
}
.l-route-item .l-route-name {
  font-size: 18px;
  color: #3B99FC;
  font-weight: 700;
  width: 100%;
  height: 54px;
  overflow: hidden;
}
.l-route-item .l-route-txt {
  float: left;
  line-height: 22px;
  padding-left: 20px;
}
.l-route-item .l-route-txt .route-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.l-route-item .l-route-txt .route-title .icon {
  font-size: 14px;
}
.l-route-item .l-route-txt .route-title .icon:hover {
  opacity: .8;
}
.l-route-item .l-route-txt .route-title, .l-route-item .l-route-txt .route-time {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*路线箭头*/
.l-route-type {
  float: left;
  width: 92px;
  min-height: 30px;
  position: relative;
  background-image: url("../images/center/to4.png");
  background-image: -webkit-image-set(url("../images/center/to4.png") 1x, url("../images/center/to4@2x.png") 2x);
  background-image: image-set(url("../images/center/to4.png") 1x, url("../images/center/to4@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center 22px;
  background-size: 100%;
  text-align: center;
}
.l-route-type > .icon {
  color: #3B99FC;
  font-size: 18px;
}
.l-route-type .route-type-txt {
  font-size: 12px;
  margin-bottom: 5px;
  color: #666;
  line-height: 36px;
}

/*表格*/
.panel-table {
  border: 1px solid #E6E6E6;
  -webkit-transition: .3s linear border;
  transition: .3s linear border;
}

.list-table {
  width: 100%;
  text-align: center;
}
.list-table th {
  background: #F0F8FF;
  line-height: 20px;
  padding: 10px;
  font-weight: 700;
}
.list-table .text-normal th {
  font-weight: 400;
}
.list-table td {
  padding: 15px 10px;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  line-height: 22px;
  word-break: break-word;
}
.list-table .order-operation {
  padding: 20px 10px;
  border-right: none;
}
.list-table .align-top {
  vertical-align: top;
}
.list-table .td-left {
  padding-left: 20px;
  text-align: left;
}
.list-table .td-right {
  padding-right: 20px;
  text-align: right;
}
.list-table .br-none {
  border-right: none;
}
.list-table .align-center {
  text-align: center;
}
.list-table .bg-light td, .list-table .bg-light th {
  background: #f8f8f8;
  border-top: 1px solid #E6E6E6;
}
.list-table .br-bottom {
  border-top: 1px dashed #E6E6E6;
  border-bottom: 1px dashed #E6E6E6;
}
.list-table .item-disabled {
  color: #999;
}
.list-table .item-disabled .text-primary, .list-table .item-disabled .text-price, .list-table .item-disabled .label-discount, .list-table .item-disabled .text-light {
  color: #999 !important;
}
.list-table .item-disabled .label-discount {
  border-color: #999;
}
.list-table .passenger-operation {
  padding-left: 20px;
  position: relative;
}
.list-table .passenger-operation .passenger-check {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.list-table.list-table-horizontal-mini th, .list-table.list-table-horizontal-mini td {
  padding-left: 5px;
  padding-right: 5px;
}
.list-table.list-table-horizontal-mini .td-left {
  padding-left: 20px;
}

.table-default .td-right {
  text-align: right;
}
.table-default td {
  padding: 7px 5px;
}
.table-default .required {
  font-size: 14px;
}

/*form table*/
.table-form .td-right {
  text-align: right;
  color: #666;
}
.table-form td {
  padding: 10px 5px;
  vertical-align: top;
  line-height: 34px;
}
.table-form td .text-lighter, .table-form td .text-error, .table-form td .form-error {
  text-align: justify;
  line-height: 20px;
  margin: 8px 0 0;
  word-break: break-word;
}
.table-form td .text-lighter .icon, .table-form td .text-error .icon, .table-form td .form-error .icon {
  vertical-align: top;
  margin-top: 0px;
  display: inline-block;
}
.table-form .required {
  font-size: 14px;
}

/*页面加载*/
.page-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff url(../images/loading3.gif) center center no-repeat;
  z-index: 5000;
  background-size: 60px 120px;
}

/*返回顶部*/
.gototop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s linear opacity;
  transition: 1s linear opacity;
  z-index: 1;
}
.gototop a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ddd;
}
.gototop .icon {
  font-size: 20px;
  color: #666;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}

/*margin*/
.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

/*padding*/
.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pd-0 {
  padding: 0px;
}

.pd-5 {
  padding: 5px;
}

.pd-10 {
  padding: 10px;
}

.pd-15 {
  padding: 15px;
}

.pd-20 {
  padding: 20px;
}

/*width*/
.w10 {
  width: 10px !important;
}

.w20 {
  width: 20px !important;
}

.w30 {
  width: 30px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w110 {
  width: 110px !important;
}

.w120 {
  width: 120px !important;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w180 {
  width: 180px !important;
}

.w190 {
  width: 190px !important;
}

.w200 {
  width: 200px !important;
}

.w210 {
  width: 210px !important;
}

.w220 {
  width: 220px !important;
}

.w230 {
  width: 230px !important;
}

.w240 {
  width: 240px !important;
}

.w250 {
  width: 250px !important;
}

.w260 {
  width: 260px !important;
}

.w270 {
  width: 270px !important;
}

.w280 {
  width: 280px !important;
}

.w290 {
  width: 290px !important;
}

.w300 {
  width: 300px !important;
}

.w320 {
  width: 320px !important;
}

.w400 {
  width: 400px !important;
}

.w500 {
  width: 500px !important;
}

.w600 {
  width: 600px !important;
}

.w700 {
  width: 700px !important;
}

.w800 {
  width: 800px !important;
}

.w900 {
  width: 900px !important;
}

.w1000 {
  width: 1000px !important;
}

/*form*/
/*btn*/
.btn {
  display: inline-block;
  font-size: 14px;
  color: #333;
  min-width: 80px;
  height: 34px;
  line-height: 20px;
  padding: 6px 10px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  position: relative;
  -webkit-transition: border-color ease-in-out .15s,color ease-in-out .15s, background ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,color ease-in-out .15s, background ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,color ease-in-out .15s, background ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,color ease-in-out .15s, background ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.btn:hover {
  color: #FF8000;
  border-color: #FF8000;
}
.btn.btn-default {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.btn.btn-default:hover {
  background: #c7c7c7;
  border-color: #c7c7c7;
  color: #333;
}
.btn.btn-primary, .pagination .page-skip .btn {
  background: #FF8000;
  color: #fff;
  border-color: #FF8000;
}
.btn.btn-primary:hover, .pagination .page-skip .btn:hover {
  background: #FF6602;
  border-color: #FF6602;
}
.btn.btn-secondary {
  background: #3B99FC;
  color: #fff;
  border-color: #3B99FC;
}
.btn.btn-secondary:hover {
  background: #2477E3;
  border-color: #2477E3;
}
.btn.btn-hollow {
  color: #3B99FC;
  border: 1px solid #3B99FC;
}
.btn.btn-disabled {
  background: #eaeded;
  color: #999;
  border-color: #eaeded;
  cursor: not-allowed;
}
.btn.btn-disabled:hover {
  background: #eaeded;
  border-color: #eaeded;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-success {
  background: #4AC358;
  color: #fff;
  border-color: #4AC358;
}
.btn.btn-success:hover {
  background: rgba(74, 195, 88, 0.8);
  border-color: rgba(74, 195, 88, 0.8);
}
.btn.btn-warning {
  background: #f37b1d;
  color: #fff;
  border-color: #f37b1d;
}
.btn.btn-warning:hover {
  background: rgba(243, 123, 29, 0.8);
  border-color: rgba(243, 123, 29, 0.8);
}
.btn.btn-danger {
  background: #FF0C0C;
  color: #fff;
  border-color: #FF0C0C;
}
.btn.btn-danger:hover {
  background: rgba(255, 12, 12, 0.8);
  border-color: rgba(255, 12, 12, 0.8);
}
.btn.btn-sm {
  min-width: 60px;
  height: 24px;
  padding: 1px 10px;
  border-radius: 3px;
}
.btn.btn-sm.btn-radius {
  border-radius: 12px;
}
.btn.btn-lg {
  font-size: 18px;
  height: 42px;
  padding: 10px 10px;
}
.btn.btn-lg.btn-radius {
  border-radius: 21px;
}
.btn.form-block {
  display: block;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
}
.btn.btn-radius {
  border-radius: 17px;
}

.btn-left {
  text-align: left;
  font-size: 0;
}
.btn-left a {
  margin-right: 10px;
}

.btn-right {
  text-align: right;
  font-size: 0;
}
.btn-right a {
  margin-left: 20px;
}

.btn-center {
  text-align: center;
  font-size: 0;
}
.btn-center a {
  margin: 0 5px;
}

/*select*/
.select {
  min-width: 80px;
  height: 34px;
  line-height: 20px;
  border: 1px solid #E6E6E6;
  padding: 6px 10px;
  color: #333;
  text-indent: 0;
  text-align: left;
  outline: none;
  border-radius: 4px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-image: url("../images/select.png");
  background-image: -webkit-image-set(url("../images/select.png") 1x, url("../images/select@2x.png") 2x);
  background-image: image-set(url("../images/select.png") 1x, url("../images/select@2x.png") 2x);
  background-position: right center;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.select:focus, .select.focus {
  border-color: #3B99FC;
  -webkit-box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
          box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
}

select::-ms-expand {
  display: none;
}

/*input*/
.input-box {
  display: inline-block;
  position: relative;
}
.input-box .input, .input-box .textarea {
  width: 100%;
  vertical-align: top;
}
.input-box .select {
  width: 100%;
  vertical-align: top;
}
.input-box .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #DCDCDC;
  cursor: pointer;
  font-size: 18px;
}
.input-box .icon:hover {
  color: #3B99FC;
}
.input-box .input-scale {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -40px;
  background: #fff;
  width: 240px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #3B99FC;
  padding: 0 10px;
  font-size: 16px;
  color: #3B99FC;
  -webkit-box-shadow: 0 0 3px rgba(59, 153, 252, 0.3);
          box-shadow: 0 0 3px rgba(59, 153, 252, 0.3);
  z-index: 10;
  display: none;
}

.input-city .input, .input-city .textarea, .input-date .input, .input-date .textarea {
  padding-right: 30px;
}

.input, .textarea {
  height: 34px;
  line-height: 20px;
  border: 1px solid #E6E6E6;
  padding: 6px 10px;
  color: #333;
  background-color: #fff;
  color: #333;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.input:focus, .textarea:focus, .input.focus, .focus.textarea {
  border-color: #3B99FC;
  -webkit-box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
          box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
}
.input.input-sm, .input-sm.textarea {
  height: 24px;
  padding: 1px 10px;
}
.input.input-lg, .input-lg.textarea {
  height: 42px;
  padding: 10px 10px;
}
.input.input-error, .input-error.textarea {
  border-color: #f00;
  color: #f00;
}

.textarea {
  height: 74px;
  overflow-y: auto;
  overflow-x: hidden;
}

.form-block {
  display: block;
  width: 100% !important;
}

/*checkbox,radio*/
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/*-----icheck插件样式-----*/
.icheckbox,
.iradio {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  background-image: url("../images/check.png");
  background-image: -webkit-image-set(url("../images/check.png") 1x, url("../images/check@2x.png") 2x);
  background-image: image-set(url("../images/check.png") 1x, url("../images/check@2x.png") 2x);
}

.icheckbox.checked {
  background-position: -32px 0;
  -webkit-animation: scale-spring .2s;
  animation: scale-spring .2s;
}

.icheckbox.disabled {
  background-position: -16px 0;
  cursor: default;
}

.icheckbox.checked.disabled {
  background-position: -48px 0;
  cursor: default;
}

.iradio {
  background-position: -64px 0;
}

.iradio.checked {
  background-position: -96px 0;
  -webkit-animation: scale-spring .2s;
  animation: scale-spring .2s;
}

.iradio.disabled {
  background-position: -80px 0;
  cursor: default;
}

.iradio.checked.disabled {
  background-position: -112px 0;
  cursor: default;
}

.check-inline {
  position: relative;
  display: inline-block;
  line-height: 34px;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  word-break: break-all;
}
.check-inline .iradio, .check-inline .icheckbox {
  float: left;
  margin-left: -20px;
  margin-top: 9px;
  margin-right: 8px;
}
.check-inline.check-border {
  min-width: 120px;
  border: 1px solid #E6E6E6;
  padding: 0 30px;
}
.check-inline.check-border .iradio.checked + span {
  color: #3B99FC;
}

.check-inline + .check-inline {
  margin-left: 10px;
}

/*file*/
input[type="file"] {
  display: block;
}

.file {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.file input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  cursor: pointer;
  font-size: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.form-error {
  padding: 7px 0;
  line-height: 20px;
  color: #f00;
  font-size: 12px;
  display: none;
}
.form-error .icon {
  margin-right: 5px;
}

.error-border {
  border-color: #f00;
}

/*check*/
.header {
  position: relative;
  z-index: 1000;
}
.header .header-con {
  *zoom: 1;
  height: 80px;
}
.header .header-con:before, .header .header-con:after {
  content: "";
  display: table;
}
.header .header-con:after {
  clear: both;
  overflow: hidden;
}
.header .header-top-bar {
  height: 40px;
  padding: 10px 0;
  background: #282A31;
  color: #fff;
  font-size: 12px;
}
.header .header-top-bar .agree-btn {
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  line-height: 18px;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-left: 60px;
  cursor: pointer;
}
.header .header-top-bar .close {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.header .header-top-bar .close .icon {
  font-size: 14px;
}
.header .header-bd {
  height: 80px;
  padding: 15px 0;
  position: relative;
}
.header .header-bd:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: 500px;
  right: 0;
  height: 40px;
  background-image: url("../images/header2.png");
  background-image: -webkit-image-set(url("../images/header2.png") 1x, url("../images/header2@2x.png") 2x);
  background-image: image-set(url("../images/header2.png") 1x, url("../images/header2@2x.png") 2x);
  background-position: right center;
}
.header .header-right {
  float: right;
  margin-top: 5px;
  height: 40px;
  background-image: url("../images/train.png");
  background-image: -webkit-image-set(url("../images/train.png") 1x, url("../images/train@2x.png") 2x);
  background-image: image-set(url("../images/train.png") 1x, url("../images/train@2x.png") 2x);
  background-size: 100% 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1000;
}
.header .header-right .header-menu {
  float: right;
}
.header .header-right .header-menu .icon {
  font-size: 14px;
}
.header .header-right .menu-item {
  float: left;
  margin-left: 30px;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.header .header-right .menu-nav:hover .menu-nav-bd {
  display: block;
}
.header .header-right .menu-nav-hd {
  display: block;
  height: 40px;
  line-height: 40px;
}
.header .header-right .menu-nav-hd .icon {
  font-size: 12px;
  margin-left: 3px;
}
.header .header-right .menu-nav-bd {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #3B99FC;
  min-width: 100px;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  display: none;
}
.header .header-right .menu-nav-bd:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 30px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #3B99FC transparent;
  border-top: none;
}
.header .header-right .menu-nav-bd:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 30px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
}
.header .header-right .menu-nav-bd li {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
}

.nav-box {
  height: 40px;
  line-height: 40px;
  background: #3B99FC;
}

.nav {
  width: 1200px;
  padding: 0 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.nav .nav-item {
  float: left;
  width: 150px;
  position: relative;
}
.nav .nav-item:hover .nav-hd {
  background: #3685EC;
}
.nav .nav-item:hover .nav-hd .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav .nav-item:hover .nav-bd {
  visibility: visible;
  -webkit-animation: .3s up-small;
          animation: .3s up-small;
}
.nav .nav-hd {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.nav .nav-hd .icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  -webkit-transition: .3s linear transform;
  transition: .3s linear transform;
}
.nav .is-active {
  background: #2477E3;
}
.nav .nav-bd {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
}
.nav .nav-bd-col2 {
  width: 482px;
  margin-left: -241px;
}
.nav .nav-bd-col3 {
  width: 702px;
  margin-left: -351px;
}
.nav .nav-bd-top {
  height: 8px;
  position: relative;
}
.nav .nav-bd-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 8px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #3B99FC transparent;
  border-top: none;
}
.nav .nav-bd-top:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 8px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
}
.nav .nav-bd-con {
  border: 1px solid #3B99FC;
  overflow: hidden;
  padding: 10px 0 10px 40px;
  background: #fff;
}
.nav .nav-bd-item {
  float: left;
  width: 180px;
  margin-right: 40px;
}
.nav .nav-tit {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ACD1F9;
  color: #3B99FC;
  margin-bottom: 10px;
  font-size: 16px;
}
.nav .nav-con li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav .nav-con li a:hover, .nav .nav-con li a.text-lighter:hover {
  color: #3B99FC !important;
}

.logo {
  float: left;
  padding: 0;
}
.logo a {
  display: block;
  width: 200px;
  height: 50px;
  text-indent: -9999px;
  background-image: url("../images/logo.png");
  background-image: -webkit-image-set(url("../images/logo.png") 1x, url("../images/logo@2x.png") 2x);
  background-image: image-set(url("../images/logo.png") 1x, url("../images/logo@2x.png") 2x);
}

.page-login .logo {
  margin: 15px 0 0 0;
}

/*-----搜索条-----*/
.header-search {
  float: left;
  width: 450px;
  margin: 5px 0 5px 100px;
}
.header-search .search-bd {
  width: 416px;
  position: relative;
}
.header-search .search-bd .search-input {
  width: 100%;
  float: left;
  border-radius: 0;
  height: 34px;
  line-height: 20px;
  border: 1px solid #E6E6E6;
  padding: 6px 10px;
  background-color: #fff;
  color: #333;
  outline: none;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.header-search .search-bd .search-input.focus {
  border-color: #3B99FC;
}
.header-search .search-bd .search-input:focus {
  border-color: #3B99FC;
}
.header-search .search-btn {
  float: left;
  width: 34px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  padding: 0;
  border-radius: 0;
  background-color: #3B99FC;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-transition: border-color ease-in-out .15s,color ease-in-out .15s, background ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,color ease-in-out .15s, background ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,color ease-in-out .15s, background ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,color ease-in-out .15s, background ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.header-search .search-btn:hover {
  background: #2676E3;
  color: #fff;
}
.header-search .search-down, .header-search .search-history {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-top: none;
  min-height: 30px;
  display: none;
}
.header-search .search-down .close, .header-search .search-history .close {
  position: absolute;
  top: 0;
  right: 16px;
  line-height: 34px;
  height: 34px;
  color: #3B99FC;
  font-size: 12px;
  background: none;
  text-indent: 0;
  width: auto;
}
.header-search .search-down .close:hover, .header-search .search-history .close:hover {
  color: #2676E3;
}
.header-search .search-down-list {
  max-height: 204px;
  overflow-y: auto;
}
.header-search .search-down-list li {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  padding: 0 30px 0 5px;
  cursor: pointer;
  color: #666;
}
.header-search .search-down-list li:hover {
  background: #F8F8F8;
}
.header-search .search-down-list .list-txt {
  color: #333;
}
.header-search .search-down-list .icon {
  float: left;
  width: 24px;
  color: #3B99FC;
}
.header-search .search-down-list .icon-zhanche {
  font-size: 14px;
}
.header-search .search-down-hot {
  border-top: 1px solid #E6E6E6;
  padding: 10px;
}
.header-search .search-hot-tit {
  line-height: 24px;
  font-weight: 700;
}
.header-search .search-hot-key {
  line-height: 24px;
}
.header-search .search-hot-key a {
  display: inline-block;
  margin-right: 10px;
  color: #666;
  white-space: nowrap;
}
.header-search .search-hot-key a:hover {
  color: #3B99FC;
}
.header-search .search-history {
  padding: 10px;
}
.header-search .history-clear {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #3B99FC;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.header-search .history-clear:hover {
  color: #2676E3;
}
.header-search .search-history-tit {
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.header-search .search-history-list {
  line-height: 24px;
  color: #666;
}
.header-search .search-history-list li {
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-search .search-history-list li:hover {
  color: #3B99FC;
}

.footer {
  background: #f8f8f8;
  border-top: 1px solid #E6E6E6;
  text-align: center;
  padding: 20px 0;
  position: relative;
  margin-top: 40px;
}
.footer .wrapper {
  position: relative;
}
.footer .footer-text {
  line-height: 30px;
  color: #999;
}
.footer .footer-text a {
  color: #999;
  margin: 0 3px;
}
.footer .footer-text a:hover {
  color: #3B99FC;
}
.footer .language {
  position: absolute;
  top: 5px;
  right: 0;
  width: 70px;
}
.footer .language:hover .language-hd {
  border-color: #3B99FC;
}
.footer .language:hover .language-bd {
  display: block;
}
.footer .language .language-hd {
  height: 24px;
  line-height: 22px;
  border: 1px solid #E6E6E6;
  background: #fff;
  font-size: 12px;
}
.footer .language .language-hd .icon {
  font-size: 12px;
}
.footer .language .language-bd {
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  background: #fff;
  border: 1px solid #3B99FC;
  margin-bottom: -1px;
  display: none;
}
.footer .language .language-bd li {
  height: 22px;
  line-height: 22px;
  text-align: center;
}
.footer .language .language-bd li:hover {
  background: #3B99FC;
  color: #fff;
}
.footer .language .language-bd li:hover a {
  color: #fff;
}

/*左侧树菜单*/
.sidebar {
  width: 200px;
  overflow: hidden;
  background: #fff;
  float: left;
  padding: 0px 0 25px 0;
}

.sidebar-tit {
  font-size: 18px;
  padding: 8px 0 10px 8px;
  border-left: 2px solid transparent;
  cursor: pointer;
}
.sidebar-tit.active {
  color: #3B99FC;
  border-left-color: #3B99FC;
  background: #F0F8FF;
}

.sidebar-menu {
  color: #333;
}
.sidebar-menu > li > a .menu-toggle {
  top: 23px;
}
.sidebar-menu > li.is-open > a > .icon:before {
  content: "\e855";
}
.sidebar-menu > li.active > a {
  background: #F0F8FF;
}
.sidebar-menu a {
  color: #333;
  display: block;
  height: 40px;
  line-height: 20px;
  padding: 10px 0px 10px 2px;
  border-left: 2px solid transparent;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .3s linear background,.3s linear border-color;
  transition: .3s linear background,.3s linear border-color;
}
.sidebar-menu a .menu-icon {
  float: left;
  width: 16px;
  color: #3B99FC;
  font-size: 12px;
  margin-right: 4px;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.sidebar-menu a .menu-toggle {
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 14px;
  right: 10px;
  top: 13px;
  -webkit-transition: .3s linear transform;
  transition: .3s linear transform;
  cursor: pointer;
}
.sidebar-menu a:hover {
  color: #3B99FC;
  background: #F0F8FF;
}
.sidebar-menu .menu-label {
  position: absolute;
  right: 10px;
  top: 12px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  min-width: 16px;
  color: #fff;
  background: #3B99FC;
  border-radius: 2px;
  text-align: center;
  white-space: nowrap;
}
.sidebar-menu .is-open > a > .menu-toggle {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar-menu .is-open > a > .icon-plus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sidebar-menu .is-open > .menu-child {
  display: block;
}
.sidebar-menu .is-open > .menu-child .menu-child .active a {
  color: #3B99FC;
  border-color: #3B99FC;
  background-image: -webkit-gradient(linear, left top, right top, from(#CEE1FF), color-stop(15%, #fff));
  background-image: linear-gradient(90deg, #CEE1FF 0%, #fff 15%);
}
.sidebar-menu .is-open > .menu-child .is-open > a {
  color: #3B99FC;
}
.sidebar-menu .menu-header {
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 20px;
  font-size: 14px;
  background: #fff;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.sidebar-menu .menu-child {
  display: none;
}
.sidebar-menu > li > .menu-child > li > a {
  padding-left: 30px;
}
.sidebar-menu > li > .menu-child > li > .menu-child > li > a {
  padding-left: 62px;
  font-size: 14px;
  border-left: 4px solid transparent;
}
.sidebar-menu > li > .menu-child > li > .menu-child > li > .menu-child > li > a {
  padding-left: 80px;
}
.sidebar-menu .active > a {
  color: #3B99FC;
  border-left-color: #3B99FC;
  background: #F0F8FF;
}

/*----首页页面----*/
.index-first {
  height: 450px;
  position: relative;
}

.fullSlide {
  position: relative;
  width: 100%;
}
.fullSlide .bd {
  position: relative;
  height: 450px;
  overflow: hidden;
}
.fullSlide .bd li {
  background-position: center center;
  background-repeat: no-repeat;
  height: 450px;
  background-size: cover !important;
}
.fullSlide .bd a {
  display: block;
  height: 450px;
}
.fullSlide .hd {
  position: absolute;
  bottom: 92px;
  left: 0px;
  right: 0;
}
.fullSlide .hd ul {
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
  line-height: 12px;
  overflow: hidden;
}
.fullSlide .hd li {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 100px;
  border: 1px solid #fff;
  margin: 0 6px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4);
}
.fullSlide .hd li:first-child {
  margin-left: 0;
}
.fullSlide .hd .on {
  background: #fff;
}

.search-index {
  position: absolute;
  top: 368px;
  left: 50%;
  width: 1190px;
  margin-left: -595px;
  /*height: 150px;*/
  background: #fff;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 8px;
  padding: 20px 19px 20px 19px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.search-index-top {
  height: 56px;
  line-height: 56px;
}
.search-index-top .search-menu-list li {
  float: left;
  margin-right: 30px;
  font-size: 16px;
}
.search-index-top .search-menu-list li:hover {
  color: #3B99FC;
  cursor: pointer;
}
.search-index-top .search-menu-list .is-active {
  border-bottom: 2px solid #3B99FC;
  color: #3B99FC;
}

.high-speed {
  margin-top: 15px;
  height: 26px;
  line-height: 26px;
  padding-left: 26px;
  background-image: url("../images/checkbox.png");
  background-image: -webkit-image-set(url("../images/checkbox.png") 1x, url("../images/checkbox@2x.png") 2x);
  background-image: image-set(url("../images/checkbox.png") 1x, url("../images/checkbox@2x.png") 2x);
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.high-speed.is-active {
  background-image: url("../images/checkbox2.png");
  background-image: -webkit-image-set(url("../images/checkbox2.png") 1x, url("../images/checkbox2@2x.png") 2x);
  background-image: image-set(url("../images/checkbox2.png") 1x, url("../images/checkbox2@2x.png") 2x);
  background-position: left center;
  background-repeat: no-repeat;
}

.search-index-con {
  height: 70px;
  position: relative;
}
.search-index-con .form-item {
  float: left;
  width: 300px;
  height: 70px;
  border: 1px solid #DCDCDC;
  margin-right: -1px;
  position: relative;
  -webkit-transition: .3s linear border-color;
  transition: .3s linear border-color;
}
.search-index-con .form-item:first-child {
  border-radius: 4px 0 0 4px;
}
.search-index-con .form-item:hover, .search-index-con .form-item.is-active {
  border: 1px solid #3B99FC;
  z-index: 20;
}
.search-index-con .form-item:hover .icon, .search-index-con .form-item.is-active .icon {
  color: #3B99FC;
}
.search-index-con .form-item.form-item-error > .icon {
  color: #f00;
}
.search-index-con .form-item.form-item-error ::-webkit-input-placeholder {
  color: #f00;
}
.search-index-con .form-item.form-item-error .input, .search-index-con .form-item.form-item-error .textarea {
  color: #f00;
}
.search-index-con .form-item.is-disabled {
  background: #F7F7F7;
  cursor: not-allowed;
  pointer-events: none;
}
.search-index-con .form-item.is-disabled:hover, .search-index-con .form-item.is-disabled.is-active {
  border: 1px solid #E6E6E6;
  z-index: 20;
}
.search-index-con .form-item.is-disabled:hover .icon, .search-index-con .form-item.is-disabled.is-active .icon {
  color: #999;
}
.search-index-con .form-item .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 14px;
  top: 10px;
  color: #999;
}
.search-index-con .form-text {
  position: absolute;
  top: 10px;
  left: 40px;
  line-height: 20px;
  font-size: 16px;
  color: #999;
}
.search-index-con .form-input {
  border: 0 none;
  width: 100%;
  height: 68px;
  line-height: 22px;
  padding: 24px 0 0 40px;
  background: none;
  outline: none;
  font-weight: 700;
  font-size: 18px;
}
.search-index-con .form-btn {
  float: left;
  width: 252px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  background: #f80;
  text-align: center;
  font-size: 18px;
  border-radius: 0 4px 4px 0;
  -webkit-transition: .3s linear background;
  transition: .3s linear background;
}
.search-index-con .form-btn:hover {
  background: #FF6602;
}
.search-index-con .form-city-change {
  position: absolute;
  top: 50%;
  left: 289px;
  margin-top: -12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #ff8201;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 20;
}

.index-second {
  padding: 128px 21px 0;
  overflow: hidden;
}
.index-second .list-culture {
  float: left;
  width: 555px;
}
.index-second .list-problem {
  float: right;
  width: 555px;
}
.index-second .list-title {
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #3B99FC;
}
.index-second .list-con li {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-second .list-con li:before {
  content: '';
  float: left;
  width: 6px;
  height: 6px;
  background: #3B99FC;
  margin: 15px 20px 0 0;
}
.index-second .list-con .list-more a {
  color: #999;
}
.index-second .list-con .list-more a:hover {
  color: #3B99FC;
}
.index-second .list-con .list-more:before {
  display: none;
}
.index-second .list-hot {
  height: 108px;
  padding: 11px 0;
}
.index-second .list-hot-pic {
  float: left;
  width: 125px;
  height: 86px;
  margin-right: 20px;
}
.index-second .list-hot-pic img {
  display: block;
  width: 125px;
  height: 86px;
}
.index-second .list-hot-info {
  overflow: hidden;
  padding: 10px 0;
}
.index-second .list-hot-info-name {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  font-size: 16px;
}
.index-second .list-hot-info-form {
  line-height: 20px;
  color: #999;
  margin-top: 5px;
}

/*----注册页面----*/
.register-box {
  border: 1px solid #acd1f9;
  padding: 40px 20px 40px 20px;
  text-align: center;
  *zoom: 1;
}
.register-box:before, .register-box:after {
  content: "";
  display: table;
}
.register-box:after {
  clear: both;
  overflow: hidden;
}
.register-box .register-ft {
  padding: 0 40px;
  text-align: left;
  line-height: 26px;
  width: 600px;
  margin: 0 auto;
}
.register-box .form-new-list {
  width: 540px;
  margin: 0px auto 40px;
}

.title-box {
  text-align: center;
  font-size: 16px;
}
.title-box .icon {
  color: #f00;
  font-size: 34px;
}

/*找回密码页面*/
.tips-area {
  font-size: 20px;
  padding: 20px 0 30px;
  border-bottom: 1px dashed #E6E6E6;
  margin-bottom: 30px;
}

.item-code {
  overflow: hidden;
}
.item-code .input, .item-code .textarea {
  float: left;
}
.item-code .code-pic {
  margin-left: 10px;
  float: left;
  width: 100px;
  height: 34px;
}
.item-code .code-pic > img {
  display: block;
  width: 100%;
  height: 100%;
}

/*注册表单*/
.form-new-list .f-list-item {
  padding: 10px 0px 10px 180px;
  margin: 0 auto;
  position: relative;
  min-height: 56px;
  text-align: left;
}
.form-new-list .f-list-item .f-text {
  line-height: 34px;
}
.form-new-list .f-list-item .text-tips {
  font-size: 12px;
  margin-top: 7px;
}
.form-new-list .f-list-item .panel-tooltip {
  width: 360px;
}
.form-new-list .f-list-item .panel-tooltip .tooltip-bd {
  padding: 8px;
  word-break: break-word;
}
.form-new-list .form-error {
  padding-bottom: 0;
}
.form-new-list .check-border {
  min-width: 175px;
  float: left;
}
.form-new-list .form-block {
  margin-left: 0;
}
.form-new-list .f-label {
  line-height: 20px;
  margin: 8px 0;
  color: #666;
  position: absolute;
  text-align: right;
  left: 0;
  width: 180px;
}
.form-new-list .form-right {
  position: absolute;
  top: 27px;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 20px;
  text-align: center;
}

.form-box-01 .form-new-list {
  width: auto;
}
.form-box-01 .form-new-list .f-list-item {
  padding-left: 358px;
  padding-right: 430px;
}
.form-box-01 .form-new-list .form-right {
  left: 690px;
  background-color: #fff;
}
.form-box-01 .form-new-list .f-label {
  width: 358px;
}
.form-box-01 .form-new-list .f-list-right {
  position: absolute;
  width: 430px;
  right: 0;
  top: 10px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  padding-left: 10px;
  color: #FF8000;
  font-size: 12px;
}

.form-level {
  margin-top: 10px;
  height: 4px;
  margin-right: -3px;
}
.form-level span {
  background-color: #E0E0E0;
  width: 84px;
  float: left;
  height: 4px;
  margin-right: 3px;
}
.form-level .level01 {
  background-color: #FF8000;
}
.form-level .level02 {
  background-color: #4AC358;
}
.form-level .level03 {
  background-color: #3B99FC;
}

/*手机验证弹框*/
.reg-box {
  width: 460px;
  padding-top: 20px;
}
.reg-box .reg-bd {
  padding: 0 30px 15px 30px;
}
.reg-box .reg-btn {
  text-align: center;
  margin: 40px 0;
}

.reg-box {
  background: #fff;
  width: 460px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.reg-box .reg-ft {
  padding: 15px 20px 15px;
  font-size: 12px;
  color: #666;
  line-height: 22px;
  border-top: 1px solid #E6E6E6;
  background-color: #f5f5f5;
  border-radius: 0 0 4px 4px;
  color: #999;
}
.reg-box .reg-ft-txt {
  padding-left: 42px;
  margin-top: 5px;
}
.reg-box .reg-ft-txt .reg-subtitle {
  margin-left: -42px;
  width: 42px;
  display: inline-block;
}
.reg-box .reg-ft-txt01 {
  /*20201026增加*/
  padding-left: 18px;
  margin-top: 5px;
}
.reg-box .reg-ft-txt01 .reg-subtitle {
  margin-left: -18px;
  width: 18px;
  display: inline-block;
}

/*20201026增加*/
.card-tit {
  margin: 0px 0px 6px;
  color: #999;
}

.card-name {
  width: 380px;
  height: 230px;
  display: table;
  background-image: url("../images/card-name.jpg");
  background-image: -webkit-image-set(url("../images/card-name.jpg") 1x, url("../images/card-name@2x.jpg") 2x);
  background-image: image-set(url("../images/card-name.jpg") 1x, url("../images/card-name@2x.jpg") 2x);
}
.card-name .icon {
  width: 140px;
  color: #DDE1E5;
  font-size: 66px;
  vertical-align: middle;
  display: table-cell;
  padding-left: 40px;
}
.card-name .name {
  padding-right: 30px;
  vertical-align: middle;
  display: table-cell;
}
.card-name .name-txt {
  font-size: 12px;
}
.card-name .name-txt1 {
  font-size: 16px;
}

/*20201026增加-end*/
/*----出行指南页面----*/
.normal-tab .tab-item {
  overflow: hidden;
}

.normal-tab-hd {
  border-bottom: 1px solid #acd1f9;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  height: 56px;
}
.normal-tab-hd li {
  float: left;
  line-height: 54px;
  margin-right: 50px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.normal-tab-hd li.active {
  border-bottom: 2px solid #3B99FC;
  color: #3B99FC;
  font-weight: 700;
}

.guide-list {
  margin-right: -60px;
  overflow: hidden;
  padding: 10px 0 20px;
}
.guide-list.guide-list-sm .guide-list-item {
  line-height: 40px;
  width: 252px;
}
.guide-list.guide-list-sm .guide-list-item .guide-tit a {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-list-item {
  width: 356px;
  float: left;
  margin: 20px 60px 20px 0;
  line-height: 30px;
  height: 203px;
}
.guide-list-item .guide-name {
  font-size: 18px;
  line-height: 44px;
  border-bottom: 1px solid #acd1f9;
  margin-bottom: 10px;
  font-weight: 700;
}
.guide-list-item .guide-txt, .guide-list-item .guide-tit {
  text-align: justify;
}
.guide-list-item .guide-txt a, .guide-list-item .guide-tit a {
  display: block;
}
.guide-list-item .guide-txt {
  height: 120px;
  margin-bottom: 10px;
}

.list-more .text-more {
  color: #3B99FC;
}
.list-more .text-more:hover {
  color: #67affa;
}

.title-list {
  margin-right: -60px;
  padding: 10px 0 20px;
  overflow: hidden;
}
.title-list .title-list-item {
  width: 356px;
  float: left;
  margin: 5px 60px 5px 0;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  padding-left: 24px;
  position: relative;
}
.title-list .title-list-item a {
  display: block;
  word-break: break-word;
}
.title-list .title-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #3B99FC;
  top: 13px;
}

.ibanner-en {
  text-align: center;
  position: relative;
}
.ibanner-en .wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  margin-left: -600px;
}
.ibanner-en img {
  max-width: 100%;
  vertical-align: top;
}
.ibanner-en .ibanner-txt {
  line-height: 59px;
  height: 118px;
  font-size: 42px;
  font-weight: 700;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -68px;
  color: #fff;
  text-align: left;
}

/*----注册成功页面----*/
.mainEn-box {
  border: 1px solid #E6E6E6;
  padding: 40px 370px;
  text-align: justify;
}

/*常见问题*/
.main-box {
  float: right;
  width: 970px;
}

/*booking*/
/*----车票页面----*/
/*车票查询*/
.ticket-main {
  *zoom: 1;
}
.ticket-main:before, .ticket-main:after {
  content: "";
  display: table;
}
.ticket-main:after {
  clear: both;
  overflow: hidden;
}
.ticket-main .ticket-side {
  float: left;
  width: 180px;
}
.ticket-main .ticket-content {
  float: right;
  width: 990px;
}

.ticket-search {
  *zoom: 1;
  margin: 20px 0;
  padding: 20px;
  background-color: #FAFDFF;
  border: 1px solid #A6BFDE;
}
.ticket-search:before, .ticket-search:after {
  content: "";
  display: table;
}
.ticket-search:after {
  clear: both;
  overflow: hidden;
}
.ticket-search .search-item {
  float: left;
  line-height: 30px;
}
.ticket-search .search-item + .search-item {
  margin-left: 15px;
}
.ticket-search .form-label {
  margin-right: 10px;
}
.ticket-search .line-to {
  line-height: 30px;
  color: #999;
}
.ticket-search .line-cut {
  display: block;
  width: 1px;
  height: 30px;
  background: #E6E6E6;
  margin: 0 10px;
}
.ticket-search .search-city-change {
  height: 30px;
  width: 40px;
  position: relative;
  padding: 5px 0;
}
.ticket-search .search-city-change:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  height: 1px;
  line-height: 1px;
  overflow: hidden;
  background: #E6E6E6;
  z-index: 0;
}
.ticket-search .icon-qiehuan {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
  background: #3B99FC;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.ticket-search .icon-qiehuan.is-disabled {
  cursor: default;
  background: #999;
}

.ticket-filter-date {
  height: 40px;
}
.ticket-filter-date .filter-date-next, .ticket-filter-date .filter-date-prev {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #acd1f9;
  text-align: center;
  color: #3B99FC;
  cursor: pointer;
  float: left;
  -webkit-transition: .3s color,.3s background;
  transition: .3s color,.3s background;
}
.ticket-filter-date .filter-date-next:hover, .ticket-filter-date .filter-date-prev:hover {
  background-color: #3B99FC;
  color: #fff;
}
.ticket-filter-date .filter-date-next .icon, .ticket-filter-date .filter-date-prev .icon {
  font-size: 22px;
  font-weight: 400;
}
.ticket-filter-date .filter-date-next.disabled, .ticket-filter-date .filter-date-prev.disabled {
  color: #D8D8D8;
  cursor: default;
}
.ticket-filter-date .filter-date-next.disabled:hover, .ticket-filter-date .filter-date-prev.disabled:hover {
  background-color: #fff;
  color: #D8D8D8;
}
.ticket-filter-date .filter-date-next {
  border-left: none;
}
.ticket-filter-date .filter-date-calendar {
  float: left;
  line-height: 38px;
  height: 40px;
  text-align: center;
  color: #3B99FC;
  cursor: pointer;
  border: 1px solid #acd1f9;
}
.ticket-filter-date .filter-date-calendar .icon {
  font-size: 18px;
  vertical-align: top;
  margin-top: 0px;
  display: inline-block;
}
.ticket-filter-date .filter-date-calendar {
  border-left: none;
}
.ticket-filter-date .filter-date-list-box {
  width: 910px;
  /*20201026修改*/
  overflow: hidden;
  float: left;
}
.ticket-filter-date .filter-date-list {
  height: 40px;
  width: 10000px;
  position: relative;
}
.ticket-filter-date .filter-date-list li {
  padding-top: 3px;
  float: left;
  width: 130px;
  /*20201026修改*/
  height: 40px;
  line-height: 16px;
  border: 1px solid #acd1f9;
  border-left: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-color: #F0F8FF;
  -webkit-transition: .3s color,.3s background;
  transition: .3s color,.3s background;
}
.ticket-filter-date .filter-date-list li:hover {
  background-color: #3B99FC;
  color: #fff;
}
.ticket-filter-date .filter-date-list .active {
  border-top: 1px solid #3B99FC;
  border-bottom: none;
  background-color: #fff;
}
.ticket-filter-date .filter-date-list .active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #3B99FC;
  overflow: hidden;
}

.ticket-list-box {
  border: 1px solid #acd1f9;
  border-top: none;
  padding: 2px 20px 50px 20px;
}

.ticket-filter-list .filter-head {
  line-height: 26px;
  font-size: 18px;
  margin: 8px 0 10px;
}
.ticket-filter-list .filter-item {
  min-height: 54px;
}
.ticket-filter-list .filter-item-last {
  border-bottom: none;
}
.ticket-filter-list .filter-item-pull-right {
  float: right;
  border-bottom: none;
}
.ticket-filter-list .filter-hd {
  height: 40px;
  line-height: 20px;
  padding: 10px 0 0 8px;
  position: relative;
}
.ticket-filter-list .filter-hd:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 2px;
  height: 2px;
  background-color: #3B99FC;
  border-radius: 1px;
}
.ticket-filter-list .filter-key-list {
  color: #4C4C4C;
}
.ticket-filter-list .filter-key-list .key-item {
  line-height: 30px;
  padding-left: 8px;
  margin: 5px 0;
}
.ticket-filter-list .filter-key-list .filter-all {
  cursor: pointer;
}
.ticket-filter-list .filter-key-list .filter-all:hover {
  color: #3B99FC;
}
.ticket-filter-list .filter-key-list .filter-all.active {
  color: #3B99FC;
}
.ticket-filter-list .filter-set-list {
  height: 30px;
}
.ticket-filter-list .filter-set-list .set-item {
  float: left;
  margin-right: 15px;
}
.ticket-filter-list .filter-set-list .set-btn {
  display: inline-block;
  line-height: 30px;
}
.ticket-filter-list .filter-set-list .set-btn:hover {
  color: #3B99FC;
}
.ticket-filter-list .filter-set-list .set-btn:hover .icon {
  color: #3B99FC !important;
}
.ticket-filter-list .filter-set-list .set-line {
  color: #DEDEDE;
  margin: 0 10px;
}
.ticket-filter-list .filter-set-list .set-item-pull-right {
  float: right;
  margin-right: 0;
}
.ticket-filter-list .filter-add-list {
  height: 30px;
  padding: 3px 0;
}
.ticket-filter-list .filter-add-list .add-item {
  float: left;
  margin-right: 15px;
  line-height: 24px;
}
.ticket-filter-list .filter-add-list .add-btn {
  display: block;
  width: 66px;
  height: 24px;
  line-height: 22px;
  border: 1px dashed #3B99FC;
  border-radius: 2px;
  color: #3B99FC;
  padding: 0 10px;
  position: relative;
}
.ticket-filter-list .filter-add-list .add-btn .icon {
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-weight: 700;
}
.ticket-filter-list .filter-add-list .added-btn {
  display: inline-block;
  padding: 0 25px 0 10px;
  height: 24px;
  line-height: 24px;
  background: #3B99FC;
  color: #fff;
  position: relative;
  border-radius: 2px;
}
.ticket-filter-list .filter-add-list .added-btn .icon {
  font-size: 12px;
  position: absolute;
  top: 7px;
  right: 10px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  cursor: pointer;
}
.ticket-filter-list .filter-add-list .add-item-pull-right {
  float: right;
  margin-right: 0;
}

.panel-tooltip-train {
  width: 662px;
}

.panel-tooltip-time {
  width: 718px;
}

.panel-tooltip-seat {
  width: 486px;
}

.panel-tooltip-passenger {
  width: 486px;
}

.ticket-result-top {
  height: 90px;
  line-height: 30px;
  padding: 30px 0;
}
.ticket-result-top .btn-sm {
  margin-top: 3px;
}

.search-citys {
  font-size: 16px;
  margin-right: 20px;
  float: left;
}
.search-citys .citys-item {
  float: left;
  font-weight: 700;
}
.search-citys .citys-to {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 50px;
  margin: 0 10px;
  background-image: url("../images/center/to5.png");
  background-image: -webkit-image-set(url("../images/center/to5.png") 1x, url("../images/center/to5@2x.png") 2x);
  background-image: image-set(url("../images/center/to5.png") 1x, url("../images/center/to5@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: right center;
}

.ticket-result-box .ticket-number {
  float: left;
  padding-left: 20px;
  width: 130px;
  position: relative;
}
.ticket-result-box .ticket-time {
  float: left;
  width: 170px;
  text-align: center;
}
.ticket-result-box .ticket-alltime {
  min-height: 34px;
  float: left;
  width: 120px;
  text-align: center;
}
.ticket-result-box .ticket-price {
  float: left;
  width: 228px;
  text-align: center;
}
.ticket-result-box .ticket-state {
  float: left;
  width: 130px;
  text-align: center;
}
.ticket-result-box .ticket-btn {
  float: left;
  width: 100px;
  text-align: center;
}

.ticket-result-hd {
  height: 40px;
  position: relative;
}

.ticket-result-titlist {
  height: 40px;
  line-height: 40px;
  background: #F8F8F8;
  color: #666;
}
.ticket-result-titlist.titlist-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -595px;
  width: 1190px;
  z-index: 100;
}
.ticket-result-titlist .ticket-time {
  width: 185px;
}

.ticket-result-item {
  padding: 30px 0 20px 0;
  border-bottom: 1px dashed #E6E6E6;
  line-height: 24px;
  *zoom: 1;
}
.ticket-result-item:before, .ticket-result-item:after {
  content: "";
  display: table;
}
.ticket-result-item:after {
  clear: both;
  overflow: hidden;
}
.ticket-result-item:last-child {
  border-bottom: none;
}
.ticket-result-item .ticket-item-info {
  float: left;
  width: 620px;
}
.ticket-result-item .ticket-item-info .ticket-time {
  width: 185px;
}
.ticket-result-item .ticket-item-info .icon-weizhi {
  margin-left: 5px;
  color: #3B99FC;
}
.ticket-result-item .ticket-time-num {
  margin-bottom: 10px;
}
.ticket-result-item .ticket-number-num {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.ticket-result-item .ticket-number-num > a {
  font-size: 20px;
  text-decoration: underline;
  color: #3B99FC;
}
.ticket-result-item .ticket-number-num > a > i {
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 4px;
  cursor: pointer;
  border-style: solid dashed dashed dashed;
  border-color: #3B99FC transparent transparent transparent;
  border-bottom: none;
  vertical-align: middle;
  margin-left: 5px;
}
.ticket-result-item .ticket-number-station > a > i {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 4px;
  cursor: pointer;
  border-style: solid dashed dashed dashed;
  border-color: #3B99FC transparent transparent transparent;
  border-bottom: none;
  vertical-align: middle;
  margin-left: 5px;
}
.ticket-result-item .ticket-time-info .label-shi,
.ticket-result-item .ticket-time-info .label-zhong,
.ticket-result-item .ticket-time-info .label-guo {
  margin-right: 8px;
}
.ticket-result-item .ticket-alltime {
  background-image: url("../images/center/to4.png");
  background-image: -webkit-image-set(url("../images/center/to4.png") 1x, url("../images/center/to4@2x.png") 2x);
  background-image: image-set(url("../images/center/to4.png") 1x, url("../images/center/to4@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center 20px;
}
.ticket-result-item .ticket-alltime-txt {
  font-size: 12px;
  margin-bottom: 10px;
}
.ticket-result-item .ticket-train-type {
  font-size: 12px;
  color: #999;
}
.ticket-result-item .ticket-service {
  float: left;
  padding: 0 0 0 20px;
  margin-top: 20px;
}
.ticket-result-item .ticket-service i {
  margin-right: 10px;
}
.ticket-result-item .ticket-item-buy {
  float: left;
  width: 328px;
  position: relative;
}
.ticket-result-item .ticket-item-buy-item {
  margin-bottom: 12px;
  height: 24px;
}
.ticket-result-item .ticket-price {
  height: 24px;
}
.ticket-result-item .ticket-btn .btn {
  vertical-align: top;
}
.ticket-result-item .ticket-price-seat {
  float: left;
  width: 68%;
  text-align: right;
  padding-right: 10px;
  margin-top: 4px;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
}
.ticket-result-item .ticket-price-num {
  float: left;
  width: 32%;
  text-align: left;
  position: relative;
}
.ticket-result-item .left-num {
  font-size: 12px;
  padding: 1px 2px;
  background-color: rgba(59, 153, 252, 0.2);
  color: #3B99FC;
  line-height: 1;
  position: absolute;
  top: 21px;
  min-width: 37px;
  text-align: center;
}
.ticket-result-item .label-discount {
  margin-left: 5px;
}
.ticket-result-item .ticket-item-not-sold {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
  text-align: center;
  width: 120px;
  height: 24px;
  line-height: 24px;
  color: #999;
}
.ticket-result-item.ticket-result-item-disabled {
  color: #999;
}
.ticket-result-item.ticket-result-item-disabled .ticket-tip {
  text-align: right;
  line-height: 24px;
  color: #FF8000;
  clear: both;
  margin-top: 10px;
}
.ticket-result-item.ticket-result-item-disabled .ticket-number-num {
  margin-bottom: 0;
}
.ticket-result-item.ticket-result-item-disabled .ticket-number-num > a {
  color: #999;
}
.ticket-result-item.ticket-result-item-disabled .ticket-time-info {
  font-size: 20px;
}
.ticket-result-item.ticket-result-item-disabled .ticket-alltime {
  height: 24px;
  background-position: center center;
}
.ticket-result-item.ticket-result-item-disabled .ticket-item-buy-item {
  text-align: right;
  position: relative;
  padding-right: 25px;
}
.ticket-result-item.ticket-result-item-tranfer .ticket-tranfer-tit {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 22px;
  border: 2px solid #3B99FC;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  padding: 6px;
  color: #3B99FC;
  margin: 0 90px 0 20px;
  font-weight: 700;
}
.ticket-result-item.ticket-result-item-tranfer .ticket-time-info {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
.ticket-result-item.ticket-result-item-tranfer .ticket-tranfer-tips {
  float: left;
  width: 160px;
  height: 60px;
  padding: 15px 0;
}
.ticket-result-item.ticket-result-item-tranfer .ticket-tranfer-tips-btn {
  display: block;
  width: 60px;
  height: 30px;
  line-height: 26px;
  border: 2px solid #E6E6E6;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.ticket-result-item.ticket-result-item-tranfer .ticket-tranfer-tips-btn:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -50px;
  width: 40px;
  height: 2px;
  line-height: 2px;
  background: #E6E6E6;
  overflow: hidden;
}
.ticket-result-item.ticket-result-item-tranfer .ticket-tranfer-tips-btn:after {
  content: '';
  position: absolute;
  top: 14px;
  right: -50px;
  width: 40px;
  height: 2px;
  line-height: 2px;
  background: #E6E6E6;
  overflow: hidden;
}
.ticket-result-item.ticket-result-item-tranfer .ticket-item-buy {
  padding-top: 18px;
}
.ticket-result-item.ticket-result-item-tranfer .ticket-item-buy .ticket-item-buy-item {
  margin-bottom: 0;
}
.ticket-result-item.ticket-result-item-tranfer .ticket-item-buy .ticket-price {
  margin-right: 160px;
}
.ticket-result-item.ticket-result-item-tranfer .ticket-item-buy .ticket-price-num {
  margin-left: 50%;
}

.order-price li {
  float: left;
  margin-right: 20px;
  line-height: 32px;
}
.order-price .order-price-lg {
  line-height: 28px;
  margin-right: 0;
  float: right;
}
.order-price .order-price-lg .text-price {
  font-size: 18px;
}
.order-price .order-price-lg .text-price:first-child {
  margin-left: 10px;
}

/*----添加乘客去支付页面----*/
.order-tobuy {
  margin-top: 20px;
  position: relative;
}
.order-tobuy .ticket-card-list {
  overflow: hidden;
  padding: 0 0 20px 20px;
}
.order-tobuy .ticket-card-list .ticket-card, .order-tobuy .ticket-card-list .ticket-card-new, .order-tobuy .ticket-card-list .ticket-card-queue {
  float: left;
  margin: 20px 10px 0 0;
}
.order-tobuy .agree-lk {
  border-top: 1px solid #E6E6E6;
  padding: 10px 20px;
}
.order-tobuy .agree-lk-txt {
  padding: 0 20px 20px 20px;
}
.order-tobuy .agree-lk-list {
  overflow: hidden;
}
.order-tobuy .agree-lk-list li {
  float: left;
  margin-right: 20px;
}
.order-tobuy .passenger-list-box {
  min-height: 30px;
}
.order-tobuy .passenger-list-box .passenger-list-type {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.order-tobuy .passenger-list {
  overflow: hidden;
  margin-top: -10px;
}
.order-tobuy .passenger-list .is-active .check-text {
  background-image: url("../images/checked.png");
  background-image: -webkit-image-set(url("../images/checked.png") 1x, url("../images/checked@2x.png") 2x);
  background-image: image-set(url("../images/checked.png") 1x, url("../images/checked@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: right top;
  color: #3B99FC;
  border-color: #3B99FC;
}
.order-tobuy .passenger-list .is-verified > .icon {
  color: #f00;
  display: block;
}
.order-tobuy .passenger-list .is-verified .check-text {
  background-color: #f8f8f8;
}
.order-tobuy .passenger-list .is-disabled > .icon {
  color: #dadada;
  display: block;
}
.order-tobuy .passenger-list .is-disabled .check-text {
  background-color: #f8f8f8;
}
.order-tobuy .passenger-list li {
  float: left;
  width: 20%;
  padding: 0 10px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}
.order-tobuy .passenger-list li > .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-top: -15px;
  top: 50%;
  right: 10px;
}
.order-tobuy .passenger-list li > .icon:hover {
  color: #3B99FC;
}
.order-tobuy .passenger-list li .check-text {
  cursor: pointer;
  display: block;
  line-height: 32px;
  border: 1px solid #E6E6E6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 25px 0 10px;
}
.order-tobuy .passenger-list li .check-text:hover {
  color: #3B99FC;
}
.order-tobuy .passenger-list li .check-text input[type='checkbox'] {
  visibility: hidden;
}
.order-tobuy .order-add-addpassenger {
  padding-bottom: 20px;
}
.order-tobuy .btn-addpassenger {
  width: 150px;
  color: #3B99FC;
  border: 1px dashed #3B99FC;
}
.order-tobuy .btn-addpassenger .icon {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.order-tobuy .closing-date {
  border-top: 1px solid #E6E6E6;
  line-height: 30px;
  border-top: 1px solid #E6E6E6;
  padding: 10px 20px;
}
.order-tobuy .closing-date .input-box,
.order-tobuy .closing-date .sel {
  vertical-align: top;
}

.order-tobuy-success {
  padding-right: 0;
}
.order-tobuy-success .ticket-card-list .ticket-card {
  margin-right: 20px;
}

.order-detail {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  border: 1px solid #FF8201;
  min-height: 20px;
}
.order-detail .order-detail-hd {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #FFF8ED;
  font-size: 18px;
}
.order-detail .order-detail-bd {
  padding: 10px 20px;
}
.order-detail .order-detail-ft {
  height: 40px;
}
.order-detail .order-detail-ft a {
  float: left;
  width: 50%;
  height: 44px;
  line-height: 44px;
  background: #F5F5F5;
  text-align: center;
  overflow: hidden;
}
.order-detail .order-detail-ft a.btn-primary, .order-detail .order-detail-ft .pagination .page-skip a.btn, .pagination .page-skip .order-detail .order-detail-ft a.btn {
  background: #FF8201;
  color: #fff;
}
.order-detail .order-detail-ft a.btn-primary:hover, .order-detail .order-detail-ft .pagination .page-skip a.btn:hover, .pagination .page-skip .order-detail .order-detail-ft a.btn:hover {
  background: #FF6602;
}
.order-detail .order-detail-ft a.btn-primary.disabled, .order-detail .order-detail-ft .pagination .page-skip a.disabled.btn, .pagination .page-skip .order-detail .order-detail-ft a.disabled.btn {
  cursor: not-allowed;
  background: #eaeded;
  color: #999;
}
.order-detail .order-detail-list li {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #E6E6E6;
  overflow: hidden;
  position: relative;
}
.order-detail .order-detail-list li.last {
  border-bottom: none;
  margin: 10px 0;
}
.order-detail .order-detail-list .detail-list-name {
  float: left;
  background: #fff;
  padding-right: 10px;
  position: relative;
  z-index: 20;
}
.order-detail .order-detail-list .detail-list-price {
  float: right;
  background: #fff;
  padding-left: 10px;
  position: relative;
  z-index: 20;
}

/*----选择支付方式页面----*/
.imgs-list {
  overflow: hidden;
  margin-right: -20px;
}
.imgs-list li {
  width: 160px;
  height: 54px;
  padding: 3px 3px 3px 56px;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  line-height: 46px;
  float: left;
  margin: 5px 20px 5px 0;
  overflow: hidden;
}
.imgs-list li.active {
  background-color: #F0F8FF;
  border-color: #3B99FC;
  -webkit-box-shadow: 0 0 10px 0 rgba(59, 153, 252, 0.3);
          box-shadow: 0 0 10px 0 rgba(59, 153, 252, 0.3);
}
.imgs-list .imgs-pic {
  width: 46px;
  height: 46px;
  float: left;
  margin-left: -50px;
}
.imgs-list .imgs-name {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

/*----订单详情页面----*/
/*订单跟踪*/
.order-tracking {
  border: 1px solid #3B99FC;
  height: 242px;
}
.order-tracking .order-tracking-hd {
  float: left;
  width: 296px;
  height: 240px;
  color: #fff;
  padding: 20px 30px;
  background-image: url("../images/center/bg01.png");
  background-image: -webkit-image-set(url("../images/center/bg01.png") 1x, url("../images/center/bg01@2x.png") 2x);
  background-image: image-set(url("../images/center/bg01.png") 1x, url("../images/center/bg01@2x.png") 2x);
}
.order-tracking .tracking-hd-tit {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #5b9eef;
  font-size: 20px;
}
.order-tracking .tracking-hd-con {
  line-height: 22px;
  padding: 10px 0;
}
.order-tracking .tracking-hd-con .hd-label {
  color: #87b7f2;
}
.order-tracking .order-tracking-bd {
  margin-left: 296px;
  height: 240px;
  overflow: auto;
  padding: 10px 36px;
}

.tracking-status {
  border-left: 1px solid #DBDBDB;
  position: relative;
}
.tracking-status:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 9px;
  background: #fff;
  z-index: 2;
}
.tracking-status:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 1px;
  height: 9px;
  background: #fff;
  z-index: 2;
}
.tracking-status li {
  line-height: 34px;
  position: relative;
  padding-left: 186px;
}
.tracking-status .s-date {
  position: absolute;
  top: 0;
  left: 20px;
}
.tracking-status .s-dot {
  position: absolute;
  top: 9px;
  left: -9px;
  width: 17px;
  height: 17px;
  border: 6px solid #fff;
  background: #dbdbdb;
  border-radius: 10px;
}
.tracking-status .status-txt {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tracking-status .status-item-newdate .s-dot {
  border: 5px solid #fff;
}
.tracking-status .status-item-today .s-dot {
  background: #FF8000;
}

/*----选择乘客去支付页面----*/
/*信心确认*/
.seats-list {
  height: 26px;
  margin: 20px 0 0;
}
.seats-list .seats-item {
  float: left;
  padding: 0px 20px;
  text-align: center;
  border-right: 1px solid #AEE0FE;
  position: relative;
  height: 26px;
}
.seats-list .seats-item > .icon {
  color: #AEE0FE;
  font-size: 26px;
}
.seats-list .seats-item.last {
  border-right: none;
}
.seats-list .seats-item .seat-letter {
  position: absolute;
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -15px;
  font-size: 12px;
}
.seats-list .seats-item.active {
  color: #fff;
}
.seats-list .seats-item.active > .icon {
  color: #3B99FC;
}

/*center*/
/*----个人中心页面----*/
.center-box {
  *zoom: 1;
}
.center-box:before, .center-box:after {
  content: "";
  display: table;
}
.center-box:after {
  clear: both;
  overflow: hidden;
}

.center-main {
  width: 960px;
  float: right;
}
.center-main .panel-border.border-transparent {
  padding-top: 0;
}

/*欢迎页面*/
.center-welcome {
  border: 1px solid #acd1f9;
  border-top: 2px solid #3B99FC;
  padding: 20px 30px 30px 30px;
  background: #FAFDFF;
  position: relative;
}
.center-welcome .welcome-tit {
  font-size: 18px;
  height: 65px;
  line-height: 65px;
}
.center-welcome .welcome-tit .welcome-notice {
  float: left;
  text-align: right;
  width: 80px;
  height: 65px;
  margin-right: 20px;
}
.center-welcome .welcome-tit .welcome-name {
  font-size: 24px;
  margin-right: 15px;
  font-weight: 400;
}
.center-welcome .welcome-con {
  line-height: 32px;
  padding: 10px 20px;
  border: 1px dashed #9ECCFE;
  background: #FAFDFF;
  -webkit-box-shadow: 0 0 5px 5px #F3FAFF inset;
          box-shadow: 0 0 5px 5px #F3FAFF inset;
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
.center-welcome .welcome-con:after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  border: 1px dashed #9ECCFE;
  background: #F9FDFF;
  opacity: 0.2;
  z-index: -1;
}
.center-welcome .welcome-code {
  overflow: hidden;
  margin: 40px 0 30px;
}
.center-welcome .welcome-code li {
  float: left;
  width: 230px;
  text-align: center;
  margin-right: 10px;
}
.center-welcome .welcome-code .code-pic {
  width: 124px;
  height: 124px;
  background: #fff;
  margin: 0 auto;
  border: 2px solid #D7EAFF;
  display: block;
}
.center-welcome .welcome-code .code-pic img {
  display: block;
  width: 120px;
  height: 120px;
}
.center-welcome .welcome-code .code-txt {
  margin-top: 12px;
  line-height: 20px;
  font-size: 12px;
}

/*订单中心*/
.order-panel .col-train {
  width: 215px;
}
.order-panel .col-passenger {
  width: 150px;
}
.order-panel .col-seat {
  width: 150px;
}
.order-panel .col-price {
  width: 140px;
}
.order-panel .col-state {
  width: 110px;
}
.order-panel .col-form {
  width: 100px;
}
.order-panel.order-panel-history .col-train {
  width: 220px;
}
.order-panel.order-panel-history .col-passenger {
  width: 170px;
}
.order-panel.order-panel-history .col-seat {
  width: 150px;
}
.order-panel.order-panel-history .col-price {
  width: 160px;
}
.order-panel.order-panel-history .col-state {
  width: 140px;
}
.order-panel.order-panel-unpaid .col-train {
  width: 220px;
}
.order-panel.order-panel-unpaid .col-passenger {
  width: 170px;
}
.order-panel.order-panel-unpaid .col-seat {
  width: 130px;
}
.order-panel.order-panel-unpaid .col-price {
  width: 150px;
}
.order-panel.order-panel-unpaid .col-state {
  width: 120px;
}
.order-panel .order-item {
  border: 1px solid #acd1f9;
  margin-top: 20px;
  -webkit-transition: .3s linear border;
  transition: .3s linear border;
}
.order-panel .order-item:hover {
  border: 1px solid #3B99FC;
}
.order-panel .order-item:first-child {
  margin-top: 0;
}
.order-panel .order-item-hd {
  height: 40px;
  line-height: 40px;
  background: #F0F8FF;
  padding: 0 20px;
  overflow: hidden;
}
.order-panel .order-item-hd .icon-fold {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #3B99FC;
  font-size: 20px;
  margin: 10px 10px 10px 0;
  cursor: pointer;
}
.order-panel .order-item-hd .order-hd-info {
  float: left;
  margin-right: 20px;
}
.order-panel .show-less .icon-fold:before {
  content: "\e72b";
}
.order-panel .order-item-bd {
  width: 100%;
  text-align: center;
}
.order-panel .order-item-bd-houbu {
  text-align: left;
  padding: 20px;
}

.order-item-table {
  width: 100%;
  text-align: center;
}
.order-item-table th {
  background: #F0F8FF;
  height: 40px;
  padding: 0 10px;
}
.order-item-table td {
  padding: 15px 10px;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  line-height: 22px;
  word-break: break-word;
}
.order-item-table .order-operation {
  padding: 20px 10px;
  border-right: none;
}
.order-item-table .align-top {
  vertical-align: top;
}
.order-item-table .align-center {
  vertical-align: center;
}
.order-item-table .td-left {
  padding-left: 20px;
  text-align: left;
}
.order-item-table .td-bg {
  background: #F9FCFF;
}
.order-item-table .br-none {
  border-right: none;
}
.order-item-table .order-info-ticket {
  position: relative;
  width: 100%;
}
.order-item-table .order-info-ticket .text-lg {
  word-break: break-word;
}
.order-item-table .order-info-ticket .icon-to {
  font-size: 12px;
  margin: 0 -2px;
}
.order-item-table .order-num-one,
.order-item-table .order-num-two {
  position: absolute;
  top: -30px;
  left: -24px;
  width: 62px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  padding-right: 14px;
  font-size: 12px;
  background-image: url("../images/center/train.png");
  background-image: -webkit-image-set(url("../images/center/train.png") 1x, url("../images/center/train@2x.png") 2x);
  background-image: image-set(url("../images/center/train.png") 1x, url("../images/center/train@2x.png") 2x);
}
.order-item-table .order-num-two {
  background-position: 0 -25px;
}
.order-item-table .has-order-num td {
  padding-top: 30px;
  padding-bottom: 20px;
}
.order-item-table .serial-number {
  color: #3B99FC;
  text-decoration: underline;
}
.order-item-table .item-disabled {
  color: #999;
}
.order-item-table .item-disabled .text-price, .order-item-table .item-disabled .label-discount, .order-item-table .item-disabled .text-light {
  color: #999 !important;
  cursor: default;
}
.order-item-table .item-disabled .icheckbox {
  cursor: default;
  background-position: -16px 0;
}
.order-item-table .item-disabled .iraido {
  cursor: default;
  background-position: -112px 0;
}
.order-item-table .item-disabled .label-discount {
  border-color: #999;
}
.order-item-table .item-disabled .arw-default {
  border-top-color: #999;
  border-bottom-color: #999;
}
.order-item-table .passenger-operation {
  padding-left: 20px;
  position: relative;
}
.order-item-table .passenger-operation .passenger-check {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.order-panel-head {
  width: 100%;
  height: 40px;
  background: #F8F8F8;
}
.order-panel-head th {
  text-align: center;
  color: #666;
  padding: 0 10px;
}

.label-ticket-form {
  display: inline-block;
  height: 22px;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #b1d6fe;
  padding: 0 2px;
  color: #3B99FC;
}

/*订单排队*/
.order-queue {
  border: 1px solid #E6E6E6;
  height: 66px;
  padding: 10px 20px;
  background: #F0F8FF;
  margin-bottom: 20px;
}
.order-queue.order-queue-border0 {
  margin-bottom: 0;
  border: none;
  background: #F9FCFF;
}
.order-queue .queue-state {
  float: left;
  width: 400px;
}
.order-queue .queue-ico {
  float: left;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-right: 20px;
  font-size: 44px;
}
.order-queue .queue-error {
  color: #FF2600;
}
.order-queue .queue-info {
  overflow: hidden;
}
.order-queue .queue-info h2 {
  height: 26px;
  line-height: 26px;
  font-size: 18px;
}
.order-queue .queue-info p {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #999;
}
.order-queue .queue-right {
  float: right;
  padding: 7px 0;
  line-height: 30px;
}
.order-queue .queue-right .btn {
  margin-left: 8px;
}
.order-queue .queue-time {
  float: left;
  margin-right: 30px;
}
.order-queue .queue-time .text-num {
  font-size: 20px;
  margin: 0 3px;
}

/*取消订单提示*/
.order-cancel-tips {
  font-size: 12px;
}
.order-cancel-tips .order-cancel-count {
  padding: 10px 20px;
  margin: 10px 0;
  line-height: 24px;
  color: #666;
  border-top: 1px dashed #E6E6E6;
  border-bottom: 1px dashed #E6E6E6;
}
.order-cancel-tips .order-cancel-txt {
  padding: 0 20px;
  color: #999;
}

/*通知设置*/
.notice-bind {
  overflow: hidden;
  margin-right: -10px;
}
.notice-bind .bind-item {
  float: left;
  width: 299px;
  height: 140px;
  margin: 5px 10px 5px 0;
  border: 1px solid #E6E6E6;
  border-radius: 9px;
  padding: 30px 20px 0 60px;
  color: #999;
  line-height: 24px;
  font-size: 12px;
  cursor: pointer;
  text-align: justify;
}
.notice-bind .icon {
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-left: -50px;
  font-size: 42px;
}
.notice-bind .icon-weixin {
  color: #48BD1C;
}
.notice-bind .icon-zhifubao {
  color: #3B99FC;
}
.notice-bind .icon-duanxin, .notice-bind .icon-mail {
  color: #FF8181;
  font-size: 38px;
}
.notice-bind .active {
  border: 1px solid #3B99FC;
  background-color: #F0F8FF;
  background-image: url("../images/activebg.png");
  background-image: -webkit-image-set(url("../images/activebg.png") 1x, url("../images/activebg@2x.png") 2x);
  background-image: image-set(url("../images/activebg.png") 1x, url("../images/activebg@2x.png") 2x);
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 10px 0 rgba(59, 153, 252, 0.3);
          box-shadow: 0 0 10px 0 rgba(59, 153, 252, 0.3);
}

.map-container img {
  max-width: 100%;
  vertical-align: top;
}

/*20200324 核验*/
.panel-remind {
  background: #FAFDFF;
  border: 1px solid #acd1f9;
  padding: 20px 40px 45px 300px;
}
.panel-remind .remind-icon {
  float: left;
  width: 110px;
  height: 80px;
  margin-left: -140px;
}
.panel-remind .remind-icon.user-check {
  background-image: url("../images/center/user-check.png");
  background-image: -webkit-image-set(url("../images/center/user-check.png") 1x, url("../images/center/user-check@2x.png") 2x);
  background-image: image-set(url("../images/center/user-check.png") 1x, url("../images/center/user-check@2x.png") 2x);
}
.panel-remind .remind-icon.user-check-success {
  background-image: url("../images/center/user-check-success.png");
  background-image: -webkit-image-set(url("../images/center/user-check-success.png") 1x, url("../images/center/user-check-success@2x.png") 2x);
  background-image: image-set(url("../images/center/user-check-success.png") 1x, url("../images/center/user-check-success@2x.png") 2x);
}
.panel-remind .remind-icon.user-check-error {
  background-image: url("../images/center/user-check-error.png");
  background-image: -webkit-image-set(url("../images/center/user-check-error.png") 1x, url("../images/center/user-check-error@2x.png") 2x);
  background-image: image-set(url("../images/center/user-check-error.png") 1x, url("../images/center/user-check-error@2x.png") 2x);
}
.panel-remind .remind-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
}
.panel-remind .remind-text {
  line-height: 30px;
}
.panel-remind .remind-btns {
  margin-top: 50px;
}
.panel-remind .remind-btns .btn {
  margin-right: 10px;
}
.panel-remind.panel-remind-result {
  padding-top: 100px;
  padding-bottom: 80px;
  padding-left: 500px;
}
.panel-remind.panel-remind-result .remind-name {
  line-height: 80px;
}
.panel-remind.panel-remind-result .remind-btns {
  margin-top: 30px;
}

.reminder-box {
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #666;
}
.reminder-box .icon {
  margin-right: 10px;
  color: #999;
  /*20201026修改*/
}
.reminder-box strong {
  font-weight: 500;
  color: #333;
}

.menu-contact {
  position: relative;
}
.menu-contact .contact-txt {
  line-height: 20px;
  padding: 20px 25px;
  border-top: 1px dashed #E6E6E6;
  border-bottom: 1px dashed #E6E6E6;
}
.menu-contact:hover .tooltips03 {
  display: block;
}

.contact-cont {
  padding: 20px 0 0 50px;
}
.contact-cont .list-item {
  margin-bottom: 20px;
}
.contact-cont .list-item > .icon {
  line-height: 38px;
  text-align: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f5f5f5;
  float: left;
  margin-right: 20px;
  color: #3B99FC;
  font-size: 16px !important;
}
.contact-cont .list-item .list-bd {
  font-size: 14px;
  line-height: 20px;
}
.contact-cont .list-item .list-txt {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-cont .list-item .list-title {
  color: #999;
  font-size: 12px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tooltips03 {
  width: 380px;
  display: none;
  right: 0;
  left: auto;
}
.tooltips03.bottom-left .tooltip-arw {
  right: 30px;
}
.tooltips03.bottom-left .tooltip-arw:after {
  border-bottom-color: #E8F3FF;
}
.tooltips03 .tooltip-hd {
  background-color: #E8F3FF;
  font-weight: 500;
  font-size: 16px;
}

.user-state-box {
  font-size: 0;
}
.user-state-box .user-state {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}
.user-state-box .user-state.user-mail-success {
  background-image: url("../images/center/user-mail-success.png");
  background-image: -webkit-image-set(url("../images/center/user-mail-success.png") 1x, url("../images/center/user-mail-success@2x.png") 2x);
  background-image: image-set(url("../images/center/user-mail-success.png") 1x, url("../images/center/user-mail-success@2x.png") 2x);
}
.user-state-box .user-state.user-mail-error {
  background-image: url("../images/center/user-mail-error.png");
  background-image: -webkit-image-set(url("../images/center/user-mail-error.png") 1x, url("../images/center/user-mail-error@2x.png") 2x);
  background-image: image-set(url("../images/center/user-mail-error.png") 1x, url("../images/center/user-mail-error@2x.png") 2x);
}
.user-state-box .user-state.user-passport-success {
  background-image: url("../images/center/user-passport-success.png");
  background-image: -webkit-image-set(url("../images/center/user-passport-success.png") 1x, url("../images/center/user-passport-success@2x.png") 2x);
  background-image: image-set(url("../images/center/user-passport-success.png") 1x, url("../images/center/user-passport-success@2x.png") 2x);
}
.user-state-box .user-state.user-passport-error {
  background-image: url("../images/center/user-passport-error.png");
  background-image: -webkit-image-set(url("../images/center/user-passport-error.png") 1x, url("../images/center/user-passport-error@2x.png") 2x);
  background-image: image-set(url("../images/center/user-passport-error.png") 1x, url("../images/center/user-passport-error@2x.png") 2x);
}

.form-photo .photo-tips {
  color: #999;
  line-height: 28px;
}
.form-photo .btn-center {
  margin-top: 20px;
}

.photo-upload {
  overflow: hidden;
  margin: 10px 0;
}
.photo-upload .photo-upload-item {
  float: left;
  width: 450px;
  margin-right: 5px;
}
.photo-upload .photo-upload-item .photo-upload-tit {
  height: 28px;
  line-height: 28px;
  font-weight: 700;
}
.photo-upload .photo-upload-item .photo-upload-tit .icon {
  color: #3B99FC;
  margin-left: 10px;
}
.photo-upload .photo-upload-item .photo-upload-tit-info {
  color: #999;
  height: 28px;
  line-height: 28px;
}
.photo-upload .photo-upload-item .photo-upload-main {
  margin-top: 10px;
  width: 365px;
  height: 227px;
  border: 1px dashed #E6E6E6;
  border-radius: 10px;
  position: relative;
  background: #FCFCFC;
}
.photo-upload .photo-upload-item .photo-upload-main .photo-upload-main-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-upload .photo-upload-item .photo-upload-main .photo-upload-main-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.photo-upload .photo-upload-item .photo-upload-main .photo-upload-main-icon {
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -22px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #3B99FC;
  border-radius: 100%;
  color: #FFF;
}
.photo-upload .photo-upload-item .photo-upload-main .photo-upload-main-icon .icon {
  font-size: 24px;
}
.photo-upload .photo-upload-item .photo-upload-main .photo-upload-main-text {
  position: absolute;
  top: 165px;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
}
.photo-upload .photo-upload-item .photo-upload-main input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  cursor: pointer;
  font-size: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.order-count-detail {
  overflow: hidden;
}
.order-count-detail .detail-item {
  float: left;
  width: 376px;
  height: 110px;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.order-count-detail .detail-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 40px;
  background: #E6E6E6;
}
.order-count-detail .detail-item:nth-child(3n)::after {
  display: none;
}
.order-count-detail .detail-item:hover .detail-name {
  color: #3B99FC;
}
.order-count-detail .detail-item:hover .detail-info {
  visibility: visible;
  opacity: 1;
}
.order-count-detail .detail-name {
  line-height: 20px;
}
.order-count-detail .detail-name .icon {
  color: #3B99FC;
}
.order-count-detail .detail-money {
  height: 32px;
  line-height: 32px;
}
.order-count-detail .detail-info {
  display: inline-block;
  line-height: 20px;
  padding: 6px 10px;
  color: #3B99FC;
  background-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#F0F8FF));
  background-image: linear-gradient(270deg, #FFFFFF 0%, #F0F8FF 100%);
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@-webkit-keyframes scale-spring {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  80% {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale-spring {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  80% {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes up-small {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes up-small {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes up-lg {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes up-lg {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes width-increase {
  0% {
    width: 0%;
  }
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0%;
  }
}
@keyframes animate-positive {
  0% {
    width: 0%;
  }
}
/*
z-index:
header 1000
*/
