@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;
}

a.txt-primary:hover {
  text-decoration: underline;
}

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;
}

.icon {
  vertical-align: -1px;
}

body {
  min-width: 1200px;
}

/*盒模型*/
*, *: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;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

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

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml-lger {
  margin-left: 234px;
}

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

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pd0 {
  padding: 0px !important;
}

.pd5 {
  padding: 5px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

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

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.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;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px !important;
}

.w400 {
  width: 400px !important;
}

.w500 {
  width: 500px !important;
}

.w600 {
  width: 600px !important;
}

/*form*/
/*btn*/
.btn {
  display: inline-block;
  font-size: 14px;
  color: #333;
  min-width: 80px;
  height: 30px;
  line-height: 20px;
  padding: 4px 10px;
  border: 1px solid #dedede;
  border-radius: 6px;
  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 0.15s, color ease-in-out 0.15s, background ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s, background ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, color ease-in-out 0.15s, background ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, color ease-in-out 0.15s, background ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.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: rgba(234, 237, 237, 0.1);
  color: #999;
  border-color: #eaeded;
  cursor: not-allowed;
}
.btn.btn-disabled:hover {
  background: rgba(234, 237, 237, 0.1);
  border-color: #eaeded;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-success {
  background: #4ea373;
  color: #fff;
  border-color: #4ea373;
}
.btn.btn-success:hover {
  background: rgba(78, 163, 115, 0.8);
  border-color: rgba(78, 163, 115, 0.8);
}
.btn.btn-warning {
  background: #f6ba29;
  color: #fff;
  border-color: #f6ba29;
}
.btn.btn-warning:hover {
  background: rgba(246, 186, 41, 0.8);
  border-color: rgba(246, 186, 41, 0.8);
}
.btn.btn-danger {
  background: #ff4646;
  color: #fff;
  border-color: #ff4646;
}
.btn.btn-danger:hover {
  background: rgba(255, 70, 70, 0.8);
  border-color: rgba(255, 70, 70, 0.8);
}
.btn.btn-sm {
  min-width: 70px;
  height: 24px;
  padding: 1px 10px;
  border-radius: 3px;
}
.btn.btn-sm.btn-radius {
  border-radius: 12px;
}
.btn.btn-lg {
  height: 36px;
  padding: 7px 10px;
}
.btn.btn-lg.btn-radius {
  border-radius: 18px;
}
.btn.form-block {
  display: block;
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
}
.btn.btn-radius {
  border-radius: 15px;
}

.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: 10px;
}
.btn-right > div {
  margin-left: 10px;
}

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

.btn-drop {
  display: inline-block;
  position: relative;
}
.btn-drop:hover .drop-bd {
  display: block;
}
.btn-drop .drop-bd {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 2000;
  font-size: 14px;
  display: none;
  padding-top: 8px;
}
.btn-drop .drop-bd ul {
  position: relative;
  padding: 12px;
  background: #fff;
  border: 1px solid #dedede;
  width: 90px;
}
.btn-drop .drop-bd ul:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 30px;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #dedede transparent;
  border-top: none;
}
.btn-drop .drop-bd ul:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 30px;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
}
.btn-drop .drop-bd li {
  line-height: 20px;
  padding: 5px 0px;
  overflow: hidden;
  text-align: left;
}
.btn-drop .drop-bd .list-name {
  line-height: 20px;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  display: block;
  margin-left: 0;
}
.btn-drop .drop-bd .list-name:hover {
  color: #ff8000;
}
.btn-drop .drop-bd .list-down {
  float: right;
}

/*select*/
.select {
  min-width: 80px;
  height: 30px;
  line-height: 20px;
  border: 1px solid #dedede;
  padding: 4px 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 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.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.disabled, .select:disabled {
  border-color: #f1f1f1;
  color: #eaeded;
  background-color: #f9f9f9;
  cursor: not-allowed;
}

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: 30px;
  line-height: 30px;
  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: 30px;
  line-height: 20px;
  border: 1px solid #dedede;
  padding: 4px 10px;
  color: #333;
  background-color: #fff;
  color: #333;
  outline: none;
  font-size: 14px;
  border-radius: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.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: 36px;
  padding: 7px 10px;
}
.input.input-error, .input-error.textarea {
  border-color: #e12525;
  color: #e12525;
}
.input.disabled, .disabled.textarea, .input:disabled, .textarea:disabled {
  border-color: #f1f1f1;
  color: #eaeded;
  background: #f9f9f9;
  cursor: not-allowed;
}
.input.input-disabled:disabled, .input-disabled.textarea:disabled {
  border-color: #f1f1f1;
  color: #333;
  cursor: not-allowed;
  background-color: #fff;
}

.textarea {
  height: 70px;
  overflow-y: auto;
  overflow-x: hidden;
}
.textarea.disabled, .textarea:disabled {
  border-color: #f1f1f1;
  color: #eaeded;
  background: #f9f9f9;
  cursor: not-allowed;
}

.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 0.2s;
  animation: scale-spring 0.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 0.2s;
  animation: scale-spring 0.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: 30px;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.check-inline .iradio,
.check-inline .icheckbox {
  float: left;
  margin-left: -20px;
  margin-top: 7px;
}

.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);
}

/*check*/
.check-list {
  *zoom: 1;
}
.check-list:before, .check-list:after {
  content: "";
  display: table;
}
.check-list:after {
  clear: both;
  overflow: hidden;
}
.check-list li {
  float: left;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.check-list li i {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 10px;
  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);
}
.check-list .active i {
  background-position: -32px 0;
  -webkit-animation: 0.3s scale-spring;
          animation: 0.3s scale-spring;
}
.check-list .disabled i {
  background-position: -16px 0;
}
.check-list .active.disabled i {
  background-position: -48px 0;
}

.check-list-right li i {
  margin-right: 0;
  margin-left: 10px;
}

.radio-list {
  *zoom: 1;
}
.radio-list:before, .radio-list:after {
  content: "";
  display: table;
}
.radio-list:after {
  clear: both;
  overflow: hidden;
}
.radio-list li {
  float: left;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.radio-list li i {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 10px;
  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);
  background-position: -32px 0;
}
.radio-list .active i {
  background-position: -48px 0;
  -webkit-animation: 0.3s scale-spring;
          animation: 0.3s scale-spring;
}

/*--- 关爱版 开始 ---*/
.is-caring .btn {
  font-size: 18px;
}
.is-caring .input, .is-caring .textarea, .is-caring .textarea {
  font-size: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-lg {
  margin-bottom: 20px !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;
}

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

.txt-primary {
  color: #3b99fc !important;
}

.txt-num {
  color: #ff8000 !important;
}

.txt-light,
.txt-tips {
  color: #666 !important;
}

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

.txt-lightest {
  color: #fff !important;
}

.txt-success {
  color: #4ea373 !important;
}

.txt-error {
  color: #e12525 !important;
}

.txt-warning {
  color: #f6ba29 !important;
}

.txt-danger {
  color: #ff4646 !important;
}

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

.txt-price {
  color: #ff8000 !important;
}

.txt-second {
  color: #ff8000 !important;
}

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

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

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

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

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

.txt-bold,
.txt-700 {
  font-weight: 700;
}

.txt-400 {
  font-weight: 400;
}

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

.txt-decoration {
  text-decoration: line-through;
}
.txt-decoration:hover {
  text-decoration: line-through;
}

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

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

.lineheight-lg {
  line-height: 30px;
}

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

/*三角形*/
.caret {
  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: #dedede transparent transparent transparent;
  border-bottom: none;
}

/*图片划入缩放*/
.img-scale {
  overflow: hidden;
}
.img-scale img {
  -webkit-transition: 0.3s linear transform;
  transition: 0.3s linear transform;
}
.img-scale img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/*section*/
.section {
  padding-top: 30px;
}
.section .section-hd {
  height: 40px;
  border-bottom: 2px solid #dedede;
}
.section .section-hd .more {
  float: right;
  line-height: 38px;
  color: #999;
}
.section .section-hd .more:hover {
  color: #3b99fc;
}
.section .section-tit {
  float: left;
  position: relative;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  color: #3b99fc;
  padding: 0 4px;
}
.section .section-tit:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #3b99fc;
}

/*金钱*/
.txt-price {
  color: #ff8000;
}
.txt-price .rmb {
  font-style: normal;
  margin-right: 2px;
}

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

/*遮罩层*/
.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  z-index: 5000;
}

/*弹窗*/
.modal {
  position: absolute;
  z-index: 6000;
  display: none;
  width: 440px;
  background: #fff;
  border-radius: 6px;
}
.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;
}
.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;
}

/*消息*/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.message {
  padding: 0 20px 0 60px;
  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 .ico-wait {
  background-image: url("../images/center/ico-invoice.png");
  background-image: -webkit-image-set(url("../images/center/ico-invoice.png") 1x, url("../images/center/ico-invoice@2x.png") 2x);
  background-image: image-set(url("../images/center/ico-invoice.png") 1x, url("../images/center/ico-invoice@2x.png") 2x);
  border: 3px solid #efeff4;
  border-radius: 50%;
  background-position: center center;
  background-size: 24px 24px;
  line-height: 24px;
  position: relative;
}
.message .msg-ico .ico-wait::after {
  position: absolute;
  right: -3px;
  top: -3px;
  background-image: url("../images/center/ico-wait-bg.png");
  background-image: -webkit-image-set(url("../images/center/ico-wait-bg.png") 1x, url("../images/center/ico-wait-bg@2x.png") 2x);
  background-image: image-set(url("../images/center/ico-wait-bg.png") 1x, url("../images/center/ico-wait-bg@2x.png") 2x);
  width: 30px;
  height: 30px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right top;
  content: "";
  -webkit-transform: rotate(0);
          transform: rotate(0);
  border-radius: 50%;
  -webkit-animation: 0.7s rotate linear infinite;
          animation: 0.7s rotate linear infinite;
}
.message .msg-ico .ico-circle {
  border-radius: 50%;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #3b99fc;
  position: relative;
  font-size: 14px;
}
.message .msg-ico .ico-circle::before {
  color: #fff;
}
.message .msg-ico img {
  display: block;
  width: 30px;
  height: 30px;
}
.message .msg-ico .icon-doubt {
  color: #f6ba29;
}
.message .msg-ico .icon-success {
  color: #4ea373;
}
.message .msg-ico .icon-error {
  color: #e12525;
}
.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: 20px;
  color: #666;
}

.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;
}

/*结果页*/
.box-result {
  border: 1px solid #3b99fc;
  padding: 20px;
}
.box-result .result-bd {
  margin: 0 200px;
}
.box-result .btn-group-center {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #dedede;
}

