
.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: #00C48D;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.grecaptcha-badge {
  visibility: hidden;
}
@media (min-width: 991px) {
.send-code {
    width: auto;
    margin-left: 5px;
}
}
@media (max-width: 991px) {
.send-code {
    width: auto;
    margin-left: 5px;
}
}


/* .el-dialog__body{
  padding: 20px 2px 20px 2px;
} */
.flex-center {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.bottom-btn {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.margin-left-xs {
  margin-left: 4px;
}
@media (min-width: 1200px) {
.login-dialog {
    width: 820px;
    padding: 10px;
}
.input-email-code {
    width: 265px;
}
.input-email {
    width: 375px;
}
}
@media (min-width: 991px) {
.login-dialog {
    width: 620px;
    padding: 6px;
}
.input-email-code {
    width: 265px;
}
.input-email {
    width: 375px;
}
}
@media (max-width: 991px) {
.login-dialog {
    width: 400px;
    padding: 2px;
}
.input-email-code {
    width: 160px
}
.input-email {
    width: 270px;
}
}

.mr16[data-v-5b3e9328] {
  margin-right: 0.8rem;
}
.mb16[data-v-5b3e9328] {
  margin-bottom: 0.8rem;
}
.header-box[data-v-5b3e9328] {
  background: #163a90;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
}
/* 重复 */
.radio-group[data-v-5b3e9328] .el-radio-button {
  margin-bottom: 0px;
}
.radio-sty[data-v-5b3e9328] .el-radio-button__inner {
  color: #fff;
  background: #163a90;
  border-color: rgba(255, 255, 255, 0.2);
}
.radio-sty[data-v-5b3e9328] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background: #598ded;
  border-radius: 12px 0px 0px 0px;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.link-wrap[data-v-5b3e9328] {
  display: flex;
  white-space: nowrap;
}
.link[data-v-5b3e9328] {
  padding: 10px 0;
  margin-right: 24px;
  text-align: center;
}
.link[data-v-5b3e9328]:first-child {
  border-radius: 12px 0px 0px 0px;
}
.link[data-v-5b3e9328]:last-child {
  border-right: none;
  border-radius: 0px 12px 0px 0px;
}
.link a[data-v-5b3e9328] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFFCC;
  text-align: center;
  font-style: normal;
}
.activeIndex[data-v-5b3e9328] {
  position: relative;
  display: inline-block;
}
.activeIndex a[data-v-5b3e9328] {
  font-weight: 700;
  color: #fff;
}
.activeIndex[data-v-5b3e9328]::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
}
.top-bar-left[data-v-5b3e9328] {
  display: flex;
}
.logoImgPC[data-v-5b3e9328] {
  width: 149px;
  height: 32px;
  margin-right: 48px;
  margin-top: 8px;
}
.logoImg[data-v-5b3e9328] {
  width: 149px;
  height: 32px;
  margin-right: 48px;
  cursor: pointer;
}
/* 全屏屏幕 */
@media screen and (min-width: 1920px) {
.radio-sty[data-v-5b3e9328] .el-radio-button {
    width: 160px;
}
.radio-sty[data-v-5b3e9328] .el-radio-button__inner {
    width: 100%;
    height: 72px;
    line-height: 1.5;
}
.radio-sty[data-v-5b3e9328] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
    width: 100%;
    height: 72px;
    line-height: 1.5;
}
}
/* 全屏屏幕 */
@media screen and (min-width: 1440px) and (max-width: 1919px) {
.radio-sty[data-v-5b3e9328] .el-radio-button {
    width: 100px;
}
.radio-sty[data-v-5b3e9328] .el-radio-button__inner {
    width: 100%;
    height: 45px;
    line-height: 1.5;
}
.radio-sty[data-v-5b3e9328] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
    width: 100%;
    height: 45px;
    line-height: 1.5;
}
}
/* 平板屏幕 */
/* 手机屏幕 */
/* 头部-第一行 */
.header-container[data-v-5b3e9328] {
  width: 1120px;
}
.header-container .top-bar[data-v-5b3e9328] {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar-left[data-v-5b3e9328] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.8rem;
  text-align: center;
  font-style: normal;
  margin: 0;
  color: #222222;
}
.top-bar-right[data-v-5b3e9328] {
  display: flex;
  align-items: center;
  color: #222222;
}
.top-bar-right .loginBtn[data-v-5b3e9328] {
  width: 72px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  font-size: 16px;
  color: #163a90;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.header-container .top-bar p[data-v-5b3e9328]::before {
  content: url(https://static.thailandtrain.org/images/newIndex/emailS.png);
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: sub;
  /* background: url(~/static/images/newIndex/emailS.png) no-repeat center center; */
  margin-right: 4px;
}
.head-img[data-v-5b3e9328] {
  width: 20px;
  height: 20px;
}
.cusIcon[data-v-5b3e9328] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}
.phoneIcon[data-v-5b3e9328] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}
.el-dropdown-link[data-v-5b3e9328] {
  color: #ffffff !important;
}
.el-dropdown-link[data-v-5b3e9328]:hover {
  color: #598ded !important;
}
/* 导航栏 */
.index-logo[data-v-5b3e9328] {
  width: 248px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
nav[data-v-5b3e9328] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
.show-view[data-v-5b3e9328] {
    display: none;
}
.top-view[data-v-5b3e9328] {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
}
.mobile-header[data-v-5b3e9328] {
  width: 100%;
  height: 4.67rem;
  background: #163a90;
  box-shadow: 0rem 0.17rem 0.33rem 0rem rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
.mobile-header .left .logoImg[data-v-5b3e9328] {
  width: 9.28rem;
  height: 2rem;
  margin-left: 1rem;
}
.mobile-header .right[data-v-5b3e9328] {
  display: flex;
  align-items: center;
}
.mobile-header .right .lang[data-v-5b3e9328],
.mobile-header .right .curry[data-v-5b3e9328] {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  text-align: center;
}
.mobile-header .right .lang img[data-v-5b3e9328],
.mobile-header .right .curry img[data-v-5b3e9328] {
  width: 1.33rem;
  height: 1.33rem;
}
.mobile-header .right .lang a[data-v-5b3e9328],
.mobile-header .right .curry a[data-v-5b3e9328] {
  color: #FFFFFF;
}
.mobile-header .right .spl[data-v-5b3e9328] {
  width: 1px;
  height: 2.67rem;
  background: #dddddd;
  margin: 0 0.6rem;
}
.mobile-header .right .more[data-v-5b3e9328] {
  width: 4.67rem;
  height: 4.67rem;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.mobile-header .right .more img[data-v-5b3e9328] {
  width: 1.33rem;
  height: 1.33rem;
  margin-bottom: 3px;
}
.more-content[data-v-5b3e9328] {
  position: fixed;
  top: 4.67rem;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.more-content .more-ul[data-v-5b3e9328] {
  width: 100%;
  background: #163a90;
  padding: 0 1.33rem;
}
.more-content .more-li[data-v-5b3e9328] {
  padding: 1.42rem 1.33rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.more-content .more-li a[data-v-5b3e9328] {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.33rem;
  font-family: PingFangSC, PingFang SC;
}
.more-content .more-li[data-v-5b3e9328]:first-child {
  border: none;
}
.more-content .more-li[data-v-5b3e9328]:last-child {
  border: none;
}
.more-content .more-content-btn[data-v-5b3e9328] {
  height: 4.67rem;
  background: #598ded;
  border-radius: 0.33rem;
  padding-bottom: 2rem;
  margin: 1.33rem auto;
  color: #ffffff;
  font-size: 1.33rem;
  font-weight: 500;
  text-align: center;
  line-height: 4.67rem;
}
.more-content .more-content-link[data-v-5b3e9328] {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.more-content .more-content-link img[data-v-5b3e9328] {
  width: 2.67rem;
  height: 2.67rem;
}
.more-content .more-content-link img[data-v-5b3e9328]:first-child {
  margin-right: 3.33rem;
}

.mb12[data-v-346bbe3f] {
  margin-bottom: 12px;
}
.mb48[data-v-346bbe3f] {
  margin-bottom: 48px;
}
.mb64[data-v-346bbe3f] {
  margin-bottom: 64px;
}
.mb80[data-v-346bbe3f] {
  margin-bottom: 80px;
}
.foot-box[data-v-346bbe3f] {
  width: 100%;
  height: 100%;
  background-color: #282c2f;
  color: #ffffff;
  padding-top: 24px;
  padding-bottom: 20px;
  box-sizing: border-box;
  font-family: PingFangSC, PingFang SC;
}
.foot-content[data-v-346bbe3f] {
  width: 1120px;
  margin: 0 auto;
}
/* 分割线 */
.foot-divider[data-v-346bbe3f] {
  height: 1px;
  border: 1px solid #ffffff;
  opacity: 0.3;
}
/* 上半部分 */
.foot-top-logo[data-v-346bbe3f] {
  height: 24px;
}
.foot-desc-box[data-v-346bbe3f] {
  font-weight: 400;
  line-height: 30px;
}
.foot-desc-box p[data-v-346bbe3f] {
  font-size: 18px;
  color: #ffffff;
}
.foot-top-box[data-v-346bbe3f] {
  margin-bottom: 20px;
}
.foot-button-box[data-v-346bbe3f] {
  background: #163a90;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 18px 24px;
  cursor: pointer;
}
.foot-divider[data-v-346bbe3f] {
  height: 1px;
  border: 1px solid #ffffff;
  opacity: 0.3;
}
/* 底部 */
.foot-left-title[data-v-346bbe3f] {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}
.foot-left-li a[data-v-346bbe3f] {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  opacity: 0.8;
}
.el-divider[data-v-346bbe3f] {
  background-color: #ffffff;
  opacity: 0.3;
}
.copyright[data-v-346bbe3f] {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.mobile-footer .footer-top[data-v-346bbe3f] {
  padding-top: 2rem;
  background: #282c2f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-footer .footer-top img[data-v-346bbe3f] {
  width: 11.83rem;
  height: 2rem;
}
.mobile-footer .footer-top .pay[data-v-346bbe3f] {
  width: 19.33rem;
  height: 4rem;
  margin-top: 1rem;
}
.mobile-footer .footer-bot[data-v-346bbe3f] {
  height: 120px;
  line-height: 120px;
  text-align: center;
  background: #1f1f1f;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.mobile-footer .text-one[data-v-346bbe3f] {
  padding: 2rem 0;
}
.mobile-footer .text-one p[data-v-346bbe3f] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  font-size: 1.17rem;
  color: #ffffff;
}
.mobile-footer .btn-box[data-v-346bbe3f] {
  display: flex;
  justify-content: center;
}
.mobile-footer .btn-box .btn[data-v-346bbe3f] {
  width: 13.33rem;
  height: 3.33rem;
  line-height: 2.33rem;
  background: #163a90;
  box-shadow: 0rem 0.17rem 0.17rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 0.33rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 1.17rem;
  color: #ffffff;
}
.mobile-footer .btn-box img[data-v-346bbe3f] {
  width: 2.67rem;
  height: 2.67rem;
}
.mobile-footer .btn-box .phone[data-v-346bbe3f] {
  margin-left: 20px;
}
.mobile-footer .el-divider--horizontal[data-v-346bbe3f] {
  margin: 1.33rem 0 1.33rem 0;
  opacity: 0.3;
}
.mobile-footer .text-two-title[data-v-346bbe3f] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 1.33rem;
  color: #ffffff;
  text-align: center;
}
.mobile-footer .text-two[data-v-346bbe3f] {
  margin-top: 1rem;
  text-align: center;
}
.mobile-footer .text-two a[data-v-346bbe3f] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
.copyright[data-v-346bbe3f] {
    height: 5.33rem;
    line-height: 5.33rem;
}
}

#scroll-top-container[data-v-3cc23282] {
  position: fixed;
  bottom: 10%;
  right: 90px;
}
#scroll-top-container .back_to[data-v-3cc23282] {
  width: 40px;
  height: 40px;
  background: url("https://static.thailandtrain.org/images/back_to_top.png") no-repeat 0 0 #fff;
  background-size: 40px;
  background-position: center;
  box-shadow: 0 4px 8px 0px rgba(51, 51, 51, 0.1);
  border-radius: 50%;
  cursor: pointer;
}
#scroll-top-container .big_back_to[data-v-3cc23282] {
  display: none;
  line-height: 40px;
  padding: 0 16px 0 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666666;
}


.nuxt-logo {
  height: 180px;
}


.picker-column-group[data-v-8a7d5c2e] {
  color: #888;
  font-size: 12px;
  padding: 10px 16px;
}
.iconImg[data-v-8a7d5c2e] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}


