@charset "utf-8";
/* 公共样式 - start */
:root {
  /* 字号 */
  --font68: 68px;
  --font54: 54px;
  --font44: 44px;
  --font32: 32px;
  --font26: 26px;
  --font24: 24px;
  /* 段落字号 */
  --font18: 18px;
  --font16: 16px;
  --font14: 14px;
  /* 行高 */
  --line12: 1.3;
  --line14: 1.4;
  --line175: 1.5;
  --line18: 1.5;
  /* 导航 */
  --line80: 80px;
  /* 颜色 */
  --color1: #1e1f24;
  --color2: #62636d;
  --color3: #8b8d98;
  --color4: #ffffff;
  --color5: #f9f8f7;
  --color6: #e7e8ec;
  --colorbj: #69e4e6;
  --colormain1: #004547;
  --colormain2: #007a7c;
  /* 板块间距 */
  --space140: 140px;
  --space130: 130px;
  --space120: 120px;
  --space100: 100px;
  --space80: 80px;
  --space50: 50px;
  --space40: 40px;
  --space30: 30px;
  --space20: 20px;
  /* 段落间距 */
  --parpspace13: 13px;
  /* 特殊字体 */
  --family1: 'Noto Serif SC' !important;
  --font-weight1: 500;
  --font-weight2: 290;
}
.font1 {
  font-family: var(--family1);
  font-weight: var(--font-weight1);
}
.font2 {
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.std-h1 {
  font-size: var(--font68);
  color: var(--color1);
  line-height: var(--line12);
}
.std-h2,
.yxedr-active h2 {
  font-size: var(--font54);
  color: var(--color1);
  line-height: var(--line12);
}
.std-h3,
.yxedr-active h3 {
  font-size: var(--font44);
  color: var(--color1);
  line-height: var(--line12);
}
.std-h4,
.yxedr-active h4 {
  font-size: var(--font32);
  color: var(--color1);
  line-height: var(--line14);
}
.std-h5,
.yxedr-active h5 {
  font-size: var(--font26);
  color: var(--color1);
  line-height: var(--line14);
}
.std-h6,
.yxedr-active h6 {
  font-size: var(--font24);
  color: var(--color1);
  line-height: var(--line14);
}
.std-text1,
.std-text1 p {
  font-size: var(--font18);
  color: var(--color1);
  line-height: var(--line175);
}
.std-text2,
.std-text2 p {
  font-size: var(--font16);
  color: var(--color1);
  line-height: var(--line18);
}
.std-text3,
.std-text3 p {
  font-size: var(--font14);
  color: var(--color1);
  line-height: var(--line18);
}
.yxedr-active p {
  font-size: var(--font16);
  color: var(--color2);
  line-height: var(--line18);
  margin-bottom: var(--parpspace13);
}
.std-padd140 {
  padding: var(--space140) 0;
}
.std-padd140-top {
  padding-top: var(--space140);
}
.std-padd140-bot {
  padding-bottom: var(--space140);
}
.std-margin140 {
  margin: var(--space140) 0;
}
.std-margin140-top {
  margin-top: var(--space120);
}
.std-margin140-bot {
  margin-bottom: var(--space140);
}
.std-padd100 {
  padding: var(--space100) 0;
}
.std-padd100-top {
  padding-top: var(--space100);
}
.std-padd100-bot {
  padding-bottom: var(--space100);
}
.std-margin100 {
  margin: var(--space100) 0;
}
.std-margin100-top {
  margin-top: var(--space100);
}
.std-margin100-bot {
  margin-bottom: var(--space100);
}
.std-padd80 {
  padding: var(--space80) 0;
}
.std-padd80-top {
  padding-top: var(--space80);
}
.std-padd80-bot {
  padding-bottom: var(--space80);
}
.std-margin80 {
  margin: var(--space80) 0;
}
.std-margin80-top {
  margin-top: var(--space80);
}
.std-margin80-bot {
  margin-bottom: var(--space80);
}
.std-mar50 {
  margin-bottom: var(--space50);
}
.std-mar40 {
  margin-bottom: var(--space40);
}
.std-mar30 {
  margin-bottom: var(--space30);
}
.std-mar20 {
  margin-bottom: var(--space20);
}
/* 思源宋体 */
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a {
  font-family: var(--family1);
  font-weight: var(--font-weight1);
}

body {
  font-family: 'PingFang SC', 'Microsoft YaHei' !important;
}
/* wow弹窗字体引入 */
.altumcode {
  --fontFamily: 'PingFang SC', 'Microsoft YaHei' !important;
}
/*英文站换行规则 */
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a {
  word-wrap: normal;
  word-break: keep-all;
}
/*分享翻译*/
.ys-wechat-cont-parga p::before {
  /*content: '分享到 - 微信';*/
  content: 'Share the - weixin';
}
/* yongsy样式 */
a[href="https://www.yongsy.com"]
{
  color: rgba(255, 255, 255, 0.1);
}

/* 规范按钮-start */
.std-btn1 {
  display: inline-block;
}
.std-btn1-box {
  padding: 8px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--colormain1);
  cursor: pointer;
}
.std-btn1-box p {
  color: var(--color4);
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  font-size: var(--font16);
  line-height: var(--line18);
  font-family: 'Microsoft YaHei' !important;
}
.std-btn1-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--colormain2);
  transform: scaleX(0);
  transform-origin: right;
  -webkit-transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.std-btn2 {
  display: inline-block;
}
.std-btn2-box {
  padding: 8px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--colormain1);
  cursor: pointer;
}
.std-btn2-box p {
  color: var(--color4);
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  font-size: var(--font16);
  line-height: var(--line18);
  font-family: 'Microsoft YaHei' !important;
}
.std-btn2-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--colormain2);
  transform: scaleX(0);
  transform-origin: right;
  -webkit-transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.std-btn-icon {
  width: 24px;
  flex-shrink: 0;
  font-size: 0;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.std-btn3 {
  display: inline-block;
}
.std-btn3-box {
  padding: 8px 32px;
  border: 1px solid var(--color4);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.std-btn3-box p {
  color: var(--color4);
  transition: all 0.4s;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  font-size: var(--font16);
  line-height: var(--line18);
  font-family: 'Microsoft YaHei' !important;
}
.std-btn3-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color4);
  transform: scaleX(0);
  transform-origin: right;
  -webkit-transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.std-btn4 {
  display: inline-block;
}
.std-btn4-box {
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.std-btn4-box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #004648;
  opacity: 1;
  transition: all 0s;
}
.std-btn4-box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--colormain2);
  opacity: 1;
  transition: all 0.5s;
}
.std-btn4-box p {
  font-size: var(--font16);
  line-height: var(--line18);
  color: var(--colormain1);
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  font-family: 'Microsoft YaHei' !important;
}
.std-btn4 {
  display: inline-block;
}
.std-btn4-box {
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.std-btn4-box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #004648;
  opacity: 1;
  transition: all 0s;
}
.std-btn4-box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--colormain2);
  opacity: 1;
}
.std-btn4-box p {
  font-size: var(--font16);
  line-height: var(--line18);
  color: var(--colormain1);
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  font-family: 'Microsoft YaHei' !important;
}
.std-btn5 {
  display: inline-block;
}
.std-btn5-box {
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer !important;
}
.std-btn5-box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #004648;
  opacity: 1;
  transition: all 0s;
}
.std-btn5-box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--colormain2);
  opacity: 1;
}
.std-btn5-box p {
  font-size: var(--font16);
  line-height: var(--line18);
  color: var(--colormain1);
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  font-family: 'Microsoft YaHei' !important;
}
.std-btn5-icon {
  width: 24px;
  flex-shrink: 0;
  font-size: 0;
  position: relative;
  margin-left: 20px;
}
.std-btn5-icon img {
  width: 100%;
  transition: all 0.5s;
}
.std-btn5-icon img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.std-btn5-icon img:nth-child(3) {
  display: none;
}
.std-btn5.white .std-btn5-box p {
  color: var(--color4);
}
.std-btn5.white .std-btn5-box::before {
  background: var(--color4);
}
.std-btn5.white .std-btn5-icon img:nth-child(1) {
  display: none;
}
.std-btn5.white .std-btn5-icon img:nth-child(3) {
  display: block;
}
/* 规范按钮-end */