.result-bd {
  padding-left: 90px;
  position: relative;
  _height: 45px;
  min-height: 45px;
  line-height: 20px;
  padding-top: 5px;
}
.result-bd .result-img {
  position: absolute;
  top: 0;
  left: 0;
}
.result-bd .result-tit {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  margin-bottom: 5px;
}

.result-bd-mini {
  min-height: 40px;
  line-height: 40px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result-bd-mini .result-tit {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

/*面包屑*/
.breadcrumb {
  height: 50px;
  line-height: 50px;
  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;
}

/*内容面板*/
.main-panel {
  border-top: 0;
  position: relative;
}
.main-panel .panel-hd {
  height: 40px;
  line-height: 40px;
  background: #3b99fc;
  padding: 0 20px;
  color: #fff;
}
.main-panel .panel-bd {
  border: 1px solid #dedede;
  padding: 20px 19px;
}
.main-panel .panel-sub-title {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}
.main-panel .panel-bd-bg {
  background: #fcfcfc;
  border: none;
}

/*边框panel*/
.panel-border {
  border: 1px solid #dedede;
  padding: 20px;
}
.panel-border.border-transparent {
  border-color: transparent;
}

/*内页查询*/
.search-box {
  background: #f8f8f8;
  border-radius: 1px;
  padding: 0px 20px 20px;
  border: 1px solid #dedede;
}
.search-box .form-label {
  float: left;
  width: 75px;
  padding-right: 10px;
  text-align: right;
}
.search-box .form-label .required {
  margin-right: 3px;
}

.search-box-list {
  *zoom: 1;
}
.search-box-list:before, .search-box-list:after {
  content: "";
  display: table;
}
.search-box-list:after {
  clear: both;
  overflow: hidden;
}
.search-box-list li {
  float: left;
  margin: 20px 10px 0 0;
}
.search-box-list .form-label {
  line-height: 30px;
}
.search-box-list .btn {
  min-width: 100px;
  vertical-align: top;
}

/*无查询结果*/
.result-none {
  text-align: center;
  width: 100%;
  padding: 30px 0;
}
.result-none .result-pic {
  width: 240px;
  height: 144px;
  vertical-align: top;
}
.result-none .result-txt {
  font-size: 18px;
  color: #999;
  margin-top: 30px;
  line-height: 24px;
}

/*文章详情*/
.article-box {
  padding: 0 40px;
}
.article-box .title {
  line-height: 34px;
  margin: 0px 0 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.article-box .para-sub-title {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.article-box .para-sub-title:before {
  content: "";
  float: left;
  width: 3px;
  height: 16px;
  background: #3b99fc;
  margin: 9px 10px 0 0;
}
.article-box .para-box {
  margin-top: 20px;
  line-height: 22px;
}
.article-box .img-box {
  text-align: center;
  margin-top: 30px;
}
.article-box .img-box img {
  max-width: 100%;
}

/*右侧悬浮菜单*/
.fixed-right {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -170px;
  z-index: 1100;
}

.fixed-right-menu {
  width: 50px;
}
.fixed-right-menu .menu-item {
  margin-bottom: 5px;
  background: #efefef;
  text-align: center;
  width: 50px;
  position: relative;
}
.fixed-right-menu .menu-item:hover .menu-code {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.fixed-right-menu .menu-item .menu-hd {
  text-align: center;
  display: block;
  padding: 10px;
  color: #666;
}
.fixed-right-menu .menu-item .menu-hd:hover {
  color: #3b99fc;
}
.fixed-right-menu .menu-item .menu-name {
  line-height: 18px;
}
.fixed-right-menu .menu-item .icon {
  display: block;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
}
.fixed-right-menu .menu-code {
  width: 330px;
  height: 168px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px #e3e3e3;
          box-shadow: 0 0 8px #e3e3e3;
  border: 1px solid #dedede;
  position: absolute;
  top: 50%;
  margin-top: -74px;
  right: 60px;
  z-index: 1100;
  padding: 0 20px 20px 20px;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: 0.3s ease opacity, 0.3s ease transform;
  transition: 0.3s ease opacity, 0.3s ease transform;
}
.fixed-right-menu .menu-code:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #dedede;
  border-right: none;
}
.fixed-right-menu .menu-code:after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  margin-top: -10px;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #fff;
  border-right: none;
}
.fixed-right-menu .menu-code-name {
  height: 46px;
  line-height: 46px;
}
.fixed-right-menu .menu-code-pic {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
}
.fixed-right-menu .menu-code-pic img {
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #dedede;
}
.fixed-right-menu .menu-code-pic .code-tips {
  position: absolute;
  top: 0px;
  left: 116px;
  width: 170px;
  height: 100px;
  border: 1px solid #dedede;
  background-color: #fff;
  background-image: url("../images/bg-train.png");
  background-image: -webkit-image-set(url("../images/bg-train.png") 1x, url("../images/bg-train@2x.png") 2x);
  background-image: image-set(url("../images/bg-train.png") 1x, url("../images/bg-train@2x.png") 2x);
  background-position: right bottom;
  background-repeat: no-repeat;
  line-height: 18px;
  padding: 12px 10px;
  font-size: 12px;
  text-align: left;
}
.fixed-right-menu .menu-code-pic .code-tips:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 34px;
  display: inline-block;
  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 #dedede transparent transparent;
  border-left: none;
}
.fixed-right-menu .menu-code-pic .code-tips:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 34px;
  display: inline-block;
  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;
}

/*页面加载*/
.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;
}

/*tooltip提示插件*/
.tooltip {
  position: absolute;
  z-index: 100;
  display: block;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.98;
  filter: alpha(opacity=98);
}
.tooltip.top {
  margin-top: -3px;
  padding: 4px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 4px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 4px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 4px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #3b99fc;
  border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #3b99fc;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 4px;
  margin-bottom: -4px;
  border-width: 4px 4px 0;
  border-top-color: #3b99fc;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 4px;
  margin-bottom: -4px;
  border-width: 4px 4px 0;
  border-top-color: #3b99fc;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -4px;
  border-width: 4px 4px 4px 0;
  border-right-color: #3b99fc;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -4px;
  border-width: 4px 0 4px 4px;
  border-left-color: #3b99fc;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: #3b99fc;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 4px;
  margin-top: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: #3b99fc;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 4px;
  margin-top: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: #3b99fc;
}

/*输入框错误提示*/
.tooltip-error {
  position: absolute;
  height: 30px;
  line-height: 28px;
  border: 1px solid #e12525;
  padding: 0 10px;
  border-radius: 4px;
  color: #e12525;
  background: #ffebeb;
  z-index: 3000;
  white-space: nowrap;
  display: none;
}
.tooltip-error:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: -4px;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 4px;
  cursor: pointer;
  border-style: dashed solid dashed dashed;
  border-color: transparent #e12525 transparent transparent;
  border-left: none;
}
.tooltip-error:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: -3px;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 4px;
  cursor: pointer;
  border-style: dashed solid dashed dashed;
  border-color: transparent #ffebeb transparent transparent;
  border-left: none;
}
.tooltip-error .icon {
  margin-right: 4px;
}

/*下拉框组件*/
.down-box {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #dedede;
  z-index: 10;
  display: none;
  max-height: 280px;
  overflow: auto;
}
.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;
}

/*标签-最新*/
.label-new {
  display: inline-block;
  border: 1px solid #ffb5b5;
  height: 18px;
  line-height: 16px;
  padding: 0 5px;
  background: #fff;
  color: #ff4646;
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
}

/*标签-赠*/
.label-give {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  background: #ff8000;
  color: #fff;
}

.label-children {
  display: inline-block;
  border: 1px solid #acd1f9;
  height: 18px;
  line-height: 16px;
  padding: 0 5px;
  background: #fff;
  color: #3b99fc;
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
}

.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;
}
.label-txt.is-default {
  color: #666;
  border-color: #dedede;
}

.label-txt-sm {
  width: auto;
  min-width: 22px;
}

.label-discount {
  display: inline-block;
  border: 1px solid #ffb5b5;
  height: 18px;
  line-height: 16px;
  padding: 0 5px;
  background: #fff;
  color: #ff4646;
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
}

.label-primary {
  display: inline-block;
  border: 1px solid #ffb5b5;
  height: 18px;
  line-height: 16px;
  padding: 0 5px;
  background: #fff;
  color: #ff4646;
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
}

/*翻页*/
.pagination {
  height: 30px;
  line-height: 30px;
  text-align: right;
}
.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 {
  display: block;
  height: 30px;
  border: 1px solid #dedede;
  line-height: 28px;
  padding: 0 5px;
  min-width: 30px;
  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: 30px;
  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;
}
.pagination.pagination-center {
  text-align: center;
}

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

/*温馨提示*/
.tips-box {
  border: 2px solid #ffddba;
  background: #fffbf8;
  padding: 10px 20px 10px 20px;
  line-height: 20px;
}
.tips-box .tips-tit {
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
}
.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-box-error {
  padding: 4px 20px;
  background: rgba(240, 72, 55, 0.1);
  border: 1px solid #F04837;
  text-align: center;
}
.tips-box.tips-box-error .icon {
  color: #e12525;
  font-size: 24px;
  vertical-align: top;
  display: inline-block;
  line-height: 30px;
}
.tips-box.tips-box-error p {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin-top: 0;
}

/*搜索表单-单行*/
.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: 30px;
}
.search-form-mini .form-item .btn {
  vertical-align: top;
}
.search-form-mini .form-item .sel {
  vertical-align: top;
}

/*建设中提醒*/
.show-expect {
  text-align: center;
  padding: 20px;
}
.show-expect img {
  width: 500px;
  height: auto;
  vertical-align: top;
}

/*panel-tab*/
.panel-tab .tab-hd {
  height: 44px;
  margin-bottom: -1px;
}
.panel-tab .tab-bd {
  border: 1px solid #dedede;
}
.panel-tab .tab-hd-list {
  height: 44px;
}
.panel-tab .tab-hd-list li {
  float: left;
  border: 1px solid #dedede;
  margin-right: -1px;
}
.panel-tab .tab-hd-list a {
  float: left;
  padding: 0 30px;
  min-width: 110px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.panel-tab .tab-hd-list .txt-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;
}
.panel-tab .tab-item {
  display: none;
  padding: 20px;
}