.iconImg[data-v-76a96ca6] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

/* 强制覆盖 Vant Calendar 样式 */
[data-v-76a96ca6] .van-calendar {
  --van-calendar-selected-day-background: #598ded !important;
  --van-calendar-selected-day-color: #fff !important;
  --van-calendar-confirm-button-background: #598ded !important;
  --van-calendar-confirm-button-border-color: #598ded !important;
  --van-calendar-today-color: #598ded !important;
}

/* 备用方案：直接覆盖样式 */
[data-v-76a96ca6] .van-calendar__confirm {
  background-color: #598ded !important;
  border-color: #598ded !important;
}
[data-v-76a96ca6] .van-calendar__selected-day {
  background-color: #598ded !important;
  color: #fff !important;
}
[data-v-76a96ca6] .van-calendar__today {
  color: #598ded !important;
}
[data-v-76a96ca6] .van-calendar__day--selected {
  background-color: #598ded !important;
  color: #fff !important;
}
[data-v-76a96ca6] .van-calendar__day--today {
  color: #598ded !important;
}


.icon-img[data-v-64577a1c] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.arrow-icon[data-v-64577a1c] {
  color: #969799;
  font-size: 16px;
}

/* 自定义选择器样式 */
.van-picker__toolbar[data-v-64577a1c] {
  height: 44px;
  line-height: 44px;
  background-color: #f7f8fa;
}
.van-picker__confirm[data-v-64577a1c] {
  color: #1989fa;
}
.van-picker__cancel[data-v-64577a1c] {
  color: #969799;
}

