@charset "utf-8";
body{
    background-color: #eef1f6;
}
/* 邮轮详情 */
.st-ship-top-container{
    float: left;
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}
.st-ship-detail-top{
    padding: 20px;
    border: 1px solid #ebebeb;
}
.st-ship-slider-wrap{
    float: left;
    width: 500px;
    height: 418px;
}
.ship-slider-view{
    width: 500px;
    height: 340px;
}
.ship-slider-view .swiper-container{
    width: 500px;
    height: 340px;
    overflow: hidden;
}
.ship-slider-view .swiper-container a{
    display: table-cell;
    width: 500px;
    height: 340px;
    text-align: center;
    vertical-align: middle;
}
.ship-slider-view .swiper-container a img{
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.ship-slider-preview{
    width: 100%;
    margin-top: 8px;
    position: relative;
}
.ship-slider-preview .swiper-container {
    width: 433px;
    height: 70px;
    margin-left: 35px;
}
.ship-slider-preview .swiper-slide {
    width: 103px;
    height: 70px;
    margin-right: 7px;
    cursor:pointer;
}
.ship-slider-preview .swiper-slide.active-nav:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #2577e3;
}
.ship-slider-preview .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.ship-slider-preview .arrow-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 70px;
    z-index: 10;
    background: url(/res/images/new/ship-detail-slider-arr.png) no-repeat 0 0;
}
.ship-slider-preview .arrow-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 70px;
    z-index: 10;
    background: url(/res/images/new/ship-detail-slider-arr.png) no-repeat -25px 0;
}

