/* 产品简介 */
.product-brief-box {
    background: #fff;
}
.product-title-bar {
    font-size: 24px;
}
.product-label-bar {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.product-label-bar .label {
    color: #fc6000;
    display: block;
    padding: 2px 6px;
    margin-right: 10px;
    border: 1px solid #fc6000;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
}
.product-brief-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 36px;
}
.detail-product-swiper {
    flex: 0 0 auto;
    width: 570px;
    height: 304px;
    margin: 0;
    background: #f7f7f7;
}
.detail-product-swiper .swiper-slide img {
    width: 570px;
    height: 304px;
}
.swiper-pagination-bullet {
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.detail-product-swiper .swiper-prev,
.detail-product-swiper .swiper-next {
    width: 30px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
}
.detail-product-swiper .swiper-prev {
    left: 0;
}
.detail-product-swiper .swiper-next {
    right: 0;
}
.detail-product-swiper .swiper-prev::after,
.detail-product-swiper .swiper-next::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
}
.detail-product-swiper .swiper-prev::after {
    margin-left: 4px;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}
.detail-product-swiper .swiper-next::after {
    margin-right: 4px;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.detail-product-swiper .swiper-prev.disabled::after,
.detail-product-swiper .swiper-next.disabled::after {
    border-color: rgba(255, 255, 255, 0.5);
}

.product-number {
    color: #fff;
    padding: 4px 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(0, 0, 0, 0.7);
}

.product-r-content {
    flex: 1 1 auto;
    margin-left: 30px;
}
.tip-info-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: linear-gradient(270deg, #fff6d8 0%, #f4f3f3 100%);
}
.tip-info-block .price {
    color: #9e9e9e;
}
.tip-info-block .price .label {
    color: #fc6000;
    display: inline-block;
    margin-left: 4px;
    font-size: 14px;
}
.tip-info-block .price .label .num {
    display: inline-block;
    margin: 0 -4px;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}
.tip-info-block .group {
    display: flex;
}
.tip-info-block .group .item {
    padding: 0 20px;
    text-align: center;
    position: relative;
}
.tip-info-block .group .item:last-child {
    padding-right: 0;
}
.tip-info-block .group .item:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    right: -1px;
    bottom: 2px;
    background: #e5e5e5;
}
.tip-info-block .group .item .num {
    color: #fc6000;
    display: block;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.tip-info-block .group .item .txt {
    color: #9e9e9e;
    display: block;
    margin-top: 2px;
}
.detail-group {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
.detail-group .item {
    color: #9e9e9e;
    display: flex;
    width: 50%;
    padding: 8px 0;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.detail-group .item .hd {
    width: 80px;
    flex: 0 0 80px;
}
.detail-group .item .bd {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
.detail-group .item .bd .name {
    color: #00468c;
}
.properties-bar {
    color: #666;
    max-height: 72px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 14px;
}
.properties-bar .label {
    color: #fc6000;
}

/* 产品主体内容 */
.product-body-box {
    padding: 20px 0;
    background: #f6f8fa;
}

.product-block {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
}
.product-block-bar {
    padding: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}
.product-date-wrapper {
    display: flex;
    justify-content: space-between;
}
.product-date-group {
    flex: 1 1 auto;
    display: flex;
}
.product-date-group .item {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 126px;
    height: 75px;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
    background: #f8f8f8;
}
.product-date-group .item.active {
    border: 2px solid #00468c;
}
.product-date-group .item.active::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -5px;
    right: -3px;
    border-radius: 50%;
    background: url('../../images/new/ship_sprites.png') -10px -10px no-repeat;
}
.product-date-group .item .txt {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-date-group .item .price {
    color: #fc6000;
    margin-top: 6px;
}
.product-date-group .item.active .price {
    color: #00468c;
}
.product-date-group .item .price .num {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-date-group .item.active .price .num {
    font-weight: bold;
}
.product-date-more {
    flex: 0 0 auto;
    height: 75px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 46px;
    letter-spacing: 5px;
    writing-mode: vertical-lr;
    cursor: pointer;
    font-size: 16px;
    background: #f8f8f8;
}
.product-date-more .link {
    color: #666;
}
.product-date-more .link:hover {
    color: #00468c;
}

.product-rooms-box {
    display: flex;
    align-items: start;
}
.rooms-swiper-prev,
.rooms-swiper-next {
    flex: 0 0 24px;
    width: 24px;
    height: 176px;
    line-height: 176px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    background: #f6f8fa;
}
.rooms-swiper-prev:after,
.rooms-swiper-next:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.rooms-swiper-prev:after {
    border-right: 6px solid #00468c;
}
.rooms-swiper-prev.disabled:after {
    border-right-color: #7f92a5;
}
.rooms-swiper-next:after {
    border-left: 6px solid #00468c;
}
.rooms-swiper-next.disabled:after {
    border-left-color: #7f92a5;
}

.swiper-rooms-container {
    flex: 1 1 auto;
    margin: 0 9px;
}

.swiper-rooms-container .swiper-slide.on .product-rooms-item {
    background: #00468c;
}
.product-rooms-item {
    display: flex;
    height: 176px;
    padding: 20px;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
    background: #f6f8fa;
}
.product-rooms-item .hd {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
}
.product-rooms-item .hd img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.product-rooms-item .bd {
    margin-left: 15px;
}
.product-rooms-item .bd .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}
.swiper-rooms-container .swiper-slide.on .product-rooms-item .bd .tit,
.swiper-rooms-container .swiper-slide.on .product-rooms-item .configure .label,
.swiper-rooms-container .swiper-slide.on .product-rooms-item .price {
    color: #fff;
}
.product-rooms-item .configure {
    display: flex;
    flex-wrap: wrap;
    width: 170px;
    padding: 4px 0 10px;
}
.product-rooms-item .configure .label {
    flex: 0 0 auto;
    min-width: 0;
    width: 50%;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.product-rooms-item .configure .label i {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -2px 0 0 0;
}
.product-rooms-item .configure .label .icon-area {
    background: url('../../images/new/ship_sprites.png') -88px -44px no-repeat;
}
.product-rooms-item .configure .label .icon-floor {
    background: url('../../images/new/ship_sprites.png') -48px -50px no-repeat;
}
.product-rooms-item .configure .label .icon-stock {
    background: url('../../images/new/ship_sprites.png') -88px -10px no-repeat;
}
.product-rooms-item .price {
    color: #fc6000;
}
.product-rooms-item .price .num {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-rooms-item .price .pop-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -4px 0 0 0;
    background: url('../../images/new/ship_sprites.png') -10px -88px no-repeat;
}

.product-rooms-content {
    margin-top: 20px;
}
.product-rooms-header_bar {
    display: flex;
    align-items: center;
    height: 50px;
    background: #f6f8fa;
}
.product-rooms-header_bar .item {
    color: #9e9e9e;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.product-rooms-header_bar .item:nth-child(1),
.product-rooms-body_list .item:nth-child(1) {
    width: 300px;
    text-align: left;
}

.product-rooms-header_bar .item:nth-child(2),
.product-rooms-body_list .item:nth-child(2) {
    width: 140px;
}

.product-rooms-header_bar .item:nth-child(3),
.product-rooms-body_list .item:nth-child(3) {
    width: 240px;
}

.product-rooms-header_bar .item:nth-child(4),
.product-rooms-body_list .item:nth-child(4) {
    width: 200px;
}

.product-rooms-header_bar .item:nth-child(5),
.product-rooms-body_list .item:nth-child(5) {
    width: 140px;
}

.product-rooms-header_bar .item:nth-child(6),
.product-rooms-body_list .item:nth-child(6) {
    flex: 1 1 auto;
}

.product-rooms-body_list {
    display: flex;
    align-items: center;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
/*.product-rooms-body_list.active:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 31px;*/
/*    height: 31px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    background: url('../../images/new/cf_selected_icon.png') center no-repeat;*/
/*}*/
.product-rooms-body_list .item {
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
.product-rooms-body_list .item .configure {
    display: flex;
    flex-wrap: wrap;
}
.product-rooms-body_list .item {
    font-size: 14px;
}
.product-rooms-body_list .item i {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -2px 0 0 0;
}
.product-rooms-body_list .item .icon-area {
    background: url(../../images/new/ship_sprites.png) -88px -44px no-repeat;
}
.product-rooms-body_list .item .icon-floor {
    background: url(../../images/new/ship_sprites.png) -48px -50px no-repeat;
}
.product-rooms-body_list .item .icon-user {
    background: url(../../images/new/ship_sprites.png) -40px -88px no-repeat;
}
.product-rooms-body_list .item .icon-stock {
    background: url(../../images/new/ship_sprites.png) -88px -10px no-repeat;
}
.product-rooms-body_list .item .price {
    color: #fc6000;
    display: inline-block;
    cursor: pointer;
}
.product-rooms-body_list .item .price .num {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-rooms-body_list .item .price .pop-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -2px 0 0 0;
    background: url(../../images/new/ship_sprites.png) -10px -88px no-repeat;
}
.product-rooms-body_list .item .select-box {
    width: 56px;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    cursor: pointer;
    border-color: #e5e5e5;
}
.product-rooms-body_list .item .unit {
    padding-left: 4px;
    font-size: 14px;
}

.check-bed-group {
    display: flex;
    font-size: 14px;
    justify-content: center;
}
.check-bed-group .label {
    height: 18px;
    line-height: 18px;
    cursor: pointer;
    margin-right: 15px;
}
.check-bed-group .label:last-child {
    margin-right: 0;
}
.product-rooms-body_list .item .check-bed-group .check-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -2px 0 0 0;
    background: url(../../images/new/ship_sprites.png) -10px -50px no-repeat;
}
.check-bed-group .label.active .check-icon {
    background-position: -50px -10px;
}

.product-rooms-footer {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 30px;
}
.product-rooms-footer .total-info {
    text-align: right;
}
.product-rooms-footer .total-info .price .txt {
    font-size: 14px;
    font-weight: bold;
}
.product-rooms-footer .total-info .price .num {
    color: #fc6000;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.product-rooms-footer .total-info .configure {
    font-size: 14px;
}
.product-rooms-footer .total-info .configure .c-fc6 {
    color: #fc6000;
    font-family: Arial, Helvetica, sans-serif;
}
.product-rooms-footer .btn-next {
    color: #fff;
    display: block;
    width: 140px;
    height: 60px;
    line-height: 60px;
    margin-left: 20px;
    text-align: center;
    transition: all 0.3s;
    border-radius: 6px;
    font-size: 18px;
    background: #00468c;
}
.product-rooms-footer .btn-next.disabled {
    color: #999;
    cursor: default;
    box-shadow: none !important;
    background: #dcdcdc !important;
}

.product-rooms-footer .btn-next:hover {
    box-shadow: 1px 1px 5px #79a4cf;
}
.product-rooms-footer .btn-next:active {
    box-shadow: 1px 1px 5px #33587c;
    background: #006bd6;
}

.ship-show-content {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
}
.fxd {
    position: fixed;
    top: 0;
    z-index: 999;
}
.ship-show-nav {
    display: flex;
    width: 1200px;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
}
.ship-show-nav span {
    color: #666;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    cursor: pointer;
    border-bottom: 0;
    font-size: 15px;
}
.ship-show-nav span:hover {
    border-bottom: 0;
    position: relative;
    z-index: 99;
    background: #f5f5f5;
}
.ship-show-nav span.active {
    color: #00468c;
    border-bottom: 0;
    position: relative;
    font-weight: bold;
}
.ship-show-nav span.active::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    border-bottom: 3px solid #00468c;
}

.ship-show-box {
    padding: 0 30px;
}
.ship-show-block {
    padding-top: 20px;
}
.ship-show-block .column-tit {
    color: #333;
    padding: 8px 0;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
}
.ship-show-block .column-block {
    padding: 20px 0;
}
.ship-show-block .column-block .pic {
    width: 1140px;
    height: 446px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.ship-show-block .column-block .pic img {
    vertical-align: middle;
}
.ship-show-block .column-block .txtCon {
    color: #666;
    line-height: 24px;
    margin-top: 10px;
    font-size: 14px;
}
.ship-show-block .column-block .txtCon .more {
    color: #00468c;
}
.day-leftnav {
    display: none;
    width: 68px;
    position: fixed;
    top: 100px;
    right: 50%;
    margin-right: 502px;
}
.day-leftnav .day-navlist {
    width: 68px;
}
.day-leftnav .day-navlist li {
    height: 32px;
    margin-bottom: 3px;
}
.day-leftnav .day-navlist li a {
    display: block;
    color: #999;
    width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    transition: all 0.3s;
    background: #f4f3f3;
}
.day-leftnav .day-navlist li a.cur {
    color: #fff;
    background: #00468c;
}
.route-bt {
    height: 30px;
    background: #f7f7f7;
}
.route-bt h3 {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    font-size: 16px;
    border-left: 3px solid #00468c;
}
.route-bt .print {
    float: right;
    color: #00468c;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}
.route-bt .print:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 14px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    background: url('../../images/ship-use-ico.png') no-repeat 0 -120px;
}
.route-day {
    margin: 25px 0 0 101px;
}
.each-day {
    padding: 0 0 20px 38px;
    position: relative;
    border-left: 1px dashed #e6e6e6;
}
.each-day:before {
    content: '\e636';
    display: block;
    color: #00468c;
    width: 26px;
    height: 26px;
    position: absolute;
    left: -13px;
    top: 0;
    font-size: 26px;
    vertical-align: middle;
    font-family: 'st-iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.each-day .day-tit {
    height: 26px;
    padding: 0 10px;
    font-size: 14px;
    background: #f4f3f3;
}
.each-day .day-tit strong {
    float: left;
    width: 70px;
    height: 26px;
    line-height: 26px;
}
.each-day .day-tit p {
    float: left;
    width: 899px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.each-day .day-msg {
    padding: 15px 0;
}
.each-day .column-txt * {
    max-width: 100%;
}
.each-day .day-msg li {
    color: #666;
    height: 28px;
}
.each-day .day-msg li span {
    float: left;
    width: 33%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.each-day .day-msg li span:before {
    display: inline-block;
    color: #00468c;
    width: 24px;
    height: 24px;
    font-size: 22px;
    vertical-align: middle;
    margin: -8px 0 0;
    font-family: 'st-iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.each-day .day-msg li .stime:before,
.each-day .day-msg li .etime:before {
    content: '\e630';
}
.each-day .day-msg li .fast:before,
.each-day .day-msg li .lunch:before,
.each-day .day-msg li .supper:before {
    content: '\e632';
}
.each-day .day-msg li .dest:before {
    content: '\e633';
}
.each-day .day-msg li .stay:before {
    content: '\e634';
}

/* 邮轮设施 */
.ship-facilities-list {
}
.ship-facilities-list li {
    float: left;
    width: 260px;
    height: 194px;
    margin-bottom: 22px;
    margin-right: 33px;
}
.ship-facilities-list li:nth-of-type(4n){
    margin-right: 0;
}
.ship-facilities-list li .icon {
    display: block;
    width: 260px;
    height: 160px;
}
.ship-facilities-list li .icon img {
    display: block;
    width: 100%;
    height: 100%;
}
.ship-facilities-list li .name {
    display: block;
    font-size: 14px;
    padding: 5px 0;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 我要咨询颜色 */
.st-tj-question .msg .tj-btn {
    background: #0082dd !important;
}

/* popover 样式 */
.price-plan-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 14px;
}
.price-plan-list .item:last-child {
    border-bottom: 0;
}
.price-plan-list .item .price {
    color: #fc6000;
    font-family: Arial, Helvetica, sans-serif;
}

.calendar-ts-bar {
    color: #fc6000;
    padding: 10px;
    font-size: 14px;
    background: #fff8f2;
}

.calendar-ts-bar::before {
    content: '\e657';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -3px 4px 0;
    font-size: 28px;
    vertical-align: middle;
    font-family: 'st-iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.product-rooms__type-block {
    padding: 15px 0;
}
.product-rooms__type-group {
    display: flex;
    padding: 8px 0;
}
.product-rooms__type-group .item {
    color: #9e9e9e;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
.product-rooms__type-group .item:nth-child(1) {
    color: #333;
    width: 440px;
    line-height: 30px;
    text-align: left;
}
.product-rooms__type-group .item:nth-child(2) {
    width: 240px;
}
.product-rooms__type-group .item:nth-child(3) {
    width: 200px;
    line-height: 30px;
}
.product-rooms__type-group .item .price {
    color: #fc6000;
}
.product-rooms__type-group .item .price .num {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.step-number-box {
    display: flex;
    justify-content: center;
}
.step-number-box .step-minus,
.step-number-box .step-plus {
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    font-size: 29px;
    border-radius: 4px;
    background: #00468c;
}
.step-number-box .step-minus.disabled,
.step-number-box .step-plus.disabled {
    background: #d8d8d8;
}
.step-number-box .step-value {
    width: 60px;
    height: 30px;
    margin: 0 5px;
    text-align: center;
    border: 1px solid #dedfe3;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
