/*@primary-color-light: #c92d42;*/
.clear-back {
  margin: 0;
  padding: 0;
}

.clear-ul {
  margin: 0;
  padding: 0;
}

.clear-ul>li {
  list-style: none;
}

.bg-img {
  background-position: top center;
  background-size: cover;
}

lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes faded {
  0% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.6;
    -webkit-transform: translateY(2px)
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes faded {
  0% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.6;
    -moz-transform: translateY(2px)
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes faded {
  0% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.6;
    -o-transform: translateY(2px)
  }

  100% {
    opacity: 1;
  }
}

@keyframes faded {
  0% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.6;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    opacity: 1;
  }
}

[not-existing] {
  zoom: 1;
}

.position-center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.sidebar {
  display: none;
}

.reservation-form {
  display: none;
}

main .content {
  width: 1100px;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
}

main section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

main ul {
  margin: 0;
  padding: 0;
}

main ul>li {
  list-style: none;
}

main .cruise-updates-word {
  margin-top: 70px;
  padding: 16px 0 18px;
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
}

main .cruise-updates-word a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 1px;
  color: #222222;
  border-bottom: 1px solid #000;
}

main .change {
  overflow: hidden;
}

main .change .ms-skin-metro .ms-bullets.ms-dir-h {
  bottom: 30px !important;
  width: 200px !important;
}

main .change .ms-skin-metro .ms-bullets.ms-dir-h .ms-bullets-count .ms-bullet {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  margin: 4px !important;
  background: #fff;
  box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.8);
}

main .change .ms-skin-metro .ms-bullets.ms-dir-h .ms-bullets-count .ms-bullet-selected {
  width: 16px !important;
  border-radius: 4px;
  background: #ce1141;
  font-size: 0;
  transition: all 0.25s;
}

main .change .ms-slide-bgcont .special-img {
  margin: 0 !important;
}

main .change .grey-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
}

main .change .cover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99 !important;
  background-size: cover;
  background-repeat: no-repeat;
}

main .change .cover-img:first-child {
  z-index: 10;
}

main .change .cover-fade {
  transition: opacity 3s ease-in-out;
  opacity: 0;
}

main .search-container {
  width: 100%;
  height: 64px;
  margin-top: 8px;
  /* background: #0d1c34;*/
  background: #190802;
}

@media screen and (max-width:414px) {
  main .search-container {
    background: #190802;
  }
}


main .line-title {
  width: 1100px;
  height: 36px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 10px !important;
}

main .line-text {
  color: #909090 !important;
}

main .line-text .line-box::before,
main .line-text .line-box::after {
  background: #909090 !important;
}

main .home-page {
  position: fixed;
  top: 50%;
  left: 30px;
  z-index: 100;
  transform: translateY(-50%);
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  transition: left 0.25s, opacity 0.25s;
}

main .home-page ul {
  padding: 0;
  color: white;
}

main .home-page ul:hover li {
  line-height: 3;
}

main .home-page ul:hover li span {
  opacity: 1 !important;
}

main .home-page ul li {
  position: relative;
  padding-left: 30px;
  line-height: 2;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.25s, line-height 0.25s;
  list-style: none;
}

main .home-page ul li.light {
  color: white;
}

main .home-page ul li.light .dot {
  background: white;
}

main .home-page ul li.light:before {
  background: white;
}

main .home-page ul li.light:after {
  background: white;
}

main .home-page ul li.dark {
  color: black;
}

main .home-page ul li.dark span {
  opacity: 0;
}

main .home-page ul li.dark .dot {
  background: black;
}

main .home-page ul li.dark:before {
  background: black;
}

main .home-page ul li.dark:after {
  background: black;
}

main .home-page ul li .dot {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

main .home-page ul li:after,
main .home-page ul li:before {
  position: absolute;
  left: 8px;
  content: ' ';
  display: block;
  width: 1px;
  height: 50%;
}

main .home-page ul li:before {
  top: 0;
}

main .home-page ul li::after {
  top: 50%;
}

main .home-page ul li:hover,
main .home-page ul li.hover {
  opacity: 1;
}

main .home-page ul li:hover span,
main .home-page ul li.hover span {
  transform: scale(1.2);
}

main .home-page ul li span {
  display: inline-block;
  font-size: 14px;
  transition: transform 0.25s, opacity 0.625s;
}

main .home-page ul li.active {
  opacity: 1;
}

main .home-page ul li.active span {
  opacity: 1;
  transform: scale(1.2);
}

main .primary-slider #time {
  width: 300px;
  font-size: 18px;
  position: absolute;
  bottom: 136px;
  left: 0;
  right: 0;
  margin: auto;
}

