
.error-container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
  padding: 20px;
}
.error-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  width: 100%;
  padding: 40px 30px;
  text-align: center;
}
.error-icon {
  margin-bottom: 24px;
}
.error-icon svg {
  fill: #3498db;
  animation: pulse 2s infinite;
}
.error-title {
  font-size: 28px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 16px;
}
.error-message {
  color: #7f8c8d;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.home-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #3498db;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(52, 152, 219, 0.2);
  margin: 0 auto;
}
.home-button:hover {
  background-color: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 7px 10px rgba(52, 152, 219, 0.3);
}
.button-icon {
  margin-right: 8px;
  font-size: 18px;
}
@keyframes pulse {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
}
100% {
    transform: scale(1);
}
}
@media (max-width: 600px) {
.error-card {
    padding: 30px 20px;
}
.error-icon svg {
    width: 70px;
    height: 70px;
}
.error-title {
    font-size: 24px;
}
.error-message {
    font-size: 14px;
    margin-bottom: 24px;
}
}


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

.content[data-v-213e60f6] {
  position: relative;
  overflow-x: scroll;
}
#main[data-v-213e60f6] {
  background: #EDF0F5;
  /* 默认背景为灰色 */
}
.index-page[data-v-213e60f6] {
  background: #FFFFFF !important;
  /* index页面背景为白色 */
}
.pcContent[data-v-213e60f6] {
  padding-top: 64px;
}
.mobileContent[data-v-213e60f6] {
  padding-top: 4.67rem;
}
.el-drawer__body[data-v-213e60f6] {
  padding: 0px !important;
}
.content-spec-tips[data-v-213e60f6] {
  padding: 10px 10px 30px 10px;
}
.spec-tips-title[data-v-213e60f6] {
  margin-bottom: 20px;
}
.spec-tips-title p[data-v-213e60f6] {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.ticket-container[data-v-213e60f6] {
  width: 1120px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
.ticket-container[data-v-213e60f6] {
    width: 100%;
    height: 100%;
    padding: 0 0.5rem;
}
}


.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-1f5b20fc] {
  margin-right: 0.8rem;
}
.mb16[data-v-1f5b20fc] {
  margin-bottom: 0.8rem;
}
.header-box[data-v-1f5b20fc] {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
/* 重复 */
.radio-group[data-v-1f5b20fc] .el-radio-button {
  margin-bottom: 0px;
}
.radio-sty[data-v-1f5b20fc] .el-radio-button__inner {
  color: #fff;
  background: #00A88FFF;
  border-color: rgba(255, 255, 255, 0.2);
}
.radio-sty[data-v-1f5b20fc] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background: #00A88FFF;
  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-1f5b20fc] {
  display: flex;
  white-space: nowrap;
}
.link[data-v-1f5b20fc] {
  padding: 10px 0;
  margin-right: 24px;
  text-align: center;
}
.link[data-v-1f5b20fc]:first-child {
  border-radius: 12px 0px 0px 0px;
}
.link[data-v-1f5b20fc]:last-child {
  border-right: none;
  border-radius: 0px 12px 0px 0px;
}
.link a[data-v-1f5b20fc] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  text-align: center;
  font-style: normal;
}
.activeIndex[data-v-1f5b20fc] {
  position: relative;
  display: inline-block;
}
.activeIndex a[data-v-1f5b20fc] {
  font-weight: 700;
  color: #00A88FFF;
}
.activeIndex[data-v-1f5b20fc]::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background-color: #00A88FFF;
  border-radius: 50%;
  transform: translateX(-50%);
}
.top-bar-left[data-v-1f5b20fc] {
  display: flex;
}
.logoImgPC[data-v-1f5b20fc] {
  width: 152px;
  height: 32px;
  margin-right: 48px;
  margin-top: 8px;
}
.logoImg[data-v-1f5b20fc] {
  width: 152px;
  height: 32px;
  margin-right: 48px;
  cursor: pointer;
}
/* 全屏屏幕 */
@media screen and (min-width: 1920px) {
.radio-sty[data-v-1f5b20fc] .el-radio-button {
    width: 160px;
}
.radio-sty[data-v-1f5b20fc] .el-radio-button__inner {
    width: 100%;
    height: 72px;
    line-height: 1.5;
}
.radio-sty[data-v-1f5b20fc] .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-1f5b20fc] .el-radio-button {
    width: 100px;
}
.radio-sty[data-v-1f5b20fc] .el-radio-button__inner {
    width: 100%;
    height: 45px;
    line-height: 1.5;
}
.radio-sty[data-v-1f5b20fc] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
    width: 100%;
    height: 45px;
    line-height: 1.5;
}
}
/* 平板屏幕 */
/* 手机屏幕 */
/* 头部-第一行 */
.header-container[data-v-1f5b20fc] {
  width: 1120px;
}
.header-container .top-bar[data-v-1f5b20fc] {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar-left[data-v-1f5b20fc] {
  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-1f5b20fc] {
  display: flex;
  align-items: center;
  color: #222222;
}
.top-bar-right .loginBtn[data-v-1f5b20fc] {
  width: 87px;
  height: 36px;
  background: #E4E6EB;
  border-radius: 24px 24px 24px 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  font-size: 14px;
  color: #191F2BFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.top-bar-right .loginBtn img[data-v-1f5b20fc] {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.header-container .top-bar p[data-v-1f5b20fc]::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKxJREFUOE+lksENgkAQRd8EjS0Y67ADj5ZA8EYZnizDG8YCTPRIB/ThlqABM2ZlMSJscHGvM+/vm8kII5/omTXCMohXCtELN2AWBMLdgldgHgga0RMLIjKE1U+wkFOysT/mVCRMSIEtEHkCHsCOij1TMgsqYBDiF6Ace9Q79Qa0SCsRdepO7dvoE6wN2400au8gN0cXrAsGJXFBh76t+8DBBf9xAGNPbtDJ0/AEEj5EuJUaMF0AAAAASUVORK5CYII=);
  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-1f5b20fc] {
  width: 20px;
  height: 20px;
}
.cusIcon[data-v-1f5b20fc] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}
.phoneIcon[data-v-1f5b20fc] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}
.el-dropdown-link[data-v-1f5b20fc] {
  font-weight: 500;
  color: #2a52a3 !important;
}
.el-dropdown-link[data-v-1f5b20fc]:hover {
  color: #00A88FFF !important;
}
/* 导航栏 */
.index-logo[data-v-1f5b20fc] {
  width: 248px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
nav[data-v-1f5b20fc] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
.show-view[data-v-1f5b20fc] {
    display: none;
}
.top-view[data-v-1f5b20fc] {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
}
.mobile-header[data-v-1f5b20fc] {
  width: 100%;
  height: 4.67rem;
  background: #fff;
  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-1f5b20fc] {
  width: 9.28rem;
  height: 2rem;
  margin-left: 1rem;
}
.mobile-header .right[data-v-1f5b20fc] {
  display: flex;
  align-items: center;
}
.mobile-header .right .lang[data-v-1f5b20fc],
.mobile-header .right .curry[data-v-1f5b20fc] {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  text-align: center;
}
.mobile-header .right .lang img[data-v-1f5b20fc],
.mobile-header .right .curry img[data-v-1f5b20fc] {
  width: 1.33rem;
  height: 1.33rem;
}
.mobile-header .right .lang a[data-v-1f5b20fc],
.mobile-header .right .curry a[data-v-1f5b20fc] {
  color: #FFFFFF;
}
.mobile-header .right .spl[data-v-1f5b20fc] {
  width: 1px;
  height: 2.67rem;
  background: #dddddd;
  margin: 0 0.6rem;
}
.mobile-header .right .more[data-v-1f5b20fc] {
  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-1f5b20fc] {
  width: 1.33rem;
  height: 1.33rem;
  margin-bottom: 3px;
}
.more-content[data-v-1f5b20fc] {
  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-1f5b20fc] {
  width: 100%;
  background: #00A88FFF;
  padding: 0 1.33rem;
}
.more-content .more-li[data-v-1f5b20fc] {
  padding: 1.42rem 1.33rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.more-content .more-li a[data-v-1f5b20fc] {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.33rem;
  font-family: PingFangSC, PingFang SC;
}
.more-content .more-li[data-v-1f5b20fc]:first-child {
  border: none;
}
.more-content .more-li[data-v-1f5b20fc]:last-child {
  border: none;
}
.more-content .more-content-btn[data-v-1f5b20fc] {
  height: 4.67rem;
  background: #00A88FFF;
  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-1f5b20fc] {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}
.more-content .more-content-link img[data-v-1f5b20fc] {
  width: 2.67rem;
  height: 2.67rem;
}
.more-content .more-content-link img[data-v-1f5b20fc]:first-child {
  margin-right: 3.33rem;
}

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

#scroll-top-container[data-v-048bfb2e] {
  position: fixed;
  bottom: 10%;
  right: 90px;
}
#scroll-top-container .back_to[data-v-048bfb2e] {
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAMKADAAQAAAABAAAAMAAAAADbN2wMAAAB2ElEQVRoBe2WvU6EQBSFFxELCpNdKAQSbU14AkteQJOtLPUNjC+glZbW2qyFL2BhpYmJrTWJtVJosVAqRsAzyc6GEDYwzBA38ZJMBmbuXM537vAzGNBBDpAD5AA5QA6QA+TA/3VAE0G3LMvL8/wcazZF1onEapqWIf4mjuNJm3VCAKPR6KQoitM2iSVjUtd118Mw/G7Ks9oUUJ7Xdf02y7J9jLWqAGANxLJ7FHA2ZT1a0/GDgEkb8SyRUAWa7lyeR7UuAHDExwDwjhZMp9MXPqai7wWgKp4L7QNihSdX1VfEswdyfqAiG2iPeBlszwclT5QCVMSzB/C+pO+JnauGUAZQI36MLfPGAfD6PcT1g2oIJQB14pMkuePiWW8YxpdpmruqIaQB2ojnIFEUfaqGkAIQEd8XRGeALuL7gOgEMBwOz0ofKfa2GVf3PBe7qF+0nRzH2Vq0pm5cGMD3/TUkOp4l6ySeC6mDSNP0gM+36YUB2D8K3iSXaCHanqjzVVEliGuWk/1vVWP+7BrPyRW2W8GabdtuH0KEK9CHCJmcBCDjnoq1VAEVLsrkoArIuKdiLVWgwcXn2fxrEAQfDbHLOY2v8Y7nedZyqiNV5AA5QA6QA+QAOSDnwC8H3+1nLfnuxQAAAABJRU5ErkJggg==) 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-048bfb2e] {
  display: none;
  line-height: 40px;
  padding: 0 16px 0 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666666;
}