.bookingProcess-content[data-v-3c702b0e] {
  margin-top: 60px;
}
.bookingProcess-content .title[data-v-3c702b0e] {
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: bold;
  font-size: 24px;
  color: #191F2B;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
}
.bookingProcess-content .sub-title[data-v-3c702b0e] {
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: 400;
  font-size: 16px;
  color: #191F2B;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.bookingProcess-content .process-content[data-v-3c702b0e] {
  margin-top: 12px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.bookingProcess-content .process-content .one[data-v-3c702b0e] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bookingProcess-content .process-content .one .processImg[data-v-3c702b0e] {
  width: 100px;
  height: 100px;
}
.bookingProcess-content .process-content .one .title[data-v-3c702b0e] {
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: 400;
  font-size: 16px;
  color: #191F2B;
  line-height: 19px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 8px;
}
.bookingProcess-content .process-content .processArrow[data-v-3c702b0e] {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 991px) {
.bookingProcess-content[data-v-3c702b0e] {
    margin-top: 3.33rem;
}
.bookingProcess-content .title[data-v-3c702b0e] {
    font-size: 1.5rem;
}
.bookingProcess-content .sub-title[data-v-3c702b0e] {
    font-size: 1.17rem;
}
.bookingProcess-content .process-content[data-v-3c702b0e] {
    display: inline-block;
}
.bookingProcess-content .process-content .one[data-v-3c702b0e] {
    flex-direction: row;
}
.bookingProcess-content .process-content .one .processImg[data-v-3c702b0e] {
    width: 8.33rem;
    height: 8.33rem;
}
.bookingProcess-content .process-content .one .title[data-v-3c702b0e] {
    font-size: 1.17rem;
    text-align: left;
}
.bookingProcess-content .process-content .processArrow[data-v-3c702b0e] {
    width: 8.33rem;
    height: 2.67rem;
}
}

.title-box[data-v-0c73d913] {
  position: relative;
}
.customer[data-v-0c73d913] {
  margin-top: 60px;
  /* 标题 */
}
.customer .comment-title[data-v-0c73d913] {
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: bold;
  font-size: 24px;
  color: #191F2B;
  line-height: 28px;
  margin-bottom: 12px;
}
.mb30[data-v-0c73d913] {
  margin-bottom: 30px;
}
.comment-more[data-v-0c73d913] {
  position: absolute;
  right: 0;
  cursor: pointer;
  font-size: 1.17rem;
  color: #666666;
  display: flex;
  align-items: center;
}
.icon[data-v-0c73d913] {
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-top: 5px;
}
.comment-ul[data-v-0c73d913] {
  display: flex;
  flex-wrap: wrap;
}
/* 内容 */
.comment-li[data-v-0c73d913] {
  width: 544px;
  margin-right: 32px;
  margin-bottom: 32px;
  background: rgba(45, 107, 220, 0.1);
  border-radius: 8px;
  padding: 35px;
}
.comment-li[data-v-0c73d913]:nth-child(2n) {
  margin-right: 0;
}
.avatar-rate-box[data-v-0c73d913] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.avatar-box[data-v-0c73d913] {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #222;
}
.comment-info[data-v-0c73d913] {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: justify;
}
.font-ellipsis[data-v-0c73d913] {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  width: 100%;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
.comment-title[data-v-0c73d913] {
    font-size: 1.5rem;
    margin-bottom: 1.33rem;
}
.comment-ul[data-v-0c73d913] {
    display: block;
}
.comment-li[data-v-0c73d913] {
    width: 100%;
    margin-bottom: 1.33rem;
    background: rgba(45, 107, 220, 0.1);
    border-radius: 0.67rem 0.67rem 0.67rem 0.67rem;
    padding: 1.33rem;
}
.comment-info[data-v-0c73d913] {
    line-height: 1.7rem;
}
}

.hotTrip-content[data-v-0f5874b6] {
  margin-top: 60px;
}
.hotTrip-content .title[data-v-0f5874b6] {
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: bold;
  font-size: 24px;
  color: #191F2B;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
}
.hotTrip-content .content-wrap[data-v-0f5874b6] {
  display: flex;
  flex-wrap: wrap;
}
.hotTrip-content .content-wrap .item[data-v-0f5874b6] {
  width: 363px;
  margin-right: 13px;
  margin-bottom: 32px;
}
.hotTrip-content .content-wrap .item .routes-title[data-v-0f5874b6] {
  font-weight: 400;
  font-size: 16px;
  color: #61656D;
  line-height: 19px;
}
.hotTrip-content .content-wrap .item .routes-content[data-v-0f5874b6] {
  margin-top: 13px;
  display: flex;
  cursor: pointer;
}
.hotTrip-content .content-wrap .item .routes-content img[data-v-0f5874b6] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.hotTrip-content .content-wrap .item .routes-content .name[data-v-0f5874b6] {
  font-weight: 400;
  font-size: 16px;
  color: #2D6BDC;
  line-height: 19px;
  margin-bottom: 13px;
}
.hotTrip-content .content-wrap .item[data-v-0f5874b6]:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
.hotTrip-content[data-v-0f5874b6] {
    margin-top: 3.33rem;
}
.hotTrip-content .title[data-v-0f5874b6] {
    font-size: 1.5rem;
}
.hotTrip-content .content-wrap .item[data-v-0f5874b6] {
    width: 100%;
    background: #fff;
    padding: 1.33rem;
    border-radius: 0.67rem 0.67rem 0.67rem 0.67rem;
    margin-right: 0;
    margin-bottom: 1.33rem;
}
.hotTrip-content .content-wrap .item .routes-title[data-v-0f5874b6] {
    font-weight: 400;
    font-size: 1.33rem;
    color: #61656D;
    line-height: 19px;
}
.hotTrip-content .content-wrap .item .routes-content img[data-v-0f5874b6] {
    width: 1.33rem;
    height: 1.33rem;
    margin-right: 0.33rem;
}
.hotTrip-content .content-wrap .item .routes-content .name[data-v-0f5874b6] {
    font-size: 1.17rem;
    color: #2D6BDC;
}
}