.st-ship-detail-wrap{
    float: right;
    width: 642px;
}
.st-ship-detail-wrap .ship-title{
    min-height: 24px;
    max-height: 48px;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
}
.st-ship-detail-wrap .line-data{
    margin-top: 18px;
}
.st-ship-detail-wrap .line-data .line-data-item{
    float: left;
    padding: 0 15px;
    border-right: 1px solid #e6e6e6;
}
.st-ship-detail-wrap .line-data .line-data-item:first-child{
    padding-left: 0;
}
.st-ship-detail-wrap .ship-price{
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    background-color: #fff4e4;
    margin-top: 18px;
    overflow: hidden;
}
.st-ship-detail-wrap .ship-price .cur-price{
    float: left;
    font-size: 12px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.st-ship-detail-wrap .ship-price .cur-price .color{
    color: #fc6000;
}
.st-ship-detail-wrap .ship-price .cur-price .num{
    font-size: 26px;
}
.st-ship-detail-wrap .ship-price .ori-price{
    float: left;
    font-size: 12px;
    color: #999;
    height: 60px;
    line-height: 70px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
    margin-left: 8px;
    text-decoration: line-through;
}
.st-ship-detail-wrap .ship-brand{
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
.st-ship-detail-wrap .ship-brand .name{
    color: #2577e3;
}
.st-ship-detail-wrap .ship-data{

}
.st-ship-detail-wrap .ship-data .data-item{
    float: left;
    width: 25%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.st-ship-detail-wrap .ship-data .data-item.long{
    width: 100%;
}
.st-ship-detail-wrap .ship-link{
    margin-top: 22px;
}
.st-ship-detail-wrap .link-phone-item{
    float: left;
    padding: 0 10px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    margin-right: 22px;
    background-color: #2577e3;
}
.st-ship-detail-wrap .link-phone-item:before{
    content: '';
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url("/res/images/new/ship-detail-link-icon.png") no-repeat -1px 0;
    margin: -3px 6px 0 0;
}
.st-ship-detail-wrap .link-kf-item{
    float: left;
    padding: 0 14px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    background-color: #f90;
}
.st-ship-detail-wrap .link-kf-item:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("/res/images/new/ship-detail-link-icon.png") no-repeat 0 -22px;
    vertical-align: middle;
    margin: -3px 6px 0 0;
}

.st-line-sellpoint{
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #f6f6f6;
}
.st-line-sellpoint dt{
    float: left;
    width: 110px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #ff9600;
    position: relative;
}
.st-line-sellpoint dt:before{
    content: '';
   display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 13px;
    background: url("/res/images/new/ship-detail-sellpoint-icon.png") no-repeat;
}
.st-line-sellpoint dd{
    padding-left: 110px;
    min-height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}

.st-line-block{
    padding: 0 25px;
    margin: 20px 0;
    height: 70px;
    position: relative;
}
.st-line-block .sline-prev-btn{
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 70px;
    background: url("/res/images/new/ship-detail-slider-arr.png") no-repeat;
}
.st-line-block .sline-next-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 70px;
    background: url("/res/images/new/ship-detail-slider-arr.png") no-repeat -25px 0;
}
.st-line-block .sline-prev-btn.swiper-button-disabled,
.st-line-block .sline-next-btn.swiper-button-disabled{
    opacity: .5;
}
.st-line-block .sline-list-wrap{
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
}
.st-line-block .sline-list-wrap .sline-list{}
.st-line-block .sline-list-wrap .sline-list li{
    float: left;
    width: auto!important;
    border: 1px solid #eee;
    padding: 14px 20px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.st-line-block .sline-list-wrap .sline-list li:last-child{
    margin-right: 0;
}
.st-line-block .sline-list-wrap .sline-list li.on{
    border-color: #f90;
}
.st-line-block .sline-list-wrap .sline-list li.on:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 23px;
    height: 22px;
    background: url("/res/images/new/ship-selected-icon.png") no-repeat;
}
.st-line-block .sline-list li .pos-item{
    float: left;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.st-line-block .sline-list li .pos-item.left{
    text-align: right;
}
.st-line-block .sline-list li .pos-arr{
    float: left;
    width: 28px;
    height: 40px;
    background: url("/res/images/new/ship-date-line-arr.png") no-repeat center;
    margin: 0 12px;
}

.st-ship-detail-container{
    float: left;
    width: 100%;
    min-width: 1200px;
    padding: 15px 0 58px;
}
.ship-date-block{
    padding: 12px 0;
    background: #fff;
    position: relative;
}
.ship-date-block .filter-more{
    position: absolute;
    top: 12px;
    right: 0;
    width: 89px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #e5e5e5;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.filter-more:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 21px;
    background: url("/res/images/new/ship-filter-date-icon.png") no-repeat;
    vertical-align: middle;
    margin: -3px 6px 0 0;
}
.filter-box{
    width: 1110px;
    height: 52px;
    overflow: hidden;
    position: relative;
}
.filter-nav .arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 57px;
    height: 52px;
    background: #fff;
}
.filter-nav .prev{
    left: -57px;
    border-right: 1px solid #e5e5e5;
}
.filter-nav .next{
    right: -57px;
    border-left: 1px solid #e5e5e5;
}
.filter-nav .arrow i{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 18px;
    margin: -9px 0 0 -5px;
    background: url(/res/images/new/ship-date-arr.png) no-repeat;
}
.filter-nav .prev i{
    background-position: 0 0;
}
.filter-nav .next i{
    background-position: -13px 0;
}
.filter-nav .prev.swiper-button-disabled i,
.filter-nav .next.swiper-button-disabled i{
    opacity: .5;
    cursor: default;
}
.filter-box .filter-nav{
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 998px;
    margin-left: -498px;
    overflow: visible;
}
.filter-nav-list{
    width: 998px;
}
.filter-nav-list li{
    float: left;
    width:110px!important;
    height: 52px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer;
}
.filter-nav-list li .date{
    padding-top: 10px;
    font-size: 12px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.filter-nav-list li .price{
    color: #2577e3;
    font-size: 14px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
    margin-top: 5px;
}
.filter-nav-list li.on{
    background-color: #2577e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.filter-nav-list li.on .date,
.filter-nav-list li.on .price{
    color: #fff;
}

.ship-meal-block{
    background-color: #fff;
}
.ship-line-meal{
    padding: 14px;
    margin-top: 20px;
    position: relative;
}
.ship-line-meal .line-meal-tit{
    height: 40px;
    background-color: #f4f7fb;
    font-size: 12px;
    color: #666;
    line-height: 40px;
    text-align: center;
}
.line-meal-tit .meal-tit-item:nth-of-type(1){
    float: left;
    width: 320px;
}
.line-meal-tit .meal-tit-item:nth-of-type(2){
    float: left;
    width: 158px;
}
.line-meal-tit .meal-tit-item:nth-of-type(3){
    float: left;
    width: 148px;
}
.line-meal-tit .meal-tit-item:nth-of-type(4){
    float: left;
    width: 112px;
}
.line-meal-tit .meal-tit-item:nth-of-type(5){
    float: left;
    width: 105px;
}
.line-meal-tit .meal-tit-item:nth-of-type(6){
    float: left;
    width: 102px;
}
.line-meal-tit .meal-tit-item:nth-of-type(7){
    float: left;
    width: 118px;
}
.line-meal-tit .meal-tit-item:nth-of-type(8){
    float: left;
    width: 109px;
}
.line-meal-con{
    border-top: none;
}
.line-meal-list{
}
.line-meal-item{
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}
.line-meal-item .meal-item-pic{
    float: left;
    width: 320px;
}
.line-meal-item .meal-item-pic .pic{
    float: left;
    width: 120px;
    height: 80px;
    background-color: #e7e7e7;
}
.line-meal-item .meal-item-pic .pic img{
    height: 100%;
    width: 100%;
}
.line-meal-item .meal-item-pic .info{
    float: right;
    width: 186px;
}
.line-meal-item .meal-item-pic .tit{
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-meal-item .meal-item-pic .area{
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.line-meal-item .meal-item-pic .show{
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #2577e3;
}
.line-meal-item .meal-item-floor,
.line-meal-item .meal-item-room,
.line-meal-item .meal-item-area,
.line-meal-item .meal-item-people,
.line-meal-item .meal-item-num{
    float: left;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.line-meal-item .meal-item-floor{
    width: 158px;
}
.line-meal-item .meal-item-room{
    width: 148px;
    padding: 30px 0;
    height: auto;
    line-height: 20px;
}
.line-meal-item .meal-item-area{
    width: 112px;
    padding: 30px 0;
    height: auto;
    line-height: 20px;
}
.line-meal-item .meal-item-people{
    width: 105px;
}
.line-meal-item .meal-item-num{
    width: 102px;
}
.line-meal-item .meal-item-num{
    width: 102px;
}
.line-meal-item .meal-item-price{
    float: left;
    width: 118px;
    font-size: 12px;
    height: 80px;
    line-height: 80px;
    color: #f60;
    text-align: center;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.line-meal-item .meal-item-price .num{
    font-size: 16px;
}
.line-meal-item .meal-item-handle{
    float: left;
    width: 109px;
}
.line-meal-item .meal-item-handle a{
    display: block;
    width: 90px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    background-color: #f56200;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 22px auto 0;
}

.ship-show-content {
    margin-top: 40px;
    background-color: #fff;
}
.fxd{
    position: fixed;
    top: 0;
    z-index:999;
}
.ship-show-nav{
    width: 1198px;
    border: 1px solid #ededed;
    border-bottom: 2px solid #2577e3;
    background: #fff;
}
.ship-show-nav span{
    float: left;
    color: #666;
    height: 47px;
    line-height: 47px;
    padding: 0 20px;
    margin-left: -1px;
    margin-top: -1px;
    cursor: pointer;
    border: 1px solid #ededed;
    border-bottom: 0;
    font-size: 16px;
}
.ship-show-nav span:hover{
    border-bottom: 0;
    position: relative;
    z-index: 99;
    background: #f5f5f5;
}
.ship-show-nav span.on{
    color: #fff;
    border: 1px solid #2577e3;
    border-bottom: 0;
    background: #2577e3;
}

.ship-show-box{
    padding: 0 29px;
    border: 1px solid #ededed;
    border-top: 0;
}
.ship-show-block{
    padding-top: 20px;
}
.ship-show-block .column-tit{
    color: #333;
    padding: 5px 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:#2577e3
}
.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 .3s;
    background:#f4f3f3
}
.day-leftnav .day-navlist li a.cur{
    color:#fff;
    background:#2577e3
}
.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 #2577e3;
}
.route-bt .print{
    float: right;
    color: #2577e3;
    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("/res/images/new/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: #2577e3;
    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 .day-msg li{
    color: #666;
    height: 28px;
}
.each-day .day-msg li span{
    float: left;
    width: 200px;
    height: 28px;
    line-height: 28px;
}
.each-day .day-msg li span:before{
    display: inline-block;
    color: #2577e3;
    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: 20%;
    height: 20px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 20px;
}
.ship-facilities-list li .icon{
    float: left;
    width: 20px;
    height: 20px;
}
.ship-facilities-list li .icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.ship-facilities-list li .name{
    display: block;
    padding-left: 30px;
}

/* 我要咨询颜色 */
.st-tj-question .msg .tj-btn{
    background: #0082dd!important;
}

/* 推荐邮轮 */
.ship-recommend-block{
    margin-top: 40px;
    background-color: #fff;
    padding-bottom: 50px;
}
.ship-recommend-tit{
    padding: 0 46px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    font-weight: bold;
}
.ship-recommend-list{
    position: relative;
}
.ship-recommend-list .ship-recommend-prev{
    position: absolute;
    left: 10px;
    top: 50%;
    width: 18px;
    height: 33px;
    background: url("/res/images/new/ship-detail-recommend-slider-arr.png") no-repeat 0 0;
    margin-top: -16px;
}
.ship-recommend-list .ship-recommend-next{
    position: absolute;
    right: 10px;
    top: 50%;
    width: 18px;
    height: 33px;
    background: url("/res/images/new/ship-detail-recommend-slider-arr.png") no-repeat -22px 0;
    margin-top: -16px;
}
.ship-recommend-list .ship-recommend-prev.swiper-button-disabled,
.ship-recommend-list .ship-recommend-next.swiper-button-disabled{
    opacity: .5;
}
.ship-recommend-list .ship-recommend-swiper{
    width: 1110px;
    margin: 0 auto;
}
.ship-recommend-list li{
    float: left;
    width: 264px;
    height: 296px;
    margin-right: 18px;
}
.ship-recommend-list li:last-child{
    margin-right: 0;
}
.ship-recommend-list li .pic{
    width: 264px;
    height: 174px;
    position: relative;
}
.ship-recommend-list li .pic a{
    width: 264px;
    height: 174px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #e7e7e7;
    position: relative;
}
.ship-recommend-list li .pic a img{
    max-width: 264px;
    max-height: 174px;
    vertical-align: middle;
}
.ship-recommend-list li .pic a .shi-name{
    position: absolute;
    left: 8px;
    top: 9px;
    z-index: 2;
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.ship-recommend-list li .txt{
    padding: 5px 14px 8px;
    border: 1px solid #cccee1;
    border-top: 0;
}
.ship-recommend-list li .txt .bt a{
    display: block;
    height: 40px;
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
}
.ship-recommend-list li .txt .bt a:hover{
    color: #fc6000;
}
.ship-recommend-list li .txt .spots{
    height: 22px;
    overflow: hidden;
    margin-top: 4px;
}
.ship-recommend-list li .txt .spots .label{
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 0 6px;
    font-size: 12px;
    color: #2577e3;
    margin-right: 6px;
    background-color: #f5f9ff;
}
.ship-recommend-list li .txt .jg{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 4px;
}
.ship-recommend-list li .txt .jg em{
    color: #f60;
}
.ship-recommend-list li .txt .jg em strong{
    font-size: 22px;
}
.ship-recommend-list li .txt .start{
    float: right;
    color: #999;
    height: 30px;
    line-height: 30px;
}

/* 房型弹窗 */
.room-layer-container{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(0,0,0,.9);
    display: none;
}
.room-layer-block{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 1200px;
    height: 410px;
    margin: -205px 0 0 -600px;
}
.room-layer-block .room-layer-close{
    position: absolute;
    top:-50px;
    right: -10px;
    z-index: 100;
    width: 16px;
    height: 16px;
    background: url("/res/images/new/ship-detail-layer-close.png") no-repeat;
    cursor: pointer;
}
.room-slider-wrap{
    float: left;
    width: 815px;
    height: 418px;
}
.room-slider-view{
    float: left;
    width: 700px;
    height: 410px;
}
.room-slider-view .swiper-container{
    width: 700px;
    height: 410px;
    overflow: hidden;
}
.room-slider-view .swiper-container a{
    display: table-cell;
    width: 700px;
    height: 410px;
    text-align: center;
    vertical-align: middle;
}
.room-slider-view .swiper-container a img{
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.room-slider-view .swiper-container a .video{
    height: 100%;
    width: 100%;
}
.room-slider-preview .swiper-slide .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    background: url(/res/images/new/24gf-playCircle.png) no-repeat;
    background-size: contain;
    margin: -14px 0 0 -14px;
}
.room-slider-preview{
    float: right;
    width: 100px;
    height: 410px;
    position: relative;
}
.room-slider-preview .swiper-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100px;
    height: 360px;
    margin-top: -180px;
}
.room-slider-preview .swiper-slide {
    width: 100px;
    height: 66px;
    margin-bottom: 7px;
    cursor:pointer;
}
.room-slider-preview .swiper-slide:last-child{
    margin-bottom: 0;
}
.room-slider-preview .swiper-slide.active-nav:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #fc6000;
}
.room-slider-preview .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.room-slider-preview .arrow-left{
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 15px;
    z-index: 10;
    background: url(/res/images/new/ship-detail-slider-layer-arr.png) no-repeat 0 0 #fff;
}
.room-slider-preview .arrow-right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 15px;
    z-index: 10;
    background: url(/res/images/new/ship-detail-slider-layer-arr.png) no-repeat 0 -15px #fff;
}
.room-info-wrap{
    float: right;
    width: 350px;
    margin-right: 10px;
}
.room-info-wrap dl{
    padding: 10px 0;
}
.room-info-wrap dl dt{
    float: left;
    width: 84px;
    font-size: 14px;
    color: #fff;
    height: 20px;
    line-height: 20px;
}
.room-info-wrap dl dd{
    min-height: 20px;
    padding-left: 84px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}






















/* 更多日历报价 */
.calendar-layer-container{
    display: none;
    padding: 20px;
}
.line-slideTxtBox2 {
    position: relative;
    height: 50px;
}
.line-slideTxtBox2 .bd {
    width: 452px!important;
    margin: auto;
}
.line-slideTxtBox2 .bd li {
    width: 113px!important;
    height: 41px;
    padding-top: 9px;
    text-align: center;
    cursor: pointer;
}
.line-details__date .price {
    color: #ff6913;
}
.line-slideTxtBox2 .bd li.on {
    background-color: #2577e3;
}
.line-slideTxtBox2 .bd li.on,
.line-slideTxtBox2 .bd li.on .price,
.line-slideTxtBox2 .bd li.on .noneT {
    color: #fff;
}
.line-slideTxtBox2 .prev,
.line-slideTxtBox2 .next {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 26px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999;
    cursor: pointer;
}
.line-slideTxtBox2 .prev {
    left: 0;
}
.line-slideTxtBox2 .next {
    right: 0;
}

.line-slideTxtBox2 .prev i,
.line-slideTxtBox2 .next i{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 18px;
    margin: -9px 0 0 -5px;
    background: url(/res/images/new/ship-date-arr.png) no-repeat;
}
.line-slideTxtBox2 .prev i{
    background-position: 0 0;
}
.line-slideTxtBox2 .next i{
    background-position: -13px 0;
}
.filter-nav .prev.swiper-button-disabled i,
.filter-nav .next.swiper-button-disabled i{
    opacity: .5;
    cursor: default;
}

.line-slideTxtBox2 .noneT {
    color: #999;
}
.line-slideTxtBox2 .prevStop,
.line-slideTxtBox2 .nextStop {
    color: #ddd;
}

.line-details__table {
    width: 100%;
}
.line-details__table thead,
.line-details__table tbody,
.line-details__table tr {
    display: block;
}
.line-details__table thead {
    height: 30px;
    line-height: 30px;
    background-color: #2577e3;
    color: #bebebe;
}
.line-details__table tbody {
    border-left: 1px solid #ddd;
}
.line-details__table th,
.line-details__table td {
    float: left;
    width: 14%;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.line-details__table td {
    height: 51px;
    padding-top: 1px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #333;
}
.line-details__table .tuanqi {
    position: relative;
    cursor: pointer;
}
.line-details__table .tuanqi.on {
    background-color: #fff;
}
.line-details__table .tuanqi.on:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 2px solid #2577e3;
}

/* layer */
.layui-layer-shade{
    opacity: .9!important;
}
/*咨询*/
.st-consult,
.st-consult ul {
    float: left;
    width: 863px
}

.st-consult ul li {
    float: left;
    width: 863px;
    padding: 20px 0;
    border-bottom: 1px dotted #d8d8d8
}

.st-consult ul li:nth-last-of-type(1) {
    border-bottom: 0
}

.st-consult ul li.bor_0 {
    border-bottom: 0
}

.st-consult dl {
    float: left;
    width: 863px
}

.st-consult dl dt {
    float: left;
    width: 75px;
    padding-left: 40px;
    font-size: 14px
}

.st-consult dl.ask dt {
    color: #00b7ee;
    background: url(../images/ls-icobg.png) no-repeat 15px -134px
}

.st-consult dl.answer dt {
    color: #ff9b3a;
    background: url(../images/ls-icobg.png) no-repeat 15px -172px
}

.st-consult dd,
.st-consult dl.ask dd p {
    float: left;
    width: 748px
}

.st-consult dl.ask p {
    margin-bottom: 10px
}

.st-consult dl.ask p.bt {
    color: #333;
    font-size: 14px
}

.st-consult dl.ask p.name {
    color: #a0a0a0
}

.st-consult dl.ask p.name span {
    float: left;
    margin-right: 20px
}

.st-consult dl.answer p.txt {
    font-size: 14px
}

.st-consult dl.answer img {
    max-width: 748px !important;
}

.st-consult dl.answer dd a {
    color: #0082dd;
}

.st-consult dl.answer dd a:hover {
    color: #ff8a00;
}

.st-consult dl.answer dd i,
.st-consult dl.answer dd em {
    font-style: italic;
}

.st-consult dl.answer dd strong {
    font-weight: bold;
}

.st-consult dl.answer dd table,
.st-consult dl.answer dd th,
.st-consult dl.answer dd td {
    border: 1px solid #e5e5e5;
}

.st-tj-question,
.st-tj-question .msg {
    float: left;
    width: 1140px
}

.st-tj-question {
    /*margin-top: 40px;*/
}

.st-tj-question .msg {
    margin-top: 15px
}

.st-tj-question textarea {
    float: left;
    width: 1128px;
    min-height: 100px;
    padding: 5px;
    outline: none;
    border: 1px solid #d8d8d8
}

.st-tj-question .msg .tj-btn {
    float: right;
    color: #fff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: #fc6000
}

.st-tj-question .msg span {
    float: right;
    margin-right: 20px;
}

.st-tj-question .msg span em {
    float: left;
    height: 30px;
    line-height: 30px
}

.st-tj-question .msg span img,
.st-tj-question .msg span a,
.st-tj-question .msg span input {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 10px
}

.st-tj-question .msg span input {
    width: 80px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d8d8d8
}


/* 客户评论 */
.st-list-pl,
.st-pl-box,
.st-comment-block,
.comment-con dl{
    width: 1140px !important;
}
.comment-con dl dd{
    width: 1030px !important;
}
/* 我要咨询 */
.line-consult li {
    padding: 20px;
    border-bottom: 1px dashed #e6e6e6;
}
.line-consult li.last-li {
    border-bottom: none;
}
.line-consult li .consult-txt {
    height: 16px;
    line-height: 16px;
    padding-left: 36px;
    background: url(../images/consultation.png) no-repeat left center;
}
.line-consult li .consult-txt span {
    margin-right: 17px;
    color: #999999;
}
.line-consult li dl {
    padding-left: 36px;
    margin-top: 10px;
}
.line-consult li dl dt,
.line-consult li dl dd {
    float: left;
}
.line-consult li dl.asking dt {
    height: 22px;
    line-height: 22px;
    background: #ffc038;
    padding: 0 3px;
    color: #fff;
    border-radius: 1px;
}
.line-consult li dl.asking dd {
    line-height: 22px;
    color: #666666;
    font-size: 14px;
    padding-left: 10px;
    width: 1024px;
}
.line-consult li dl.answering dt {
    height: 22px;
    line-height: 22px;
    background: #08d173;
    padding: 0 3px;
    color: #fff;
    border-radius: 1px;
}
.line-consult li dl.answering dd {
    line-height: 22px;
    color: #999999;
    font-size: 14px;
    padding-left: 10px;
    width: 700px;
}
.st-tj-question,
.st-tj-question .msg {
    width: 1140px !important;
}
.st-tj-question textarea {
    width: 1128px !important;
}
/*点评*/
.column-block {
    zoom: 1;
}
.st-list-pl {
    float: left;
    width: 1140px
}

.st-comment-block {
    float: left;
    width: 863px;
}

.comment-nav {
    height: 40px;
    background: #f5f5f5;
}

.comment-nav span {
    color: #333;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
}

.comment-nav span em {
    color: #999;
}

.comment-nav span.on,
.comment-nav span.on em {
    color: #ff6600;
}

.comment-con dl {
    float: left;
    width: 863px;
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8
}

.comment-con dl.bor_0 {
    border-bottom: 0
}

.comment-con dl dt {
    float: left;
    width: 70px;
    padding-left: 5px;
    text-align: center;
}

.comment-con dl dt img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.comment-con dl dt span {
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.comment-con dl dt .level {
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    background: #4cb786;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;;
}

.comment-con dl dd {
    float: left;
    width: 753px;
    padding-left: 35px;
}

.comment-con dl dd .zs {
    margin-bottom: 10px;
}

.comment-con dl dd .zs:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}

.comment-con dl dd .zs .grade {
    float: left;
    width: 99px;
    height: 18px;
    background: url("../images/base-pl-ico.png") no-repeat 0 -18px;
}

.comment-con dl dd .zs .grade i {
    display: block;
    height: 18px;
    background: url("../images/base-pl-ico.png") no-repeat 0 0;
}

.comment-con dl dd .zs .jf {
    float: right;
    color: #ff9b3a;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    padding-left: 59px;
    margin-right: 5px;
    background: url(../images/ls-icobg.png) no-repeat 0 -345px
}

.comment-con dl dd .zs .jf i {
    float: right;
    width: 5px;
    height: 19px;
    background: url(../images/ls-icobg.png) no-repeat -123px -364px
}

.comment-con dl dd .txt {
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 14px
}

.comment-con dl dd .plImgBox {
    margin-bottom: 5px;
}

.comment-con dl dd .plImgBox .fancybox {
    float: left;
    width: 86px;
    height: 86px;
    padding: 1px;
    margin: 5px 15px 10px 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    background: #fff;
}
.comment-con dl dd .plImgBox .fancybox img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.comment-con dl dd .date {
    color: #a0a0a0;
    margin-bottom: 5px;
}

.st-pl-box {
    float: left;
    width: 1140px;
    padding: 19px 0 16px
}

.st-pl-box span {
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 14px;
    border-right: 1px solid #d8d8d8
}

.st-pl-box span.myd strong {
    color: #f80;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif
}

.st-pl-box span.txt {
    color: #999;
    height: 40px;
    line-height: 20px;
    padding: 5px 60px;
    font-size: 12px;
}

.st-pl-box a.pl-btn {
    float: right;
    color: #fff;
    width: 110px;
    height: 34px;
    line-height: 34px;
    margin: 8px 70px 0 0;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    background: #ff9b3a
}

.st-pl-box a.pl-btn:hover {
    background: #f80
}