/*提示窗*/
.panel-tooltip {
  position: absolute;
  border: 1px solid #3b99fc;
  background: #fff;
  z-index: 2001;
}
.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-hd {
  height: 40px;
  padding: 5px 20px;
  line-height: 30px;
  background: #f0f8ff;
}
.panel-tooltip .tooltip-bd {
  padding: 20px;
}
.panel-tooltip .tooltip-txt {
  line-height: 20px;
  padding: 4px 10px;
}
.panel-tooltip.top .tooltip-arw, .panel-tooltip.top-left .tooltip-arw, .panel-tooltip.top-right .tooltip-arw {
  top: auto;
  bottom: -6px;
}
.panel-tooltip.top .tooltip-arw:before, .panel-tooltip.top-left .tooltip-arw:before, .panel-tooltip.top-right .tooltip-arw:before {
  top: 0;
  left: 0;
  display: inline-block;
  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-tooltip.top .tooltip-arw:after, .panel-tooltip.top-left .tooltip-arw:after, .panel-tooltip.top-right .tooltip-arw:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  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-tooltip.top .tooltip-arw {
  left: 50%;
  margin-left: -6px;
}
.panel-tooltip.top-left .tooltip-arw {
  left: auto;
  right: 10px;
}
.panel-tooltip.bottom-left .tooltip-arw {
  left: auto;
  right: 10px;
}
.panel-tooltip.bottom-right .tooltip-arw {
  left: 10px;
}
.panel-tooltip.bottom .tooltip-arw {
  left: 50%;
  margin-left: -6px;
}
.panel-tooltip.right-bottom .tooltip-arw, .panel-tooltip.right-top .tooltip-arw, .panel-tooltip.right .tooltip-arw {
  width: 6px;
  height: 12px;
  left: -6px;
  top: 10px;
}
.panel-tooltip.right-bottom .tooltip-arw:before, .panel-tooltip.right-top .tooltip-arw:before, .panel-tooltip.right .tooltip-arw:before {
  top: 0;
  left: 0;
  display: inline-block;
  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-tooltip.right-bottom .tooltip-arw:after, .panel-tooltip.right-top .tooltip-arw:after, .panel-tooltip.right .tooltip-arw:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 1px;
  display: inline-block;
  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-tooltip.right-bottom .tooltip-arw {
  top: 10px;
}
.panel-tooltip.right-top .tooltip-arw {
  top: auto;
  bottom: 10px;
}
.panel-tooltip.right .tooltip-arw {
  top: 50%;
  margin-top: -6px;
}
.panel-tooltip.left-bottom .tooltip-arw, .panel-tooltip.left-top .tooltip-arw, .panel-tooltip.left .tooltip-arw {
  width: 6px;
  height: 12px;
  left: auto;
  right: -6px;
  top: 8px;
}
.panel-tooltip.left-bottom .tooltip-arw:before, .panel-tooltip.left-top .tooltip-arw:before, .panel-tooltip.left .tooltip-arw:before {
  top: 0;
  left: 0;
  display: inline-block;
  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-tooltip.left-bottom .tooltip-arw:after, .panel-tooltip.left-top .tooltip-arw:after, .panel-tooltip.left .tooltip-arw:after {
  content: "";
  position: absolute;
  top: 0px;
  left: auto;
  right: 1px;
  display: inline-block;
  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-tooltip.left-bottom .tooltip-arw {
  top: 8px;
}
.panel-tooltip.left-top .tooltip-arw {
  top: auto;
  bottom: 8px;
}
.panel-tooltip.left .tooltip-arw {
  top: 50%;
  margin-top: -6px;
}
.panel-tooltip .tooltip-arw {
  width: 12px;
  height: 6px;
  position: absolute;
  top: -6px;
  left: 10px;
}
.panel-tooltip .tooltip-arw:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  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;
  display: inline-block;
  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-train-stop {
  width: 418px;
}
.panel-train-stop .stop-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #999;
}
.panel-train-stop .stop-close:hover {
  color: #3b99fc;
}
.panel-train-stop .stop-hd {
  height: 40px;
  text-align: center;
  background: #f0f8ff;
  color: #666;
}
.panel-train-stop .stop-hd .stop-item {
  line-height: 40px;
}
.panel-train-stop .stop-item {
  float: left;
  text-align: center;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel-train-stop .stop-num {
  width: 60px;
}
.panel-train-stop .stop-name {
  width: 90px;
}
.panel-train-stop .stop-time {
  width: 80px;
}
.panel-train-stop .stop-bd {
  max-height: 256px;
  overflow: auto;
}
.panel-train-stop .stop-list {
  line-height: 32px;
}
.panel-train-stop .stop-ft {
  line-height: 38px;
  border-top: 1px solid #3b99fc;
  padding: 0 0 0 20px;
}
.panel-train-stop .stop-ft span {
  margin-right: 35px;
  font-weight: 700;
}

/*模拟select*/
.sel {
  display: inline-block;
  position: relative;
  zoom: 1;
  vertical-align: middle;
  text-align: left;
}
.sel .sel-hd {
  height: 30px;
  line-height: 28px;
  border: 1px solid #dedede;
  padding: 0 24px 0 10px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.sel .sel-hd .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #e0e0e0;
  -webkit-transition: 0.3s linear transform;
  transition: 0.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: 180px;
  overflow: auto;
  display: none;
}
.sel.sel02 .sel-hd .input, .sel.sel02 .sel-hd .textarea {
  border-color: transparent;
  background-color: transparent;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.sel.sel02 .sel-hd .input:focus, .sel.sel02 .sel-hd .textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sel .sel-list.sel-list02 li {
  height: auto;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
  word-break: break-all;
}
.sel .sel-list.sel-list02 li.selected .sel-text {
  color: #fff;
}
.sel .sel-list.sel-list02 li + li {
  border-top: 1px solid #dedede;
}
.sel .sel-list.sel-list02 li .sel-text {
  color: #666;
}
.sel .sel-list.sel-list02 li .tag {
  background: #f8f8f8;
  border-radius: 10px;
  font-size: 12px;
  color: #999;
  float: right;
  padding: 0 5px;
}
.sel .sel-list.sel-list01 li {
  float: left;
}
.sel .sel-list li {
  height: 30px;
  line-height: 30px;
  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 .sel-list li.is-line {
  position: relative;
}
.sel .sel-list li.is-line::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 1px;
  left: 10px;
  right: 10px;
  border-bottom: 1px dashed #dedede;
}
.sel .sel-list li.is-line.selected::before {
  display: 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: 36px;
  line-height: 34px;
  padding: 0 36px 0 10px;
}
.sel.sel-lg .sel-hd .icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.sel.disabled .sel-hd {
  border-color: #f1f1f1;
  color: #eaeded;
  background-color: #f9f9f9;
  cursor: not-allowed;
}

/*表单列表*/
.form-list .form-item {
  *zoom: 1;
  margin-bottom: 10px;
  min-height: 30px;
}
.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: 5px 5px 5px 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: 30px;
}
.form-list .form-bd-txt {
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  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: 30px;
  line-height: 30px;
  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;
}
.form-list .w250 {
  width: 250px;
}
.form-list .w260 {
  width: 260px;
}

.form-list-mlg .form-label {
  width: 340px !important;
}
.form-list-mlg .form-bd {
  margin-left: 340px !important;
}

.form-list-lg .form-label {
  width: 200px !important;
}
.form-list-lg .form-bd {
  margin-left: 200px !important;
}

.form-list-sm .form-label {
  width: 100px !important;
}
.form-list-sm .form-bd {
  margin-left: 100px !important;
}

/*分割线*/
.line-dashed {
  height: 1px;
  border-top: 1px dashed #dedede;
  margin: 15px 0;
}

.line-dashed-margin {
  margin: 40px 0;
}

/*密码等级*/
.pwd-rank {
  height: 14px;
  line-height: 14px;
}
.pwd-rank span {
  float: left;
  width: 66px;
  height: 14px;
  background: #ffce9c;
  margin-right: 1px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.pwd-rank .active {
  background: #ff8000;
}

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

/*文章详情*/
.article {
  padding: 0 20px;
}
.article .article-head {
  padding: 10px;
}
.article .article-tit {
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.article .article-txt {
  line-height: 20px;
  margin-top: 15px;
}

/*二维码*/
.code-box-show {
  width: 162px;
  height: 162px;
  border: 1px solid #dedede;
  position: relative;
}
.code-box-show img {
  display: block;
  width: 160px;
  height: 160px;
  cursor: pointer;
}
.code-box-show .code-tips {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 160px;
  height: 160px;
  z-index: 10;
  display: none;
}
.code-box-show .code-tips .code-tips-mask {
  width: 160px;
  height: 160px;
  background: #fff;
  opacity: 0.9;
}
.code-box-show .code-tips .code-tips-info {
  position: absolute;
  width: 160px;
  height: 160px;
  left: 0;
  top: 0;
  z-index: 10;
}
.code-box-show .code-tips .code-tips-bd {
  width: 160px;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.code-box-show .code-tips .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  font-size: 20px;
  margin-right: 5px;
  display: inline-block;
}
.code-box-show .code-tips .btn {
  margin-top: 10px;
}

.code-box-show-sm {
  width: 122px;
  height: 122px;
}
.code-box-show-sm img {
  width: 120px;
  height: 120px;
}
.code-box-show-sm .code-tips {
  width: 120px;
  height: 120px;
}
.code-box-show-sm .code-tips .code-tips-mask {
  width: 120px;
  height: 120px;
}
.code-box-show-sm .code-tips .code-tips-info {
  width: 120px;
  height: 120px;
}
.code-box-show-sm .code-tips .code-tips-bd {
  width: 120px;
  height: 120px;
  font-size: 16px;
}

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

.list-table {
  width: 100%;
  text-align: center;
}
.list-table th {
  background: #f0f8ff;
  height: 40px;
  padding: 0 10px;
}
.list-table td {
  padding: 15px 10px;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  line-height: 22px;
}
.list-table .order-operation {
  padding: 20px 10px;
  border-right: none;
}
.list-table .align-top {
  vertical-align: top;
}
.list-table .align-center {
  text-align: center;
}
.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 .bg-light td,
.list-table .bg-light th {
  background: #f8f8f8;
  border-top: 1px solid #dedede;
}
.list-table .br-bottom {
  border-top: 1px dashed #dedede;
  border-bottom: 1px dashed #dedede;
}
.list-table .item-disabled {
  color: #999;
}
.list-table .item-disabled .txt-primary,
.list-table .item-disabled .txt-price,
.list-table .item-disabled .label-discount,
.list-table .item-disabled .txt-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;
}

/*失败提醒*/
.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: 20px;
}

/*始发路过终点*/
.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;
}

/*车票车次-181213修改前备份*/
/*车票车次*/
.ticket-card {
  width: 270px;
  height: 125px;
  background-image: url("../images/ticket.png");
  background-image: -webkit-image-set(url("../images/ticket.png") 1x, url("../images/ticket@2x.png") 2x);
  background-image: image-set(url("../images/ticket.png") 1x, url("../images/ticket@2x.png") 2x);
  padding: 10px 20px;
  position: relative;
}
.ticket-card .ticket-number {
  height: 20px;
  line-height: 20px;
  font-weight: 400;
  font-size: 20px;
}
.ticket-card .ticket-date {
  float: right;
  height: 20px;
  line-height: 20px;
  color: #666;
}
.ticket-card .ticket-date strong {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  margin-left: 5px;
}
.ticket-card .ticket-station {
  height: 46px;
  line-height: 18px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ticket-card .ticket-station i {
  margin-right: 5px;
}
.ticket-card .ticket-station-start {
  float: left;
}
.ticket-card .ticket-station-end {
  float: left;
}
.ticket-card .ticket-station-arw {
  float: left;
  margin-right: 8px;
  margin-top: 7px;
  width: 16px;
  height: 5px;
  background-image: url("../images/to01.png");
  background-image: -webkit-image-set(url("../images/to01.png") 1x, url("../images/to01@2x.png") 2x);
  background-image: image-set(url("../images/to01.png") 1x, url("../images/to01@2x.png") 2x);
  background-position: right center;
  background-repeat: no-repeat;
}
.ticket-card .ticket-station-name {
  font-size: 16px;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  margin-right: 8px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.ticket-card .ticket-station-name i {
  vertical-align: top;
  font-weight: 400;
}
.ticket-card .ticket-station-time {
  height: 18px;
  line-height: 18px;
  white-space: nowrap;
  padding-left: 23px;
}
.ticket-card .ticket-info {
  height: 20px;
  line-height: 20px;
  position: relative;
  margin-top: 10px;
}
.ticket-card .ticket-info-txt {
  float: left;
}
.ticket-card .ticket-info-price {
  float: right;
}
.ticket-card .ticket-success {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 74px;
  height: 18px;
  background-image: url("../images/buySuccess.png");
  background-image: -webkit-image-set(url("../images/buySuccess.png") 1x, url("../images/buySuccess@2x.png") 2x);
  background-image: image-set(url("../images/buySuccess.png") 1x, url("../images/buySuccess@2x.png") 2x);
}
.ticket-card.disabled {
  background-image: url("../images/ticket2.png");
  background-image: -webkit-image-set(url("../images/ticket2.png") 1x, url("../images/ticket2@2x.png") 2x);
  background-image: image-set(url("../images/ticket2.png") 1x, url("../images/ticket2@2x.png") 2x);
  color: #999;
}
.ticket-card.disabled .ticket-station-arw {
  background-image: url("../images/to02.png");
  background-image: -webkit-image-set(url("../images/to02.png") 1x, url("../images/to02@2x.png") 2x);
  background-image: image-set(url("../images/to02.png") 1x, url("../images/to02@2x.png") 2x);
}
.ticket-card.disabled .label-shi,
.ticket-card.disabled .label-zhong,
.ticket-card.disabled .label-guo {
  color: #999;
  border-color: #dedede;
}
.ticket-card.disabled .txt-price {
  color: #999 !important;
}
.ticket-card.success {
  background-image: url("../images/ticket3.png");
  background-image: -webkit-image-set(url("../images/ticket3.png") 1x, url("../images/ticket3@2x.png") 2x);
  background-image: image-set(url("../images/ticket3.png") 1x, url("../images/ticket3@2x.png") 2x);
}
.ticket-card.active {
  background-image: url("../images/ticket3.png");
  background-image: -webkit-image-set(url("../images/ticket3.png") 1x, url("../images/ticket3@2x.png") 2x);
  background-image: image-set(url("../images/ticket3.png") 1x, url("../images/ticket3@2x.png") 2x);
}
.ticket-card.active:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 26px;
  height: 21px;
  background-image: url("../images/current3.png");
  background-image: -webkit-image-set(url("../images/current3.png") 1x, url("../images/current3@2x.png") 2x);
  background-image: image-set(url("../images/current3.png") 1x, url("../images/current3@2x.png") 2x);
}
.ticket-card .ticket-tips {
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  background: 000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 30px 6px 10px;
  border-radius: 0 0 4px 4px;
}
.ticket-card .ticket-tips .ticket-tips-bd {
  height: 20px;
  overflow: hidden;
  font-size: 12px;
  -webkit-transition: 0.3s linear height;
  transition: 0.3s linear height;
}
.ticket-card .ticket-tips .ticket-tips-bd p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ticket-card .ticket-tips .tips-show-all,
.ticket-card .ticket-tips .tips-show-less {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: 8px;
  right: 10px;
  cursor: pointer;
}
.ticket-card .ticket-tips .tips-show-less {
  display: none;
}
.ticket-card .ticket-tips.ticket-tips-all {
  border-radius: 4px;
}
.ticket-card .ticket-tips.ticket-tips-all .ticket-tips-bd {
  height: 113px;
}
.ticket-card .ticket-tips.ticket-tips-all .ticket-tips-bd p {
  height: auto;
  white-space: normal;
}
.ticket-card .ticket-tips.ticket-tips-all .tips-show-all {
  display: none;
}
.ticket-card .ticket-tips.ticket-tips-all .tips-show-less {
  display: block;
}
.ticket-card.ticket-card-queue {
  background-size: 100% 100%;
  height: 165px;
}
.ticket-card.ticket-card-queue .ticket-queue {
  margin: 0 -20px -10px -20px;
  border-top: 1px dashed #3b99fc;
  line-height: 20px;
  background: #ddeeff;
  height: 40px;
}

/*190328新版*/
/*车票-排队*/
.ticket-card-queue {
  width: 270px;
  height: 165px;
  background-image: url("../images/ticket4.png");
  background-image: -webkit-image-set(url("../images/ticket4.png") 1x, url("../images/ticket4@2x.png") 2x);
  background-image: image-set(url("../images/ticket4.png") 1x, url("../images/ticket4@2x.png") 2x);
  padding: 10px 20px;
  position: relative;
}
.ticket-card-queue .ticket-number {
  height: 20px;
  line-height: 20px;
  font-weight: 400;
  font-size: 20px;
}
.ticket-card-queue .ticket-date {
  float: right;
  height: 20px;
  line-height: 20px;
  color: #666;
}
.ticket-card-queue .ticket-date strong {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  margin-left: 5px;
}
.ticket-card-queue .ticket-station {
  height: 46px;
  line-height: 18px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ticket-card-queue .ticket-station i {
  margin-right: 5px;
}
.ticket-card-queue .ticket-station-start {
  float: left;
}
.ticket-card-queue .ticket-station-end {
  float: left;
}
.ticket-card-queue .ticket-station-arw {
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  width: 16px;
  height: 5px;
  background-image: url("../images/to01.png");
  background-image: -webkit-image-set(url("../images/to01.png") 1x, url("../images/to01@2x.png") 2x);
  background-image: image-set(url("../images/to01.png") 1x, url("../images/to01@2x.png") 2x);
  background-position: right center;
  background-repeat: no-repeat;
}
.ticket-card-queue .ticket-station-name {
  font-size: 16px;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  margin-right: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.ticket-card-queue .ticket-station-name i {
  vertical-align: top;
  font-weight: 400;
}
.ticket-card-queue .ticket-station-time {
  height: 18px;
  line-height: 18px;
  padding-left: 23px;
  white-space: nowrap;
}
.ticket-card-queue .ticket-info {
  height: 20px;
  line-height: 20px;
  position: relative;
  margin-top: 10px;
}
.ticket-card-queue .ticket-info-txt {
  float: left;
}
.ticket-card-queue .ticket-info-price {
  float: right;
}
.ticket-card-queue .ticket-queue {
  position: absolute;
  bottom: 1px;
  left: 6px;
  right: 6px;
  background: #ddeeff;
  border-top: 1px dashed #3b99fc;
  height: 30px;
  border-radius: 0 0 4px 4px;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
  padding: 0 10px 0;
  color: #999;
}
.ticket-card-queue .queue-number {
  color: #3b99fc;
  margin: 0 4px;
  font-weight: 400;
}
.ticket-card-queue .success-history {
  position: relative;
  float: right;
  padding-right: 8px;
  height: 20px;
  line-height: 20px;
  color: #3b99fc;
}
.ticket-card-queue .success-history:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 3px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #3b99fc;
  border-right: none;
}
.ticket-card-queue .ticket-success {
  text-align: center;
  color: #4ea373;
}
.ticket-card-queue .ticket-success .icon {
  margin-right: 5px;
}
.ticket-card-queue.disabled {
  background-image: url("../images/ticket5.png");
  background-image: -webkit-image-set(url("../images/ticket5.png") 1x, url("../images/ticket5@2x.png") 2x);
  background-image: image-set(url("../images/ticket5.png") 1x, url("../images/ticket5@2x.png") 2x);
  color: #999;
}
.ticket-card-queue.disabled .ticket-station-arw {
  background-image: url("../images/to02.png");
  background-image: -webkit-image-set(url("../images/to02.png") 1x, url("../images/to02@2x.png") 2x);
  background-image: image-set(url("../images/to02.png") 1x, url("../images/to02@2x.png") 2x);
}
.ticket-card-queue.disabled .label-shi,
.ticket-card-queue.disabled .label-zhong,
.ticket-card-queue.disabled .label-guo {
  color: #999;
  border-color: #dedede;
}
.ticket-card-queue.disabled .txt-price,
.ticket-card-queue.disabled .txt-second {
  color: #999 !important;
}
.ticket-card-queue.disabled .ticket-queue {
  background: #f0f0f0;
  border-color: #d1d1d1;
}
.ticket-card-queue.disabled .success-history,
.ticket-card-queue.disabled .queue-number {
  color: #999;
}
.ticket-card-queue.disabled .success-history:after {
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 3px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #999;
  border-right: none;
}
.ticket-card-queue.success {
  background-image: url("../images/ticket6.png");
  background-image: -webkit-image-set(url("../images/ticket6.png") 1x, url("../images/ticket6@2x.png") 2x);
  background-image: image-set(url("../images/ticket6.png") 1x, url("../images/ticket6@2x.png") 2x);
}
.ticket-card-queue.active {
  background-image: url("../images/ticket6.png");
  background-image: -webkit-image-set(url("../images/ticket6.png") 1x, url("../images/ticket6@2x.png") 2x);
  background-image: image-set(url("../images/ticket6.png") 1x, url("../images/ticket6@2x.png") 2x);
}
.ticket-card-queue.active:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 26px;
  height: 21px;
  background-image: url("../images/current3.png");
  background-image: -webkit-image-set(url("../images/current3.png") 1x, url("../images/current3@2x.png") 2x);
  background-image: image-set(url("../images/current3.png") 1x, url("../images/current3@2x.png") 2x);
}
.ticket-card-queue .ticket-tips {
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  background: 000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 13px 30px 13px 10px;
  border-radius: 0 0 4px 4px;
}
.ticket-card-queue .ticket-tips .ticket-tips-bd {
  height: 20px;
  overflow: hidden;
  font-size: 12px;
  -webkit-transition: 0.3s linear height;
  transition: 0.3s linear height;
}
.ticket-card-queue .ticket-tips .ticket-tips-bd p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ticket-card-queue .ticket-tips .tips-show-all,
.ticket-card-queue .ticket-tips .tips-show-less {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: 15px;
  right: 10px;
  cursor: pointer;
}
.ticket-card-queue .ticket-tips .tips-show-less {
  display: none;
}
.ticket-card-queue .ticket-tips.ticket-tips-all {
  border-radius: 4px;
}
.ticket-card-queue .ticket-tips.ticket-tips-all .ticket-tips-bd {
  height: 134px;
}
.ticket-card-queue .ticket-tips.ticket-tips-all .ticket-tips-bd p {
  height: auto;
  white-space: normal;
}
.ticket-card-queue .ticket-tips.ticket-tips-all .tips-show-all {
  display: none;
}
.ticket-card-queue .ticket-tips.ticket-tips-all .tips-show-less {
  display: block;
}

/*旅客*/
.passenger-card {
  width: 270px;
  background: #f0f8ff;
  padding: 10px 15px;
  position: relative;
}
.passenger-card .passenger-name {
  line-height: 18px;
  height: 38px;
  padding: 10px 0;
  padding-right: 60px;
  overflow: hidden;
}
.passenger-card .ico-passenger {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-right: 10px;
  background-image: url("../images/passenger.png");
  background-image: -webkit-image-set(url("../images/passenger.png") 1x, url("../images/passenger@2x.png") 2x);
  background-image: image-set(url("../images/passenger.png") 1x, url("../images/passenger@2x.png") 2x);
}
.passenger-card .label-txt {
  height: 18px;
  line-height: 16px;
  min-width: 45px;
  vertical-align: top;
}
.passenger-card .passenger-type {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}
.passenger-card .passenger-num {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}
.passenger-card .passenger-berth {
  position: absolute;
  top: 10px;
  right: 15px;
  line-height: 38px;
  color: #3b99fc;
}
.passenger-card.disabled {
  color: #999;
  background: #f8f8f8;
}
.passenger-card.disabled .ico-passenger {
  background-image: url("../images/passenger2.png");
  background-image: -webkit-image-set(url("../images/passenger2.png") 1x, url("../images/passenger2@2x.png") 2x);
  background-image: image-set(url("../images/passenger2.png") 1x, url("../images/passenger2@2x.png") 2x);
}
.passenger-card.disabled .label-txt {
  border-color: #dedede;
  color: #999;
}
.passenger-card.active {
  border: 1px solid #3b99fc;
  padding: 9px 14px;
  border-radius: 4px;
}
.passenger-card.active::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 26px;
  height: 21px;
  background-image: url("../images/current3.png");
  background-image: -webkit-image-set(url("../images/current3.png") 1x, url("../images/current3@2x.png") 2x);
  background-image: image-set(url("../images/current3.png") 1x, url("../images/current3@2x.png") 2x);
}
.passenger-card.completed::after {
  content: "已预约";
  position: absolute;
  top: 0;
  right: 0;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  background: #d8d8d8;
  font-size: 12px;
  color: #333;
}

/*服务标签*/
.label-service-card,
.label-service-food,
.label-service-code {
  display: inline-block;
  width: 138px;
  height: 22px;
  background-image: url("../images/service2.png");
  background-image: -webkit-image-set(url("../images/service2.png") 1x, url("../images/service2@2x.png") 2x);
  background-image: image-set(url("../images/service2.png") 1x, url("../images/service2@2x.png") 2x);
}

.label-service-food {
  width: 78px;
  background-position: -147px 0;
}

.label-service-code {
  width: 102px;
  background-position: -234px 0;
}

/*排序按钮*/
.btn-sort {
  display: inline-block;
  width: 8px;
  height: 10px;
  margin-left: 6px;
  position: relative;
}
.btn-sort .sort-top {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  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 {
  display: inline-block;
  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: 0;
  left: 0;
  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: #999 transparent transparent transparent;
  border-bottom: none;
}
.btn-sort .sort-down.active {
  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;
}

/*订单类列表*/
.panel-order {
  border: 1px solid #acd1f9;
  -webkit-transition: 0.3s linear border;
  transition: 0.3s linear border;
}
.panel-order:hover {
  border: 1px solid #3b99fc;
}
.panel-order .panel-order-hd {
  height: 40px;
  line-height: 30px;
  background: #f0f8ff;
  padding: 5px 20px;
}
.panel-order .panel-order-hd.bg-white {
  background-color: #fff;
}
.panel-order .panel-order-bd.padding {
  padding: 20px;
}
.panel-order .panel-order-ft {
  *zoom: 1;
  border-top: 1px solid #dedede;
  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;
}

/*搜索*/
.search-mini {
  width: 190px;
  height: 30px;
  position: relative;
}
.search-mini .search-input {
  float: left;
  width: 160px;
  border-right: none;
}
.search-mini .search-btn {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #3b99fc;
  color: #fff;
}

/*广告*/
.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;
}

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

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

/*兑换图标*/
.ico-ticket-change {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 20px;
  height: 15px;
  border-radius: 0 6px 0 0;
  background-image: url("../images/change.png");
  background-image: -webkit-image-set(url("../images/change.png") 1x, url("../images/change@2x.png") 2x);
  background-image: image-set(url("../images/change.png") 1x, url("../images/change@2x.png") 2x);
}

.btn-sm .ico-ticket-change {
  border-radius: 0 3px 0 0;
}

/*购物车*/
/*锁定图标*/
.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);
}

/*----201904 跨海联运----*/
/*联运入口*/
.ly-plan-section {
  margin-right: -20px;
  margin-top: 20px;
  *zoom: 1;
}
.ly-plan-section:before, .ly-plan-section:after {
  content: "";
  display: table;
}
.ly-plan-section:after {
  clear: both;
  overflow: hidden;
}
.ly-plan-section .ly-plan-box {
  width: 585px;
  float: left;
  margin-right: 20px;
}

.ly-plan-box {
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 10px 20px;
  *zoom: 1;
}
.ly-plan-box:before, .ly-plan-box:after {
  content: "";
  display: table;
}
.ly-plan-box:after {
  clear: both;
  overflow: hidden;
}
.ly-plan-box.l-border0 {
  border: none;
}
.ly-plan-box .bor-btn-default {
  position: relative;
  margin: 0 74px;
  float: left;
}
.ly-plan-box .bor-btn-default:after, .ly-plan-box .bor-btn-default:before {
  position: absolute;
  content: "";
  left: -25px;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #dedede;
}
.ly-plan-box .bor-btn-default:after {
  left: inherit;
  right: -25px;
}
.ly-plan-box .ly-plan-btn {
  margin-top: 15px;
  float: right;
}
.ly-plan-box .ly-plan-hd {
  float: left;
  margin-right: 20px;
}
.ly-plan-box .ly-plan-hd .bor-btn-primary {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  width: 64px;
  padding: 5px 14px;
  font-size: 16px;
  color: #3b99fc;
  border: 2px solid #3b99fc;
  border-radius: 4px;
}

.ly-plan-item {
  float: left;
}
.ly-plan-item .ly-plan-title {
  line-height: 32px;
  font-size: 16px;
  *zoom: 1;
}
.ly-plan-item .ly-plan-title:before, .ly-plan-item .ly-plan-title:after {
  content: "";
  display: table;
}
.ly-plan-item .ly-plan-title:after {
  clear: both;
  overflow: hidden;
}
.ly-plan-item .bor-btn-default {
  vertical-align: middle;
  display: inline-block;
  border-radius: 100px;
  line-height: 20px;
  padding: 5px 10px;
  font-size: 12px;
  color: #3b99fc;
  border: 1px solid #dedede;
}

.order-empty {
  margin: 200px auto;
  padding-left: 280px;
}

.order-empty .empty-pic {
  float: left;
}

.order-empty .empty-pic img {
  display: block;
  width: 87px;
  height: 70px;
}

.order-empty .empty-txt {
  margin-left: 110px;
  padding: 15px 0;
  color: #999;
}

.order-empty .empty-txt p {
  line-height: 20px;
}

.order-empty .empty-txt .empty-tit {
  line-height: 40px;
}

/*箭头*/
.l-arrow-up {
  display: inline-block;
  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;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
}
.l-arrow-up.arw-default {
  border-bottom-color: #333;
}

.l-arrow-down {
  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: 3px;
  margin-top: -2px;
}
.l-arrow-down.arw-default {
  border-top-color: #333;
}

.l-fold {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: 0px;
  top: 0px;
  color: #3b99fc;
}
.l-fold .l-fold-toggle {
  -webkit-transition: 0.3s linear transform;
  transition: 0.3s linear transform;
}
.l-fold:hover .l-fold-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-fold.active .l-fold-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*table*/
.table-default {
  border-radius: 4px;
  border: 1px solid #3b99fc;
  line-height: 20px;
  background: #fff;
}
.table-default th {
  background: #3b99fc;
  color: #fff;
  padding: 5px 20px;
}
.table-default td {
  padding: 15px 20px;
}

.table-text {
  border-radius: 4px;
  background: #fff;
  width: 100%;
  line-height: 20px;
}
.table-text th {
  padding: 8px 5px;
  color: #666;
  text-align: right;
  vertical-align: top;
}
.table-text td {
  padding: 8px 5px;
  vertical-align: top;
}

.table-border {
  width: 100%;
  border: 1px solid #acd1f9;
  line-height: 20px;
}
.table-border td {
  padding: 10px 20px;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.table-border td:last-child {
  border-right: none;
}
.table-border tr:last-child td {
  border-bottom: none;
}

.table-box .table {
  width: 100%;
  table-layout: fixed;
  border-radius: 4px;
  border: 1px solid #dedede;
  line-height: 20px;
}
.table-box .table th {
  background: #f8f8f8;
  font-weight: 700;
  padding: 10px 20px;
}
.table-box .table td {
  border: 1px solid #dedede;
  padding: 10px 20px;
}
.table-box .table-hd .table {
  border-bottom: none;
  text-align: center;
}
.table-box .table-hd + .table-bd .table {
  border-top: none;
}
.table-box .table-hd + .table-bd tr:first-child td {
  border-top: none;
}
.table-box .table-bd {
  overflow-y: auto;
  overflow-x: hidden;
}
.table-box .table-bd::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f8f8f8;
}
.table-box .table-bd::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  background-color: transparent;
}
.table-box .table-bd::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #d3d3d3;
}