.mb30 {
  margin-bottom: 30px;
}
.station-title {
  font-weight: 500;
  font-size: 36px;
  color: #163a90;
  text-align: center;
}
.station-card-box-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.station-card-box {
  width: 323px;
  /* height: 315px; */
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #999999;
  margin-right: 11px;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.station-card-box:nth-child(3n) {
  margin-right: 0;
}
.station-img {
  width: 323px;
  height: 180px;
  border-radius: 6px 6px 0 0;
}
.info-box {
  padding: 24px 30px;
  box-sizing: border-box;
}
.img-title {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 8px;
  text-align: left;
}
.img-info {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}
.font-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  width: 100%;
  -webkit-box-orient: vertical;
}
.botton-box {
  text-align: center;
  margin: 0 auto;
  color: #163a90;
  background-color: #EDF0F5;
  width: 400px;
  height: 64px;
  line-height: 64px;
  border-radius: 8px;
  border: 1px solid #163a90;
  cursor: pointer;
  margin-top: 24px;
}
.botton-box:hover {
  background-color: #163a90;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
.botton-box {
    width: 13.33rem;
    height: 3.33rem;
    line-height: 3.33rem;
    border-radius: 0.33rem;
    border: 0.08rem solid #163a90;
    font-weight: 500;
    font-size: 1.33rem;
    color: #163a90;
}
.station-title {
    font-size: 2rem;
    margin-top: 3.33rem;
    margin-bottom: 1.33rem;
}
.station-card-box {
    width: 100%;
    margin-right: 0;
}
.station-card-box-wrap {
    justify-content: center;
}
.info-box {
    padding: 0.6rem;
}
.station-img {
    width: 100%;
    height: 180px;
    border-radius: 6px 6px 0 0;
}
.img-title {
    margin-bottom: 6px;
}
}