main .primary-slider #time span {
  display: inline-block;
}

main .primary-slider #time .dates,
main .primary-slider #time .hours,
main .primary-slider #time .minutes,
main .primary-slider #time .seconds {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #ce1141;
  border-radius: 5px;
  box-shadow: 2px 1px 6px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 28px;
  margin: 5px;
}

main .primary-slider .time {
  width: 340px;
  font-size: 20px;
  position: absolute;
  top: 35%;
  left: 48%;
  z-index: 999;
  color: #ce1141;
}

main .primary-slider .time #remainTime i {
  display: inline-block;
  width: 38px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ce1141;
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  main .primary-slider .time {
    font-size: 14px;
    top: 34.5%;
  }

  main .primary-slider .time #remainTime i {
    width: 24px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  main .primary-slider .time {
    font-size: 16px;
    top: 34.5%;
  }

  main .primary-slider .time #remainTime i {
    width: 28px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1580px) {
  main .primary-slider .time {
    font-size: 18px;
    top: 34.5%;
  }

  main .primary-slider .time #remainTime i {
    width: 32px;
    font-size: 26px;
  }
}

main .primary-slider .slick-prev,
main .primary-slider .slick-next {
  font-size: 3rem;
}

main .primary-slider .info-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  overflow: hidden;
}

main .primary-slider .ms-view {
  min-width: 1200px;
  min-height: 444px;
}

main .primary-slider .slide,
main .primary-slider .ms-slide {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 540px;
  background: no-repeat center center;
  background-size: cover;
  min-width: 1200px;
  min-height: 444px;
}

main .lastest-cruise {
  margin-top: 20px;
  overflow: hidden;
}

main .lastest-cruise a {
  float: left;
  box-sizing: border-box;
  width: 342.5px;
  margin-top: 30px;
}

main .lastest-cruise a img {
  width: 100%;
  cursor: pointer;
}

main .lastest-cruise a p {
  margin: .5em 0;
  text-align: right;
  color: #666;
}

main .lastest-cruise a:last-child {
  float: right;
  width: 727.5px;
}

main .about-viking {
  padding: 20px 0 50px;
}

main .about-viking .viking-videos {
  margin: 0;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}

main .about-viking .viking-videos>li {
  list-style: none;
}

main .about-viking .viking-videos:before,
main .about-viking .viking-videos:after {
  content: " ";
  display: table;
}

main .about-viking .viking-videos:after {
  clear: both;
}

main .about-viking .viking-videos li {
  float: left;
  width: 25%;
  height: auto;
  box-sizing: border-box;
  padding: 0 10px;
}

main .about-viking .viking-videos li:last-child a {
  display: block;
  overflow: hidden;
}