/*票金额张数 卡片*/
.order-card-box {
  *zoom: 1;
  margin-top: -4px;
}
.order-card-box:before, .order-card-box:after {
  content: "";
  display: table;
}
.order-card-box:after {
  clear: both;
  overflow: hidden;
}
.order-card-box .order-card-item {
  border: 1px solid #3b99fc;
  border-radius: 4px;
  height: 66px;
  width: 74px;
  overflow: hidden;
  padding: 6px 0px 0 8px;
  float: left;
  line-height: 18px;
  margin: 0px 0px 20px 20px;
  cursor: pointer;
}
.order-card-box .order-card-item.ishide {
  display: none;
}
.order-card-box .order-card-item.active {
  position: relative;
  background: #f0f8ff;
}
.order-card-box .order-card-item.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 26px;
  height: 21px;
  background-image: url("../images/current2.png");
  background-image: -webkit-image-set(url("../images/current2.png") 1x, url("../images/current2@2x.png") 2x);
  background-image: image-set(url("../images/current2.png") 1x, url("../images/current2@2x.png") 2x);
}
.order-card-box .order-card-item p,
.order-card-box .order-card-item div {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bottom-tips {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #3b99fc;
  line-height: 20px;
  color: #3b99fc;
  padding: 0 8px;
  font-size: 12px;
  cursor: pointer;
}
.bottom-tips .icon {
  display: inline-block;
  height: 100%;
  font-size: 14px;
  -webkit-transition: 0.3s linear transform;
  transition: 0.3s linear transform;
}
.bottom-tips .icon.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-ticket-txt {
  border: 1px solid #3b99fc;
  line-height: 28px;
  display: inline-block;
  padding: 0 14px;
  color: #3b99fc;
  vertical-align: top;
  text-align: center;
}
.l-ticket-txt .txt-price {
  font-style: normal;
  margin: 0 8px;
}

.l-type-txt {
  background: #3b99fc;
  line-height: 28px;
  display: inline-block;
  padding: 0 14px;
  color: #fff;
  vertical-align: top;
  text-align: center;
}

/*推荐 联运等文字色卡*/
.ticket-type {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
}
.ticket-type .ticket-type-txt {
  background: #f3f9ff;
  line-height: 18px;
  display: inline-block;
  min-width: 60px;
  color: #3b99fc;
  font-size: 12px;
  padding: 0 6px;
  vertical-align: top;
  text-align: center;
}
.ticket-type .ticket-type-txt.type01 {
  color: #ff8000;
  background-color: #ffead6;
}

.ticket-arw-box {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 90%;
  height: calc(100% - 45px);
  width: 2px;
  background: #efefef;
  text-align: center;
}
.ticket-arw-box:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #efefef;
  position: absolute;
  left: -2px;
  top: 0;
}
.ticket-arw-box:after {
  content: "";
  border-radius: 2px;
  color: #efefef;
  line-height: 1;
  position: absolute;
  bottom: -6px;
  left: -5px;
  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: #efefef transparent transparent transparent;
  border-bottom: none;
  vertical-align: middle;
}