img[data-v-01067112] {
  width: 100%;
}
.flex-center[data-v-01067112] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between[data-v-01067112] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-search-wrap[data-v-01067112] {
  width: 1120px;
  height: 198px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(22, 58, 144, 0.1);
  border-radius: 12px 12px 12px 12px;
  margin-top: 80px;
  padding: 32px;
  position: relative;
  z-index: 9;
}
.pc-search-wrap .title[data-v-01067112] {
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: bold;
  font-size: 32px;
  color: #191F2B;
}
.pc-search-wrap .subTitle[data-v-01067112] {
  margin-top: 8px;
  margin-bottom: 20px;
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: 400;
  font-size: 16px;
  color: #191F2B;
}
.pc-search-wrap .search-box[data-v-01067112] {
  display: flex;
}
.pc-search-wrap .search-box .input-box[data-v-01067112] {
  margin-right: 12px;
  height: 48px;
}
.pc-search-wrap .search-box .input-box .iconImg[data-v-01067112] {
  width: 20px;
  height: 20px;
  margin: 14px 0 0 0px;
}
.pc-search-wrap .search-box .input-box[data-v-01067112] .el-input__suffix-inner {
  display: none;
  /* 隐藏原有的图标 */
}
.pc-search-wrap .search-box .personNum[data-v-01067112] {
  position: relative;
}
.pc-search-wrap .search-box .personNum[data-v-01067112] .el-input__suffix-inner {
  display: inline-block !important;
  /* 隐藏原有的图标 */
}
.pc-search-wrap .search-box .personNum[data-v-01067112] .el-input__icon {
  line-height: 48px;
}
.pc-search-wrap .search-box .personNum .num[data-v-01067112] {
  position: absolute;
  left: 65px;
  top: 14px;
  color: #999;
  font-size: 14px;
}
.pc-search-wrap .search-box .searchBtn[data-v-01067112] {
  width: 120px;
  height: 48px;
  text-align: center;
  line-height: 46px;
  background: #2D6BDC;
  border-radius: 8px 8px 8px 8px;
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.pc-search-wrap .search-box[data-v-01067112] .el-input__inner {
  width: 100%;
  height: 48px;
}
.pc-search-wrap .search-box .changeBtn[data-v-01067112] {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 46px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E4E6EB;
  margin-right: 12px;
}
.pc-search-wrap .search-box .changeBtn img[data-v-01067112] {
  width: 24px;
  height: 24px;
}
.mobile-search-wrap[data-v-01067112] {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0rem 0.33rem 1.33rem 0rem rgba(22, 58, 144, 0.1);
  border-radius: 1rem 1rem 1rem 1rem;
  margin-top: 6.07rem;
  padding: 1rem;
  position: relative;
  z-index: 9;
}
.mobile-search-wrap .title[data-v-01067112] {
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: bold;
  font-size: 1.33rem;
  color: #191F2B;
}
.mobile-search-wrap .subTitle[data-v-01067112] {
  margin-top: 0.33rem;
  margin-bottom: 1.67rem;
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: 400;
  font-size: 1rem;
  color: #191F2B;
}
.mobile-search-wrap .search-box[data-v-01067112] {
  position: relative;
}
.mobile-search-wrap .search-box .input-box[data-v-01067112] {
  margin-bottom: 1rem;
  width: 100%;
  border: 1px solid #E4E6EB;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.mobile-search-wrap .search-box .input-box .select-view[data-v-01067112] {
  width: 100%;
}
.mobile-search-wrap .search-box .input-box .iconImg[data-v-01067112] {
  width: 20px;
  height: 20px;
  margin-top: 1.33rem;
}
.mobile-search-wrap .search-box[data-v-01067112] .el-input__inner {
  width: 100%;
  height: 4rem;
  border-radius: 0.67rem 0.67rem 0.67rem 0.67rem;
}
.mobile-search-wrap .search-box .searchBtn[data-v-01067112] {
  height: 3.67rem;
  background: #2D6BDC;
  border-radius: 0.67rem 0.67rem 0.67rem 0.67rem;
  text-align: center;
  line-height: 3.67rem;
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: 500;
  font-size: 1.17rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.mobile-search-wrap .search-box .changeBtn[data-v-01067112] {
  width: 3.33rem;
  height: 3.33rem;
  background: #FFFFFF;
  border-radius: 3.42rem 3.42rem 3.42rem 3.42rem;
  border: 0.08rem solid #E4E6EB;
  text-align: center;
  line-height: 3.33rem;
  position: absolute;
  top: 1.67rem;
  right: 0.63rem;
  z-index: 9;
}
.mobile-search-wrap .search-box .changeBtn img[data-v-01067112] {
  width: 1.67rem;
  height: 1.67rem;
}
[data-v-01067112] .el-input--prefix .el-input__inner {
  padding-left: 45px;
}
[data-v-01067112] .el-icon-date {
  background-image: url('https://static.thailandtrain.org/images/index/date.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
[data-v-01067112] .el-icon-date::before {
  display: none;
}
[data-v-01067112] .el-input__prefix {
  left: 15px;
}
/* 手机屏幕 */

img[data-v-02fa6bf0] {
  width: 100%;
}
.fontf[data-v-02fa6bf0] {
  color: #222222;
  font-family: PingFangSC, PingFang SC;
}
.pt80[data-v-02fa6bf0] {
  padding-top: 80px;
}
.mb40[data-v-02fa6bf0] {
  margin-bottom: 40px;
}
.mb24[data-v-02fa6bf0] {
  margin-bottom: 24px;
}
.mr72[data-v-02fa6bf0] {
  margin-right: 72px;
}
.flex-center[data-v-02fa6bf0] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between[data-v-02fa6bf0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.child-tips[data-v-02fa6bf0] {
  width: 100%;
  text-align: right;
  margin-top: -20px;
  padding-right: 5px;
}
.child-tips span[data-v-02fa6bf0] {
  text-decoration: underline;
}
/* 标题 */
.search-ticket[data-v-02fa6bf0] {
  font-weight: 500;
  font-size: 36px;
  color: #163a90;
  text-align: center;
  margin-bottom: 30px;
}
.search-second-title p[data-v-02fa6bf0] {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #222222;
  font-family: PingFangSC, PingFang SC;
}
/* 查询列车 */
.box-card[data-v-02fa6bf0] {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #999999;
  padding: 48px 60px;
}
.ticket-search-box[data-v-02fa6bf0] {
  font-weight: 500;
  font-size: 18px;
  margin: 0px;
  margin-bottom: 24px;
  color: #222222;
}
/* .ticket-search-title {
  font-weight: 500;
  font-size: 24px;
  margin: 0px;
  line-height: 33px;
} */
.ticket-search-title[data-v-02fa6bf0]::before {
  content: url(https://static.thailandtrain.org/newIndex/ticket.png);
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: sub;
}
.search-title-box[data-v-02fa6bf0] {
  display: flex;
  justify-content: right;
  margin-bottom: -40px;
}
.search-title-box .radio-group[data-v-02fa6bf0] label {
  margin-bottom: 20px;
}
.search-title-box .radio-sty[data-v-02fa6bf0] .el-radio-button__inner {
  background: #ffffff;
  /* border-radius: 4px; */
  border: 1px solid #163a90;
  color: #222222;
  padding-left: 8px;
  padding-right: 8px;
}
.search-title-box .radio-sty[data-v-02fa6bf0] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #fff;
  background: #163a90;
  /* border-radius: 4px; */
  box-shadow: none;
  -webkit-box-shadow: none;
}
.search-content-box[data-v-02fa6bf0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.change-options-box-title[data-v-02fa6bf0] {
  font-weight: 500;
  font-size: 18px;
  color: #163a90;
}
.el-input-group__prepend[data-v-02fa6bf0] {
  color: #fff;
  width: 120px;
  height: 80px;
  text-align: center;
  background: #598ded;
  border-radius: 8px 0px 0px 8px;
}
.change-button[data-v-02fa6bf0] {
  width: 40px;
  height: 40px;
  background: rgba(255, 181, 0, 0.16);
  border-radius: 8px;
  border: 1px solid #999999;
  cursor: pointer;
}
.change-button[data-v-02fa6bf0]::before {
  content: url(https://static.thailandtrain.org/images/newIndex/change.png);
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: sub;
}
.change-button-mobile[data-v-02fa6bf0] {
  width: 2rem;
  height: 2rem;
  background: rgba(255, 181, 0, 0.16);
  border-radius: 8px;
  border: 1px solid #999999;
  cursor: pointer;
}
.change-button-mobile[data-v-02fa6bf0]::before {
  content: url(https://static.thailandtrain.org/images/newIndex/changeIcon.png);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: sub;
}
.search-form[data-v-02fa6bf0] {
  width: 100%;
}
.search-content-way[data-v-02fa6bf0] {
  width: 100%;
  display: flex;
  align-items: center;
  /* height: 80px; */
}
.search-content-way-date[data-v-02fa6bf0] {
  width: 100%;
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  /* height: 80px; */
}
.search-input[data-v-02fa6bf0] .el-input-group {
  height: 100%;
  width: 492px;
  border: 1px solid #999999;
}
.search-input[data-v-02fa6bf0] .el-input-group__prepend {
  color: #fff;
  background: #598ded;
  border-radius: 8px 0px 0px 8px;
  border-right: none !important;
  height: 80px;
  font-weight: 500;
}
.search-input[data-v-02fa6bf0] .el-input-group--prepend .el-input__inner {
  height: 100%;
  border: none !important;
}
.ticket-search-date[data-v-02fa6bf0]::before {
  content: url(https://static.thailandtrain.org/images/newIndex/date.png);
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: text-top;
}
.ticket-search-person[data-v-02fa6bf0]::before {
  content: url(https://static.thailandtrain.org/images/newIndex/person.png);
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: text-top;
}
.title-lable-box[data-v-02fa6bf0] {
  background: #598ded;
  border-radius: 8px 0px 0px 8px;
  padding: 30px 40px;
  color: #fff;
  font-size: 0.8rem;
}
.search-box[data-v-02fa6bf0] {
  display: flex;
  align-items: center;
  width: 100%;
  width: 492px;
  border: 1px solid #999999;
  border-radius: 9px 0px 0px 9px;
}
.search-box .title-lable-box-time[data-v-02fa6bf0] {
  background: #598ded;
  border-radius: 8px 0px 0px 8px;
  width: 90px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 15px;
  justify-content: center;
}
.search-box .input-box[data-v-02fa6bf0] {
  flex: 1;
  position: relative;
}
.search-box .spl[data-v-02fa6bf0] {
  width: 1px;
  height: 32px;
  background: #999999;
  opacity: 0.7;
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-box .select-view[data-v-02fa6bf0] {
  position: relative;
}
.search-box .adult[data-v-02fa6bf0],
.search-box .child[data-v-02fa6bf0] {
  width: 20px !important;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
[data-v-02fa6bf0] .el-divider {
  background: #dddddd;
}
.input-box[data-v-02fa6bf0] .el-date-editor.el-input,
.el-date-editor.el-input__inner[data-v-02fa6bf0] {
  width: 90%;
  height: 100%;
}
.search-box[data-v-02fa6bf0] .el-select .el-input .el-select__caret {
  display: none;
}
.input-date[data-v-02fa6bf0] .el-date-editor.el-input,
.el-date-editor.el-input__inner[data-v-02fa6bf0] {
  width: 90%;
  height: 100%;
}
.search-box[data-v-02fa6bf0] .el-input--prefix .el-input__inner {
  height: 60px;
  border: none !important;
}
.search-box[data-v-02fa6bf0] .el-input .el-input__inner {
  height: 60px;
  border: none !important;
}
.input-date[data-v-02fa6bf0] {
  display: flex;
  align-items: center;
}
.personInput[data-v-02fa6bf0] {
  position: relative;
}
.personInput .personSpl[data-v-02fa6bf0] {
  width: 1px;
  height: 32px;
  background: #999999;
  opacity: 0.7;
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-box[data-v-02fa6bf0] .el-input--prefix .el-input__icon {
  line-height: normal !important;
}
.search-box[data-v-02fa6bf0] .el-select {
  width: 100%;
}
.mobile-search[data-v-02fa6bf0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mobile-search .left[data-v-02fa6bf0] {
  flex: 1;
}
.mobile-search .search-box[data-v-02fa6bf0] {
  width: 100%;
}
.mobile-search .change-button[data-v-02fa6bf0] {
  margin-left: 1rem;
}
.mobile-search .arrive[data-v-02fa6bf0] {
  margin-top: 1rem;
}
.mobile-search .search-box .title-lable-box-time[data-v-02fa6bf0] {
  width: 5.33rem !important;
  height: 3.67rem !important;
  border-radius: 0.33rem 0 0 0.33rem;
}
.mobile-search-title-box .radio-group[data-v-02fa6bf0] label {
  margin-bottom: 0px;
}
.mobile-search-title-box .el-radio-group .radio-group[data-v-02fa6bf0] {
  white-space: nowrap;
}
.mobile-search-title-box .radio-sty[data-v-02fa6bf0] .el-radio-button__inner {
  background: #ffffff;
  /* border-radius: 4px; */
  border: 1px solid #163a90 !important;
  color: #222222;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-size: 12px;
}
.mobile-search-title-box .radio-sty[data-v-02fa6bf0] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #fff;
  background: #163a90 !important;
  /* border-radius: 4px; */
  box-shadow: none;
  -webkit-box-shadow: none;
}
.search-button-box[data-v-02fa6bf0] {
  background: #163a90;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  width: 300px;
  height: 60px;
}
.other-city[data-v-02fa6bf0] {
  color: #222222;
  text-decoration: underline;
  text-decoration-color: #666666;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-style: solid;
  font-size: 14px;
}
/* 手机屏幕 */
@media screen and (max-width: 991px) {
.mobile-search-title-box .radio-sty[data-v-02fa6bf0] .el-radio-button__inner {
    font-size: 10px;
}
.child-tips[data-v-02fa6bf0] {
    width: 100%;
    text-align: right;
    margin-top: 12px;
    padding-right: 5px;
}
.child-tips span[data-v-02fa6bf0] {
    text-decoration: underline;
}
.search-ticket[data-v-02fa6bf0] {
    font-size: 2rem;
}
.search-button-box[data-v-02fa6bf0] {
    width: 25.92rem;
    height: 3rem;
    background: #163a90;
    border-radius: 0.33rem;
}
.box-card[data-v-02fa6bf0] {
    padding: 16px;
}
.search-content-way[data-v-02fa6bf0] {
    display: block;
}
.search-box .title-lable-box-time[data-v-02fa6bf0] {
    width: 5.33rem !important;
    height: 3.67rem !important;
    border-radius: 4px 0px 0px 4px;
}
.search-content-way-date[data-v-02fa6bf0] {
    display: block;
}
.search-box[data-v-02fa6bf0] .el-input--suffix .el-input__inner {
    padding-right: 0px;
}
.search-form .search-box[data-v-02fa6bf0] {
    width: calc(100% - 0.33rem);
    border-radius: 0.33rem;
}
.hot-city-ul[data-v-02fa6bf0] {
    flex-wrap: wrap;
}
.hot-city-ul li[data-v-02fa6bf0] {
    width: 33%;
    text-align: center;
    margin-bottom: 1rem;
}
.ticket-search-box[data-v-02fa6bf0] {
    font-weight: 500;
    font-size: 1.2rem;
    margin: 0px;
    margin-bottom: 1rem;
    color: #222222;
}
.changeBtn[data-v-02fa6bf0] {
    margin-bottom: 1rem;
}
.ticket-search-title[data-v-02fa6bf0]::before {
    content: url(https://static.thailandtrain.org/images/newIndex/ticket.png);
    display: inline-block;
    width: 1.33rem;
    height: 1.33rem;
    vertical-align: sub;
}
.mobilePerson[data-v-02fa6bf0] {
    margin-top: 2.25rem;
}
.select-view[data-v-02fa6bf0] {
    position: relative;
}
.adult[data-v-02fa6bf0],
  .child[data-v-02fa6bf0] {
    width: 1.33rem;
    height: 1.33rem;
    position: absolute;
    top: 50%;
    margin-top: 0.62rem;
}
}
.botton-box[data-v-02fa6bf0] {
  background: #163a90;
  border-radius: 8px;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 33px;
  text-align: center;
}
/* 热门城市 */
.hot-city-ul[data-v-02fa6bf0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}
.now-city[data-v-02fa6bf0] {
  color: #598ded;
  text-decoration: underline;
}
.mobile-search-wrap .mobile-search-ticket[data-v-02fa6bf0] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 2rem;
  color: #163a90;
  padding: 2rem 0 1rem 0;
  text-align: center;
}
.mobile-search-wrap .mobile-search-second-title[data-v-02fa6bf0] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.83rem;
  color: #222222;
  line-height: 1.17rem;
  padding-bottom: 1.33rem;
  margin-top: 1.2rem;
  text-align: left;
  padding-left: 2px;
  padding-right: 2px;
}
.mobile-search-wrap .mobile-box-card[data-v-02fa6bf0] {
  background: #ffffff;
  box-shadow: 0rem 0.08rem 0rem 0rem #999999;
  border-radius: 0.67rem;
  border: 0.04rem solid #999999;
  padding: 1rem 0.5rem 1rem 0.5rem;
}
.mobile-search-wrap .mobile-box-card .mobile-search-title-box[data-v-02fa6bf0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-search-wrap .search-box[data-v-02fa6bf0] .el-input--prefix .el-input__inner {
  height: 3.67rem;
}
.mobile-search-wrap .search-box[data-v-02fa6bf0] .el-input .el-input__inner {
  height: 3.67rem;
}
@media screen and (max-width: 767px) {
.other-city[data-v-02fa6bf0] {
    font-size: 12px;
}
}

.trainGuide-content[data-v-b20cf304] {
  margin-top: 60px;
}
.trainGuide-content .title[data-v-b20cf304] {
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: bold;
  font-size: 24px;
  color: #191F2B;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 12px;
}
.trainGuide-content .item-wrap[data-v-b20cf304] {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.trainGuide-content .item-wrap .item[data-v-b20cf304] {
  width: 352px;
  margin-right: 32px;
  margin-bottom: 32px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding-bottom: 16px;
}
.trainGuide-content .item-wrap .item img[data-v-b20cf304] {
  width: 100%;
  height: 234px;
}
.trainGuide-content .item-wrap .item .item-title[data-v-b20cf304] {
  margin: 12px 0 8px 0;
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: bold;
  font-size: 24px;
  color: #191F2B;
  line-height: 28px;
  padding-left: 16px;
}
.trainGuide-content .item-wrap .item .item-sub-title[data-v-b20cf304] {
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: 400;
  font-size: 16px;
  color: #191F2B;
  line-height: 19px;
  padding-left: 16px;
}
.trainGuide-content .item-wrap .item[data-v-b20cf304]:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
.trainGuide-content .title[data-v-b20cf304] {
    font-size: 1.5rem;
}
.trainGuide-content .item-wrap-mobile[data-v-b20cf304] {
    width: 100%;
    overflow: hidden;
}
.trainGuide-content .item-wrap-mobile .item[data-v-b20cf304] {
    margin-right: 32px;
    margin-bottom: 32px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding-bottom: 16px;
}
.trainGuide-content .item-wrap-mobile .item img[data-v-b20cf304] {
    width: 100%;
    height: 11rem;
}
.trainGuide-content .item-wrap-mobile .item .item-title[data-v-b20cf304] {
    margin: 12px 0 8px 0;
    font-family: Helvetica Neue, Helvetica Neue;
    font-weight: bold;
    font-size: 1.33rem;
    color: #191F2B;
    line-height: 28px;
    padding-left: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trainGuide-content .item-wrap-mobile .item .item-sub-title[data-v-b20cf304] {
    font-family: Helvetica Neue, Helvetica Neue;
    font-weight: 400;
    font-size: 1.17rem;
    color: #191F2B;
    line-height: 28px;
    padding-left: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trainGuide-content .item-wrap-mobile .item[data-v-b20cf304]:nth-child(3n) {
    margin-right: 0;
}
}

.trainSeatType-content[data-v-6648214f] {
  margin-top: 60px;
}
.trainSeatType-content .title[data-v-6648214f] {
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: bold;
  font-size: 24px;
  color: #191F2B;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
}
.trainSeatType-content .sub-title[data-v-6648214f] {
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: 400;
  font-size: 14px;
  color: #4b4646;
  line-height: 19px;
  margin-bottom: 12px;
}
.trainSeatType-content .item-wrap[data-v-6648214f] {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.trainSeatType-content .item-wrap .item[data-v-6648214f] {
  width: 352px;
  margin-right: 32px;
  margin-bottom: 32px;
  text-align: center;
}
.trainSeatType-content .item-wrap .item img[data-v-6648214f] {
  width: 100%;
  height: 234px;
  border-radius: 8px 8px 8px 8px;
}
.trainSeatType-content .item-wrap .item .item-title[data-v-6648214f] {
  margin-top: 8px;
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: 400;
  font-size: 16px;
  color: #191F2B;
  line-height: 19px;
}
.trainSeatType-content .item-wrap .item[data-v-6648214f]:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
.trainSeatType-content[data-v-6648214f] {
    margin-top: 3.33rem;
}
.trainSeatType-content .title[data-v-6648214f] {
    font-size: 1.33rem;
}
.trainSeatType-content .sub-title[data-v-6648214f] {
    font-size: 0.9rem;
}
.trainSeatType-content .item-wrap[data-v-6648214f] {
    justify-content: space-between;
}
.trainSeatType-content .item-wrap .item[data-v-6648214f] {
    width: 48%;
    margin-right: 0;
}
.trainSeatType-content .item-wrap .item img[data-v-6648214f] {
    height: 8.33rem;
}
.trainSeatType-content .item-wrap .item .item-title[data-v-6648214f] {
    font-size: 1.17rem;
}
}

.trainShow-content[data-v-b84bbc70] {
  margin-top: 60px;
}
.trainShow-content .title[data-v-b84bbc70] {
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: bold;
  font-size: 24px;
  color: #191F2B;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
}
.trainShow-content .item-wrap[data-v-b84bbc70] {
  display: flex;
  flex-wrap: wrap;
}
.trainShow-content .item-wrap .item[data-v-b84bbc70] {
  width: 352px;
  margin-right: 32px;
  margin-bottom: 32px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
.trainShow-content .item-wrap .item img[data-v-b84bbc70] {
  width: 100%;
  height: 234px;
}
.trainShow-content .item-wrap .item .item-title[data-v-b84bbc70] {
  margin: 12px 0 13px 0;
  font-weight: bold;
  font-size: 24px;
  color: #191F2B;
  line-height: 28px;
  padding-left: 16px;
}
.trainShow-content .item-wrap .item .station-name[data-v-b84bbc70] {
  padding-left: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #2D6BDC;
  line-height: 19px;
  margin-bottom: 17px;
  cursor: pointer;
}
.trainShow-content .item-wrap .item .station-name img[data-v-b84bbc70] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.trainShow-content .item-wrap .item[data-v-b84bbc70]:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
.trainShow-content[data-v-b84bbc70] {
    margin-top: 3.33rem;
}
.trainShow-content .title[data-v-b84bbc70] {
    font-size: 1.5rem;
}
.trainShow-content .item-wrap-mobile[data-v-b84bbc70] {
    width: 100%;
    overflow: hidden;
}
.trainShow-content .item-wrap-mobile .item[data-v-b84bbc70] {
    width: 100%;
    margin-right: 32px;
    margin-bottom: 32px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
}
.trainShow-content .item-wrap-mobile .item img[data-v-b84bbc70] {
    width: 100%;
    height: 11rem;
}
.trainShow-content .item-wrap-mobile .item .item-title[data-v-b84bbc70] {
    margin: 12px 0 13px 0;
    font-weight: bold;
    font-size: 1.5rem;
    color: #191F2B;
    line-height: 28px;
    padding-left: 16px;
}
.trainShow-content .item-wrap-mobile .item .station-name[data-v-b84bbc70] {
    padding-left: 10px;
    font-weight: 400;
    font-size: 1.1rem;
    color: #2D6BDC;
    line-height: 19px;
    margin-bottom: 17px;
    cursor: pointer;
}
.trainShow-content .item-wrap-mobile .item .station-name img[data-v-b84bbc70] {
    width: 1.33rem;
    height: 1.33rem;
    margin-right: 4px;
}
}

/* 手机屏幕 */
@media screen and (max-width: 991px) {
.mobile-box-card[data-v-6d6e71ec] {
    background: #ffffff;
    box-shadow: 0rem 0.08rem 0rem 0rem #999999;
    border-radius: 0.67rem;
    border: 0.04rem solid #999999;
    padding: 1rem 0.5rem 1rem 0.5rem;
    position: relative;
}
.mobile-box-card .mobile-search-title-box[data-v-6d6e71ec] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
.search-box[data-v-6d6e71ec] {
  position: relative;
}
.search-box .input-box[data-v-6d6e71ec] {
  margin-bottom: 1rem;
  width: 100%;
  border: 1px solid #E4E6EB;
}
.search-box .input-box .select-view[data-v-6d6e71ec] {
  width: 100%;
}
.search-box .input-box .iconImg[data-v-6d6e71ec] {
  width: 20px;
  height: 20px;
  margin-top: 1.33rem;
}
.search-box .input-box[data-v-6d6e71ec] .el-input__suffix-inner {
  display: none;
  /* 隐藏原有的图标 */
}
.search-box .personNum[data-v-6d6e71ec] {
  position: relative;
}
.search-box .personNum[data-v-6d6e71ec] .el-input__suffix-inner {
  display: inline-block !important;
  /* 隐藏原有的图标 */
}
.search-box .personNum[data-v-6d6e71ec] .el-input__icon {
  line-height: 4.3rem;
}
.search-box .personNum .num[data-v-6d6e71ec] {
  position: absolute;
  left: 5.3rem;
  top: 1.33rem;
  color: #999;
  font-size: 14px;
}
.search-box[data-v-6d6e71ec] .el-input__inner {
  width: 100%;
  height: 4rem;
  border-radius: 0.67rem 0.67rem 0.67rem 0.67rem;
}
.search-box .searchBtn[data-v-6d6e71ec] {
  height: 3.67rem;
  background: #2D6BDC;
  border-radius: 0.67rem 0.67rem 0.67rem 0.67rem;
  text-align: center;
  line-height: 3.67rem;
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: 500;
  font-size: 1.17rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.search-box .changeBtn[data-v-6d6e71ec] {
  width: 3.33rem;
  height: 3.33rem;
  background: #FFFFFF;
  border-radius: 3.42rem 3.42rem 3.42rem 3.42rem;
  border: 0.08rem solid #E4E6EB;
  text-align: center;
  line-height: 3.33rem;
  position: absolute;
  top: 2.67rem;
  right: 0.63rem;
  z-index: 9;
}
.search-box .changeBtn img[data-v-6d6e71ec] {
  width: 1.67rem;
  height: 1.67rem;
}
[data-v-6d6e71ec] .el-input__inner {
  padding-left: 58px !important;
}
.searchDialog[data-v-6d6e71ec] {
  width: 90%;
  box-shadow: 0rem 0.08rem 0rem 0rem #999999;
  border-radius: 0.67rem;
  border: 0.04rem solid #999999;
  margin: 0 auto;
  padding: 1.33rem;
  background: #ffffff;
  margin-top: 6.75rem;
  position: relative;
}
.closeImg[data-v-6d6e71ec] {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
}
.searchDialog[data-v-6d6e71ec] .el-input__prefix {
  left: 20px;
}