main .about-viking .viking-videos li .video-link {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

main .about-viking .viking-videos li .video-box {
  position: relative;
  width: 100%;
  height: 131px;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 1px;
  cursor: pointer;
  transition: all 0.5s;
}

main .about-viking .viking-videos li .video-box:hover {
  transform: scale(1.05);
}

main .about-viking .viking-videos li .video-box .shade {
  width: 100%;
  height: 100%;
}

main .about-viking .viking-videos li .video-box .shade img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

main .about-viking .viking-videos li .bottom-title {
  height: 50px;
  line-height: 50px;
  padding: 0 1rem;
  text-align: left;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: normal;
  z-index: 1;
}

main .about-viking .viking-videos li .bottom-title span {
  display: none;
}

main .about-viking .viking-videos li .bottom-title .know-more {
  display: inline-block;
  float: right;
}

main .about-viking .viking-videos li .bottom-title .know-more a {
  font-size: 13px;
  line-height: 50px;
  position: relative;
  color: #4d4d4d;
}

main .about-viking .viking-videos li .bottom-title .know-more a:hover {
  color: #ce1141;
}

main .about-viking .card-content {
  height: 575px;
  margin-bottom: 38px;
  position: relative;
}

main .about-viking .card-content:before,
main .about-viking .card-content:after {
  content: " ";
  display: table;
}

main .about-viking .card-content:after {
  clear: both;
}

main .about-viking .card-content .right-width {
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 575px;
  position: relative;
}

main .about-viking .card-content .right-width video {
  outline: none;
}

main .about-viking .card-content .more {
  position: absolute;
  box-sizing: border-box;
  padding: 18px 5px 14px 19px;
  bottom: 100px;
  right: 0;
  display: block;
  width: 169px;
  height: 55px;
  background: #0d1c34;
  opacity: 0.7;
  color: white;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.5;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}

main .about-viking .card-content .more:hover {
  background: #ce1141;
}

main .about-viking .card-content .click {
  width: 100%;
  height: 520px;
  position: absolute;
  top: 0;
}

main .about-viking .card-content .wite {
  width: 100%;
  height: 50px;
  position: absolute;
  top: -30px;
  background: #fff;
}

main .about-viking .card-content .shade {
  width: 1110px;
  height: 110px;
  position: absolute;
  top: -1px;
  left: -5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .about-viking .card-content .icon {
  position: absolute;
  width: 85px;
  height: 85px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .advertisement {
  width: 100%;
  background: linear-gradient(10deg, #eecfb2 0, #99d4ff 55%);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

main .advertisement .adv-rgba {
  background: rgba(255, 255, 255, 0.3);
}

main .honor {
  margin-top: 20px;
  width: 100%;
  padding-bottom: 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .honor .details-1 {
  width: 100%;
  text-align: center;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
}

main .honor .details-1 ul {
  margin: 0;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 40px;
}

main .honor .details-1 ul>li {
  list-style: none;
}

main .honor .details-1 ul:before,
main .honor .details-1 ul:after {
  content: " ";
  display: table;
}

main .honor .details-1 ul:after {
  clear: both;
}

main .honor .details-1 ul li {
  width: 20%;
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
}

main .honor .details-1 ul li .big-box {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 267px;
}

main .honor .details-1 ul li .text-bottom {
  padding: 12px 15px;
  box-sizing: border-box;
  color: #fff;
  width: 100%;
  height: 60px;
  line-height: 16px;
  font-size: 12px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0d1c34;
  transition: all 0.25s;
}

main .honor .details-1 ul li .text-bottom:hover {
  background-color: #ce1141;
}

main .honor .details-1 ul li:nth-child(1) .text-bottom {
  padding: 4px 15px;
  box-sizing: border-box;
}

main .honor .details-1 .honor-img {
  width: 100%;
  height: 521.5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .honor .details-1 .summary {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 40px 0;
  color: #000;
}

main .honor .details-1 .honor-a {
  padding: 4px 15px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.15;
  display: inline-block;
  color: #4d4d4d;
}

main .honor .details-1 .honor-a:hover {
  color: #ce1141;
}

main .honor .details-1 .honor-more-all {
  position: relative;
}

main .honor .details-1 .honor-more-all .honor-more {
  width: 100%;
  height: 55px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

main .honor .details-1 .honor-more-all .more-hover {
  display: none;
  width: 100%;
  height: 55px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

main .honor .details-1 .honor-more-all .dian {
  width: 10%;
  height: 55px;
  position: absolute;
  top: 0;
  left: 45%;
}

main .scale .scale-img {
  transition: all 0.5s;
}

main .scale .scale-img:hover {
  transform: scale(1.05);
}

main .ms-skin-metro {
  /*height: 540px;*/
}

main .ms-skin-metro .ms-bullets.ms-dir-h {
  position: absolute;
  right: 20px;
  opacity: 0.8;
}

main .ms-skin-metro .ms-view img {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.indicator {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
  bottom: 25px;
}

.indicator i {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-position: top center;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.indicator i::before {
  content: '';
}

.mfp-container {
  padding: 0;
}

.box3d {
  width: 100%;
  height: 100%;
}

.box3d .mfp-close {
  color: #fff;
  font-size: 40px;
}