/* 底部导航-start */
.mod-foot {
  width: 100%;
  position: relative;
  background: #0f2122;
  padding-top: var(--space130);
  overflow: hidden;
  z-index: 9;
}
.mod-foot::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 84%;
  border-radius: 1500px;
  background: radial-gradient(50% 50% at 50% 50%, #004547 0%, rgba(0, 69, 71, 0.2) 100%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 1;
}
.mod-foot-ul {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.mod-foot-ul-li {
  padding: 0 74px;
  position: relative;
}
.mod-foot-ul-li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 20px;
  background: var(--color4);
  opacity: 0.5;
  border-radius: 50%;
}
.mod-foot-ul-li:last-child::after {
  display: none;
}
.mod-foot h2 {
  text-align: center;
  color: var(--color4);
  margin-bottom: var(--space50);
}
.mod-foot-word p {
  text-align: center;
  color: var(--color4);
  font-family: 'Microsoft YaHei' !important;
}
.mod-foot-word {
  margin-bottom: 10px !important;
}
.mful-box {
  display: block;
  width: 64px;
  cursor: pointer;
}
.mful-box img {
  width: 100%;
}
.mful-code {
  display: none;
  width: 250px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px;
  background: var(--color4);
}
.mful-code img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.mful-code span,
.mful-hide span {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: var(--color4);
}
.mful-hide {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.mful-hide a {
  display: block;
  padding: 6px 18px;
  border-radius: 80px;
  background: var(--color4);
  white-space: nowrap;
  font-size: var(--font24);
  line-height: var(--line14);
  color: var(--colormain1);
}
.mod-foot-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 2;
}
.mod-foot-list::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: url(../images/line_0.svg) center / cover;
  z-index: -1;
}
.mod-foot-list-item {
  position: relative;
  z-index: 3;
}
.mod-foot-list-item2 {
  transform: translateX(35px);
}
.mod-foot-list-item4 {
  transform: translateX(-35px);
}
.mod-foot-top {
  width: 100%;
  position: relative;
  padding-bottom: 167px;
}
.mod-foot-list-item a {
  font-size: 20px;
  line-height: 1.6;
  color: var(--color4) !important;
  display: block;
  padding: 0 10px;
  position: relative;
  text-decoration: underline;
  text-underline-position: from-font;
  text-decoration-color: transparent;
  transition: all 0.4s;
}
.mod-foot-list-item a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: rgba(6, 43, 43, 1);
  z-index: -1;
}
.mod-foot-list-logo {
  width: 256px;
}
.mod-foot-list-logo a {
  display: block;
  padding: 0 20px;
}
.mod-foot-list-logo a img {
  width: 100%;
}
.mod-foot-bot {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
}
.mfbl-ul-li a {
  font-size: var(--font14);
  line-height: var(--line18);
  color: var(--color4);
  transition: all 0.4s;
  font-family: 'Microsoft YaHei' !important;
  text-decoration: underline;
  text-underline-position: from-font;
  text-decoration-color: transparent;
}
.mfbl-ul {
  display: flex;
  margin: 0 -20px;
}
.mfbl-ul-li {
  padding: 0 20px;
}
.mod-foot-bot-ri p span,
.mod-foot-bot-ri p a {
  font-size: var(--font14);
  line-height: var(--line18);
  color: var(--color4);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.mful-sect {
  width: 100%;
  position: relative;
}
/* 底部导航-end */

/* 顶部导航-start */
.head-sear {
  width: 140px;
  height: 25px;
  border-bottom: solid 1px var(--color4);
  position: relative;
  transition: all 0.4s;
}
.head-sear-icon {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.head-sear-icon img {
  width: 100%;
  transition: all 0.4s;
}
.head-sear-icon img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.head-sear-close {
  width: 22px;
  height: 22px;
  background: var(--color4);
  border-radius: 50%;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  transition: all 0.4s;
  display: none;
}
.head-sear-close img {
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.head-sear-close img:nth-child(2) {
  opacity: 0;
}
.head-sear-input {
  width: 100%;
  height: 100%;
  padding-left: 24px;
}
.head-sear-show {
  width: 100%;
  height: 100%;
}
.head-sear-input input {
  width: 100%;
  height: 100%;
  font-size: var(--font14);
  line-height: var(--line18);
  color: var(--color4) !important;
}
.head-sear-input input::placeholder {
  font-size: var(--font14);
  line-height: var(--line18);
  color: var(--color4) !important;
  transition: all 0.4s;
}
.head-sear-hide {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 50px);
  background: var(--color4);
  padding: 25px 20px;
}
.head-sear-hide-none p,
.head-sear-hide-none p a {
  color: var(--color2);
  font-size: var(--font14);
}
.head-sear-hide-none p a {
  display: block;
  text-decoration: underline;
  text-underline-position: from-font;
  text-decoration-color: transparent;
  transition: all 0.4s;
  margin-bottom: 10px;
}
.head-sear-hide-none p:last-child a {
  margin-bottom: 0px;
}
.head-sear-hide-none span {
  color: var(--color1);
  margin-top: 15px;
  margin-bottom: 10px;
  display: block;
  font-size: var(--font16);
}
.hshs-ul-li a {
  color: var(--color2);
  transition: all 0.4s;
  display: block;
  font-size: var(--font14);
  text-decoration: underline;
  text-underline-position: from-font;
  text-decoration-color: transparent;
}
.hshs-ul-li {
  margin-bottom: 10px;
}
.hshs-ul-li:last-child {
  margin-bottom: 0px;
}
.inside-body .ys-main {
  padding-top: var(--line80);
}
.ys-hd-pc {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.head-logo a {
  display: block;
  line-height: var(--line80);
}
.yxnav-active1 .head-nav-item-title::before {
  width: 100%;
}
.head-nav {
  margin: 0 -50px;
}
.head-logo {
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.head-logo a {
  display: block;
}
.head-logo a img {
  width: 100%;
  transition: all 0.4s;
}
.head-logo a img:nth-child(2) {
  opacity: 0;
}
.head-nav-item {
  padding: 0 50px;
}
.head-nav-item-title {
  display: block;
  line-height: var(--line80);
  font-size: var(--font18);
  color: var(--color4);
  position: relative;
}
.head-nav-item-title::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: var(--color4);
  transition: all 0.4s;
}
.mod-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  position: relative;
  transition: all 0.4s;
  background: transparent;
}
.head-nav {
  display: flex;
}
.head-lang {
  position: relative;
  margin: 0 40px;
}
.head-lang-cry {
  display: flex;
  align-items: center;
}
.head-lang-icon {
  width: 20px;
  position: relative;
  flex-shrink: 0;
  font-size: 0;
  margin-left: 4px;
}
.head-lang-icon img {
  width: 100%;
  transition: all 0.4s;
}
.head-lang-icon img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.head-lang-cry p {
  font-size: var(--font14);
  line-height: var(--line80);
  color: var(--color4);
  transition: all 0.4s;
}
.head-other {
  display: flex;
  align-items: center;
}
.head-lang-pull {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 120%;
  background: var(--color4);
  padding: 10px 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.hlpu-li a {
  text-align: center;
  font-size: var(--font14);
  line-height: var(--line18);
  color: var(--color1);
  transition: all 0.4s;
  display: block;
}
.head-btn .std-btn3-box {
  padding: 6px 30px;
  background: var(--color4);
  transition: all 0.5s;
  border: none;
}
.head-btn .std-btn3-box p {
  color: var(--colormain1);
}
.head-btn .std-btn3-box::before {
  background: var(--colormain2);
}
.hnid-pull {
  width: 200vw;
  position: absolute;
  padding-left: calc(100vw - 30px);
  background: transparent;
}
.hnid-pull::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  height: 100%;
  background: rgba(249, 249, 251, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: -1;
  transition: all 0.4s;
}
.hnid-pull::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #e7e8ec;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}
.hnid-ul {
  display: flex;
  margin: 0 -50px;
}
.hnid-ul-li {
  padding: 0 50px;
}
.hnid-ul-li a {
  white-space: nowrap;
  font-size: var(--font16);
  line-height: var(--line18);
  transition: all 0.4s;
  color: var(--color4);
  position: relative;
  padding: 11px 0;
  display: block;
}
.hnid-ul-li a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: var(--color4);
  transition: all 0.4s;
}
.hnid-ul-li.yxnav-active2 a::after {
  width: 100%;
}

.inside-body .ys-hd-pc .mod-nav {
  background: var(--color4);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.inside-body .ys-hd-pc .head-nav-item-title {
  color: #62636d;
}
.inside-body .ys-hd-pc .head-nav-item.yxnav-active1 .head-nav-item-title {
  color: var(--colormain1);
}
.inside-body .ys-hd-pc .head-nav-item.yxnav-active1 .head-nav-item-title::before {
  background: #004648;
}
.inside-body .ys-hd-pc .head-btn .std-btn3-box {
  background: var(--colormain1);
}
.inside-body .ys-hd-pc .head-btn .std-btn3-box p {
  color: var(--color4);
}
.inside-body .ys-hd-pc .head-lang-icon img:nth-child(2) {
  opacity: 1;
}
.inside-body .ys-hd-pc .head-lang-icon img:nth-child(1) {
  opacity: 0;
}
.inside-body .ys-hd-pc .head-lang-cry p {
  color: var(--color2);
}
.inside-body .ys-hd-pc .head-logo a img:nth-child(2) {
  opacity: 1;
}
.inside-body .ys-hd-pc .head-logo a img:nth-child(1) {
  opacity: 0;
}
.inside-body .ys-hd-pc .hnid-pull::after {
  background: #f9f9fb;
}
.inside-body .ys-hd-pc .hnid-ul-li a {
  color: var(--color2);
}
.inside-body .ys-hd-pc .hnid-ul-li.yxnav-active2 a {
  color: var(--colormain1);
}
.inside-body .ys-hd-pc .hnid-ul-li.yxnav-active2 a::after {
  background: var(--colormain1);
}
.inside-body .ys-hd-pc .hnid-pull::before {
  opacity: 1;
}
.inside-body .ys-hd-pc .head-sear-icon img:nth-child(2) {
  opacity: 1;
}
.inside-body .ys-hd-pc .head-sear-icon img:nth-child(1) {
  opacity: 0;
}
.inside-body .ys-hd-pc .head-sear {
  border-bottom: solid 1px var(--colormain1);
}
.inside-body .ys-hd-pc .head-sear-input input::placeholder {
  color: var(--color2) !important;
}
.inside-body .ys-hd-pc .head-sear-input input {
  color: var(--color1) !important;
}
.inside-body .ys-hd-pc .head-sear-close {
  background: var(--colormain1);
}
.inside-body .ys-hd-pc .head-sear-close img:nth-child(2) {
  opacity: 1;
}
.inside-body .ys-hd-pc .head-sear-close img:nth-child(1) {
  opacity: 0;
}

.ys-hd-pc.isfixed .mod-nav {
  background: var(--color4);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.ys-hd-pc.isfixed .head-nav-item-title {
  color: #62636d;
}
.ys-hd-pc.isfixed .head-nav-item.yxnav-active1 .head-nav-item-title {
  color: var(--colormain1);
}
.ys-hd-pc.isfixed .head-nav-item.yxnav-active1 .head-nav-item-title::before {
  background: #004648;
}
.ys-hd-pc.isfixed .head-btn .std-btn3-box {
  background: var(--colormain1);
}
.ys-hd-pc.isfixed .head-btn .std-btn3-box p {
  color: var(--color4);
}
.ys-hd-pc.isfixed .head-lang-icon img:nth-child(2) {
  opacity: 1;
}
.ys-hd-pc.isfixed .head-lang-icon img:nth-child(1) {
  opacity: 0;
}
.ys-hd-pc.isfixed .head-lang-cry p {
  color: var(--color2);
}
.ys-hd-pc.isfixed .head-logo a img:nth-child(2) {
  opacity: 1;
}
.ys-hd-pc.isfixed .head-logo a img:nth-child(1) {
  opacity: 0;
}
.ys-hd-pc.isfixed .hnid-pull::after {
  background: #f9f9fb;
}
.ys-hd-pc.isfixed .hnid-ul-li a {
  color: var(--color2);
}
.ys-hd-pc.isfixed .hnid-ul-li.yxnav-active2 a {
  color: var(--colormain1);
}
.ys-hd-pc.isfixed .hnid-ul-li.yxnav-active2 a::after {
  background: var(--colormain1);
}
.ys-hd-pc.isfixed .hnid-pull::before {
  opacity: 1;
}
.ys-hd-pc.isfixed .head-sear-icon img:nth-child(2) {
  opacity: 1;
}
.ys-hd-pc.isfixed .head-sear-icon img:nth-child(1) {
  opacity: 0;
}
.ys-hd-pc.isfixed .head-sear {
  border-bottom: solid 1px var(--colormain1);
}
.ys-hd-pc.isfixed .head-sear-input input::placeholder {
  color: var(--color2) !important;
}
.ys-hd-pc.isfixed .head-sear-input input {
  color: var(--color1) !important;
}
.ys-hd-pc.isfixed .head-sear-close {
  background: var(--colormain1);
}
.ys-hd-pc.isfixed .head-sear-close img:nth-child(2) {
  opacity: 1;
}
.ys-hd-pc.isfixed .head-sear-close img:nth-child(1) {
  opacity: 0;
}

/* 顶部导航-end */

/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child) {
  display: none;
}
/* 省略号 */
.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 过渡 */
.transition-time1 {
  transition: all 0.4s both;
}
/* 公共样式 - end */

/* 首页-start */
.ys-ban-imgbox::before {
  opacity: 0.3;
  background: linear-gradient(180deg, #001819 0%, #001918 100%);
}
.ys-ban-title,
.ys-ban-word p {
  text-align: center;
  color: var(--color4) !important;
}
.ys-ban-title {
  margin-bottom: 24px;
}
.ys-ban-word p {
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  line-height: 1.6;
}
.ys-banner-scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 3;
}
.ys-banner-scroll p {
  color: var(--color4);
  font-size: var(--font14);
  line-height: 1.6;
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  margin-bottom: 16px;
}
.ys-banner-scroll-line {
  width: 1px;
  height: 120px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.ys-banner-play {
  width: 40px;
  border-radius: 50%;
  position: absolute;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 2;
}
.ys-banner-play img {
  width: 100%;
  transition: all 0.4s;
}
.ys-banner-play img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.ys-banner-play.on img:nth-child(2) {
  opacity: 1;
}
.ys-banner-play.on img:nth-child(1) {
  opacity: 0;
}
.home-journey-wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}
.home-journey-le {
  width: 49%;
  position: relative;
  z-index: 2;
  padding: 83px 0;
}
.home-journey-le-box {
  background: rgba(244, 254, 252, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 40px 40px 40px 0;
}
.home-journey-ri {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
}
.home-journey-ri-ul,
.hjru-li-box {
  height: 100%;
}
.home-journey-ri-ul .slick-track {
  display: flex;
  align-items: stretch;
}
.hjru-li {
  height: auto !important;
}
.hjru-li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-text20,
.mod-text20 p {
  font-size: 20px;
  line-height: var(--line14);
  color: var(--color1);
}
.mod-tit .std-text1,
.mod-tit .mod-text20 {
  color: var(--color3);
  margin-bottom: 8px;
  display: block;
}
.mod-tit .std-text1 span,
.mod-tit .mod-text20 span,
.mod-tit h2 span {
  margin-bottom: 0px !important;
}
.mod-wrap {
  padding-top: var(--space140);
}
.home-top {
  position: relative;
}
.home-top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(0deg, rgba(244, 254, 252, 1) 32%, rgba(244, 254, 252, 0) 90%);
}
.home-journey-le .mod-tit {
  padding-bottom: 80px;
}
.hjlu-li-tp {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.hjlu-li-tp-icon {
  flex-shrink: 0;
  font-size: 0;
  width: 40px;
  margin-right: 16px;
}
.hjlu-li-tp-icon img {
  width: 100%;
}
.hjlu-li-tp-tit {
  color: var(--color1);
  line-height: var(--line14);
}
.hjlu-li-word p {
  color: var(--color2);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.hjlu-li {
  padding: 24px 0;
  border-bottom: 1px solid #004648;
}
.hjlu-li.hjlu-li:last-child {
  border-bottom: none;
}
.hjlu-li:first-child {
  padding-top: 0px !important;
}
.hjru-li.active {
  opacity: 1 !important;
}
.hjru-li-box {
  overflow: hidden;
}
.hjru-li.slick-active .hjru-li-box img {
  animation: donghua 1.2s ease-out forwards;
  transform: translateY(100%) scale(1.3);
  transition-delay: 0s !important;
  /*transition: none;*/
}
@keyframes donghua {
  0% {
    transform: translateY(100%) scale(1.3);
    clip-path: inset(100% 0 0 0);
    -webkit-clip-path: inset(100% 0 0 0);
  }
  100% {
    transform: translateY(0%) scale(1);
    clip-path: inset(0% 0 0 0);
    -webkit-clip-path: inset(0% 0 0 0);
  }
}
.hjru-li.active .hjru-li-box img {
  transform: translateY(-40%);
  transition: transform 1.2s;
  transition-delay: 0.4s;
}
.hjru-li:first-child .hjru-li-box img {
  transition-delay: 0.4s !important;
}
.mod-arrows {
  display: flex;
  justify-content: space-between;
}
.arrows-icon {
  width: 40px;
  cursor: pointer;
}
.arrows-icon img {
  width: 100%;
}
.home-journey-ri .mod-arrows {
  width: 96px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.home-serv-wrap {
  width: 100vw;
  position: relative;
}
.home-serv {
  position: relative;
}
.home-serv::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 104px;
  background: linear-gradient(180deg, rgba(15, 33, 34, 0) 0%, rgba(15, 33, 34, 1) 90%);
  z-index: 2;
  pointer-events: none;
}
.home-serv-pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-serv-pic .ys-ban-video {
  z-index: 1;
}
.home-serv-pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 33, 34, 0.1);
  z-index: 2;
}
.home-serv-pic-img1 {
  width: 100%;
  position: relative;
  z-index: 2;
}
.hulb-textbox-logo {
  width: 180px;
}
.hulb-textbox-logo img {
  width: 100%;
}
.home-serv-pic-img2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  max-width: none;
  width: auto;
}
.home-serv-min {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  overflow: hidden;
}
.home-serv-min h2 {
  text-align: center;
  color: var(--color4);
}
.home-serv-min-word {
  margin-bottom: 60px;
}
.home-serv-min-word {
  text-align: center;
  line-height: 1.6;
  color: var(--color4);
}
.home-serv-min .std-btn3 {
  display: flex;
  justify-content: center;
}
.home-can {
  width: 100%;
  position: relative;
}
.home-can::after {
  content: '';
  position: absolute;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 574px;
  border-radius: 1500px;
  background: radial-gradient(50% 50% at 50% 50%, #004547 0%, rgba(0, 69, 71, 0.2) 100%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 1;
}
.home-can::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f2122;
  pointer-events: none;
  z-index: 0;
}
.home-can .ys-cont1440 {
  position: relative;
  z-index: 2;
}
.home-can .mod-tit span {
  margin-bottom: 10px;
}
.home-can .mod-tit h2 span {
  color: var(--color4) !important;
}
.home-can-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 94px;
}
.home-can-ri-word p {
  line-height: 1.6;
  color: var(--color4);
}
.hcru-li {
  margin-right: 40px;
}
.hcru-li .std-btn2-box {
  background: transparent;
  border: solid 1.4px var(--color4);
  cursor: pointer;
  border-radius: 80px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.hcru-li .std-btn2-box::before {
  background: var(--colormain1);
}
.hcru-li.act .std-btn2-box {
  border: solid 1.4px var(--colormain1);
  background: var(--colormain1);
}
.hcru-li:last-child {
  margin-right: 0px;
}
.home-can-btmlist-item {
  display: none;
}
.home-can-btmlist-item:first-child {
  display: block;
}
.hcbi-ul-li-box {
  position: relative;
}
.hulb-textbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 24px 115px 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.hulb-pic {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hulb-pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(0, 0, 0, 1) 100%);
  pointer-events: none;
  z-index: 0;
}
.hulb-textbox-bot-tit {
  color: var(--color4);
  margin-bottom: 16px;
}
.hulb-textbox-bot-word p {
  color: var(--color4);
  line-height: var(--line18);
  font-size: var(--font14);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.hulb-pic img {
  display: block;
  width: 100%;
  transition: all 0.4s;
}
.hcbi-wrap {
  margin: 0 -24px;
  display: flex;
  align-items: flex-start;
}
.hcbi-ul {
  padding: 0 24px;
}
.hcbi-ul1 {
  width: 58.33%;
}
.hcbi-ul2 {
  width: 41.67%;
}
.hcbi-ul-li {
  width: 100%;
  margin-bottom: 42px;
}
.hcbi-ul-li:last-child {
  margin-bottom: 0px;
}
.hcbi-ul-li.on .hulb-textbox {
  padding: 24px 80px 30px 40px;
}
.hcbi-ul1 .hcbi-ul-li:nth-child(2n) {
  display: none;
}
.hcbi-ul2 .hcbi-ul-li:nth-child(2n-1) {
  display: none;
}
.home-they-wrap {
  padding-left: var(--left);
  padding-right: 40px;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.home-they {
  position: relative;
  background: #0f2122;
}
.home-they-le::after {
  content: '';
  position: absolute;
  bottom: -90px;
  left: 100%;
  width: 300%;
  height: 510px;
  background: linear-gradient(180deg, rgba(15, 33, 34, 0) 0%, rgba(15, 33, 34, 1) 100%);
  pointer-events: none;
  z-index: 9;
}
.home-they-ri {
  width: 69.5%;
}
.home-they-le {
  width: 30.5%;
  padding-right: 112px;
  position: sticky;
  top: 100px;
  height: 100vh;
  z-index: 2;
}
.sticky-body {
  overflow: visible !important;
}
.htru-li {
  width: 33.333333%;
  padding: 0 15px;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  transition: all linear 0.4s;
}
.htru-li:nth-child(1) {
  padding-top: 80px;
}
.htru-li:nth-child(3) {
  padding-top: 90px;
}
.htru-li-item {
  margin-bottom: 30px;
}
.htru-li-item:last-child {
  margin-bottom: 0px;
}
.home-they-ri-ul {
  display: flex;
  margin: 0 -15px;
}
.htru-li-item-box {
  position: relative;
}
.mod-tit-text {
  color: var(--color4);
  line-height: var(--line14);
}
.mod-tit-text span {
  color: var(--colorbj) !important;
  padding: 0 34px;
  position: relative;
  display: inline-block;
}
.mod-tit-text span img {
  width: 14px;
}
.mod-tit-text-pic1 {
  position: absolute;
  top: 12px;
  left: 12px;
}
.mod-tit-text-pic2 {
  position: absolute;
  right: 12px;
  bottom: 0px;
}
.home-they-le .mod-tit {
  margin-bottom: 63px;
}
.hlib-sect {
  position: relative;
}
.hlib-sect img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hlib-sect::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 18%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(0deg, rgba(17, 17, 17, 1) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.4s;
  z-index: 2;
}
.hlib-other {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px 20px 32px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hlib-other-btn {
  width: 54px;
  position: relative;
  padding: 3px;
  border-radius: 50%;
}
.hlib-other-btn-pic2 {
  width: calc(100% - 6px) !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hlib-other-btn img {
  width: 100%;
  transition: all 0.4s;
}
.hlib-other-btn-svg {
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.hlib-other-tit {
  color: var(--color4);
  opacity: 0;
  transition: all 0.4s;
}
.htru-li-item.start .hlib-other-btn-pic2 {
  opacity: 1;
}
.htru-li-item.start .hlib-other-btn-pic1 {
  opacity: 0;
}
.home-life .mod-tit span,
.home-life .mod-tit h2 {
  text-align: center;
}
.home-life-wrap {
  position: relative;
}
.home-life-tpul {
  margin: 0 -10px;
}
.home-life-tpul-li {
  width: 20%;
  height: auto;
  flex-shrink: 0;
  padding: 0 10px;
  will-change: width;
}
.home-life-tpul-li {
  cursor: pointer;
}
.home-life-tpul-li.start {
  cursor: default;
}
.hltl-box-tit {
  width: 98%;
  text-align: center;
  color: var(--color4);
  line-height: var(--line14);
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  transition: all 0.4s;
  opacity: 1;
}
.home-life-tpul-li.on .hltl-box-tit {
  opacity: 0;
}
.home-life-btmcry {
  width: 50%;
  position: relative;
  z-index: 2;
  margin-top: -76px;
  background: #ffffff;
  padding-top: 16px;
}
.home-life-btmcry::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(244, 254, 252, 0.5) 0%, rgba(244, 254, 252, 0) 100%);
  z-index: -1;
}
.hltl-box {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hltl-box-pic {
  width: 100%;
  position: relative;
  overflow: hidden;
  will-change: height;
}
.hltl-box-pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38%;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(0, 24, 24, 0) 0%, rgba(0, 24, 24, 1) 100%);
  pointer-events: none;
  transition: all 0.4s;
}
.home-life-tpul-li.on .hltl-box-pic::after,
.home-life-tpul-li.act .hltl-box-pic::after {
  opacity: 0;
}
.hltl-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.58);
  pointer-events: none;
  transition: all 0.4s;
  z-index: 2;
}
.home-life-tpul-li.start .hltl-box::after {
  opacity: 1;
}
.hltl-box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hltl-box-pic {
  height: 568px !important;
  transition: all 0.4s;
}
.home-life-tpul {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  position: relative;
  display: flex;
}
.home-life-tpul-li.on {
  width: 60%;
}
.home-life-btmul-li.more {
  position: relative;
  pointer-events: all;
  opacity: 1;
}
.home-life-btmul-li {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.home-life-btmul-li.more .hlbl-box {
  transform: translateY(0%);
}
.home-life-btmul-li.up .hlbl-box {
  transform: translateY(-50%);
}
.hlbl-box {
  transform: translateY(50%);
  transition: all 0.8s;
}
.home-life-tpul-li.on1 .hltl-box-pic {
  height: 492px !important;
}
.home-life-tpul-li.on1 .hltl-box-pic .hltl-box-pic-img,
.home-life-tpul-li .hltl-box-pic .hltl-box-video {
  animation: scaledh 1.2s ease both;
}
@keyframes scaledh {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
.home-life-tpul-li .hltl-box-pic .hltl-box-video {
  left: 0;
  top: 0;
  transform: scale(1);
}
.home-fadeup1 {
  animation: homefadeInUp 0.6s ease-in-out both;
  animation-delay: 0.2s;
}
@keyframes homefadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.home-fadeup2 {
  animation: listfadeInUp 0.6s ease-in-out both;
  animation-delay: 0.2s;
}
@keyframes listfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0 0);
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.home-fadeup3 {
  animation: wordfadeInUp 0.6s ease-in-out both;
  animation-delay: 0.2s;
}
@keyframes wordfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(40px, 60px 0);
    transform: translate3d(40px, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.hjlu-li:nth-child(3n + 2) {
  animation-delay: 0.3s;
}
.hjlu-li:nth-child(3n + 3) {
  animation-delay: 0.4s;
}
.home-life .ys-cont1440 {
  overflow: hidden;
}
.hlbl-tit {
  margin-bottom: 8px;
  color: var(--color1);
  line-height: var(--line14);
}
.hlbl-word p {
  line-height: var(--line18);
  color: var(--color2);
  font-weight: var(--font-weight2);
  font-family: 'Microsoft YaHei' !important;
}
.hlbl-word {
  margin-bottom: 8px;
}
.hsbi_icon_prog {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
}
.htru-li-item.start .hsbi_icon_prog {
  opacity: 1;
}
.hsbi_icon_prog svg {
  fill: none;
  width: 100%;
  height: 100%;
  transform: rotateX(180deg) rotate(90deg);
}
.ys_bandots_circle {
  width: 0%;
}
/* 首页-end */
/* b1-旅程-出行路线-start */
.ys-nyban-title h1 {
  text-align: center;
  color: var(--color4);
  line-height: var(--line14);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.ys-nyban-title {
  z-index: 3;
}
.ys-nyban-img {
  position: relative;
}
.llul-box-pic {
  width: 63%;
  overflow: hidden;
}
.llul-box-ri {
  width: 37%;
  padding-left: 74px;
}
.llul-box {
  display: flex;
  align-items: stretch;
}
.llul-box-ri-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.line-main .mod-tit span {
  color: #8b8d99;
  margin-bottom: 8px;
  line-height: var(--line14);
  display: block;
}
.line-main h1 {
  font-size: var(--font44);
}
.lbrb-tp-tit {
  margin-bottom: 16px;
}
.lbrb-tp-word p {
  color: var(--color2);
  line-height: var(--line175);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.lbrb-tp-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.lbrb-tp-ul-li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.lbrb-tp-ul-li.on {
  width: 100%;
}
.lbrb-tp-ul-li:last-child {
  margin-bottom: 0px;
}
.ltul-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  background: #f9f9fb;
}
.ltul-icon {
  width: 24px;
  flex-shrink: 0;
  font-size: 0;
  margin-right: 8px;
}
.ltul-icon img {
  width: 100%;
}
.ltul-box p {
  color: var(--colormain1);
  line-height: var(--line175);
  font-size: var(--font18);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.line-list-ul-li {
  border-bottom: solid 1px #e0e1e7;
  overflow: hidden;
}
.line-list-ul-li:last-child {
  border-bottom: solid 1px transparent;
}
.line-list-ul-li:first-child {
  padding-top: 0px !important;
}
.lbrb-btm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.lbrb-btm .std-btn1 {
  width: 60%;
}
.lbrb-btm .std-btn5 {
  width: 31%;
}
.mod-tit {
  overflow: hidden;
}
.mod-tit h2 span {
  color: var(--color1) !important;
  display: inline-block !important;
  padding-bottom: 6px;
}
.line-main .mod-tit span span {
  color: #8b8d99 !important;
  display: inline-block !important;
}
.fade_text span {
  display: inline-block;
  vertical-align: top;
  min-width: 7px;
  opacity: 0;
  transform: translateX(-100%);
  animation: text6_fadeInRight 1s ease both;
}
.ban-text span {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  transform: translateX(100%);
  animation: text6_fadeInleft 1s both ease;
  min-width: 10px;
}
.line-story {
  padding-bottom: 180px;
}
.line-story-wrap {
  display: flex;
  align-items: center;
}
.line-story-le {
  width: 35%;
  padding-right: 55px;
}
.destina-main .destina-explore-min-list2 {
  display: none;
}
.line-story-ri {
  width: 65%;
}
.line-story-ri-pic {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.lsrp-img1 {
  width: 73%;
}
.lsrp-img2 {
  width: 32%;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 2;
}
.line-story {
  background: var(--color5);
}
.line-story-le .std-btn5 {
  margin-top: var(--space50);
}
.line-story-le-text {
  color: var(--colormain1);
}
.line-story-le-word p {
  color: var(--color2);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
/* b1-旅程-出行路线-end */
/* b2-旅程-目的地-start */
.deml-box .ys-select {
  width: 100%;
  height: 34px;
}
.deml-box .ys-select-show {
  padding-left: 40px;
}
.deml-box .ys-select-xtbbox {
  top: 40%;
  width: 24px;
}
.deml-box .ys-select-xtbbox img {
  width: 100%;
}
.deml-box .ys-select-bd {
  max-height: 425px;
  top: 110%;
  padding: 30px 24px;
  box-shadow: 0px 21px 12px 0px rgba(0, 0, 0, 0.05), 0px 9px 9px 0px rgba(0, 0, 0, 0.02), 0px 2px 5px 0px rgba(0, 0, 0, 0.02);
}
.deml-box .ys-select-hd.on .ys-select-xtbbox {
  transform: translateY(-50%) rotate(0deg);
}
.ys-select-bd-wrap {
  margin-bottom: 22px;
}
.ys-select-bd-wrap:last-child {
  margin-bottom: 0px;
}
.deml-box .ys-select-li {
  width: 23.8%;
  margin: 0 2px;
  font-size: var(--font14);
  line-height: var(--line18);
  color: var(--color1);
  text-align: center;
  padding: 4px 16px;
  border-radius: 80px;
  border: solid 1px #e7e8ec;
  transition: all 0.4s;
  margin-bottom: 8px;
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.ys-sbwlis {
  font-size: var(--font16);
  color: var(--color1);
  line-height: var(--line18);
  margin-bottom: 12px;
  font-family: 'Microsoft YaHei' !important;
}
.ys-select-bd-list {
  margin: 0 -2px;
  display: flex;
  flex-wrap: wrap;
}
.destina-main .mod-wrap {
  padding-top: var(--space100);
  position: relative;
}
.destina-main .mod-wrap::after {
  content: '';
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(247, 255, 253, 1) 30%, rgba(247, 255, 253, 0) 100%);
  z-index: -1;
}
.destina-explore-word {
  width: 83%;
  margin: 0 auto;
  padding-bottom: var(--space50);
}
.destina-explore-word p {
  text-align: center;
}
.destina-explore .mod-tit span,
.destina-explore .mod-tit h2 {
  text-align: center;
}
.destina-explore-word p {
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  color: var(--color2);
  line-height: var(--line175);
}
.destina-main-bg {
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.destina-main-bg img {
  width: 100%;
}
.destina-explore-min {
  width: 86%;
  margin: 0 auto;
  padding-bottom: var(--space80);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 4;
}
.destina-explore-min-list {
  width: 33.333333%;
  padding: 0 10px;
}
.destina-explore-min-list:nth-child(3n + 1) {
  animation-delay: 0.2s;
}
.destina-explore-min-list:nth-child(3n + 2) {
  animation-delay: 0.3s;
}
.destina-explore-min-list:nth-child(3n + 3) {
  animation-delay: 0.4s;
}
.destina-explore-ul-li:nth-child(3n + 1) {
  animation-delay: 0.2s;
}
.destina-explore-ul-li:nth-child(3n + 2) {
  animation-delay: 0.3s;
}
.destina-explore-ul-li:nth-child(3n + 3) {
  animation-delay: 0.4s;
}
.deml-box {
  display: flex;
  align-items: center;
  border-bottom: solid 1px var(--colormain1);
  position: relative;
  cursor: pointer;
}
.deml-box-icon,
.deml-box-pic {
  flex-shrink: 0;
  width: 24px;
  font-size: 0;
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
}
.deml-box-pic {
  right: 0;
}
.deml-box-icon {
  margin-right: 16px;
}
.deml-box-icon img,
.deml-box-pic img {
  width: 100%;
}
.deml-box-input input,
.deml-box .ys-select input {
  width: 100%;
  height: 100%;
  font-size: var(--font16);
  color: var(--color1);
  line-height: var(--line18);
  padding: 0 40px 12px 40px;
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.deml-box-input input::placeholder,
.deml-box .ys-select input::placeholder {
  color: var(--color2);
  font-size: var(--font16);
  line-height: var(--line18);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.deml-box-input {
  width: 100%;
}
#datetime1,
#datetime2 {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  top: 0;
  left: 0;
  padding: 0 105px;
  z-index: -1;
}
.destina-explore-min-list .std-btn1 {
  width: 100%;
}
.destina-explore-min-list .std-btn1-box {
  padding: 12px 32px;
}
.destina-explore-ul {
  margin: 0 -20px;
}
.destina-explore-ul-li {
  width: 33.333333%;
  padding: 0 20px;
}
.destina-explore-ul-li.slick-slide:not(:first-child) {
  display: none;
}
.deul-pic {
  overflow: hidden;
}
.deul-box {
  display: block;
}
.deul-pic img:nth-child(3) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.deul-tit {
  margin-bottom: 12px;
  color: var(--color1);
  line-height: var(--line14);
}
.deul-word p {
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  line-height: var(--line18);
  color: var(--color2);
}
.destina-explore-ul-li .std-btn4-box p,
.deul-word p,
.deul-tit {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.destina-locality-ul {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.destina-locality-ul-li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.destina-main .mod-tit .std-text1 {
  color: #8b8d99;
  display: block !important;
  line-height: var(--line14);
  margin-bottom: 8px;
}
.destina-locality .mod-tit span,
.destina-locality .mod-tit h2 {
  text-align: center;
}
.dlul-sect {
  position: relative;
  width: 100%;
  display: block;
}
.dlul-sect::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 24, 24, 0) 0%, rgba(0, 24, 24, 1) 100%);
  pointer-events: none;
}
.dlul-tit {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 2;
  color: var(--color4);
}
.destina-locality-ul-li:nth-child(4n + 1) {
  animation-delay: 0.2s;
}
.destina-locality-ul-li:nth-child(4n + 2) {
  animation-delay: 0.3s;
}
.destina-locality-ul-li:nth-child(4n + 3) {
  animation-delay: 0.4s;
}
.destina-locality-ul-li:nth-child(4n + 4) {
  animation-delay: 0.5s;
}
.destina-pleasure-top-le {
  width: 63%;
  overflow: hidden;
}
.destina-pleasure-top {
  display: flex;
  align-items: stretch;
}
.destina-pleasure-top-ri {
  width: 37%;
  padding-left: 74px;
}
.dptr-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.dptr-box-tp-text {
  color: var(--colormain1);
  line-height: var(--line14);
  margin-bottom: 2px;
}
.dptr-box-tp-tit {
  line-height: var(--line14);
  margin-bottom: 16px;
}
.dptr-box-tp-word p {
  color: var(--color2);
  line-height: var(--line175);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.destina-pleasure {
  padding-bottom: var(--space120);
}
.destina-pleasure-bot-le {
  width: 52%;
  padding-right: 109px;
}
.destina-pleasure-bot-ri {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.destina-pleasure-bot-ri img {
  height: 100%;
  object-fit: cover;
}
.dpbr-img1 {
  width: 37.5%;
}
.dpbr-img2 {
  width: 60%;
}
.destina-pleasure-bot {
  display: flex;
  align-items: center;
}
.destina-pleasure-bot-le h4 {
  font-size: var(--font32);
  line-height: var(--line14);
  color: var(--color1);
  margin-bottom: var(--space40);
}
.destina-pleasure-bot-le h6 {
  font-size: var(--font18);
  line-height: var(--line175);
  color: var(--colormain1);
  font-family: 'Microsoft YaHei' !important;
}
.destina-pleasure-bot-le p {
  font-size: var(--font14);
  line-height: var(--line18);
  color: var(--color2);
  margin-bottom: var(--parpspace13);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.destina-story {
  padding: var(--space120) 0;
  background: var(--color5);
}
.destina-story-wrap {
  display: flex;
  align-items: center;
}
.destina-story-le {
  width: 35%;
  padding-right: 55px;
}
.destina-story-ri {
  width: 65%;
}
.destina-story-ri-ul {
  display: flex;
  margin: 0 -13px;
}
.dsru-li {
  width: 33.333333%;
  padding: 0 13px;
}
.dsru-li:nth-child(1),
.dsru-li:nth-child(3) {
  padding-top: var(--space140);
  animation-delay: 0.3s;
}
.destina-story-le .std-btn5 {
  margin-top: var(--space50);
}
/* b2-旅程-目的地-end */
/* b3-旅程-目的地-详情-start */
.destdet-main .line-story {
  background: var(--color5);
}
.destdet-main .mod-wrap {
  padding-top: var(--space100);
}
.destdet-slide {
  padding-bottom: var(--space120);
  position: relative;
  overflow: hidden;
}
.destdet-slide::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 150px;
  background: #fff;
  z-index: 4;
}
.destdet-slide .mod-tit span {
  color: #8b8d99;
  line-height: var(--line14);
  margin-bottom: 8px;
}
.destdet-slide .mod-tit span,
.destdet-slide .mod-tit h2,
.destdet-road .mod-tit span,
.destdet-road .mod-tit h2 {
  text-align: center;
}
.destdet-road-video {
  position: relative;
}
.destdet-list-ul-li .lbrb-tp-ul-li {
  width: 33.333333%;
}
.destdet-list-ul-li .lbrb-tp-ul-li.on {
  width: 50%;
}
.dlul-wrap-ri {
  width: 60%;
  position: relative;
}
.dlul-wrap-ri .mod-arrows {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 96px;
}
.dlul-wrap-le {
  width: 40%;
  padding-right: 60px;
}
.dlul-wrap {
  display: flex;
  align-items: center;
}
.dlul-wrap-le-text {
  color: var(--colormain1);
  line-height: var(--line14);
  margin-bottom: 8px;
}
.dlul-wrap-le-tit {
  line-height: var(--line14);
  color: var(--color1);
  margin-bottom: 24px;
}
.dlul-wrap-le .lbrb-tp-ul {
  margin-bottom: var(--space20);
}
.dlul-wrap-le .lbrb-tp-word {
  padding-bottom: var(--space80);
}
.destdet-list-ul-li {
  padding: var(--space80) 0;
  border-bottom: solid 1px #e0e1e7;
}
.destdet-list-ul-li:first-child {
  padding-top: 0px !important;
}
.destdet-list-ul-li:last-child {
  padding-bottom: 0px !important;
  border-bottom: solid 1px transparent;
}
.destdet-list {
  padding-bottom: var(--space120);
}
.dssu-li {
  width: 660px !important;
  transition: all 0.4s;
  transition-property: all !important;
}
.dssu-li-pic,
.dssu-li-pic .ys-imgbox-cover {
  height: 100%;
}
.destdet-slide-swip {
  overflow: visible !important;
}
.destdet-slide-swip-ul {
  height: 460px !important;
}
.dssu-li .ys-imgbox-cover img:nth-child(2) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dssu-li.slide_prev {
  height: 58% !important;
  transform: translate(50%, 90%);
}
.dssu-li.slide_next {
  height: 58% !important;
  transform: translate(-50%, 90%);
}
.dssu-li.slick-current .dssu-li-pic {
  height: 100% !important;
}
.destdet-slide {
  padding-bottom: 150px;
}
.destdet-slide-swip-arrow {
  width: 120px;
  margin: 28px auto 0;
  display: flex;
  justify-content: space-between;
}
.dssa-icon {
  width: 40px;
  cursor: pointer;
}
.dssa-icon img {
  width: 100%;
}
.dwru-li-box {
  position: relative;
}
.destdet-slide-swip-ul .slick-track {
  display: flex;
  align-items: stretch;
}
.dssu-li.swiper-slide-prev {
  transform: translate(25%, 20%);
}
.dssu-li.swiper-slide-next {
  transform: translate(-25%, 20%);
}
.dssu-li.swiper-slide-prev .dssu-li-pic,
.dssu-li.swiper-slide-next .dssu-li-pic {
  height: 87.5% !important;
  width: 45%;
}
.dssu-li-pic {
  transition: all 0.4s;
  margin: 0 auto;
}
.dssu-li {
  height: auto !important;
}
/* b3-旅程-目的地-详情-end */
/* c1-关于-品牌故事-start */
.ys-nyban-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.about-main .ys-nyban-img::after {
  opacity: 0.4;
  background: linear-gradient(180deg, rgba(0, 24, 24, 1) 0%, rgba(0, 24, 24, 0) 100%);
}
.about-main h1 {
  font-size: var(--font68);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: var(--line12);
}
.ys-nybanner {
  position: relative;
}
.about-train-top {
  display: flex;
  align-items: flex-end;
}
.about-train-top-ri {
  width: 57%;
}
.about-train-top-ri p {
  color: var(--color2);
  line-height: var(--line18);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.about-train-top-le {
  width: 43%;
}
.attl-text {
  color: var(--colormain1);
}
.about-main .mod-wrap {
  padding-top: var(--space120);
}
.ys-cont1800 {
  width: 100%;
  max-width: 1800px;
  padding: 0 3.125%;
  margin: auto;
}
.about-story .mod-tit span,
.about-story .mod-tit h2 {
  text-align: center;
}
.about-story-ul-li .deul-word p {
  line-height: 1.8;
  height: 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-story-ul {
  margin: 0 -20px;
}
.about-story-ul-li {
  width: 33.333333%;
  padding: 0 20px;
  margin-top: var(--space40);
}
.about-story-ul-li.slick-slide:not(:first-child) {
  display: none;
}
.about-journey-ul {
  display: flex;
  align-items: stretch;
  margin: 0 -40px;
  margin-bottom: var(--space50);
}
.about-journey-ul-li {
  width: 33.333333%;
  padding: 0 40px;
}
.about-journey-ul-li:nth-child(3n + 1) {
  animation-delay: 0.2s;
}
.about-journey-ul-li:nth-child(3n + 2) {
  animation-delay: 0.3s;
}
.about-journey-ul-li:nth-child(3n + 3) {
  animation-delay: 0.4s;
}
.ajul-box {
  height: 100%;
  padding-top: 24px;
  padding-left: 24px;
  border-left: 1px solid #e0e1e7;
}
.about-journey-slide {
  position: relative;
}
.ajsu-li {
  padding: 0 10px;
}
.about-journey-slide-ul {
  margin: 0 -10px;
}
.about-journey-slide .mod-arrows {
  width: 96px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
/* c1-关于-品牌故事-end */
/* b5-旅程-出行路线-列车详情-路线详细-start */
.trail-main h1 {
  font-size: var(--font68);
  line-height: var(--line12);
}
.trail-main .ys-nyban-img::after {
  opacity: 0.3;
  background: linear-gradient(180deg, rgba(0, 24, 24, 1) 0%, rgba(0, 24, 24, 0) 100%);
}
.trail-road {
  background: var(--color5);
  position: relative;
  padding: var(--space130) 0;
}
.trail-road-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.trail-road-bg-img1 {
  width: 32%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.trail-road-bg-img2 {
  width: 63%;
  position: absolute;
  top: 0;
  right: 0;
}
.trail-main .mod-wrap {
  padding-top: 0px !important;
}
.trail-road .mod-tit .std-text1,
.trail-road .mod-tit h2 {
  text-align: center;
  display: block !important;
}
.trail-road-text {
  text-align: center;
  color: var(--colormain1);
}
.trail-road .destina-explore-word {
  padding-bottom: 0px !important;
}
.trail-pleasure-list-ul {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: calc(calc(360px * var(--width-shu)) + calc(10px * var(--width-shu)));
}
@keyframes donghua1 {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
@keyframes donghua2 {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.trail-pleasure-list-ul1 {
  animation: donghua1 linear infinite;
}
.trail-pleasure-list-ul2 {
  transform: translateX(100%);
  position: absolute;
  top: 0;
  left: 0;
  animation: donghua2 linear infinite;
}
.tplu-li {
  width: 360px !important;
  margin-right: 10px;
  flex-shrink: 0;
}
.trail-pleasure-list {
  position: relative;
  overflow: hidden;
}
.trail-pleasure .mod-tit span,
.trail-pleasure .mod-tit h2,
.trail-cabins .mod-tit span,
.trail-cabins .mod-tit h2 {
  text-align: center;
}
.trail-cabins-list-item {
  padding-bottom: 12px;
  transition: all 0.4s;
  position: relative;
  border-bottom: solid 1px #e0e1e7;
}
.trail-cabins-list-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: var(--colormain1);
  transition: all 0.4s;
}
.trail-cabins-list {
  margin-bottom: 24px;
  cursor: pointer;
  justify-content: center;
}
.trail-cabins-list-item.act::after {
  width: 100%;
  /* border-bottom: solid 1px var(--colormain1); */
}
.trail-cabins-list-item.act p {
  color: var(--colormain1);
}
.trail-cabins-list-item p {
  text-align: center;
  font-size: var(--font16);
  line-height: var(--line18);
  transition: all 0.4s;
  color: #8b8d99;
}
.trail-cabins-btmswip {
  width: 100%;
}
.tlul-box-pic img {
  width: 100%;
}
.tcbu-li {
  display: none;
  position: relative;
}
.tcbu-li .mod-arrows {
  width: 100px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
}
.tcbu-li:first-child {
  display: block;
}
.tcbu-li-wrap-tit {
  color: var(--colormain1);
  font-family: 'Microsoft YaHei' !important;
  line-height: var(--line175);
}
.tcbu-li-wrap ul {
  padding-left: 18px;
}
.tcbu-li-wrap ul li {
  list-style-type: disc;
}
.tcbu-li-wrap ul li p {
  color: var(--color2);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  line-height: var(--line18);
  font-size: var(--font14);
}
.tcbu-li-wrap ul li::marker {
  font-size: 8px;
  color: var(--color2);
}
.tcbu-li-wrap {
  width: 26%;
  position: absolute;
  bottom: 30px;
  left: 7.5vw;
  background: rgba(255, 255, 255, 0.97);
  /* backdrop-filter: blur(12px); */
  padding: 20px 32px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s;
  transition-delay: 1s;
}
.tcbu-li.slick-current .tcbu-li-wrap {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.tcbu-li.active .tcbu-li-cont {
  /* transform: translateX(-40%); */
  transition: all 1.2s linear 0.2s;
}
.tcbu-li.slick-current .tcbu-li-cont {
  transition: 0s;
  animation: dh1 1s ease-out forwards;
  transition-delay: 0s !important;
}
@keyframes dh1 {
  0% {
    /* transform: translateX(100%); */
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }
  100% {
    /* transform: translatex(0%); */
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
.trail-cabins-btmswip-ul .slick-track {
  display: flex;
  align-items: stretch;
}
.tcbu-li {
  height: auto !important;
}
.tcbu-li-ul,
.tcbu-li-ul .slick-list,
.tcbu-li-ul .slick-track,
.tlul-box-pic {
  height: 100%;
}
.tlul-box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tcbu-li-cont {
  height: 100%;
}
.tcbu-li {
  transition: all 0.6s;
}
.tcbu-li.active {
  opacity: 1 !important;
}
.trail-main .mod-wrap {
  padding-bottom: 25px !important;
  position: relative;
}
.trail-bot .llrl-item-list-select,
.trail-bot .llrl-item-list-num,
.trail-bot .destina-explore-min-list {
  width: 25%;
  margin-bottom: 0px !important;
  padding: 0 10px;
}
.trail-bot-wrap-le {
  width: calc(100% - 184px);
  display: flex;
  align-items: flex-end;
  margin: 0 -10px;
}
.trail-bot {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 0;
  z-index: 9;
  padding: 10px;
  background: var(--color4);
  border-top: 1px solid #e0e1e7;
}
.trail-bot .llrl-item-list-select .ys-select-bd {
  top: auto;
  bottom: 100%;
}
.trail-bot .llrl-item-list-select .ys-select-xtbbox {
  transform: translateY(-50%) rotate(180deg) !important;
}
.trail-bot .deml-box-pic {
  transform: rotate(180deg);
  top: 10%;
}
.trail-bot-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.trail-bot-wrap .std-btn1 {
  width: 164px;
}
.trail-bot .lils-icon {
  top: 54%;
}
.trail-bot .deml-box-icon {
  top: 32%;
}
.trail-bot.act {
  position: absolute;
}
.trail-itin-wrap {
  display: flex;
  align-items: flex-start;
}
.trail-itin-le {
  width: 50%;
  position: sticky;
  top: 120px;
}
.trail-itin-ri {
  width: 50%;
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 200px;
}
.trail-itin-ri-box {
  padding: 60px 64px 10px 84px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.tilu-li-pic img {
  width: 100%;
}
.tilu-li.slick-slide:not(:first-child) {
  display: none;
}
.tilu-li.slick-active .tilu-li-pic img {
  animation: donghua 1.2s ease-out forwards;
  transform: translateY(100%) scale(1.3);
  transition-delay: 0s !important;
}
.tirb-ul {
  width: 100%;
}
.trail-itin-ri-item {
  position: absolute;
  top: 114px;
  right: 0px;
}
.trail-itin-ri-item::after {
  content: '';
  position: absolute;
  top: -55px;
  right: -100%;
  width: 240%;
  height: 150%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 0;
}
.tiri-ul-li.act span {
  background: var(--colormain1);
}
.tiri-line {
  width: 2px;
  height: 0%;
  position: absolute;
  top: 5px;
  right: 9px;
  background: var(--colormain1);
  z-index: 1;
  max-height: calc(100% - 10px);
}
.tiri-ul {
  height: 650px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.tiri-ul::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 4px;
  width: 1px;
  height: calc(100% - 10px);
  border-right: dotted 1px #004547;
  opacity: 0.2;
  z-index: -1;
}
.liln-box-ri-up.nomore {
  pointer-events: none;
  cursor: default;
}
.tiri-ul-li-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tiri-ul-li-box p {
  color: var(--colormain1);
  line-height: var(--line18);
  font-size: var(--font16);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  margin-right: 16px;
}
.tiri-ul-li-box span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: solid 1px var(--colormain1);
  transition: all 0.4s;
}
.tirb-ul-li-box {
  padding: 40px 0;
  border-bottom: solid 1px #e0e1e7;
}
.tirb-ul-li:first-child .tirb-ul-li-box {
  padding-top: 0px;
}
.tulb-day {
  color: var(--colormain1);
  line-height: var(--line14);
}
.tulb-addr {
  color: var(--color1);
  line-height: var(--line14);
  margin-bottom: 20px;
}
.tull-lis-word p {
  font-size: var(--font16);
  line-height: var(--line18);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  color: var(--color2);
}
.tull-lis-word p span {
  color: var(--color1);
}
.tulu-item {
  padding: 0 5px;
}
.tirb-ul-li-uls {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.tulu-item-box {
  display: flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 5px;
  border: 1px solid #004648;
}
.tulu-item-icon {
  width: 24px;
  flex-shrink: 0;
  margin-right: 12px;
}
.tulu-item-icon img {
  width: 100%;
}
.tulu-item-box p {
  font-size: var(--font16);
  line-height: var(--line18);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.tirb-ul-li-list {
  margin-bottom: 12px;
}
.tull-lis-plan {
  font-family: 'Microsoft YaHei' !important;
  line-height: 1.75;
  font-size: var(--font18);
  color: var(--colormain1);
}
/* b5-旅程-出行路线-列车详情-路线详细-end */
/* b4-旅程-出行路线-列车详情-start */
.railway-capt-btm {
  display: none;
}
.railway-capt-btm .mod-arrows {
  width: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.from-modal .ys-modal-content {
  width: 692px;
  padding: 80px 60px;
  max-width: calc(100vw - 40px);
  max-height: 610px;
  overflow: hidden;
  background: #fff;
}
.rcbu-li-box {
  position: relative;
}
.rcbu-li.slick-slide:not(:first-child) {
  display: none;
}
.from-modal {
  background: rgba(0, 0, 0, 0.4);
}
.from-modal h2 {
  text-align: center;
}
.from-modal .ys-form-inof-submit {
  width: 100%;
}
.from-modal .lfbl-lis {
  margin-bottom: var(--space30);
}
.from-modal .lfbl-lis-code {
  margin-bottom: 12px;
}
.railway-main h1 {
  font-size: var(--font68);
}
.ys-nyban-title-pic {
  width: 82px;
  margin: 0 auto 30px;
  display: block;
}
.railway-main .ys-nyban-title span img {
  width: 100%;
}
.railway-main .mod-wrap {
  padding-top: 0px !important;
}
.railway-main .ys-nyban-img::after {
  opacity: 0.3;
  background: linear-gradient(180deg, rgba(0, 24, 24, 1) 0%, rgba(0, 24, 24, 0) 100%);
}
.railway-main .destina-pleasure .destina-pleasure-bot {
  width: 92%;
  margin: 0 auto;
}
.railway-main .destina-pleasure .destina-pleasure-bot-ri {
  width: 56%;
}
.railway-main .destina-pleasure .destina-pleasure-bot-le {
  width: 44%;
}
.railway-main .destina-pleasure .destina-pleasure-bot-le h3 {
  font-size: var(--font44);
  margin-bottom: var(--space40);
}
.railway-main .destina-pleasure .dpbr-img2 {
  width: 62.5%;
}
.railway-main .destina-pleasure .dpbr-img1 {
  width: 35%;
}
.railway-enjoy-slide {
  width: 100%;
}
.resu-li-box,
.resu-li-box img {
  width: 100%;
}
.resu-li.slick-slide:not(:first-child) {
  display: none;
}
.railway-enjoy-top {
  overflow: hidden;
  width: 82.333333%;
  margin: 0 auto 20px;
  padding: 60px 60px 70px;
  box-shadow: -14px 69px 42px 0px rgba(0, 47, 0, 0.01), -6px 30px 31px 0px rgba(0, 47, 0, 0.02), -2px 8px 17px 0px rgba(0, 47, 0, 0.02);
  background: var(--color4);
  transform: translateY(-120px);
}
.railway-enjoy-top .mod-tit span,
.railway-enjoy-top .mod-tit h2 {
  text-align: center;
}
.retu-li-icon {
  width: 48px;
  margin: 0 auto 12px;
}
.retu-li-icon img {
  width: 100%;
}
.retu-li-text {
  margin-bottom: 12px;
  line-height: var(--line14);
  text-align: center;
  color: var(--colormain1);
}
.retu-li-word p {
  text-align: center;
  color: var(--color2);
  line-height: var(--line18);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.railway-enjoy-top-ul {
  display: flex;
  margin: 0 -20px;
}
.retu-li {
  width: 33.333333%;
  padding: 0 20px;
}
.retu-li:nth-child(3n + 1) {
  animation-delay: 0.2s;
}
.retu-li:nth-child(3n + 2) {
  animation-delay: 0.3s;
}
.retu-li:nth-child(3n + 3) {
  animation-delay: 0.4s;
}
.railway-enjoy .ys-cont1440 {
  position: relative;
}
.railway-enjoy .ys-cont1440::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 75%;
  background: linear-gradient(180deg, rgba(247, 255, 253, 1) 0%, rgba(247, 255, 253, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
.railway-accom {
  padding: 196px 0 200px;
}
.railway-accom-le-edr h6 {
  color: var(--colormain1);
  font-size: var(--font18);
  line-height: var(--line175);
  font-family: 'Microsoft YaHei' !important;
  margin-bottom: 4px;
  font-weight: normal;
}
.railway-accom-wrap {
  display: flex;
}
.railway-accom-ri {
  width: 52%;
  position: relative;
}
.railway-accom-le {
  width: 48%;
  padding-right: 100px;
}
.railway-accom-le-edr ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-left: 18px !important;
  margin-bottom: 20px;
}
.railway-accom-le-edr ul li {
  list-style-type: disc;
}
.railway-accom-le-edr ul li::marker {
  color: var(--color2);
}
.railway-accom-le-edr ul li p {
  color: var(--color2);
  line-height: var(--line18);
  font-size: var(--font16);
  margin-bottom: 0px !important;
}
.railway-accom-le-edr p {
  color: var(--color2);
  line-height: var(--line18);
  font-size: var(--font16);
  font-family: 'Microsoft YaHei' !important;
  font-family: var(--font-weight2);
  margin-bottom: 20px;
}
.rarb-li-box {
  position: relative;
}
.rarb-li-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.railway-accom-ri-wrpa {
  width: 75%;
  overflow: hidden;
  z-index: 1;
}
.railway-accom-ri-btmul {
  width: 43%;
  overflow: hidden;
  margin: 0 -10px;
  position: absolute;
  top: -76px;
  right: 0;
  z-index: 0;
}
.railway-accom-ri-tpul {
  margin: 0 -10px;
}
.rarb-li,
.rart-li {
  padding: 0 10px;
}
.rarb-li:not(:first-child),
.rart-li:not(:first-child) {
  display: none;
}
.railway-accom-ri-wrpa {
  position: relative;
}
.railway-accom-ri-wrpa .mod-arrows {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 96px;
}
.railway-areas-le {
  width: 34%;
}
.railway-areas-ri {
  width: 31%;
}
.railway-areas-min {
  width: 35%;
  padding: 0 80px;
}
.railway-areas-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.railway-areas-wrap img {
  width: 100%;
}
.railway-areas-min-word p {
  color: var(--color2);
  line-height: var(--line18);
  margin-bottom: var(--parpspace13);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.railway-areas-min .std-btn5 {
  margin-top: var(--space30);
}
.railway-areas-ri {
  animation-delay: 0.3s;
}
.railway-dest-swip {
  width: 64%;
  margin: 0 auto;
  overflow: visible !important;
  padding-bottom: 40px !important;
}
.railway-dest {
  background: var(--color5);
}
.railway-dest .mod-tit span,
.railway-dest .mod-tit h2 {
  text-align: center;
}
.railway-dest-word {
  width: 67.5%;
  margin: 0 auto 60px;
}
.railway-dest-word p {
  color: var(--color2);
  line-height: var(--line175);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  text-align: center;
}
.railway-dest .ys-cont1440 {
  overflow: hidden;
}
.railway-dest .slick-dots {
  bottom: -30px;
  left: 0;
  width: 100%;
}
.railway-dest .slick-dots li {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: var(--colormain1);
  opacity: 1;
  position: relative;
}
.railway-dest .slick-dots li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--colormain1);
  border-radius: 8px;
}
.railway-dest .slick-dots li.slick-active {
  width: 60px;
  border-radius: 8px;
  background: rgba(0, 69, 71, 0.2);
}
.railway-dest .slick-dots li.slick-active::after {
  animation: fullbg linear 6s forwards;
}
@keyframes fullbg {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.rdsu-li-wrap {
  width: 54%;
  background: var(--color4);
  padding: 20px 32px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: translateY(40px);
  opacity: 0;
  transition-delay: 0.4s;
  transition: all 0.6s;
}
.rdsu-li.slick-active .rdsu-li-wrap {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.railway-dest-swip-ul {
  margin: 0 -10px;
}
.rdsu-li {
  height: 580px !important;
  transition: all 0.4s;
  transition-property: all !important;
  flex-shrink: 0;
  padding: 0 10px;
}
.rdsu-li-wrap-tit,
.rdsu-li-wrap-word p {
  font-family: 'Microsoft YaHei' !important;
}
.rdsu-li-wrap-tit {
  color: var(--colormain1);
  margin-bottom: 4px;
  line-height: var(--line175);
}
.rdsu-li-wrap-word p {
  font-weight: var(--font-weight2);
  color: var(--color2);
}
.rdsu-li-box {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.railway-ware-le {
  width: 34%;
}
.railway-ware-ri {
  width: 66%;
  padding-left: 186px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.railway-ware-ri .mod-tit {
  width: 100%;
}
.railway-ware-le-pic {
  width: 100%;
  position: relative;
}
.rwlp-img1 {
  width: 100%;
}
.rwlp-img2 {
  width: 94%;
  position: absolute;
  bottom: -28%;
  right: -40%;
}
.railway-ware {
  padding-top: var(--space120);
  padding-bottom: 190px;
}
.railway-ware-wrap {
  display: flex;
}
.railway-ware-ri-edr ul li {
  position: relative;
  padding-left: 18px;
}
.railway-ware-ri-edr ul li::after {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color2);
}
.railway-ware-ri-edr {
  width: 100%;
  padding-left: 5px;
}
.railway-ware-ri-edr ul li p {
  font-size: var(--font16);
  color: var(--color2);
  line-height: var(--line18);
  margin-bottom: 0px !important;
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.railway-ware-ri .std-btn5 {
  margin-top: var(--space50);
}
.railway-ware-ri-pic {
  width: 65%;
}
.railway-ware-ri-pic img {
  width: 100%;
}
.railway-ware-ri-btn {
  width: 100%;
  margin-bottom: 0px !important;
}
.railway-ware-ri-pic {
  margin-top: 60px;
}
.railway-ware-ri-pic.nomore {
  margin-top: 150px;
}
.railway-capt .mod-tit span,
.railway-capt .mod-tit h2 {
  text-align: center;
}
.railway-capt-word p {
  text-align: center;
  color: var(--color2);
  line-height: var(--line175);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.railway-capt-word {
  margin-bottom: 60px;
}
.railway-capt-ul {
  margin: 0 -24px;
}
.railway-capt-ul-li {
  width: 33.333333%;
  padding: 0 24px;
}
.rcul-box .ys-imgbox-cover {
  overflow: hidden;
  border-radius: 35px;
  margin-bottom: 24px;
}
.rcul-word p {
  color: var(--color2);
  line-height: var(--line18);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  height: 3em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.rcul-word {
  margin-bottom: 12px;
}
.rcul-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rcul-btm .std-btn2-box {
  background: transparent;
}
.rcul-btm .std-btn2-box p {
  color: var(--colormain1);
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.rcul-btm .std-btn5-box p {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.rcul-tit {
  margin-bottom: 12px;
  line-height: var(--line18);
  color: var(--color1);
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.rcul-btm .std-btn2-box::before {
  background: transparent;
}
.railway-capt-ul-li.slick-slide:not(:first-child) {
  display: none;
}
.railway-capt-btm {
  width: 100%;
  position: relative;
}
.railway-capt-btm-img {
  width: 100%;
  position: relative;
}
.railway-capt-btm-img .rcbi-img2 {
  display: none;
}
.railway-capt-btm-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: #082222;
  pointer-events: none;
}
.railway-capt-btm-img img {
  width: 100%;
}
.rcbi-img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.railway-capt-btm-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.railway-capt-btm-pic img {
  width: 100%;
  height: 100%;
}
.railway-capt-btm-sect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.railway-capt-btm-sect .ys-cont1440 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.railway-capt-btm-sect h2 {
  color: var(--color4);
  text-align: center;
}
.rcbs-word p {
  text-align: center;
  line-height: var(--line175);
  color: var(--color4);
  text-overflow: ellipsis;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.rcbs-word {
  margin-bottom: 60px;
}
.rcbs-btn .std-btn1-box,
.rcbs-btn .std-btn3-box {
  padding: 10px 56px;
}
.rcbs-btn .std-btn1 {
  margin-right: 40px;
}
/* b4-旅程-出行路线-列车详情-end */
/* d1-预订旅程-导航链接-start */
.link-ban h1 {
  color: var(--color1);
  line-height: var(--line12);
}
.link-ban .mod-tit span {
  margin-bottom: 0px;
}
.link-body .layui-laydate {
  top: 108%;
}
.link-ban-word p {
  color: var(--color2);
  line-height: 1.75;
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.link-ban-word {
  width: 83.333333%;
}
.link-main .mod-wrap {
  padding-top: var(--space120);
}
.link-list-wrap {
  display: flex;
  align-items: flex-start;
}
.link-list-le {
  width: 52%;
}
.link-list-ri {
  width: 48%;
  padding-left: 120px;
}
.link-list-le-tp {
  display: flex;
  margin: 0 -10px var(--space40);
  position: relative;
  z-index: 3;
}
.lllt-lis {
  width: 25%;
  padding: 0 10px;
}
.lllt-lis:nth-child(3n + 1) {
  animation-delay: 0.2s;
}
.lllt-lis:nth-child(3n + 2) {
  animation-delay: 0.3s;
}
.lllt-lis:nth-child(3n + 3) {
  animation-delay: 0.4s;
}
.lllt-lis .deml-box-input input,
.lllt-lis .deml-box .ys-select input {
  padding: 0 0px 12px 0px;
}
.lllt-lis .ys-select {
  border-bottom: solid 1px var(--colormain1);
}
.lllt-lis .ys-select-xtbbox {
  top: 36%;
  transform: translateY(-50%) rotate(0deg) !important;
}
.lllt-lis .ys-select-xtbbox img {
  width: 100%;
}
.lllt-lis .ys-select-bd {
  max-height: 145px;
  top: 110%;
  padding: 15px 20px;
  box-shadow: 0px 21px 12px 0px rgba(0, 0, 0, 0.05), 0px 9px 9px 0px rgba(0, 0, 0, 0.02), 0px 2px 5px 0px rgba(0, 0, 0, 0.02);
}
.lllt-lis .ys-select-li {
  font-size: var(--font16);
  color: var(--color1);
  line-height: var(--line175);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.mCSB_outside + .mCSB_scrollTools {
  right: 0;
  top: 10px;
  bottom: 10px;
  opacity: 0;
  transition-delay: 0.2s;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--colormain1) !important;
  border-radius: 0px;
  width: 3px;
}
.ys-select.zindex .mCSB_outside + .mCSB_scrollTools {
  opacity: 1 !important;
}
.lllb-lis .lbrb-tp-ul-li {
  width: 33.333333%;
}
.lllb-lis .lbrb-tp-ul-li.on {
  width: 50%;
}
.lllb-lis-box {
  display: block;
  padding: 20px 20px 30px;
  border: solid 1px #e0e1e7;
}
.lllb-lis-box-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: var(--space40);
}
.lllb-lis .ys-imgbox-cover {
  margin-bottom: 12px;
}
.lllb-lis-box-text p {
  color: var(--colormain1);
  font-family: 'Microsoft YaHei' !important;
  line-height: var(--line18);
  font-weight: var(--font-weight2);
}
.lllb-lis-box-text {
  margin-bottom: 4px;
}
.lllb-lis-box-tit {
  color: var(--color1);
  line-height: var(--line14);
}
.lllb-lis-box-word p {
  color: var(--color2);
  line-height: var(--line18);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.lllb-lis {
  margin-bottom: var(--space40);
}
.lllb-lis:last-child {
  margin-bottom: 0px;
}
.llrl-word {
  margin-bottom: 8px;
}
.llrl-item-box {
  padding: 12px;
  border: solid 1px #e0e1e7;
  display: flex;
  align-items: center;
  position: relative;
}
.llrl-item-box .ys-imgbox-cover {
  width: 32%;
}
.llrl-item-box-ri {
  width: 68%;
  padding-left: 16px;
}
.llrl-item-box-ri .lllb-lis-box-text {
  margin-bottom: 16px;
}
.llrl-item-box-ri .lllb-lis-box-tit {
  margin-bottom: 0px;
}
.llrl-item-close {
  width: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.llrl-item-close img {
  width: 100%;
}
.llrl-item-list-select input {
  width: 100%;
  height: 50px;
  font-size: var(--font16);
  line-height: var(--line18);
  color: var(--colormain1);
  padding-left: 40px;
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.llrl-item-list-select input::placeholder {
  color: var(--color2);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.lils-icon {
  width: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lils-icon img {
  width: 100%;
}
.llrl-item-list-select .ys-select {
  border-bottom: solid 1px var(--colormain1);
}
.llrl-item-list-select .ys-select-li {
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  font-size: var(--font16);
  line-height: var(--line18);
  color: var(--color1);
}
.llrl-item-list-select .ys-select-bd {
  max-height: 145px;
  top: 110%;
  padding: 15px 20px;
  box-shadow: 0px 21px 12px 0px rgba(0, 0, 0, 0.05), 0px 9px 9px 0px rgba(0, 0, 0, 0.02), 0px 2px 5px 0px rgba(0, 0, 0, 0.02);
}
.llrl-item-list-select .ys-select-xtbbox {
  width: 24px;
  transform: translateY(-50%) rotate(0deg) !important;
}
.llrl-item-list-select .ys-select-xtbbox img {
  width: 100%;
}
.llrl-item-list-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 20px;
}
.llrl-item-list-select {
  width: 100%;
  padding: 0 20px;
}
.llrl-item-list-num {
  width: 50%;
  padding: 0 20px;
}
.liln-box-ri {
  display: flex;
  align-items: center;
}
.liln-box-ri-up,
.liln-box-ri-down {
  width: 24px;
  cursor: pointer;
  font-size: 0;
}
.liln-box-ri-up img,
.liln-box-ri-down img {
  width: 100%;
}
.liln-box-ri span {
  text-align: center;
  display: block;
  max-width: 40px;
  width: 40px;
  font-size: var(--font16);
  line-height: var(--line18);
  color: var(--color2);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  transition: all 0.4s;
}
.liln-box-le,
.liln-box {
  display: flex;
  align-items: center;
}
.liln-box {
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: solid 1px var(--colormain1);
}
.liln-box-icon {
  width: 24px;
  flex-shrink: 0;
  margin-right: 16px;
}
.liln-box-icon img {
  width: 100%;
}
.liln-box-le p {
  color: var(--color2);
  line-height: var(--line18);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  font-size: var(--font16);
}
.llrl-item-list-num.start .liln-box-ri span {
  color: var(--colormain1);
}
.llrl-item-list-add {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #f9f8f7;
  padding: 8px 10px;
}
.llrl-item-list-add p {
  font-size: var(--font16);
  line-height: var(--line18);
  color: var(--color2);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.lila-icon {
  width: 32px;
  flex-shrink: 0;
  font-size: 0;
  margin-left: 20px;
}
.lila-icon img {
  width: 100%;
}
.link-list-ri .destina-explore-min-list {
  width: 100%;
  padding: 0;
}
.link-list-ri .deml-box-input input {
  color: var(--colormain1);
}
.link-list-ri .deml-box-icon {
  top: 30%;
}
.llrl-item-sale {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #004648;
}
.llrl-item-sale-le {
  display: flex;
  align-items: center;
}
.lisl-icon {
  width: 24px;
  flex-shrink: 0;
  font-size: 0;
  margin-right: 16px;
}
.lisl-icon img {
  width: 100%;
}
.llrl-item-sale-le p {
  color: var(--colormain1);
  line-height: var(--line18);
  font-size: var(--font16);
}
.llrl-item-sale-ri {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.lisr-real,
.lisr-real span {
  color: var(--color2);
  font-size: var(--font24);
  line-height: 1.5;
}
.lisr-real span {
  display: inline-block;
  text-decoration-line: line-through;
}
.lisr-real {
  margin-bottom: 10px;
}
.lisr-now {
  display: flex;
  align-items: center;
}
.lisr-now p,
.lisr-now span,
.lisr-now {
  color: var(--colormain1);
}
.lisr-now,
.lisr-now span {
  font-size: var(--font24);
  line-height: 1.5;
}
.lisr-now p {
  font-size: var(--font16);
  line-height: var(--line18);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  margin-right: 16px;
}
.llrl-item {
  margin-bottom: 62px;
}
.llrl-from-tp-le h2 {
  font-family: 'Microsoft YaHei' !important;
  line-height: var(--line175);
  color: var(--color1);
}
.llrl-from-tp-le p {
  color: rgba(98, 99, 108, 1);
  font-size: var(--font14);
  line-height: var(--line18);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.llrl-from-tp-le p span {
  display: inline-block;
  color: #fa0000;
}
.llrl-from-tp {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.lftu-li {
  padding: 0 5px;
}
.llrl-from-tp-ul {
  margin: 0 -5px;
  display: flex;
}
.lftu-li-box {
  transition: all 0.4s;
  padding: 4px 30px;
  border: solid 1px #004648;
  background: transparent;
  cursor: pointer;
}
.lftu-li-box p {
  white-space: nowrap;
  font-size: var(--font16);
  line-height: var(--line18);
  text-align: center;
  color: var(--colormain1);
  transition: all 0.4s;
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.lftu-li.active .lftu-li-box p {
  color: var(--color4);
}
.lftu-li.active .lftu-li-box {
  background: var(--colormain1);
}
.lfbl-lis {
  width: 50%;
  padding: 0 20px;
  margin-bottom: var(--space40);
}
.llrl-from-btm-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.lfbl-lis-box {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: solid 1px var(--colormain1);
}
.lfbl-lis-icon {
  width: 24px;
  flex-shrink: 0;
  font-size: 0;
  margin-right: 16px;
}
.lfbl-lis-input {
  width: 100%;
  height: 24px;
}
.lfbl-lis-input input {
  width: 100%;
  height: 100%;
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  color: var(--colormain1);
  line-height: var(--line18);
  font-size: var(--font16);
}
.lfbl-lis-input input::placeholder {
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  color: var(--color2);
  line-height: var(--line18);
  font-size: var(--font16);
}
.ys-form-phone .lfbl-lis-icon {
  display: none;
}
.lfbl-lis-code {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.lfbl-lis-code .lfbl-lis-box {
  width: calc(50% - 20px);
  height: auto;
  margin-right: 40px;
}
.lfbl-lis-code-img {
  width: 194px;
  cursor: pointer;
}
.lfbl-lis-code-img img {
  width: 100%;
}
.lfbl-lis-agree {
  padding: 0 20px;
  width: 100%;
}
.lfbl-lis-agree-box {
  display: flex;
  align-items: flex-start;
}
.lfbl-lis-agree-box span {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
  margin-top: 4px;
}
.lfbl-lis-agree-box span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  opacity: 0;
  transition: all 0.4s;
  background: var(--colormain1);
}
.ys-form-email,
.lfbl-lis-city,
.lfbl-lis-code {
  margin-bottom: 26px;
}
.lfbl-lis-agree-box p,
.lfbl-lis-agree-box p a {
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  font-size: var(--font14);
  line-height: var(--line18);
  color: #8b8d99;
}
.lfbl-lis-agree-box p a {
  color: rgba(0, 68, 70, 1);
}
.llrl-from-btm .std-btn1 {
  width: 100%;
  padding: 0 20px;
}
.llrl-from-btm-sq .iti__flag-container {
  display: none;
}
.llrl-from-btm-sq .ys-form-phone input {
  padding-left: 0px !important;
}
.lfbl-lis-code {
  display: flex;
  flex-wrap: wrap;
}
.lfbl-lis-code .ys-fii-tips {
  width: 100%;
}
.ys-fii-tips {
  color: #fa0000;
  font-size: var(--font14);
  line-height: var(--line14);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.ys-fii-tips {
  display: none;
}
.ys-form-inof-agree.on .ys-fia-text-btn::after {
  opacity: 1;
}
.ys-form-inof-agree.on .ys-fia-text-btn {
  border: solid 1px var(--colormain1);
}
.ys-form-empty .ys-fii-tips {
  display: block;
}
.llrl-from-btm-item {
  display: none;
}
.llrl-from-btm-item:first-child {
  display: block;
}
/* d1-预订旅程-导航链接-end */
/* d2-预订旅程-内页链接-start */
.nylink-main .lllb-lis-box-btn {
  display: none;
}
.nylink-main .lllb-lis-box {
  border: none;
  padding: 0;
}
/* d2-预订旅程-内页链接-end */
.ys-nybanner,
.ys-banner {
  overflow: hidden;
}
.ys-ban-li.slick-active .ys-ban-word p span {
  transform: translateY(30px);
  opacity: 0;
  display: inline-block;
  transform-origin: 50% 100%;
  animation: textFadeup2 1s cubic-bezier(0.26, 1, 0.48, 1) both 0s;
  will-change: transform, opacity;
  min-width: 18px;
}
.ys-ban-word {
  overflow: hidden;
}
.line-main .line-list .mod-tit span {
  margin-bottom: 0px !important;
}
.slick-dots li {
  width: 8px;
  height: 8px;
}
.slick-dots li.slick-active {
  background: var(--colormain1);
}
.home-journey-ri-ul .slick-list,
.home-journey-ri-ul .slick-track {
  height: 100%;
}
.railway-areas-wrap-ph {
  display: none;
}
.trail-itin-phbtn {
  display: none;
}
/* 20240926 */
.sdk {
  z-index: 9;
}
.home-serv-min .std-btn3-box {
  padding: 10px 56px;
}
/* 载入效果 */
/* 文字1 */
.fadeText {
  display: inline-block;
  vertical-align: middle;
  transform: translateX(-200%);
  animation: text6_fadeInRight 0.8s both ease;
}
@keyframes text6_fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
}
/* 文字2 */
.fadeText2 {
  display: inline-block;
  vertical-align: middle;
  transform: translateX(-200%);
  animation: text6_fadeInleft 0.8s both ease;
}
@keyframes text6_fadeInleft {
  0% {
    opacity: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
}

/* 文字3 */
@keyframes textFadeup2 {
  0% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0px);
  }
}

/* 图片1 */
.yx-case8-fadeInUpimg {
  animation: fadeInUpimg 2.4s ease 1;
}

@keyframes fadeInUpimg {
  0% {
    transform: scale(1.5);
  }

  100% {
    transform: none;
  }
}

/* 图片2 */
.ban-fadeInUpimg {
  animation: fadeInUpimg2 6s ease 1;
}

@keyframes fadeInUpimg2 {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: none;
  }
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
  .railway-capt-slide .arrows-icon:hover {
    background: var(--colormain2);
  }
  .rcul-btm .std-btn2-box:hover p {
    color: var(--colormain2);
  }
  .trail-pleasure-list:hover .trail-pleasure-list-ul {
    animation-play-state: paused;
  }
  .destina-explore-ul-li a:hover .deul-pic img:nth-child(3) {
    opacity: 1;
  }
  .destina-explore-ul-li a:hover .deul-pic img:nth-child(2) {
    opacity: 0;
  }
  .llul-box-pic:hover img {
    transform: scale(1.05);
  }
  .htru-li-item:hover .hlib-sect::after {
    opacity: 1;
  }
  .htru-li-item:hover .hlib-other-tit {
    opacity: 1;
  }
  .hlpu-li a:hover {
    color: var(--colormain1);
  }
  .std-btn1-box:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .std-btn2-box:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .std-btn3-box:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .std-btn3-box:hover p {
    color: var(--colormain1);
  }
  .std-btn4-box:hover::before {
    opacity: 0;
  }
  .std-btn4-box:hover::after {
    width: 100%;
    transition: all 0.5s;
  }
  .std-btn4-box:hover p {
    color: var(--colormain2);
  }
  .std-btn5-box:hover::before {
    opacity: 0;
  }
  .std-btn5-box:hover::after {
    width: 100%;
    transition: all 0.5s;
  }
  .std-btn5-box:hover p {
    color: var(--colormain2);
  }
  .std-btn5-box:hover .std-btn5-icon img:nth-child(2) {
    opacity: 1;
  }
  .std-btn5-box:hover .std-btn5-icon img:nth-child(1) {
    opacity: 0;
  }
  .std-btn5.white .std-btn5-box:hover p {
    color: var(--colormain2);
  }
  .mfbl-ul-li a:hover {
    color: var(--color4) !important;
    text-decoration-color: var(--color4);
  }
  .mod-foot-list-item a:hover {
    text-decoration-color: var(--color4);
  }
  .hcbi-ul-li-box:hover .hulb-pic img {
    transform: scale(1.05);
  }
  .hcru-li .std-btn2-box:hover {
    border: solid 1.4px var(--colormain1);
  }
  .head-sear-hide-none p a:hover {
    text-decoration-color: var(--color1);
  }
  .hshs-ul-li a:hover {
    text-decoration-color: var(--color1);
  }
  .deml-box .ys-select-li:hover {
    background: var(--colormain1);
    color: var(--color4);
    border: solid 1px var(--colormain1);
  }
  .lllb-lis-box:hover .ys-imgbox-cover img {
    transform: scale(1.05);
  }
  .lftu-li-box:hover {
    background: var(--colormain1);
  }
  .lftu-li-box:hover p {
    color: var(--color4);
  }
  .trail-cabins-list-item:hover p {
    color: var(--colormain1);
  }
  .trail-cabins-list-item:hover::after {
    width: 100%;
  }
  .head-nav-item-title:hover {
    color: var(--color4);
  }
  .head-btn .std-btn3-box:hover p {
    color: var(--color4);
  }
  .hnid-ul-li a:hover {
    color: #fff;
  }
}
/* 20240929-新增 */
.btn-modal .ys-modal-content {
  width: 1000px;
  padding: 70px 140px;
  max-width: calc(100vw - 40px);
  max-height: 465px;
}
.btn-modal-tit {
  text-align: center;
  margin-bottom: var(--space40);
}
.btn-modal .ys-modal-close {
  width: 32px;
  top: 10px;
  right: 10px;
}
.btn-modal .ys-modal-close img {
  width: 100%;
}
.bmul-text p {
  text-align: center;
  color: var(--color1);
  line-height: var(--line175);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.btn-modal-ul {
  display: flex;
  align-items: center;
  margin: 0 -30px;
}
.btn-modal-ul-li {
  width: 33.333333%;
  padding: 0 30px;
}
.btn-modal-ul-li2 .bmul-text p {
  color: var(--color1);
  line-height: var(--line18);
}
.btn-modal-ul-li2 .bmul-text {
  margin-bottom: 12px;
}
.bmul-pic {
  width: 186px;
  margin: 0 auto 12px;
}
.bmul-pic img {
  width: 100%;
}
.btn-modal-ul-li2 .bmul-pic {
  width: 32px;
}
.rcul-box .ys-imgbox-cover {
  cursor: pointer;
}
.bmul-box {
  width: 100%;
  position: relative;
  display: block;
}
.bmul-word a {
  display: block;
  text-align: center;
  color: var(--colormain1);
}
.hltl-box-pic .ys-banner-play {
  z-index: 9;
}
.home-they {
  padding-top: var(--space50);
}
.home-main .mod-foot {
  padding-top: var(--space20);
}
.hlib-other-btn {
  cursor: pointer;
}
.hlib-other-btn-pic1 {
  opacity: 0;
}
.hlib-other-btn-pic2 {
  opacity: 1;
}
.hlib-other-btn.on .hlib-other-btn-pic1 {
  opacity: 1;
}
.hlib-other-btn.on .hlib-other-btn-pic2 {
  opacity: 0;
}
.ys-banner-play.acts img:nth-child(2) {
  opacity: 1;
}
.ys-banner-play.acts img:nth-child(1) {
  opacity: 0;
}
/* 20240929-维护中-start */
.mainten-main .mod-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(247, 255, 253, 1) 0%, rgba(247, 255, 253, 0.3) 100%);
  z-index: -1;
}
.mainten-main .destina-main-bg {
  z-index: -1;
  opacity: 0.5;
}
.mainten-wrap {
  padding-bottom: 180px;
}
.mainten-main .mod-wrap {
  padding-top: 180px;
  position: relative;
}
.mainten-main .mod-tit span,
.mainten-main .mod-tit h2 {
  text-align: center;
}
.mainten-wrap-icon {
  width: 312px;
  margin: 0 auto var(--space50);
}
.mainten-wrap-icon img {
  width: 100%;
}
.mainten-wrap-wrod p {
  text-align: center;
  color: var(--color2);
  line-height: var(--line175);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
}
.destina-explore-min-list2 .deml-box-pic {
  pointer-events: none;
}
.destina-explore-min-list2 .layui-input-inline,
.destina-explore-min-list2 .layui-input-inline input {
  cursor: pointer !important;
}
/* 20240929-维护中-end */
.slick-dots {
  bottom: 0;
}
.about-story-ul .slick-track {
  padding-bottom: 25px;
}
.hltl-box-pic .ys-banner-play {
  display: none;
}
.hlib-other-btn {
  opacity: 0;
}
.htru-li-item.acts .hlib-other-btn {
  opacity: 1;
}
.hlib-sect-btn {
  display: none;
}
.ys-nybanner .ys-banner-play {
  display: none;
}

/* 二期 star */

.story-top .ys-cont1440 {
  text-align: center;
}

.story-top .link-ban-word {
  margin: 0 auto;
}

.story-top-ul {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.stul-link {
  border-radius: 80px;
  border: 1px solid #8b8d9a;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 10px 32px;
  color: #8b8d98;
  transition: all 0.36s;
  min-width: 220px;
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 1.75;
}

.story-top-ul-li.act .stul-link {
  background: #004547;
  border-color: #004547;
  color: #fff;
}

.story-top-ul-li {
  margin: 0 20px;
}

.story-list {
  width: 100%;
  position: relative;
}

.story-list-ul-li {
  width: 50%;
  padding: 0 30px;
  margin-bottom: 60px;
}

.story-list-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.slul-link {
  width: 100%;
  position: relative;
  display: block;
}

.deul-time {
  color: #8b8d99;
  line-height: 1.8;
  font-weight: var(--font-weight2);
  margin-bottom: 4px;
}

.story-list-ul-li .deul-word p {
  height: 1.8em;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.story-list-ul-li .deul-tit {
  height: 1.4em;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.story-list-ul-li:nth-child(3) {
  width: 100%;
}

.story-list-more .std-btn3-box {
  border-color: #004446;
  min-width: 224px;
  text-align: center;
}

.story-list-more .std-btn3-box p {
  color: #004446;
}

.story-list-more .std-btn3-box::before {
  background: #004446;
}

.story-list-more {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
}

.explore-cont {
  width: 100%;
  position: relative;
}

.explore-cont-top {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e0e1e7;
  padding-bottom: 25px;
}

.explore-cont-tit .std-h4 {
  color: #1e1f24;
  font-weight: 500;
  line-height: 1.4;
}

.explore-cont-time {
  color: #8b8d99;
  font-size: 16px;
  font-weight: 300;
}

.explore-cont-tit {
  margin-bottom: 24px;
}

.explore-cont-editor {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
}

.explore-cont-editor p {
  color: #62636d;
  line-height: 1.75;
  font-weight: 290;
  font-size: 18px;
  margin-bottom: 60px;
}

.explore-cont-editor h4 {
  color: #004547;
  margin-bottom: 30px;
}

.explore-cont-btm {
  width: 100%;
  position: relative;
  border-top: 1px solid #e0e1e7;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}

.explore-cont-btm-le .std-btn5-box {
  flex-direction: row-reverse;
}

.explore-cont-btm-le .std-btn5-icon {
  margin-right: 20px;
  margin-left: 0;
  transform: rotate(180deg);
}

.explore-recomm {
  width: 100%;
  background: #f9f8f7;
  position: relative;
}

.explore-recomm-top-lable {
  font-size: var(--font18);
  line-height: 1.4;
  color: #8b8d98;
  margin-bottom: 8px;
}

.explore-recomm-top-tit .std-h3 {
  color: #1e1f24;
  line-height: 1.4;
  font-weight: 500;
}

.explore-recomm .destina-pleasure-top:last-child {
  padding-bottom: 0 !important;
}

.news-top .ys-select-bd .ys-select-li {
  width: 100% !important;
  border-radius: 0 !important;
  border: none !important;
  font-size: var(--font16);
  color: var(--color1);
  line-height: var(--line175);
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  background: transparent !important;
  text-align: left;
  margin: 0 !important;
}

.news-top .ys-select-bd {
  max-height: 180px;
  top: 110%;
  padding: 15px 20px;
  box-shadow: 0px 21px 12px 0px rgba(0, 0, 0, 0.05), 0px 9px 9px 0px rgba(0, 0, 0, 0.02), 0px 2px 5px 0px rgba(0, 0, 0, 0.02);
}

.news-top {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 0 !important;
}

.news-top .deml-box-icon {
  margin-top: -2px;
}

.news-page-li {
  width: 50%;
  padding: 0 24px;
  margin-bottom: 60px;
}

.news-page-ul {
  margin: 0 -24px;
  display: flex;
  flex-wrap: wrap;
}

.news-page-link {
  width: 100%;
  position: relative;
  display: block;
}

.news-page-li .deul-tit {
  margin-bottom: 24px;
}

.news-page-li .deul-tit {
  line-height: var(--line14);
  max-height: 2.8em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.mix-cont {
  width: 100%;
  position: relative;
}

.mix-cont-top {
  width: 100%;
  position: relative;
  text-align: center;
}

.mix-cont-top-time p {
  font-size: 16px;
  line-height: 1.75;
  color: #8b8d98;
  font-weight: 300;
}

.mix-cont-top-tit .std-h4 {
  color: #1e1f24;
  font-weight: 500;
  line-height: 1.4;
}

.mix-cont-top-time {
  margin-bottom: 10px;
}

.mix-share {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.mix-share .ys-share-img {
  width: 36px;
  margin: 0 15px;
}

.mix-share .ys-share-list {
  position: relative;
}

.mix-share .mful-code {
  width: 116px;
  top: 45px;
  bottom: auto !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.mix-share .mful-code span {
  z-index: -1;
  display: none;
}

.mix-cont-btm {
  width: 100%;
  border-top: 1px solid #e0e1e7;
  border-bottom: 1px solid #e0e1e7;
  padding-top: 50px;
  padding-bottom: 35px;
  margin-top: 40px;
}

.mix-cont-btm p {
  color: #62636d;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 290;
  margin-bottom: 30px;
}

.mix-cont-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.mix-recom {
  width: 100%;
  background: #f9f8f7;
}

.mix-recom .news-page-li:nth-last-child(1),
.mix-recom .news-page-li:nth-last-child(2) {
  margin-bottom: 0 !important;
}

.conta-sheet {
  width: 100%;
  position: relative;
}

.conta-sheet .lfbl-lis-code {
  width: 50%;
  /* flex-wrap: nowrap; */
  align-items: self-start;
}

.lfbl-lis-code-wrap {
  width: 100%;
  display: flex;
}

.conta-sheet .lfbl-lis-code-img {
  flex: none;
}

.conta-sheet .lfbl-lis-code .lfbl-lis-box {
  width: 100%;
}

.conta-sheet .ys-form-inof-submit {
  width: 100%;
}

.conta-sheet .ys-form-inof-agree {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 16px;
}

.conta-shears {
  width: 100%;
  position: relative;
}

.conta-shears .mod-foot-ul-li::after {
  background: rgba(0, 68, 70, 0.5);
}

.conta-shears-wrap {
  background: #fff;
  padding: 20px 80px;
  box-shadow: 0px 38px 38px 0px rgba(0, 0, 0, 0.02), 0px 9px 21px 0px rgba(0, 0, 0, 0.02);
}

.conta-shears-wrap .mod-foot-ul {
  margin-bottom: 0 !important;
}

.conta-shears-wrap .mod-foot-ul-li {
  padding: 0 55px;
}

.mful-code,
.mful-hide {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.mful-code span,
.mful-hide span {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  z-index: -10;
}

.conta-sheet .lfbl-lis-agree {
  margin-bottom: 0 !important;
}

.lfbl-listext {
  width: 100%;
  padding-top: 24px;
}

.lfbl-listext .lfbl-lis-input {
  height: 160px;
}

.lfbl-listext .lfbl-lis-box {
  align-items: flex-start;
}

.lfbl-listext .lfbl-lis-icon {
  margin-top: 3px;
}

.lfbl-listext textarea {
  width: 100%;
  height: 100%;
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  color: var(--colormain1);
  line-height: var(--line18);
  font-size: var(--font16);
}

.lfbl-listext textarea::placeholder {
  font-family: 'Microsoft YaHei' !important;
  font-weight: var(--font-weight2);
  color: var(--color2);
  line-height: var(--line18);
  font-size: var(--font16);
}

.lfbl-listext .lfbl-lis-box {
  border: 1px solid var(--colormain1);
  padding: 12px;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
  .story-list-more .std-btn3-box:hover p {
    color: #fff !important;
  }
  .rcul-box-top:hover .ys-imgbox-cover img:nth-child(2) {
    transform: scale(1.05);
  }
  .rcul-box-top:hover .ys-imgbox-cover img:nth-child(3) {
    transform: scale(1);
  }
}

/* 二期 end */

.trail-bot .llrl-item-list-select,
.trail-bot .llrl-item-list-num,
.trail-bot .destina-explore-min-list {
  width: 33.333333%;
}
/*20241018*/
.mix-recom .mod-tit {
  text-align: center;
}
.story-list-ul-li .deul-tit {
  height: auto;
  max-height: 2.8em;
  -webkit-line-clamp: 2;
}
.story-list-ul-li .deul-word p {
  height: auto;
  max-height: 3em;
  -webkit-line-clamp: 2;
}

/*20241022*/
.llrl-item-list-select-date {
  padding: 0;
  margin-bottom: 20px;
}
.railway-capt-btm {
  display: none !important;
}
.rcul-box .ys-imgbox-cover img:nth-child(3) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.rcul-box .ys-imgbox-cover img:nth-child(2) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rcul-box-top {
  display: block;
}
.link-main .lllt-lis {
  width: 33.333333%;
}
.railway-dest-swip-ul .slick-list {
  overflow: visible !important;
}
.mod-foot-top-ul {
  display: flex;
  margin: 0 -50px var(--space50);
  justify-content: center;
}
.mftu-lis {
  padding: 0 50px;
}
.mftu-lis-box {
  display: flex;
  align-items: center;
}
.mftu-lis-icon {
  width: 28px;
  flex-shrink: 0;
  font-size: 0;
  margin-right: 22px;
}
.mftu-lis-icon img {
  width: 100%;
}
.mftu-lis-box p {
  font-size: var(--font24);
  line-height: 1.4;
  color: var(--color4);
}
.link-list-le-nomore p {
  font-size: var(--font24);
  line-height: 1.4;
  color: #eb0000;
}
.lllb-lis-box-btn {
  margin: 0 -10px;
}
.lllb-lis-box-btn .std-btn5 {
  padding: 0 10px;
}
.tull-lis-word ul {
  padding-left: 18px;
}
.tull-lis-word ul li {
  list-style-type: disc;
}
.tull-lis-word ul li::marker {
  font-size: 10px;
  background: var(--color2);
}
.railway-accom-le h2 {
  margin-bottom: 8px;
}
.railway-capt-slide {
  position: relative;
}
.railway-capt-slide .mod-arrows {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.railway-capt-slide .arrows-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  border-radius: 50%;
  overflow: hidden;
}
.railway-capt-slide .arrows-prev {
  left: -80px;
}
.railway-capt-slide .arrows-next {
  right: -80px;
}
.railway-capt .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
/*20241123*/
.rcul-tit {
  line-height: 1.45;
}
.ys-ban-li.slick-active .ys-ban-word p span {
  min-width: 7px;
}

.mod-foot-top-ul {
  align-items: center;
}

/*20251025*/
.altumcode.altumcode-middle_right {
  z-index: 999999998 !important;
}
/*20251118--delia修改--start*/
.tull-lis-word p span {
  font-size: var(--font16);
  line-height: var(--line18);
}
.tull-lis-word ol {
  padding-left: 18px;
}
.tull-lis-word li {
  list-style: inherit;
}
.hlpu-li {
  margin-bottom: 10px;
}
.hlpu-li:last-child {
  margin-bottom: 0px;
}
.trail-cabins-list-item {
  height: auto !important;
}
.trail-cabins-list-item p {
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
/*20251118--delia修改--end*/
/*2025.12.05*/
.tilu-li {
  height: auto !important;
}
.tilu-li-pic {
  width: 100%;
  height: 100%;
}
.tilu-li-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-modal .ys-modal-content {
  max-height: 500;
}

.ys-phnav-other,
.ys-phnav-logo,
.mod-foot-list,
.head-other,
.head-logo,
.mfbl-ul-li,
.std-btn4,
.std-btn3,
.home-can-ri {
  display: none !important;
}

.news-page-link {
  pointer-events: none;
  cursor: none;
}
.head-nav-item:nth-of-type(2) {
  display: none;
}

.ys-phnav-haschild:nth-of-type(2) {
  display: none;
}
.mod-foot-ul {
  margin-top: 70px;
}
.app-s {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
}
.fc {
  /* padding: 0 80px !important; */
}

.mod-foot-ul-li {
  position: relative; /* 为定位子元素提供参考 */
}

.qr-code {
  position: absolute;
  left: 50%;
  bottom: 100%; /* 放在图标的上方 */
  transform: translateX(-50%) translateY(10px); /* 初始位置在图标上方10px，但透明度为0 */
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* 可以设置二维码的样式，比如大小 */
  width: 100%;
  display: block;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mod-foot-ul-li .app-s:hover + .qr-code {
  opacity: 1;
  transform: translateX(-50%) translateY(0); /* 上移到正好在图标上方 */
}
