@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.layoutWidget95 {
  font-size: 1em;
  color: #fff;
  margin-top: 64px;
  overflow: hidden;
  position: relative;
  height: 620px; }
  .layoutWidget95 .thumbnail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: inherit; }
    .layoutWidget95 .thumbnail .swiper-pagination-bullet {
      background: #ffffff; }
    .layoutWidget95 .thumbnail .swiper-pagination-bullet-active {
      background: #ffffff; }
    .layoutWidget95 .thumbnail .swiper-slide {
      overflow: hidden; }
    .layoutWidget95 .thumbnail .arrow-box {
      position: absolute;
      top: 0;
      z-index: 2;
      width: 100%;
      height: 100%; }
  .layoutWidget95 .swiper-pagination {
    margin-top: -30px;
    width: 100%;
    z-index: 3; }
    .layoutWidget95 .swiper-pagination .swiper-pagination-bullet {
      background: #ffffff;
      margin: 4px;
      opacity: 0.4; }
    .layoutWidget95 .swiper-pagination .swiper-pagination-bullet-active {
      background: #ffffff;
      opacity: 1; }
  .layoutWidget95 .swiper-button-next, .layoutWidget95 .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  .layoutWidget95 .swiper-button-prev, .layoutWidget95 .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  .layoutWidget95 .caption .captionBox {
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    width: 1200px;
    position: absolute;
    left: 50%;
    bottom: 64px;
    transform: translate(-50%, 0%);
    z-index: 3;
    text-align: center; }
    .layoutWidget95 .caption .captionBox .package {
      max-width: 400px; }
    .layoutWidget95 .caption .captionBox.text-left {
      text-align: justify;
      text-align-last: left; }
  .layoutWidget95 .caption .boot-title {
    margin-bottom: 4px; }
  .layoutWidget95 .caption .title {
    font-size: 2.143em;
    color: #fff;
    font-weight: initial;
    width: 100%;
    margin-bottom: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .layoutWidget95 .caption .btn {
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
    min-width: 90px;
    text-align: center;
    text-align-last: center;
    padding: 8px 32px;
    border-left: 0;
    border-right: 0; }
    .layoutWidget95 .caption .btn .icon {
      vertical-align: bottom;
      margin-left: 8px; }
  .layoutWidget95 .gradient {
    background: linear-gradient(26deg, rgba(0, 0, 0, 0.6) calc((100vw - 1700px)*1/2), rgba(0, 0, 0, 0) calc((100vw - 1700px)*0.9/2 + 686px ));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .layoutWidget95 .details {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    z-index: 11;
    display: none;
    animation: myfirst 3s; }
    .layoutWidget95 .details .content {
      color: #666;
      background: #ffffff;
      border-radius: 5px;
      width: 960px;
      height: 100vh;
      margin-left: -480px;
      padding: 40px 60px 0px;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 50%;
      overflow: hidden;
      overflow-y: auto;
      text-align: justify; }
      .layoutWidget95 .details .content .shut {
        position: absolute;
        right: calc((100% - 960px)/2 + 24px);
        top: 24px;
        cursor: pointer; }
        .layoutWidget95 .details .content .shut svg {
          width: 20px;
          height: 20px; }
      .layoutWidget95 .details .content .title {
        color: #2b2b2b;
        font-weight: inherit;
        text-align: center;
        margin-bottom: 32px; }
      .layoutWidget95 .details .content .description {
        padding-bottom: 24px; }
      .layoutWidget95 .details .content .detailImg {
        width: 100%;
        height: 500px;
        margin-bottom: 24px; }
        .layoutWidget95 .details .content .detailImg .swiper-container {
          position: relative;
          width: 100%;
          height: 100%;
          background: #eee; }
        .layoutWidget95 .details .content .detailImg .swiper-slide {
          overflow: hidden; }
        .layoutWidget95 .details .content .detailImg .swiper-button-next, .layoutWidget95 .details .content .detailImg .swiper-container-rtl .swiper-button-prev {
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
        .layoutWidget95 .details .content .detailImg .swiper-button-prev, .layoutWidget95 .details .content .detailImg .swiper-container-rtl .swiper-button-next {
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
        .layoutWidget95 .details .content .detailImg img {
          width: 100%;
          height: auto;
          display: block; }
        .layoutWidget95 .details .content .detailImg .swiper-pagination-bullet {
          background: #ffffff; }
        .layoutWidget95 .details .content .detailImg .swiper-pagination-bullet-active {
          background: #ffffff; }
        .layoutWidget95 .details .content .detailImg .loading-icon {
          width: 36px;
          animation: loading 2s linear infinite;
          -webkit-animation: loading 2s linear infinite;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: calc(100vw * -0.04 / 2);
          margin-left: calc(100vw * -0.04 / 2); }
          .layoutWidget95 .details .content .detailImg .loading-icon svg {
            display: block;
            width: 100%;
            height: 100%; }
@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media (max-width: 1400px) {
  .layoutWidget95 .caption .captionBox {
    width: 100%; }
    .layoutWidget95 .caption .captionBox .package {
      width: auto;
      padding-left: 88px; } }
/* Large devices (desktops, less than 1200px) 普通桌面端 */
/* Medium devices (tablets, less than 992px) 平板端 */
@media (max-width: 992px) {
  .layoutWidget95 .details .content {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    left: 0; }
    .layoutWidget95 .details .content .shut {
      right: 12px;
      top: 16px; }
    .layoutWidget95 .details .content .detailImg {
      height: 450px; } }
/* Small devices (landscape phones, less than 768px) 手机端横屏 */
@media (max-width: 768px) {
  .layoutWidget95 {
    height: auto;
    overflow: initial;
    margin-top: 24px; }
    .layoutWidget95 .gradient {
      display: none; }
    .layoutWidget95 .thumbnail {
      width: 100%;
      height: 300px;
      position: relative; }
      .layoutWidget95 .thumbnail img {
        position: relative !important; }
    .layoutWidget95 .swiper-button-prev, .layoutWidget95 .swiper-button-next {
      top: 120px; }
    .layoutWidget95 .caption .captionBox {
      color: #666;
      background: #F8F8F8;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0);
      width: 100%;
      text-align: center;
      float: none;
      position: relative;
      bottom: 0; }
      .layoutWidget95 .caption .captionBox .package {
        padding: 24px 24px 40px 24px;
        max-width: 100%; }
    .layoutWidget95 .caption .title {
      font-size: 22px;
      color: #2b2b2b;
      margin-bottom: 16px; }
    .layoutWidget95 .caption .btn {
      margin-top: 24px; }
    .layoutWidget95 .details .content {
      padding: 40px 40px 0px; }
      .layoutWidget95 .details .content .detailImg {
        height: 380px; } }
/* Extra small devices (portrait phones, less than 576px) 手机端竖屏 */
@media (max-width: 576px) {
  .layoutWidget95 .swiper-button-prev, .layoutWidget95 .swiper-button-next {
    top: 140px; }
  .layoutWidget95 .details .content {
    padding: 40px 24px 0px; }
    .layoutWidget95 .details .content .detailImg {
      height: 260px; } }

/*# sourceMappingURL=layoutWidget95.css.map */