.nuxt-logo {
  height: 180px;
}

.bookingProcess-content[data-v-0d07a308] {
  margin-top: 90px;
}
.bookingProcess-content .title[data-v-0d07a308] {
  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-0d07a308] {
  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-0d07a308] {
  margin-top: 12px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.bookingProcess-content .process-content .one[data-v-0d07a308] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bookingProcess-content .process-content .one .processImg[data-v-0d07a308] {
  width: 100px;
  height: 100px;
}
.bookingProcess-content .process-content .one .title[data-v-0d07a308] {
  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-0d07a308] {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 991px) {
.bookingProcess-content[data-v-0d07a308] {
    margin-top: 2rem;
}
.bookingProcess-content .title[data-v-0d07a308] {
    font-weight: bold;
    font-size: 1.4rem;
    color: #191F2B;
    line-height: 2rem;
}
.bookingProcess-content .sub-title[data-v-0d07a308] {
    font-weight: 400;
    font-size: 1rem;
    color: #191F2B;
    line-height: 1.3rem;
    margin-top: 0.8rem;
}
.bookingProcess-content .process-content[data-v-0d07a308] {
    display: inline-block;
}
.bookingProcess-content .process-content .one[data-v-0d07a308] {
    flex-direction: row;
}
.bookingProcess-content .process-content .one .processImg[data-v-0d07a308] {
    width: 5.33rem;
    height: 5.33rem;
}
.bookingProcess-content .process-content .one .title[data-v-0d07a308] {
    font-size: 1.17rem;
    text-align: left;
}
.bookingProcess-content .process-content .processArrow[data-v-0d07a308] {
    width: 8.33rem;
    height: 2.67rem;
}
.bookingProcess-content .process-content .processArrowDownWrap[data-v-0d07a308] {
    width: 5.33rem;
    text-align: center;
}
.bookingProcess-content .process-content .processArrowDown[data-v-0d07a308] {
    width: 26px;
}
}

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

.trainShow-content[data-v-b129cb9e] {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.trainShow-content .left[data-v-b129cb9e] {
  flex: 1;
  margin-right: 32px;
}
.trainShow-content .left .title[data-v-b129cb9e] {
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: bold;
  font-size: 24px;
  color: #191F2B;
  line-height: 28px;
  text-align: left;
}
.trainShow-content .left .subTitle[data-v-b129cb9e] {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #191F2B;
  line-height: 19px;
}
.trainShow-content .left .item1[data-v-b129cb9e] {
  position: relative;
  margin-top: 15px;
}
.trainShow-content .left .item1 img[data-v-b129cb9e] {
  width: 100%;
  height: 535px;
  border-radius: 8px;
}
.trainShow-content .left .text[data-v-b129cb9e] {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 6px 6px;
}
.trainShow-content .left .text .item-title[data-v-b129cb9e] {
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
}
.trainShow-content .left .text .station-name[data-v-b129cb9e] {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 10px;
  cursor: pointer;
}
.trainShow-content .left .text .station-name img[data-v-b129cb9e] {
  width: 20px;
  height: 20px;
}
.trainShow-content .right[data-v-b129cb9e] {
  width: 656px;
}
.trainShow-content .right .top[data-v-b129cb9e] {
  display: flex;
  justify-content: space-between;
  height: 312px;
}
.trainShow-content .right .top .item[data-v-b129cb9e] {
  position: relative;
}
.trainShow-content .right .top .item img[data-v-b129cb9e] {
  width: 312px;
  height: 312px;
  border-radius: 8px;
}
.trainShow-content .right .top .item .text[data-v-b129cb9e] {
  position: absolute;
  bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 6px 6px;
}
.trainShow-content .right .top .item .text .item-title[data-v-b129cb9e] {
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
}
.trainShow-content .right .top .item .text .station-name[data-v-b129cb9e] {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 10px;
  cursor: pointer;
}
.trainShow-content .right .top .item .text .station-name img[data-v-b129cb9e] {
  width: 20px;
  height: 20px;
}
.trainShow-content .right .bottom[data-v-b129cb9e] {
  margin-top: 20px;
}
.trainShow-content .right .bottom .item[data-v-b129cb9e] {
  position: relative;
}
.trainShow-content .right .bottom .item img[data-v-b129cb9e] {
  width: 100%;
  height: 312px;
  border-radius: 8px;
}
.trainShow-content .right .bottom .item .text[data-v-b129cb9e] {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 6px 6px;
}
.trainShow-content .right .bottom .item .text .item-title[data-v-b129cb9e] {
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
}
.trainShow-content .right .bottom .item .text .station-name-wrap[data-v-b129cb9e] {
  display: flex;
  justify-items: space-between;
}
.trainShow-content .right .bottom .item .text .station-name-wrap .station-name[data-v-b129cb9e] {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 10px;
  cursor: pointer;
  margin-right: 8px;
}
.trainShow-content .right .bottom .item .text .station-name-wrap .station-name img[data-v-b129cb9e] {
  width: 20px;
  height: 20px;
}
.trainShow-content .right .bottom .item .text .station-name-wrap .station-name[data-v-b129cb9e]:last-child {
  margin-right: 0;
}
.trainShow-content .item-wrap-mobile[data-v-b129cb9e] {
  display: none;
}
@media screen and (max-width: 991px) {
.trainShow-content-mobile[data-v-b129cb9e] {
    margin-top: 3.33rem;
}
.trainShow-content-mobile .title[data-v-b129cb9e] {
    font-weight: bold;
    font-size: 1.4rem;
    color: #191F2B;
    line-height: 2rem;
}
.trainShow-content-mobile .subTitle[data-v-b129cb9e] {
    font-weight: 400;
    font-size: 1rem;
    color: #191F2B;
    line-height: 1.3rem;
    margin-top: 0.8rem;
}
.trainShow-content-mobile .item-wrap-mobile[data-v-b129cb9e] {
    width: 100%;
    overflow: hidden;
    margin-top: 1rem;
}
.trainShow-content-mobile .item-wrap-mobile .item[data-v-b129cb9e] {
    width: 100%;
    margin-right: 32px;
    margin-bottom: 32px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    position: relative;
}
.trainShow-content-mobile .item-wrap-mobile .item img[data-v-b129cb9e] {
    width: 100%;
    height: 20rem;
}
.trainShow-content-mobile .item-wrap-mobile .item .text[data-v-b129cb9e] {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 6px 6px;
    padding-bottom: 6px;
}
.trainShow-content-mobile .item-wrap-mobile .item .text .item-title[data-v-b129cb9e] {
    margin: 12px 0 13px 0;
    font-weight: bold;
    font-size: 1.4rem;
    color: #FFFFFF;
    line-height: 2rem;
}
.trainShow-content-mobile .item-wrap-mobile .item .text .station-name[data-v-b129cb9e] {
    font-weight: 400;
    font-size: 1.1rem;
    color: #FFFFFF;
    line-height: 1.2rem;
    margin-bottom: 6px;
    cursor: pointer;
}
.trainShow-content-mobile .item-wrap-mobile .item .text .station-name img[data-v-b129cb9e] {
    width: 1.33rem;
    height: 1.33rem;
    margin-right: 4px;
}
}

.mb30 {
  margin-bottom: 30px;
}
.station-title {
  font-weight: 500;
  font-size: 36px;
  color: #00A88FFF;
  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 #00A88FFF;
  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: #00A88FFF;
  background-color: #EDF0F5;
  width: 400px;
  height: 64px;
  line-height: 64px;
  border-radius: 8px;
  border: 1px solid #00A88FFF;
  cursor: pointer;
  margin-top: 24px;
}
.botton-box:hover {
  background-color: #00A88FFF;
  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 #00A88FFF;
    font-weight: 500;
    font-size: 1.33rem;
    color: #00A88FFF;
}
.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-4a5bdd34] {
  width: 100%;
}
.flex-center[data-v-4a5bdd34] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between[data-v-4a5bdd34] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-search-wrap[data-v-4a5bdd34] {
  position: relative;
  display: flex;
  justify-content: end;
  z-index: 9;
}
.pc-search-wrap .search-box[data-v-4a5bdd34] {
  width: 360px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(22, 58, 144, 0.1);
  border-radius: 8px;
  margin-top: 60px;
  padding: 20px;
}
.pc-search-wrap .search-box .input-box[data-v-4a5bdd34] {
  border-radius: 4px;
  margin-top: 16px;
  height: 48px;
  background: #EDF0F5FF;
  font-weight: 500;
}
.pc-search-wrap .search-box .input-box .iconImg[data-v-4a5bdd34] {
  width: 20px;
  height: 20px;
  margin: 14px 0 0 0px;
}
.pc-search-wrap .search-box .input-box[data-v-4a5bdd34] .el-input__suffix-inner {
  display: none;
  /* 隐藏原有的图标 */
}
.pc-search-wrap .search-box .input-radio[data-v-4a5bdd34] {
  margin-top: 16px;
}
.pc-search-wrap .search-box .input-radio .input-title[data-v-4a5bdd34] {
  font-size: 14px;
  margin-bottom: 10px;
}
.pc-search-wrap .search-box .search-location[data-v-4a5bdd34] {
  position: relative;
  border-radius: 4px;
  background: #EDF0F5FF;
  font-weight: 500;
}
.pc-search-wrap .search-box .search-location .input-location[data-v-4a5bdd34] {
  height: 48px;
  width: 100%;
}
.pc-search-wrap .search-box .search-location .input-location .iconImg[data-v-4a5bdd34] {
  width: 20px;
  height: 20px;
  margin: 14px 0 0 0px;
}
.pc-search-wrap .search-box .search-location .input-location[data-v-4a5bdd34] .el-input__suffix-inner {
  display: none;
  /* 隐藏原有的图标 */
}
.pc-search-wrap .search-box .search-location .location-line-box[data-v-4a5bdd34] {
  padding: 0 40px;
}
.pc-search-wrap .search-box .search-location .location-line-box .location-line[data-v-4a5bdd34] {
  height: 1px;
  background: #D0D4DCFF;
}
.pc-search-wrap .search-box .search-location .arrive-location[data-v-4a5bdd34] {
  padding-left: 0px;
}
.pc-search-wrap .search-box .search-location .changeBtn[data-v-4a5bdd34] {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #FFFFFF;
  border-radius: 41px;
  position: absolute;
  right: 12px;
  top: 28px;
}
.pc-search-wrap .search-box .search-location .changeBtn img[data-v-4a5bdd34] {
  width: 24px;
  height: 24px;
}
.pc-search-wrap .search-box .personNum[data-v-4a5bdd34] {
  position: relative;
}
.pc-search-wrap .search-box .personNum[data-v-4a5bdd34] .el-input__suffix-inner {
  display: inline-block !important;
  /* 隐藏原有的图标 */
}
.pc-search-wrap .search-box .personNum[data-v-4a5bdd34] .el-input__icon {
  line-height: 48px;
}
.pc-search-wrap .search-box .personNum .num[data-v-4a5bdd34] {
  position: absolute;
  left: 65px;
  top: 14px;
  color: #999;
  font-size: 14px;
}
.pc-search-wrap .search-box .searchBtn[data-v-4a5bdd34] {
  width: 100%;
  height: 48px;
  margin-top: 20px;
  background: #00A88F;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 46px;
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.pc-search-wrap .search-box[data-v-4a5bdd34] .el-input__inner {
  width: 100%;
  height: 48px;
  border: none;
  background: none;
}
.mobile-search-wrap[data-v-4a5bdd34] {
  width: 100%;
  margin-top: 6.07rem;
  padding: 0rem 0.2rem 2.2rem 0.2rem;
  position: relative;
  z-index: 9;
  font-weight: 500;
}
.mobile-search-wrap .title[data-v-4a5bdd34] {
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
  line-height: 2rem;
}
.mobile-search-wrap .subTitle[data-v-4a5bdd34] {
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5rem;
  margin-top: 1rem;
  min-height: 3rem;
}
.mobile-search-wrap .search-box[data-v-4a5bdd34] {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(22, 58, 144, 0.1);
  border-radius: 8px;
  margin-top: 16px;
  padding: 16px;
}
.mobile-search-wrap .search-box .input-box[data-v-4a5bdd34] {
  border-radius: 4px;
  margin-top: 12px;
  height: 48px;
  background: #EDF0F5FF;
  font-weight: 500;
}
.mobile-search-wrap .search-box .input-box .iconImg[data-v-4a5bdd34] {
  width: 20px;
  height: 20px;
  margin: 14px 0 0 0px;
}
.mobile-search-wrap .search-box .input-box[data-v-4a5bdd34] .el-input__suffix-inner {
  display: none;
  /* 隐藏原有的图标 */
}
.mobile-search-wrap .search-box .input-radio[data-v-4a5bdd34] {
  margin-top: 12px;
}
.mobile-search-wrap .search-box .input-radio .input-title[data-v-4a5bdd34] {
  font-size: 14px;
  margin-bottom: 10px;
}
.mobile-search-wrap .search-box .changeBtn[data-v-4a5bdd34] {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #FFFFFF;
  border-radius: 41px;
  position: absolute;
  right: 12px;
  top: 28px;
}
.mobile-search-wrap .search-box .changeBtn .img[data-v-4a5bdd34] {
  width: 24px;
  height: 24px;
}
.mobile-search-wrap .search-box .search-location[data-v-4a5bdd34] {
  position: relative;
  border-radius: 4px;
  background: #EDF0F5FF;
}
.mobile-search-wrap .search-box .search-location .input-location[data-v-4a5bdd34] {
  height: 48px;
  width: 100%;
}
.mobile-search-wrap .search-box .search-location .input-location .iconImg[data-v-4a5bdd34] {
  width: 20px;
  height: 20px;
  margin: 14px 0 0 0px;
}
.mobile-search-wrap .search-box .search-location .input-location[data-v-4a5bdd34] .el-input__suffix-inner {
  display: none;
  /* 隐藏原有的图标 */
}
.mobile-search-wrap .search-box .search-location .location-line-box[data-v-4a5bdd34] {
  padding: 0 40px;
}
.mobile-search-wrap .search-box .search-location .location-line-box .location-line[data-v-4a5bdd34] {
  height: 1px;
  background: #D0D4DCFF;
}
.mobile-search-wrap .search-box .search-location .arrive-location[data-v-4a5bdd34] {
  padding-left: 0px;
}
.mobile-search-wrap .search-box .personNum[data-v-4a5bdd34] {
  position: relative;
}
.mobile-search-wrap .search-box .personNum[data-v-4a5bdd34] .el-input__suffix-inner {
  display: inline-block !important;
  /* 隐藏原有的图标 */
}
.mobile-search-wrap .search-box .personNum[data-v-4a5bdd34] .el-input__icon {
  line-height: 48px;
}
.mobile-search-wrap .search-box .personNum .num[data-v-4a5bdd34] {
  position: absolute;
  left: 65px;
  top: 14px;
  color: #999;
  font-size: 14px;
}
.mobile-search-wrap .search-box .searchBtn[data-v-4a5bdd34] {
  width: 100%;
  height: 48px;
  margin-top: 20px;
  background: #00A88F;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 46px;
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.mobile-search-wrap .search-box[data-v-4a5bdd34] .el-input__inner {
  width: 100%;
  height: 48px;
  border: none;
  background: none;
}
[data-v-4a5bdd34] .el-input--prefix .el-input__inner {
  padding-left: 45px;
}
[data-v-4a5bdd34] .el-radio-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
[data-v-4a5bdd34] .el-radio-group .el-radio-button {
  flex: 1;
  min-width: 30%;
}
[data-v-4a5bdd34] .el-radio-group .el-radio-button .el-radio-button__inner {
  width: 100%;
  padding: 10px 5px;
  white-space: normal;
  height: auto;
  line-height: 1.2;
}
[data-v-4a5bdd34] .el-radio-button__inner {
  border-color: #00A88FFF;
}
[data-v-4a5bdd34] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #00A88FFF;
  border-color: #00A88FFF;
}
[data-v-4a5bdd34] .el-radio-button:first-child .el-radio-button__inner {
  border-left-color: #00A88FFF;
}
[data-v-4a5bdd34] .el-icon-date {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAzVJREFUaEPtWkFrE0EU/t5uwWAiqFibtDZZD4V2U0VB6MVDpQUPIlZ6EPFQwYMHES8ePfgDPHjowaMFDx4UFQQFFfUg9KaISYsITtqkSalKD22sbbJPd9OkW1ubnXVCq2yO4b3vfd/3ZnZmZ5bwj//ID/8Ww+zRgaida8GaLYjx175w4mafriHi5Fr0ZWoi9UYWR1rA7raD+7Y1lSfdhZjKvbIiokZnL7H+0o2jlfT2XO59VkaEtIA2wzxkMb11FyHigSmRfiRTuNXoGmDWHqwSQHw4J9LvZHACAbZbW6ID0UT3CWK+DuI9G7WQQSFansDVOAYKBF6QaT0YERCtrsXIgri0YX3GHDOuTU9WhqwzhKJGp0GsjQEUkiKxScG/BJSglTsKYlw4AtabUJvEzXPZ6rANBHi2THFg0AHFhkrDBR2QtkxxQtABxYZKwwUdkLZMcULdDjB4lJhGFdf1C3cEhKPrvYP8cSuxSEtdX8XHcb8VVea1Ggc6ma0xKQFM5f32bk8lEb9Yld2y/jkQ4NfBv81T0gH7KEVjvFp56WGRz6Q7ANTeoGLtyeNMeEyEJv+kecEiPjYtxmoPECUCokZyiBi33cS+0/yuWSFmq//F4t1XQHzTP/lKJjPOFyZSI1WcQIDtRCxhngPojtvdUpF3zMyk52pOJZKXCBjekh2AYYSiHL5ATJXxTZzNZ1L33WSbm82Ivp2GajG+lFgLea04AiFqpxxKhpAvLoqSAgGKjPQNo6wD9hgPh4vOHBBC2JN3zSmaO2YjxsL1+K2nTImAlrjZR6CntUWKkc1r8x3uyRZLJAcB3KtHyHnWA8OFTOqyl1glAtQvZPQwn/lwOhBgO7De2ejv22kvC1ksbl4E0S0vrjJwt5BJnfUSq2QI2QtZCyKnCLx8gl0Wa66V7MUO4TNeSC0u/XjxLffJ03WSGgFeWDUoJhDQIGM9w/rrAPgqyFq1WfNcUXUga4MEuuGGrXusopqDarz/S8DeeFe/Ttoz1S41Eq/6dUD1orspFjefgKi/kUWVYTM/z2vFk/Y+bOWm3lmEQj0atJ3KCjUAqGxhbnoibX9c4uyEpT81aACnv4L8CQUF/k9KmOanAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
[data-v-4a5bdd34] .el-icon-date::before {
  display: none;
}
[data-v-4a5bdd34] .el-input__prefix {
  left: 15px;
}
[data-v-4a5bdd34] .el-select {
  width: 100%;
}
/* 手机屏幕 */

.trainGuide-content[data-v-a8ac7914] {
  margin-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.trainGuide-content .left[data-v-a8ac7914] {
  margin-right: 20px;
  width: 544px;
}
.trainGuide-content .left .title[data-v-a8ac7914] {
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: bold;
  font-size: 24px;
  color: #191F2B;
  line-height: 28px;
  text-align: left;
}
.trainGuide-content .left .subTitle[data-v-a8ac7914] {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #191F2B;
  line-height: 19px;
}
.trainGuide-content .left .item[data-v-a8ac7914] {
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}
.trainGuide-content .left .item img[data-v-a8ac7914] {
  width: 100%;
  height: 412px;
  border-radius: 8px;
}
.trainGuide-content .left .item .text[data-v-a8ac7914] {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 6px 6px;
}
.trainGuide-content .left .item .text .item-title[data-v-a8ac7914] {
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
}
.trainGuide-content .left .item .text .item-sub-title[data-v-a8ac7914] {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.trainGuide-content .right[data-v-a8ac7914] {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.trainGuide-content .right .item[data-v-a8ac7914] {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.trainGuide-content .right .item img[data-v-a8ac7914] {
  width: 240px;
  height: 160px;
  margin-right: 20px;
}
.trainGuide-content .right .item .text .item-title[data-v-a8ac7914] {
  font-weight: bold;
  font-size: 20px;
  color: #191F2B;
}
.trainGuide-content .right .item .text .item-sub-title[data-v-a8ac7914] {
  font-weight: 400;
  font-size: 16px;
  color: #191F2B;
}
.trainGuide-content .right .item[data-v-a8ac7914]:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
.trainGuide-content-mobile[data-v-a8ac7914] {
    margin-bottom: 2rem;
}
.trainGuide-content-mobile .title[data-v-a8ac7914] {
    font-weight: bold;
    font-size: 1.4rem;
    color: #191F2B;
    line-height: 2rem;
}
.trainGuide-content-mobile .subTitle[data-v-a8ac7914] {
    font-weight: 400;
    font-size: 1rem;
    color: #191F2B;
    line-height: 1.3rem;
    margin-top: 0.8rem;
}
.trainGuide-content-mobile .item-wrap-mobile[data-v-a8ac7914] {
    width: 100%;
    overflow: hidden;
    margin-top: 1rem;
}
.trainGuide-content-mobile .item-wrap-mobile .item[data-v-a8ac7914] {
    position: relative;
    margin-right: 32px;
    margin-bottom: 32px;
    background: #FFFFFF;
    border-radius: 12px;
    padding-bottom: 16px;
    height: 20rem;
}
.trainGuide-content-mobile .item-wrap-mobile .item .img[data-v-a8ac7914] {
    width: 100%;
    height: 20rem;
    object-fit: cover;
}
.trainGuide-content-mobile .item-wrap-mobile .item .text[data-v-a8ac7914] {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 6px 6px;
    padding-bottom: 6px;
}
.trainGuide-content-mobile .item-wrap-mobile .item .text .item-title[data-v-a8ac7914] {
    margin: 12px 0 8px 0;
    font-family: Helvetica Neue, Helvetica Neue;
    font-weight: bold;
    font-size: 1.1rem;
    color: #FFFFFF;
    line-height: 1.2rem;
    -webkit-line-clamp: 2;
}
.trainGuide-content-mobile .item-wrap-mobile .item .text .item-sub-title[data-v-a8ac7914] {
    font-family: Helvetica Neue, Helvetica Neue;
    font-weight: 400;
    font-size: 0.9rem;
    color: #FFFFFF;
    line-height: 1.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trainGuide-content-mobile .item-wrap-mobile .item[data-v-a8ac7914]:nth-child(3n) {
    margin-right: 0;
}
}

.trainSeatType-content[data-v-61d85e5c] {
  margin-top: 60px;
}
.trainSeatType-content .title[data-v-61d85e5c] {
  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-61d85e5c] {
  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-61d85e5c] {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.trainSeatType-content .item-wrap .item[data-v-61d85e5c] {
  width: 352px;
  margin-right: 32px;
  margin-bottom: 32px;
  text-align: center;
}
.trainSeatType-content .item-wrap .item img[data-v-61d85e5c] {
  width: 100%;
  height: 234px;
  border-radius: 8px 8px 8px 8px;
}
.trainSeatType-content .item-wrap .item .item-title[data-v-61d85e5c] {
  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-61d85e5c]:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
.trainSeatType-content[data-v-61d85e5c] {
    margin-top: 3.33rem;
}
.trainSeatType-content .title[data-v-61d85e5c] {
    font-weight: bold;
    font-size: 1.4rem;
    color: #191F2B;
    line-height: 2rem;
}
.trainSeatType-content .sub-title[data-v-61d85e5c] {
    font-weight: 400;
    font-size: 1rem;
    color: #191F2B;
    line-height: 1.3rem;
    margin-top: 0.8rem;
}
.trainSeatType-content .item-wrap[data-v-61d85e5c] {
    justify-content: space-between;
}
.trainSeatType-content .item-wrap .item[data-v-61d85e5c] {
    width: 48%;
    margin-right: 0;
}
.trainSeatType-content .item-wrap .item img[data-v-61d85e5c] {
    height: 8.33rem;
}
.trainSeatType-content .item-wrap .item .item-title[data-v-61d85e5c] {
    font-size: 1rem;
}
}

.trainShow-content[data-v-3f4dbf9e] {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.trainShow-content .image-container[data-v-3f4dbf9e] {
  position: relative;
  width: 628px;
  height: 565px;
  border-radius: 6px;
  overflow: hidden;
}
.trainShow-content .image-container img[data-v-3f4dbf9e] {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
.trainShow-content .image-container .image-caption[data-v-3f4dbf9e] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.trainShow-content .image-container .image-caption h2[data-v-3f4dbf9e] {
  margin: 0 0 8px 0;
  font-size: 30px;
  font-weight: bold;
  color: white;
}
.trainShow-content .image-container .image-caption p[data-v-3f4dbf9e] {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: white;
}
.trainShow-content .text-wrap[data-v-3f4dbf9e] {
  margin-right: 32px;
  flex: 1;
}
.trainShow-content .text-wrap .title[data-v-3f4dbf9e] {
  font-weight: bold;
  font-size: 24px;
  color: #191F2B;
  line-height: 50px;
}
.trainShow-content .text-wrap .subTitle[data-v-3f4dbf9e] {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #191F2B;
  line-height: 19px;
}
.trainShow-content .text-wrap .info .item[data-v-3f4dbf9e] {
  display: flex;
  align-items: center;
}
.trainShow-content .text-wrap .info .item img[data-v-3f4dbf9e] {
  margin-right: 32px;
  width: 60px;
  height: 60px;
}
.trainShow-content .text-wrap .info .item .info-content .info-title[data-v-3f4dbf9e] {
  font-weight: bold;
  font-size: 24px;
  color: #191F2B;
  line-height: 28px;
}
.trainShow-content .text-wrap .info .item .info-content .info-text[data-v-3f4dbf9e] {
  font-weight: 400;
  font-size: 16px;
  color: #191F2B;
  line-height: 19px;
}
@media screen and (max-width: 991px) {
.trainShow-content[data-v-3f4dbf9e] {
    margin-top: 3.33rem;
    display: block;
}
.trainShow-content .image-container[data-v-3f4dbf9e] {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
}
.trainShow-content .image-container img[data-v-3f4dbf9e] {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}
.trainShow-content .image-container .image-caption[data-v-3f4dbf9e] {
    padding: 0.8rem 1rem;
}
.trainShow-content .image-container .image-caption h2[data-v-3f4dbf9e] {
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
    color: white;
}
.trainShow-content .image-container .image-caption p[data-v-3f4dbf9e] {
    font-size: 1rem;
}
.trainShow-content .text-wrap[data-v-3f4dbf9e] {
    flex: 1;
    margin-right: 0;
}
.trainShow-content .text-wrap .title[data-v-3f4dbf9e] {
    font-weight: bold;
    font-size: 1.4rem;
    color: #191F2B;
    line-height: 2rem;
}
.trainShow-content .text-wrap .subTitle[data-v-3f4dbf9e] {
    font-weight: 400;
    font-size: 1rem;
    color: #191F2B;
    line-height: 1.3rem;
    margin-top: 0.8rem;
}
.trainShow-content .text-wrap .info .item[data-v-3f4dbf9e] {
    display: flex;
    align-items: center;
}
.trainShow-content .text-wrap .info .item img[data-v-3f4dbf9e] {
    margin-right: 32px;
    width: 40px;
    height: 40px;
}
.trainShow-content .text-wrap .info .item .info-content .info-title[data-v-3f4dbf9e] {
    font-weight: bold;
    font-size: 1.2rem;
    color: #191F2B;
    line-height: 1.2rem;
}
.trainShow-content .text-wrap .info .item .info-content .info-text[data-v-3f4dbf9e] {
    font-weight: 400;
    font-size: 1rem;
    color: #191F2B;
    line-height: 1rem;
}
}

/* 手机屏幕 */
.search-box[data-v-dcbd863e] {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(22, 58, 144, 0.1);
  border-radius: 8px;
  margin-top: 60px;
  padding: 20px;
  position: relative;
}
.search-box .input-box[data-v-dcbd863e] {
  margin-top: 20px;
  height: 48px;
  background: #EDF0F5FF;
  font-weight: 500;
}
.search-box .input-box .iconImg[data-v-dcbd863e] {
  width: 20px;
  height: 20px;
  margin: 14px 0 0 0px;
}
.search-box .input-box[data-v-dcbd863e] .el-input__suffix-inner {
  display: none;
  /* 隐藏原有的图标 */
}
.search-box .changeBtn[data-v-dcbd863e] {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #FFFFFF;
  border-radius: 41px;
  position: absolute;
  right: 12px;
  top: 28px;
}
.search-box .changeBtn .img[data-v-dcbd863e] {
  width: 24px;
  height: 24px;
}
.search-box .search-location[data-v-dcbd863e] {
  position: relative;
  background: #EDF0F5FF;
  font-weight: 500;
}
.search-box .search-location .input-location[data-v-dcbd863e] {
  height: 48px;
  width: 100%;
  font-weight: 500;
}
.search-box .search-location .input-location .iconImg[data-v-dcbd863e] {
  width: 20px;
  height: 20px;
  margin: 14px 0 0 0px;
}
.search-box .search-location .input-location[data-v-dcbd863e] .el-input__suffix-inner {
  display: none;
  /* 隐藏原有的图标 */
}
.search-box .search-location .location-line-box[data-v-dcbd863e] {
  padding: 0 40px;
}
.search-box .search-location .location-line-box .location-line[data-v-dcbd863e] {
  height: 1px;
  background: #D0D4DCFF;
}
.search-box .personNum[data-v-dcbd863e] {
  position: relative;
}
.search-box .personNum[data-v-dcbd863e] .el-input__suffix-inner {
  display: inline-block !important;
  /* 隐藏原有的图标 */
}
.search-box .personNum[data-v-dcbd863e] .el-input__icon {
  line-height: 48px;
}
.search-box .personNum .num[data-v-dcbd863e] {
  position: absolute;
  left: 65px;
  top: 14px;
  color: #999;
  font-size: 14px;
}
.search-box .input-radio[data-v-dcbd863e] {
  margin-top: 20px;
}
.search-box .input-radio .input-title[data-v-dcbd863e] {
  font-size: 14px;
  margin-bottom: 10px;
}
.search-box .searchBtn[data-v-dcbd863e] {
  width: 100%;
  height: 48px;
  margin-top: 20px;
  background: #00A88F;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 46px;
  font-family: Helvetica Neue, Helvetica Neue;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.search-box[data-v-dcbd863e] .el-input__inner {
  width: 100%;
  height: 48px;
  border: none;
  background: none;
}
[data-v-dcbd863e] .el-input__inner {
  padding-left: 58px !important;
}
.searchDialog[data-v-dcbd863e] {
  width: 92%;
  margin: 0 auto;
  padding: 0.5rem;
  margin-top: 4.75rem;
  position: relative;
}
.closeImg[data-v-dcbd863e] {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
}
.searchDialog[data-v-dcbd863e] .el-input__prefix {
  left: 20px;
}
[data-v-dcbd863e] .el-radio-button__inner {
  border-color: #00A88FFF;
  font-size: 12px;
}
[data-v-dcbd863e] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #00A88FFF;
  border-color: #00A88FFF;
}
[data-v-dcbd863e] .el-radio-button:first-child .el-radio-button__inner {
  border-left-color: #00A88FFF;
}
/* 添加以下样式实现三个按钮等宽 */
.seat-type-group[data-v-dcbd863e] {
  display: flex;
  width: 100%;
}
.seat-type-group[data-v-dcbd863e] .el-radio-button {
  flex: 1;
  width: 33.33%;
}
.seat-type-group[data-v-dcbd863e] .el-radio-button__inner {
  width: 100%;
  padding: 0;
  text-align: center;
}