.l-order-item {
  position: relative;
  *zoom: 1;
  padding: 30px 0px 0px 28px;
}
.l-order-item:before, .l-order-item:after {
  content: "";
  display: table;
}
.l-order-item:after {
  clear: both;
  overflow: hidden;
}
.l-order-item.l-order-item-single {
  padding: 12px 0 3px 28px;
  margin-right: 10px;
}
.l-order-item.l-order-item-single .l-jiantou1 {
  font-size: 24px;
  font-weight: 700;
  bottom: -10px;
}
.l-order-item.l-order-item-sm {
  padding: 10px 10px 0px 28px;
}
.l-order-item.l-order-item-sm .l-order-txt {
  padding-bottom: 0;
}
.l-order-item.l-order-item-sm .l-order-txt:last-child {
  margin-right: 0;
}
.l-order-item.l-order-item-sm:last-child .l-jiantou1 {
  display: none;
}
.l-order-item.l-order-item-sm:last-child .l-order-info {
  border-bottom: none;
}
.l-order-item.l-order-item-sm i.icon {
  margin-top: 12px;
}
.l-order-item.l-order-item-sm .l-jiantou1 {
  bottom: -10px;
}
.l-order-item.l-order-item-mid {
  padding: 10px 10px 0px 28px;
  margin-left: 20px;
}
.l-order-item.l-order-item-mid .l-order-info {
  border-bottom: none;
  padding-bottom: 0;
}
.l-order-item.l-order-item-mid .l-order-txt {
  padding-bottom: 18px;
}
.l-order-item.l-order-item-mid i.icon {
  margin-top: 16px;
}
.l-order-item.l-order-item-mid .l-jiantou1 {
  bottom: -21px;
}
.l-order-item .l-jiantou1 {
  position: absolute;
  left: -14px;
  bottom: -2px;
  color: #efefef;
  font-size: 32px;
  font-weight: 700;
  width: 44px;
  text-align: center;
}
.l-order-item.last .ticket-arw-box {
  display: none;
}
.l-order-item.last .l-order-info {
  border-bottom: none;
}
.l-order-item.last .l-jiantou1 {
  display: none;
}
.l-order-item > i.icon {
  float: left;
  display: block;
  text-align: center;
  line-height: 1;
  width: 17px;
  height: 36px;
  margin-left: -28px;
  margin-top: 4px;
  color: #3b99fc;
  position: relative;
  z-index: 1;
}
.l-order-item > i.icon.l-icon02 {
  color: #ff8000;
}
.l-order-item > i.icon.l-icon03 {
  color: #4ea373;
}
.l-order-item .l-order-text {
  position: relative;
}
.l-order-item .l-order-text:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: 0;
  width: 8px;
  height: 1px;
  background-color: #333;
}
.l-order-item .l-order-info {
  border-bottom: 1px dashed #dedede;
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
.l-order-item .ticket-arw-box {
  left: 7px;
  top: 60px;
}
.l-order-item .l-order-txt {
  float: left;
  padding-bottom: 12px;
  margin-right: 20px;
}
.l-order-item .order-card-box {
  width: 355px;
  float: right;
}

/*文字卡片*/
.type-txt {
  background: #ff8000;
  line-height: 16px;
  display: inline-block;
  min-width: 60px;
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  padding: 0 6px;
  text-align: center;
}

/*查看中转*/
.l-panel {
  position: absolute;
  left: 400px;
  top: 646px;
  width: 350px;
  z-index: 9999;
}
.l-panel .l-panel-hd {
  height: 30px;
  line-height: 30px;
  background: #3b99fc;
  color: #fff;
  padding: 0 30px 0 20px;
}
.l-panel .l-panel-hd .l-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.l-panel .l-panel-bd {
  width: 100%;
  background: #fff;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

/*查看中转*/
.lianyun-category-item {
  padding: 8px 0;
  *zoom: 1;
}
.lianyun-category-item:before, .lianyun-category-item:after {
  content: "";
  display: table;
}
.lianyun-category-item:after {
  clear: both;
  overflow: hidden;
}
.lianyun-category-item:last-child .lianyun-category .l-jiantou {
  display: none;
}
.lianyun-category-item:last-child .lianyun-txt {
  border-bottom: none;
}
.lianyun-category-item .lianyun-category {
  float: left;
  max-width: 58px;
  position: relative;
}
.lianyun-category-item .lianyun-category > i.icon {
  margin-left: 5px;
}
.lianyun-category-item .lianyun-category .l-jiantou {
  position: absolute;
  bottom: -22px;
  color: #efefef;
  font-size: 32px;
  width: 28px;
  left: 0;
  text-align: center;
}
.lianyun-category-item .lianyun-category .l-jiantou1 {
  position: absolute;
  left: 31px;
  bottom: 8px;
  color: #efefef;
  font-size: 42px;
  width: 44px;
  text-align: center;
}
.lianyun-category-item .lianyun-category .l-zhuan {
  position: absolute;
  bottom: -12px;
  left: 40px;
  color: #999;
  font-size: 24px;
  width: 28px;
  text-align: center;
}
.lianyun-category-item .lianyun-category .lianyun-category-name {
  font-weight: 700;
  line-height: 24px;
  height: 38px;
  overflow: hidden;
}
.lianyun-category-item .lianyun-txt {
  margin-left: 58px;
  border-bottom: 1px dashed #dedede;
  padding-bottom: 12px;
}

.lianyun-category i.icon {
  display: inline-block;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 20px;
  color: #3b99fc;
  border: 1px solid #3b99fc;
  border-radius: 11px;
  font-size: 14px;
  -webkit-box-shadow: 0 0 4px 0 rgba(59, 153, 252, 0.5);
          box-shadow: 0 0 4px 0 rgba(59, 153, 252, 0.5);
}
.lianyun-category i.icon.l-icon02 {
  border-color: #ff8000;
  color: #ff8000;
  -webkit-box-shadow: 0 0 4px 0 rgba(255, 128, 0, 0.5);
          box-shadow: 0 0 4px 0 rgba(255, 128, 0, 0.5);
}
.lianyun-category i.icon.l-icon03 {
  border-color: #4ea373;
  color: #4ea373;
  -webkit-box-shadow: 0 0 4px 0 rgba(78, 163, 115, 0.5);
          box-shadow: 0 0 4px 0 rgba(78, 163, 115, 0.5);
}

.lianyun-category-box {
  padding: 10px 20px;
}
.lianyun-category-box .lianyun-category-item .lianyun-txt {
  margin-left: 70px;
}

/*层*/
.l-floor {
  position: fixed;
  top: 460px;
  z-index: 9999;
  margin-left: -95px;
}

.l-floor-box {
  background: #ffffff;
  border: 1px solid #d3e5f5;
}
.l-floor-box li {
  color: #666;
  *zoom: 1;
  padding-left: 30px;
  line-height: 24px;
  cursor: pointer;
  padding-right: 13px;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.l-floor-box li:before, .l-floor-box li:after {
  content: "";
  display: table;
}
.l-floor-box li:after {
  clear: both;
  overflow: hidden;
}
.l-floor-box li .icon {
  float: left;
  width: 30px;
  margin-left: -30px;
  text-align: center;
  color: #dfdfdf;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.l-floor-box li .floor-txt {
  font-size: 12px;
}
.l-floor-box li:hover {
  color: #3b99fc;
}
.l-floor-box li:hover .icon {
  color: #3b99fc;
}
.l-floor-box li.active {
  background: #3b99fc;
  color: #fff;
}
.l-floor-box li.active .icon {
  color: #fff;
}

/*第几程标签*/
.ticket-result-name {
  line-height: 28px;
  border: 1px solid #3b99fc;
}
.ticket-result-name .result-name {
  color: #fff;
  background: #3b99fc;
  font-weight: 400;
  float: left;
  padding: 0 5px 0 13px;
  position: relative;
}
.ticket-result-name .result-name:before {
  content: "";
  position: absolute;
  right: -21px;
  width: 22px;
  height: 100%;
  background-image: url("../images/arrowbg.png");
  background-image: -webkit-image-set(url("../images/arrowbg.png") 1x, url("../images/arrowbg@2x.png") 2x);
  background-image: image-set(url("../images/arrowbg.png") 1x, url("../images/arrowbg@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: right center;
}
.ticket-result-name .result-cate {
  padding: 0 12px 0 30px;
}

/*----201904 订单中心----*/
.l-circle-icon {
  width: 50px;
  height: 50px;
}

.l-jiantouxia {
  text-align: center;
  color: #efefef;
  line-height: 32px;
}
.l-jiantouxia .icon {
  vertical-align: middle;
  font-size: 32px;
}

.l-txt-type {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  padding: 0px 8px;
  color: #fff;
  background: #ff8000;
  font-size: 12px;
  border-radius: 10px;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -2px;
}

/*路线信息*/
.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-list-sm .l-route-item {
  border-right: none;
  height: 62px;
}
.l-route-list.l-route-list-sm .l-route-item.last .l-route-type {
  display: none;
}
.l-route-list.l-route-list-sm .l-route-item .l-route-type {
  margin-left: 20px;
}
.l-route-list.l-route-list-sm .l-route-item .l-route-txt {
  width: auto;
}

.l-route-item {
  float: left;
  margin: 0px 0 20px;
  position: relative;
  border-right: 1px dashed #dedede;
  *zoom: 1;
}
.l-route-item:before, .l-route-item:after {
  content: "";
  display: table;
}
.l-route-item:after {
  clear: both;
  overflow: hidden;
}
.l-route-item.last {
  border-right: none;
}
.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;
  width: 144px;
  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,
.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;
  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 17px;
  background-size: 100%;
  text-align: center;
}
.l-route-type.l-route-type-sm {
  width: 62px;
  background-position: center 20px;
}
.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: 22px;
}

.txt-price-lg {
  line-height: 40px;
}
.txt-price-lg .txt-price-tit {
  display: inline-block;
  min-width: 96px;
  text-align: right;
  vertical-align: middle;
}
.txt-price-lg .txt-price {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 26px;
}
.txt-price-lg .rmb {
  display: inline-block;
  vertical-align: middle;
  color: #ff8000;
  font-style: normal;
  font-size: 20px;
}

/*发票信息*/
.table-new-default td {
  line-height: 20px;
  padding: 5px 10px;
}
.table-new-default .text-right {
  padding: 5px 10px 5px 0;
}

/*联运车票卡片*/
.l-ticket-cards {
  *zoom: 1;
  padding: 10px;
}
.l-ticket-cards:before, .l-ticket-cards:after {
  content: "";
  display: table;
}
.l-ticket-cards:after {
  clear: both;
  overflow: hidden;
}
.l-ticket-cards .l-ticket-card {
  float: left;
}

.l-ticket-card {
  width: 270px;
  height: 125px;
  background-image: url("../images/l-ticket-daba.png");
  background-image: -webkit-image-set(url("../images/l-ticket-daba.png") 1x, url("../images/l-ticket-daba@2x.png") 2x);
  background-image: image-set(url("../images/l-ticket-daba.png") 1x, url("../images/l-ticket-daba@2x.png") 2x);
  padding: 10px 20px 10px;
  margin: 10px;
  position: relative;
}
.l-ticket-card .l-ticket-info {
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  position: relative;
  margin-top: 8px;
  font-size: 12px;
  @incldue ellipsis;
}
.l-ticket-card.l-ticket-lundu {
  background-image: url("../images/l-ticket-lundu.png");
  background-image: -webkit-image-set(url("../images/l-ticket-lundu.png") 1x, url("../images/l-ticket-lundu@2x.png") 2x);
  background-image: image-set(url("../images/l-ticket-lundu.png") 1x, url("../images/l-ticket-lundu@2x.png") 2x);
}
.l-ticket-card.l-ticket-train {
  background-image: url("../images/ticket.png");
  background-image: -webkit-image-set(url("../images/ticket.png") 1x, url("../images/ticket@2x.png") 2x);
  background-image: image-set(url("../images/ticket.png") 1x, url("../images/ticket@2x.png") 2x);
}
.l-ticket-card .ticket-success {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 74px;
  height: 18px;
  background-image: url("../images/buySuccess.png");
  background-image: -webkit-image-set(url("../images/buySuccess.png") 1x, url("../images/buySuccess@2x.png") 2x);
  background-image: image-set(url("../images/buySuccess.png") 1x, url("../images/buySuccess@2x.png") 2x);
}
.l-ticket-card.disabled {
  background-image: url("../images/l-ticket-daba0.png");
  background-image: -webkit-image-set(url("../images/l-ticket-daba0.png") 1x, url("../images/l-ticket-daba0@2x.png") 2x);
  background-image: image-set(url("../images/l-ticket-daba0.png") 1x, url("../images/l-ticket-daba0@2x.png") 2x);
  color: #999;
}
.l-ticket-card.disabled .l-txt-type {
  background-color: #999;
}
.l-ticket-card.disabled .txt-price {
  color: #999 !important;
}
.l-ticket-card.disabled .i-dkp {
  background-image: url("../images/center/ykp.png");
  background-image: -webkit-image-set(url("../images/center/ykp.png") 1x, url("../images/center/ykp@2x.png") 2x);
  background-image: image-set(url("../images/center/ykp.png") 1x, url("../images/center/ykp@2x.png") 2x);
}
.l-ticket-card.disabled.l-ticket-lundu {
  background-image: url("../images/l-ticket-lundu0.png");
  background-image: -webkit-image-set(url("../images/l-ticket-lundu0.png") 1x, url("../images/l-ticket-lundu0@2x.png") 2x);
  background-image: image-set(url("../images/l-ticket-lundu0.png") 1x, url("../images/l-ticket-lundu0@2x.png") 2x);
}
.l-ticket-card.disabled.l-ticket-train {
  background-image: url("../images/ticket2.png");
  background-image: -webkit-image-set(url("../images/ticket2.png") 1x, url("../images/ticket2@2x.png") 2x);
  background-image: image-set(url("../images/ticket2.png") 1x, url("../images/ticket2@2x.png") 2x);
}
.l-ticket-card.success {
  background-image: url("../images/ticket3.png");
  background-image: -webkit-image-set(url("../images/ticket3.png") 1x, url("../images/ticket3@2x.png") 2x);
  background-image: image-set(url("../images/ticket3.png") 1x, url("../images/ticket3@2x.png") 2x);
}
.l-ticket-card.active {
  background-image: url("../images/ticket3.png");
  background-image: -webkit-image-set(url("../images/ticket3.png") 1x, url("../images/ticket3@2x.png") 2x);
  background-image: image-set(url("../images/ticket3.png") 1x, url("../images/ticket3@2x.png") 2x);
}
.l-ticket-card.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 26px;
  height: 21px;
  background-image: url("../images/current2.png");
  background-image: -webkit-image-set(url("../images/current2.png") 1x, url("../images/current2@2x.png") 2x);
  background-image: image-set(url("../images/current2.png") 1x, url("../images/current2@2x.png") 2x);
}

/*验证码*/
.box-psw-code .code-tit {
  text-align: center;
  font-size: 30px;
  font-size: 16px;
}
.box-psw-code .code-pic {
  text-align: center;
  margin: 10px 0;
}
.box-psw-code .code-pic img {
  vertical-align: top;
  width: 90px;
  height: 60px;
}

.switch {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  background: #c8c9cc;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: background 0.16s cubic-bezier(0.5, 0, 0.5, 0.1);
  transition: background 0.16s cubic-bezier(0.5, 0, 0.5, 0.1);
}
.switch .switch-handle {
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  -webkit-transition: left 0.16s cubic-bezier(0.5, 0, 0.5, 0.1);
  transition: left 0.16s cubic-bezier(0.5, 0, 0.5, 0.1);
  cursor: pointer;
}
.switch.is-active {
  background: #3b99fc;
}
.switch.is-active .switch-handle {
  left: 22px;
}

.address-box {
  position: absolute;
  background: #fff;
  border: 1px solid #dedede;
  width: 642px;
  display: none;
}
.address-box .address-hd {
  height: 40px;
  border-bottom: 1px solid #dedede;
}
.address-box .address-hd-item {
  float: left;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.address-box .address-hd-item:hover {
  color: #3b99fc;
}
.address-box .address-hd-item.is-active {
  background: #3b99fc;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.address-box .address-list {
  padding: 10px 0;
  overflow: hidden;
}
.address-box .address-list li {
  float: left;
  width: 160px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.address-box .address-list li.is-active {
  color: #3b99fc;
}
.address-box .address-list li.is-active a {
  color: #3b99fc;
}

.seat-sel {
  background: #F0F8FF;
  padding: 10px 20px 10px 100px;
  position: relative;
}
.seat-sel .seat-sel-hd {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 90px;
  line-height: 24px;
}
.seat-sel .sel-item {
  height: 48px;
  line-height: 28px;
  padding: 10px 0;
}
.seat-sel .sel-item .txt {
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
  border-right: 1px solid #A6BFDE;
}
.seat-sel .sel-item .txt-last {
  border-right: none;
}
.seat-sel .seat-list {
  float: left;
}
.seat-sel .seat-list li {
  float: left;
  height: 28px;
  padding: 0 10px;
  text-align: center;
  border-right: 1px solid #A6BFDE;
}
.seat-sel .seat-list a {
  float: left;
  width: 30px;
  height: 28px;
  line-height: 25px;
  background-image: url("../images/seat.png");
  background-image: -webkit-image-set(url("../images/seat.png") 1x, url("../images/seat@2x.png") 2x);
  background-image: image-set(url("../images/seat.png") 1x, url("../images/seat@2x.png") 2x);
  color: #333;
}
.seat-sel .seat-list a.cur, .seat-sel .seat-list a.is-active {
  background-position: -30px 0;
  color: #fff;
}

.tips-warning {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #FCE9D6;
  padding: 0 8px;
  border-radius: 4px;
}
.tips-warning .icon {
  color: #FF8000;
  margin-right: 10px;
}
.tips-warning.is-bg-none {
  background: none;
}
.tips-warning.is-bg-none .icon {
  color: #3b99fc;
}

.tips-show {
  position: relative;
  padding: 10px 40px 10px 10px;
  line-height: 20px;
  background: #EBF4FE;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tips-show .tips-hd {
  color: #3b99fc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  font-weight: 700;
}
.tips-show .tips-hd .icon {
  margin-right: 8px;
}
.tips-show .tips-ft {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  color: #3b99fc;
  cursor: pointer;
}
.tips-show.is-warning {
  background: #FFF2E5;
}
.tips-show.is-warning .tips-hd {
  color: #FF8000;
}
.tips-show.is-warning .tips-ft {
  color: #FF8000;
}

.entry-exit .entry-exit-hd {
  color: #FF8201;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 700;
}
.entry-exit .entry-exit-hd .icon {
  margin-right: 10px;
}
.entry-exit .entry-exit-line {
  height: 1px;
  border-top: 1px dashed #EEEEEE;
  margin: 20px 0;
}
.entry-exit .entry-exit-bd {
  font-size: 16px;
}

.station-box {
  width: 450px;
  margin: 0 auto;
}
.station-box .station-tit {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
.station-box .station-search {
  width: 450px;
}
.station-box .station-search .search-input {
  width: 420px;
}
.station-box .station-con {
  max-height: 320px;
  overflow-y: auto;
  border: 1px solid #dedede;
  margin-top: 20px;
}
.station-box .station-list-box:last-child .station-list li:last-child {
  border-bottom: none;
}
.station-box .station-list-tit {
  height: 40px;
  line-height: 40px;
  background: #F8F8F8;
  padding: 0 20px;
  font-weight: 700;
  overflow: hidden;
}
.station-box .station-list li {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}
.station-box .station-list li:hover {
  background: rgba(59, 153, 252, 0.05);
}

/*购物车*/
.buy-cart {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 1000;
}
.buy-cart .cart-hd {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #3b99fc;
  color: #fff;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}
.buy-cart .cart-hd i {
  font-size: 26px;
}
.buy-cart .cart-hd .num {
  position: absolute;
  top: -8px;
  right: -8px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 20px;
  padding: 0 5px;
  background: #FF4646;
  color: #fff;
}
.buy-cart .cart-bd {
  position: absolute;
  right: 100%;
  bottom: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  width: 300px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.buy-cart .cart-bd::before {
  content: "";
  position: absolute;
  bottom: 16px;
  right: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 6px solid transparent;
}
.buy-cart .cart-bd-top {
  height: 30px;
  line-height: 30px;
  background: #3b99fc;
  color: #fff;
  padding: 0 20px;
  position: relative;
}
.buy-cart .cart-bd-top h3 {
  font-weight: 400;
  font-size: 14px;
}
.buy-cart .cart-bd-top h3 strong {
  font-weight: 400;
  font-size: 14px;
  margin-right: 3px;
}
.buy-cart .cart-bd-top h3 a {
  color: #fff;
  margin-left: 10px;
}
.buy-cart .cart-bd-top .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.buy-cart .cart-bd-top .close:hover {
  opacity: .8;
}
.buy-cart .cart-bd-con {
  overflow: hidden;
  padding-left: 10px;
  max-height: 180px;
  overflow-y: auto;
}
.buy-cart .cart-tlist li {
  border-bottom: 1px dashed #e3e3e3;
  line-height: 24px;
  padding: 5px 10px 5px 30px;
  position: relative;
}
.buy-cart .cart-tlist li .del {
  float: right;
  height: 24px;
  line-height: 24px;
  color: #999;
}
.buy-cart .cart-tlist li .del:hover {
  color: #f00;
}
.buy-cart .cart-tlist .card-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  color: #3b99fc;
  background-image: url("../images/bg-number.png");
  background-image: -webkit-image-set(url("../images/bg-number.png") 1x, url("../images/bg-number@2x.png") 2x);
  background-image: image-set(url("../images/bg-number.png") 1x, url("../images/bg-number@2x.png") 2x);
}
.buy-cart .cart-tlist .cart-tlist-date {
  position: absolute;
  top: 5px;
  right: 10px;
}
.buy-cart .cart-tlist .cart-tlist-tool {
  height: 24px;
}
.buy-cart .odds-large,
.buy-cart .odds-small,
.buy-cart .odds-mid {
  float: left;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #b1d6fe;
  padding: 0 4px;
  text-align: center;
  margin-top: 3px;
}
.buy-cart .odds-large {
  color: #FF4646;
  border-color: #FFBABA;
}
.buy-cart .odds-small {
  color: #4EA373;
  border-color: #C6E8D5;
}
.buy-cart .odds-mid {
  color: #FCA73B;
  border-color: #FFDBAC;
}
.buy-cart .cart-odds {
  position: absolute;
  top: 25px;
  right: 40px;
  min-width: 56px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.buy-cart .cart-odds strong {
  font-weight: 400;
  font-size: 14px;
  color: #FF4646;
}
.buy-cart .cart-bd-ft {
  padding: 10px;
  overflow: hidden;
  text-align: right;
  position: relative;
  z-index: 10;
  border-top: 1px dashed #e3e3e3;
}
.buy-cart .cart-bd-ft .cart-ft-tips {
  line-height: 20px;
  color: #999;
  text-align: left;
  position: relative;
}
.buy-cart .cart-bd-ft .btn {
  margin-top: 4px;
}

.is-caring .buy-cart .cart-bd-top h3 {
  font-size: 20px;
}
.is-caring .buy-cart .cart-bd-top strong {
  font-size: 20px;
}
.is-caring .buy-cart .cart-bd-top .close {
  font-size: 24px;
}
.is-caring .buy-cart .odds-large,
.is-caring .buy-cart .odds-small,
.is-caring .buy-cart .odds-mid {
  font-size: 18px;
}
.is-caring .buy-cart .cart-odds {
  font-size: 18px;
}
.is-caring .buy-cart .cart-odds strong {
  font-size: 20px;
}

/*购物车结束*/
/*--- 关爱版 开始 ---*/
.is-caring {
  font-size: 18px;
}
.is-caring .fixed-right-menu .menu-code {
  width: 400px;
}
.is-caring .fixed-right-menu .menu-code-pic .code-tips {
  width: 240px;
  font-size: 18px;
}
.is-caring .breadcrumb {
  font-size: 18px;
}
.is-caring .tips-box .tips-tit {
  font-size: 18px;
}
.is-caring .tips-box h2 {
  font-size: 18px;
}
.is-caring .tips-box p {
  line-height: 30px;
  font-size: 18px;
}
.is-caring .panel-tab .tab-hd-list .txt-num {
  font-size: 18px;
  height: 20px;
  line-height: 20px;
}
.is-caring .txt-lg {
  font-size: 20px !important;
}
.is-caring .txt-mlg {
  font-size: 22px !important;
}
.is-caring .txt-blg {
  font-size: 22px !important;
}
.is-caring .txt-sm {
  font-size: 18px !important;
}
.is-caring .txt-md {
  font-size: 18px !important;
}
.is-caring .label-discount {
  font-size: 18px;
  height: 22px;
  line-height: 20px;
}
.is-caring .label-primary {
  height: 22px;
  line-height: 20px;
  font-size: 18px;
}
.is-caring .pagination .page-num li a {
  font-size: 18px;
}
.is-caring .modal .modal-tit {
  font-size: 20px;
}
.is-caring .modal .modal-close .icon {
  font-size: 20px;
}
.is-caring .icon {
  font-size: 18px;
}
.is-caring .label-txt {
  font-size: 18px;
}
.is-caring .passenger-card .label-txt {
  height: 22px;
  line-height: 20px;
}
.is-caring .ticket-card-queue .ticket-queue {
  font-size: 18px;
}
.is-caring .ticket-card-queue .ticket-station-name {
  font-size: 18px;
}
.is-caring .ticket-card-queue .ticket-date strong {
  font-size: 18px;
}
.is-caring .ticket-card .ticket-date strong {
  font-size: 18px;
}
.is-caring .ticket-card .ticket-station-name {
  font-size: 18px;
}
.is-caring .label-shi, .is-caring .label-guo, .is-caring .label-zhong {
  width: 20px;
  height: 20px;
  font-size: 18px;
}
.is-caring .message .msg-tit {
  font-size: 20px;
}
.is-caring .message .msg-info {
  line-height: 30px;
}
.is-caring .article-box .title {
  line-height: 40px;
  font-size: 24px;
}
.is-caring .article-box .para-sub-title {
  height: 36px;
  line-height: 36px;
  font-size: 20px;
}
.is-caring .article-box .para-box {
  line-height: 26px;
}
.is-caring .search-box .form-label {
  width: 95px;
}
.is-caring .form-list .form-tips {
  font-size: 18px;
}
.is-caring .pwd-rank {
  height: 20px;
  line-height: 20px;
}
.is-caring .pwd-rank span {
  font-size: 18px;
  height: 20px;
}
.is-caring .btn.w120 {
  width: 150px !important;
}
.is-caring .btn.w210 {
  width: 230px !important;
}
.is-caring .message .msg-tit .small {
  font-size: 18px;
}
.is-caring .passenger-card.completed::after {
  font-size: 18px;
}
.is-caring .panel-error .error-tit {
  font-size: 20px;
}
.is-caring .l-ticket-card .l-ticket-info {
  font-size: 18px;
}
.is-caring .l-txt-type {
  font-size: 18px;
}
.is-caring .l-ticket-card {
  height: 166px;
}

/*--- 关爱版 结束 ---*/
.label-discount-new {
  display: inline-block;
  width: 44px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  padding-left: 4px;
  color: #ff4646;
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
  background-image: url("../images/discount.png");
  background-image: -webkit-image-set(url("../images/discount.png") 1x, url("../images/discount@2x.png") 2x);
  background-image: image-set(url("../images/discount.png") 1x, url("../images/discount@2x.png") 2x);
}

.is-caring .label-discount-new {
  font-size: 14px;
}

@-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  2000
nav 1900
mask 5000
modal 6000
*/
