@charset "utf-8";
/* CSS Document */
.ycon{padding-bottom:50px}
.ycon i{background:0 0}
.con_wrap{width:1200px;margin:0 auto}

/* 顶部信息展示 */
.show-header{background:#fff;padding:20px 15px;border-radius:10px;display:flex;gap:30px;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);box-shadow:0 4px 16px 1px #0000000f;}
/* r页面左边图片 */
.show-header .line-img{width: 420px;position: relative;height: 420px;overflow: hidden;}
.show-header .line-img img{width: 100%;height: 100%;object-fit: cover;}
/* s页面左边幻灯片 */
.show-header .swipers{width: 420px;}
.swipers .swiper-slide{width: 100%;}
.swipers .gallery-top{height: 370px;}
.swipers .gallery-top img{width: 100%;height: 100%;object-fit: cover;cursor:grab;}
.swipers .gallery-top .swiper-slide::before{content: "";position: absolute;left: 0;bottom:0;width: 100%;height: 40%;background: linear-gradient(to top,rgba(0,0,0,.9),transparent);}
.swipers .gallery-top .gt-info{position: absolute;bottom: 0;left: 0;width: 100%;padding: 10px 15px 20px;color: #fff;box-sizing: border-box;font-size: 14px;}
.swipers .gallery-top .gt-info .gt-info-up{display: flex;justify-content: space-between;}
.swipers .gallery-top .gt-info .gt-info-up .info-up-r{cursor: pointer;margin-bottom: 10px;border-bottom: .5px dashed #b6b6b6;color: #fff;}
.swipers .gallery-top .gt-info .gt-info-up .info-up-r:hover{border-bottom-style: solid;text-decoration: none;}
.swipers .gallery-thumbs{height: 80px;padding: 10px 0;margin-top: 10px;}
.swipers .gallery-thumbs .swiper-slide{width: 25%;height: 100%;background-position: center;background-size: cover;border-radius: 3px;overflow: hidden;}
.swipers .gallery-thumbs .swiper-slide-thumb-active{font-weight: 600;box-shadow: 3px 3px 3px #707070;}
.swipers .gallery-thumbs .swiper-slide >p{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;line-height: 80px;text-align: center;color: #fff;font-size: 15px;background-color: rgba(0,0,0,0.6);letter-spacing: 1px;cursor: pointer;text-shadow: 0 1px 3px rgba(0, 0, 0, .7);}
.swipers .gallery-thumbs .swiper-slide-thumb-active p{background-color: rgba(0,0,0,0.1);}
.swipers .gallery-thumbs .morePic{width: 25%;height: 100%;display: flex;align-items: center;justify-content: center;flex-shrink: 0;cursor: pointer;}
.swipers .gallery-thumbs .morePic:hover{color: #000;background-color: #eee;}
/* 右边信息展示 */
.show-header .item{flex:1}
.show-header .item .prd_tit{line-height:25px;border-bottom:1px dashed #eee;padding-bottom:10px;margin-bottom:20px}
.show-header .item .prd_tit .h{font-size:18px;color:#21538c}
.show-header .item .prd_tit h1{display:inline-block;font-weight:500;margin-bottom:5px;color:#016ce4;font-family:"Microsoft Yahei";font-size:22px;letter-spacing:1px}
.show-header .item .prd_tit .desc .tags{color:#777;font-size:16px}
.show-header .item dl{line-height:30px;width:100%;display:flex;margin-bottom:10px}
.show-header .item dd .price{color:#ff3a18;color:#ff3a18;font-family:"microsoft Yahei"}
.show-header .item dd .nub{font-size:40px;font-weight:600;vertical-align:-5px;color:#ff3a18;margin:0 5px 10px}
.show-header .item .sm{margin-left:30px}
.item .sm{position:relative;margin-top:5px}
.item .sm i{font-size:14px;margin-right:5px}
.item .sm .tcjs{display:none;position:absolute;width:250px;line-height:20px;color:#535f78;background:#fff;border-radius:10px;padding:10px;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);animation:bd .3s;-ms-animation:bd .3s;-webkit-animation:bd .3s;z-index:1;border:1px solid #ffa852}
@keyframes bd{from{transform:scale(.8);-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8)}
to{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1)}
}
.item .prek .on .tcjs{display:block}
.activities{font-size:14px;margin-bottom:8px}
.activities .act-item{position:relative;line-height:25px;margin-bottom:5px;display:flex;gap:10px}
.activities .act-item .act-name{border-radius:5px;color:#fff;padding:0 8px;letter-spacing:1px;font-weight:600;white-space: nowrap;height: max-content;}
.activities .act-item .coupons-lj{background-color:#28a745}
.activities .act-item .coupons-zk{background-color:#f50}
.activities .act-item .coupons-mj{background-color:#ec2704}
.activities .act-item .promotion{background-color:#ff7300}
.feature{background-color:#fff;display:flex;flex-wrap:wrap;gap:10px;font-size:16px}
.feature li{padding:5px 10px;text-align:center;background-color:#41a0f9;color:#fff;border-radius:5px}
.sellingPoint{font-size:16px;color:#555;line-height:30px;margin-top:10px}
.show-header .item .sub_box{clear:both;font-size:18px;padding-top:10px;overflow:hidden;color:#848484;line-height:30px}
.show-header .item .sub_box .sb-contact{display:flex;flex-wrap:wrap;align-items:center;margin:10px 0;gap:20px;white-space:nowrap}
.show-header .item .sub_box .sb-contact .ct-com{color:#fff;border-radius:30px;padding:0 15px;line-height:40px;background-color:#00a2ff;font-weight:600}
.show-header .item .sub_box .sb-contact .ct-com:hover{text-decoration:none;background-color:#1eaa74}
.show-header .item .sub_box .sb-contact .ct-com i{font-size:24px;margin-right:5px;vertical-align:-2px;font-weight:400}
.show-header .item .sub_box .sb-contact .ct-online{background-color:#ff9909}
.show-header .item .sub_box .zxdec{color:#1eaa74;font-size:16px;margin-top:15px}
.show-header .item .sub_box .zxdec .wechatmin{display:inline-block;width:30px;height:30px;background:url(../iamge/wechat-min.png) no-repeat center center/cover;margin-right:5px;vertical-align:middle}

/* R页面顶部信息展示 */
.xl_top_a .item .zbt{height:50px;padding-right:30px;line-height:25px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.xl_top_a .item h1{color:#0a7bf8;display:inline;font-size:24px}
.xl_top_a .item .fbt{font-size:16px;color:#535f78}
.xl_top_a .item .gft{color:#fe5555;margin:10px 0;font-size:14px}
.xl_top_a .item .gfk{display:inline-block;margin-right:5px;color:#333;padding:2px 5px;border-radius:3px;background:#ffdfcd}
.xl_top_a .item .gfk i{color:red;vertical-align:-2px;margin-right:5px}
.xl_top_a .item .prek{display:flex;line-height:40px;margin:20px 0}
.xl_top_a .item .prek .jgm{color:#999;margin-right:50px}
.xl_top_a .item .prek .jgm span{font-family:Microsoft YaHei;font-size:30px;margin:5px;color:red;font-weight:700}

.xl_top_a .item .sm i{margin-right:5px;color:#999;font-size:14px}
.xl_top_a .item .yc_item{display:flex;background:#f5f8fa;border-radius:10px 0 0 10px}
.xl_top_a .item .yc_item .cs{display:flex;width:80%;flex-wrap:wrap;padding:10px;line-height:25px}
.xl_top_a .item .yc_item .cs div{width:33%;font-size:14px}
.xl_top_a .item .yc_item .cs span{color:#555}
.xl_top_a .item .yc_item .xie{position:relative;width:20%;display:block;background:#fff;display:flex}
.xl_top_a .item .yc_item .xie .pic{width:50px;height:50px;text-align:center;margin:10px 0 0 20px}
.xl_top_a .item .yc_item .xie .pic img{width:50px;height:50px}
.xl_top_a .item .yc_item .xie .cma{width:50%;padding-top:20px;text-decoration:none}
.xl_top_a .item .yc_item .xie .jian{position:absolute;top:0;width:0;height:0;border-top:70px solid #f5f8fa;border-right:20px solid transparent}
.xl_top_a .item .call{margin:40px 0 25px}
.xl_top_a .item .tjgt{display:flex}
.xl_top_a .item .tjgt a{color:#fff;width:25%;margin-right:10px;border-radius:5px;height:50px;text-align:center;display:block;line-height:50px;font-size:18px;font-weight:700;text-decoration:none}
.xl_top_a .item .tjgt a i{font-size:22px;margin-right:10px;font-weight:400}
.xl_top_a .item .tjgt .yda{background:#ff8624}
.xl_top_a .item .tjgt .gta{background:#0a7bf8}
.xl_top_a .item .tjgt .gta:hover{background:#0066d8}
.xl_top_a .item .tjgt .yda:hover{background:#ff7200}
.xl_top_a .item .call span{font-size:24px;margin:10px 0;color:#333;font-weight:700}


.xl_con{display:flex;justify-content:space-between;margin:30px 0}
.xl_con .left{width:73%}
.xl_con .left .yd_step{background:#fff;border-radius:10px;margin-bottom:20px;padding:30px 30px 30px 50px;position:relative;border:1px solid #fff}
.xl_con .left .yd_step h3{font-size:22px;color:#1c3b78;margin-left:-30px;margin-bottom:10px;display:inline-block}
.xl_con .left .yd_step .yd_hx .bt{font-size:18px;color:#ff7200;font-weight:700;margin:20px 0 15px;border-radius:0 5px 5px 0;background-image:linear-gradient(-90deg,#ffefe2,#fff 80%)}
.xl_con .left .yd_step .yd_hx .bt span{font-size:14px;margin-left:5px;color:#999;font-weight:400}
.xl_con .left .yd_step .yd_hx .hxk{display:flex}
.xl_con .left .yd_step .yd_hx .hxk .fy{width:5%;text-align:center;line-height:55px;font-size:28px;font-weight:700;cursor:pointer}
.xl_con .left .yd_step .yd_hx .hxk .fy:hover{background:#0a7bf8;color:#fff;border-radius:5px}
.xl_con .left .yd_step .yd_hx .hxk .hxnk{width:90%;height:50px;position:relative;overflow-x:scroll;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;padding-top: 5px;}
.xl_con .left .yd_step .yd_hx .hxk .hxnk .hxn_wrap{position:absolute;left:0;display: flex;}
.xl_con .left .yd_step .yd_hx .hxk .hxnk::-webkit-scrollbar{display:none}
.xl_con .left .yd_step .yd_hx .hxk .hxnk .dwr{position:relative;display:inline-block;border:1px solid #ccc;margin-right:10px;border-radius:4px;text-align:center;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);cursor:pointer;height: 40px;}
.xl_con .left .yd_step .yd_hx .hxk .hxnk .dwr .jhx{padding:10px;font-size:14px;font-weight:700;color:#000;letter-spacing: .5px;}
.xl_con .left .yd_step .yd_hx .hxk .hxnk .dwr:hover{border:1px solid #0a7bf8}
.xl_con .left .yd_step .yd_hx .hxk .hxnk .dwr:hover .cfd{background:#0a7bf8;color:#fff;border-radius:4px 4px 0 0}
.xl_con .left .yd_step .yd_hx .hxk .hxnk .on{border:1px solid #0a7bf8}
.xl_con .left .yd_step .yd_hx .hxk .rycs{cursor:pointer;position:absolute;height:16px;text-align:center;font-size:14px;color:#0a7bf8;height:58px;position:absolute;right:70px;width:50px;z-index:10;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(100%,#fff));background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 80%)}
.xl_con .left .yd_step .yd_hx .hxk .lycs{display:none;cursor:pointer;position:absolute;height:16px;text-align:center;font-size:14px;color:#0a7bf8;height:58px;position:absolute;left:85px;width:50px;z-index:10;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(100%,#fff));background-image:linear-gradient(-90deg,rgba(255,255,255,0) 0,#fff 80%)}
.xl_con .left .yd_step .yd_hx .none .lycs{display:block}
.xl_con .left .yd_step .yd_day .bt{font-size:18px;color:#ff7200;font-weight:700;margin:20px 0 15px;border-radius:0 5px 5px 0;background-image:linear-gradient(-90deg,#ffefe2,#fff 80%)}
.xl_con .left .yd_step .yd_day .hxk{display:flex}
.xl_con .left .yd_step .yd_day .hxk .fy{width:5%;text-align:center;line-height:120px;font-size:28px;font-weight:700;cursor:pointer}
.xl_con .left .yd_step .yd_day .hxk .fy:hover{background:#0a7bf8;color:#fff;border-radius:5px}
.xl_con .left .yd_step .yd_day .hxk .hxnk{width:90%;height:120px;position:relative;overflow-x:scroll;white-space:nowrap;scrollbar-width:none;-  ms-overflow-style:none;padding-top: 5px;}
.xl_con .left .yd_step .yd_day .hxk .hxnk .hxn_wrap{position:absolute;left:0}
.xl_con .left .yd_step .yd_day .hxk .hxnk::-webkit-scrollbar{display:none}
.xl_con .left .yd_step .yd_day .hxk .hxnk .cfd{text-align:center;background:#f5f8fa;border-radius:4px 4px 0 0;color:#333}
.xl_con .left .yd_step .yd_day .hxk .hxnk .dwr{position:relative;display:inline-block;width:70px;border:1px solid #ccc;margin-right:10px;border-radius:4px;text-align:center;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);cursor:pointer}
.xl_con .left .yd_step .yd_day .hxk .hxnk .dwr i{display:inline}
.xl_con .left .yd_step .yd_day .hxk .hxnk .dwr .jhx{padding:5px 10px}
.xl_con .left .yd_step .yd_day .hxk .hxnk .dwr .jhx span{display:block;color:#535f78}
.xl_con .left .yd_step .yd_day .hxk .hxnk .dwr .jhx .num{font-size:16px;font-weight:700;color:#1c3b78;font-family:" Arial"}
.xl_con .left .yd_step .yd_day .hxk .hxnk .dwr .jhx .xq{margin:5px 0}
.xl_con .left .yd_step .yd_day .hxk .hxnk .dwr .jhx .pre em{color:red;font-style:normal}
.xl_con .left .yd_step .yd_day .hxk .hxnk .on .xz,.xl_con .left .yd_step .yd_hx .hxk .hxnk .on .xz{background:url(./pic/icon_xz.png);width:15px;height:15px;position:absolute;bottom:0;right:0;display:block}
.xl_con .left .yd_step .yd_day .hxk .hxnk .dwr:hover{border:1px solid #0a7bf8}
.xl_con .left .yd_step .yd_day .hxk .hxnk .dwr:hover .cfd{background:#0a7bf8;color:#fff}
.xl_con .left .yd_step .yd_day .hxk .hxnk .on{border:1px solid #0a7bf8}
.xl_con .left .yd_step .yd_day .hxk .hxnk .on .cfd{background:#0a7bf8;color:#fff}
.xl_con .left .yd_step .yd_day .hxk .rycs{cursor:pointer;position:absolute;height:16px;text-align:center;font-size:14px;color:#0a7bf8;height:120px;position:absolute;right:70px;width:50px;z-index:10;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(100%,#fff));background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 80%)}
.xl_con .left .yd_step .yd_day .hxk .lycs{display:none;cursor:pointer;position:absolute;height:16px;text-align:center;font-size:14px;color:#0a7bf8;height:92px;position:absolute;left:85px;width:50px;z-index:10;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(100%,#fff));background-image:linear-gradient(-90deg,rgba(255,255,255,0) 0,#fff 80%)}
.xl_con .left .yd_step .yd_day .none .lycs{display:block}
.xl_con .left .sdk{animation:mymove .3s 3;-ms-animation:mymove .3s;-webkit-animation:mymove .3s 3}
@keyframes mymove{from{border:1px solid #fff}
to{border:1px solid #ff7200}
}
.xl_con .left .yd_step .yd_room .bt{font-size:18px;color:#ff7200;border-radius:0 5px 5px 0;font-weight:700;margin:20px 0;background-image:linear-gradient(-90deg,#ffefe2,#fff 80%)}
.xl_con .left .yd_step .yd_room >ul >li{display:flex;padding:15px 10PX 15PX 0;border-bottom:1px solid #eee;position:relative}
.xl_con .left .yd_step .yd_room >ul >li:hover{background:#f2f8ff;-webkit-box-shadow:0 4px 50px 1px rgb(0 0 0 / 6%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%)}
.xl_con .left .yd_step .yd_room >ul >li .pic{width:10%;min-width: 80px;border-radius:5px;position: relative;}
.xl_con .left .yd_step .yd_room >ul >li .pic img{width:100%;height:60px;border-radius:5px;object-fit: cover;}
.xl_con .left .yd_step .yd_room >ul >li .name{width:20%;text-align:center}
.xl_con .left .yd_step .yd_room >ul >li .name a{padding:10px;display:block;text-decoration:none}
.xl_con .left .yd_step .yd_room >ul >li .name .fm{display:block;font-size:14px;font-weight:700;color:#0a7bf8}
.xl_con .left .yd_step .yd_room >ul >li .name i{margin-right:5px;font-size:14px}
.xl_con .left .yd_step .yd_room >ul >li .item{width:20%;color:#999;line-height:20px;margin-top:10px}
.xl_con .left .yd_step .yd_room >ul >li .itemc{width:25%;color:#999;line-height:20px;margin-top:10px}
.xl_con .left .yd_step .yd_room >ul >li .item span,.xl_con .left .yd_step .yd_room ul li .itemb span,.xl_con .left .yd_step .yd_room >ul >li .itemc span{color:#535f78}
.xl_con .left .yd_step .yd_room >ul >li .itemb{width:25%;color:#999;line-height:20px;margin-top:10px}
.xl_con .left .yd_step .yd_room >ul >li .pre{width:20%;text-align:right}
.xl_con .left .yd_step .yd_room >ul >li .pre .nub span{margin:0 5px;font-family:" Arial";font-weight:700;color:red;font-size:18px}
.xl_con .left .yd_step .yd_room >ul >li .pre .sub{background:#0a7bf8;width:75%;display:inline-block;height:30px;border-radius:5px;text-align:center;line-height:30px;color:#fff;font-size:14px;cursor:pointer;margin-top: 5px;}
.xl_con .left .yd_step .yd_room >ul >li .pre .sub:hover{background:#ff7200}
.ydst{position:absolute;height:272px;border-left:1px solid #ff7200;width:1px;top:100px;left:30px}
.ydst .ydt{font-size:14px;text-align:center;line-height:20px;font-weight:700;border-radius:50px;background:#ff7200;width:20px;height:20px;color:#fff}
.ydst .dwa{position:absolute;left:-11px;top:-10px}
.ydst .dwb{position:absolute;left:-11px;top:120px}
.ydst .dwc{position:absolute;left:-11px;top:272px}
.fc_wc{display:none}
.fc_room{background:#fff;padding:20px;display:flex;width: 100%;box-sizing: border-box;min-height:400px;border-radius:10px;-webkit-box-shadow:0 4px 50px 1px rgb(0 0 0 / 20%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 20%);gap: 20px;}
.xl_con .left .yd_step .yd_room ul .on .fc_wc{display:block;position:absolute;top:90px;z-index:5;width: 100%;}
.fc_room .pick{width:50%}
.fc_room .pick .xbt{font-size:18px;font-weight:700;margin-bottom:10px;color:#1c3b78}
.fc_room .pick .dt{border-radius:10px;text-align:center;height:240px;margin-bottom:20px;font-size:14px;color:#333}
.fc_room .pick .dt img{border-radius:10px;width:350px;height:240px}
.fc_room .pick .dt video{width:350px;height:240px}
.fc_room .pick .xtx{display:flex}
.fc_room .pick .xtx i{width:5%;line-height:60px;text-align:center;cursor:pointer}
.fc_room .pick .xtx i:hover{background:#0a7bf8;color:#fff;border-radius:5px}
.fc_room .pick .xtx .nt{width:100%;display:flex;flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}
.fc_room .pick .xtx .nt::-webkit-scrollbar{display:none}
.fc_room .pick .xtx .nt div{width:110px;margin-right:5px;padding:5px;border-radius:5px;border:1px solid #ddd;box-sizing: border-box;text-align: center;white-space: wrap;}
.fc_room .pick .xtx .nt img{width:100%;height:60px;border-radius:5px;object-fit: cover;}
.fc_room .shes{flex: 1;margin-top:30px;color: #555;height: 360px;display: flex;flex-direction: column;align-items: center;gap: 20px;}
.fc_room .shes .shes_wrap{overflow-y:scroll;flex:1;padding-right:5px}
.fc_room .shes .shes_wrap::-webkit-scrollbar{width:8px}
.fc_room .shes .shes_wrap::-webkit-scrollbar-track{background:#fff;border-radius:2px}
.fc_room .shes .shes_wrap::-webkit-scrollbar-thumb{background:#0a7bf8;border-radius:10px}
.fc_room .shes .shes_wrap::-webkit-scrollbar-thumb:hover{background:#ff7200}
.fc_room .shes .shes_wrap::-webkit-scrollbar-corner{background:#179a16}
.fc_room .shes .sumt{cursor:pointer;background:linear-gradient(to right, rgb(0, 198, 255) 0%, rgb(0, 114, 255) 51%, rgb(0, 198, 255) 100%);padding:10px 30px;font-size:14px;font-weight:700;color:#fff;border-radius:5px;width: 70%;text-align: center;}
.fc_room .shes .sumt:hover{background:#ff7200}
.fc_room .close{color:#000;position:absolute;right:20px;cursor:pointer;-webkit-transition:all .5s linear;transition:all .5s linear}
.fc_room .close:hover{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.yd_room .tips{padding:10px;background:#ecf5fc;border-radius:10px;margin-top:10px}
.yd_room .tips span{color:#ff7200}
.yc_nav{display:flex;background:linear-gradient(135deg, #3A7CA5 0%, #5BA0C2 100%);height:60px;border-radius:10px 10px 0 0;padding:0 10px;position:sticky;top:0;z-index: 1;}
.yc_nav .nav_k{width:16.666%;overflow:hidden;cursor:pointer}
.yc_nav .nav_k .nk_kz{display:block;text-align:center;line-height:60px;color:#fff;margin-top:10px;border-radius:10px 10px 0 0;font-size:18px;text-decoration:none}
.yc_nav .nav_k .on{background:#fff;color:#2076a8;font-weight:700}
.yc_nav .nav_k .nk_kz:hover{background:#fff;color:#459aca;font-weight:700}
.yc_jianjie{border-radius:0 0 10px 10px;background:#fff;padding:20px;margin-bottom:20px;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);}
.yc_jianjie .ycjj .ycInfo{display: flex;align-items: center;padding:10px;border: 1px solid #ddd;box-shadow: 0 1px 7px #ddd;gap: 20px;margin-bottom: 20px;line-height: normal;border-radius: 5px;}
.yc_jianjie .ycjj .ycInfo img{height: 50px;}
.yc_jianjie .ycjj .ycInfo .ycinfo-name{font-size: 28px;}
.yc_jianjie .ycjj .ycInfo >ul{display: flex;font-size: 14px;flex: 1;justify-content: space-between;text-align: center;}
.yc_jianjie .ycjj .ycInfo >ul li p{color: #777;}
.yc_jianjie .ycjj .ycInfo >ul li span{color: #555;display: block;margin-top: 10px;}
.yc_jianjie .ycjj video{min-height: 500px;}
.yc_jianjie .ycjj .ycjj_cont{font-size: 14px;letter-spacing: 1px;color: #777;line-height: 1.5;margin-top: 10px;}
.yc_xc{-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);padding:20px;margin-bottom:20px;background:#fff;border-radius:10px}
.yc_fw h3,.yc_ss h3,.yc_xc h3{font-size:18px;color:#1c3b78;margin-bottom:10px;display:inline-block}
.yc_xc .dayk{display:flex;justify-content:space-between}
.yc_xc .dayk .tians{color:#0a7bf8;font-size:16px;font-weight:700}
.yc_xc .dayk span{margin:0 5px;font-size:22px}
.yc_xc .dayk .tians i{font-size:20px;margin-right:10px;color:#0a7bf8}
.yc_fw .ycb,.yc_ss .ycb,.yc_xc .ycb{margin-bottom:10px}
.yc_fw .ycb i,.yc_ss .ycb i,.yc_xc .ycb i{color:#1c3b78;font-size:20px;margin-right:10px}
.yongc{border-radius:5px;background:#eee;line-height:30px;color:#535f78;padding:0 10px}
.yongc i{margin-right:5px;font-size:14px;vertical-align:-2px}
.yc_xc ul{background:#f8fcff;border-radius:10px;padding:10px;margin:10px 0}
.yc_xc ul .fens{background:#e7f2ff}
.yc_xc ul li{color:#535f78;line-height:40px;font-size:14px;padding:0 10px;border-radius:10px}
.yc_xc ul li.xlu_tips{color: #c32512;}
.yc_xc .xbt i{font-size:20px;color:#1c3b78;vertical-align:-2px;margin-right:5px}
.yc_xc .xbt h3,.yc_xc .xbt h6{font-size:14px;color:#1c3b78;display:inline-block;margin:20px 0}
.yc_xc p{font-size:14px;color:#535f78;line-height:25px}
.yc_ss{-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);padding:20px;margin-bottom:20px;background:#fff;border-radius:10px}
.yc_ss .hd_ul{padding:0 0 10px 10px;font-size:12px;color: #555;}
.yc_ss .hd_ul .groupName{margin:20px 0 10px;font-weight:700;padding: 10px;background-image: linear-gradient(to right,#eff6ff,#fff);}
.yc_ss .hd_ul .groupName a{color: #2872a4;}
.yc_ss .hd_ul ul{display: grid;grid-template-columns: repeat(5,1fr);gap:12px 10px;}
.yc_ss .hd_ul ul li{color:#505050;}
.yc_ss .hd_ul ul li img{width: 9px;height: 9px;margin-right: 5px;}

.yc_ss .tpm{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top: 20px;}
.yc_ss .tpm .pick{width:48%;text-align:center;margin-bottom:10px;color:#333}
.yc_ss .tpm .pick img{width:400px;height:250px;border-radius:10px}
.yc_fw{-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);padding:20px;margin-bottom:20px;background:#fff;border-radius:10px}
.yc_fw p{font-size:14px;color:#535f78;line-height:25px;margin-bottom:20px}
.xl_con .right{width:25%}
.xl_con .right .adk{margin-bottom:10px;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%)}
.xl_con .right .adk img{border-radius:10px;width:100%}
.xl_con .right .b_link{background:#fff;border-radius:10px;padding:20px;margin-bottom:20px;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%)}
.xl_con .right .b_link h6{color:#1c3b78;font-size:16px;margin-bottom:20px}
.xl_con .right .b_link .lina,.xl_con .right .b_link .linb{display:block;display:flex;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:10px;text-decoration:none}
.xl_con .right .b_link .lina .pic,.xl_con .right .b_link .linb .pic{width:20%}
.xl_con .right .b_link .lina .pic img,.xl_con .right .b_link .linb .pic img{width:40px;border-radius:5px;height:40px}
.xl_con .right .b_link .lina .item,.xl_con .right .b_link .linb .item{width:75%}
.xl_con .right .b_link .lina .name_pre{display:flex;justify-content:space-between;margin-bottom:6px}
.xl_con .right .b_link .lina .name{width:60%;color:#000;font-weight:700;font-size:14px}
.xl_con .right .b_link .lina:hover .name{color:#ff7200}
.xl_con .right .b_link .lina .pre{width:40%;text-align:right}
.xl_con .right .b_link .lina .pre span{color:red;font-size:14px}
.xl_con .right .b_link .lina .hqx{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#535f78;margin-top:10px}
.xl_con .right .b_link .lina .hqs{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.xl_con .right .b_link .morea{border:1px solid #0a7bf8;display:inline-block;border-radius:5px;padding:5px 20px;color:#0a7bf8;margin:0 23%;text-decoration:none}
.xl_con .right .b_link .morea:hover{background:#0a7bf8;color:#fff}
.xl_con .right .b_link .linb .name_pre{display:flex;justify-content:space-between;margin-top:6px}
.xl_con .right .b_link .linb .name{color:#000;font-weight:700;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.xl_con .right .b_link .linb:hover .name{color:#ff7200}
.xl_con .right .b_link .linb .pre{width:40%;text-align:right}
.xl_con .right .b_link .linb .pre span{color:#ff6b35;font-size:14px}
.xl_con .right .b_link .linb .cname{width:60%;color:#0a7bf8}

/*船期表*/
.cqb_wrap{display:flex}
.cqb_wrap .cqb_bd{width:30%;background:#0a7bf8;border-radius:10px 0 0 10px;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 6%);height:600px;position:sticky;top:0}
.cqb_wrap .cqb_bd .bdk{padding:10px}
.cqb_wrap .cqb_bd .bdk h1{color:#fff;text-align:center;margin:20px 0}
.cqb_wrap .cqb_bd .bdk .cqb_hxk{display:flex;cursor:pointer;position:relative;background:#fff;border-radius:10px;line-height:40px;padding-left:10px}
.cqb_wrap .cqb_bd .bdk .cqb_hxk .hxbt{font-size:16px;font-weight:700;color:#000}
.cqb_wrap .cqb_bd .bdk .cqb_hxk:hover{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}
.cqb_wrap .cqb_bd .bdk .cqb_hxk:hover .hxbt{color:#ff7200}
.cqb_wrap .cqb_bd .bdk .cqb_hxk .hxbt span{color:#0a7bf8}
.cqb_wrap .cqb_bd .bdk .cqb_hxk .hxbt i{margin:0 5px}
.cqb_wrap .cqb_bd .bdk .cqb_hxk .xjt{font-size:38px;color:#0a7bf8;position:absolute;right:10px}
.cqb_hxk .fchx{top:45px}
.rili_wrap{margin:50px 0 10px}
.rili_wrap .moon{display:flex}
.rili_wrap .moon .fy{width:20%;line-height:50px;cursor:pointer;text-align:center;color:#fff;font-size:40px}
.rili_wrap .moon .fy:hover{color:#f90}
.rili_wrap .moon .smoon{width:30%;text-align:center;font-weight:700;margin-top:10px}
.rili_wrap .moon .smoon span{color:#f1f1f1;font-size:20px;width:50px}
.rili_wrap .moon .bmoon{width:45%;text-align:center;font-weight:700}
.rili_wrap .moon .bmoon span{font-size:40px;color:#0a7bf8}
.rili_wrap .moon .bmoon a{line-height:100px;background:#fff;margin-top:-20px;display:block;width:90px;height:100px;border-radius:5px}
.rili_wrap .moon .smoon a{line-height:60px;color:#f1f1f1;margin-top:-10px;background:rgba(255,255,255,.5);display:block;width:60px;height:60px;border-radius:5px}
.rili_wrap .moon .bmoon a:hover,.rili_wrap .moon .smoon a:hover{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}
.rili_wrap .moon .smoon a:hover span{color:#fff}
.rili_wrap .moon .bmoon a:hover span{color:#ff7200}
.rili_wrap .rlb{margin-top:30px}
.rili_wrap .rlb .xqj{display:flex;background:#0351a7;border-radius:10px 10px 0 0}
.rili_wrap .rlb .xqj div{width:14.2222%;text-align:center;font-weight:700;color:#fff;line-height:30px}
.rili_wrap .rlb .rqk{display:flex;flex-wrap:wrap;background:#fff;overflow:hidden;border-radius:0 0 10px 10px}
.rili_wrap .rlb .rqk div{cursor:pointer;width:13.99%;font-weight:700;font-size:14px;font-family:Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;text-align:center;line-height:40px;height:40px;color:#555;border-top:1px solid #ddd;border-right:1px solid #ddd}
.rili_wrap .rlb .rqk .off{color:#ccc;cursor:auto}
.rili_wrap .rlb .rqk .on{color:#fff;background:#0a7bf8;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}
.rili_wrap .rlb .rqk .on:hover{color:#fff}
.rili_wrap .rlb .rqk div:hover{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);color:#0a7bf8}
.rili_wrap .rlb .rqk .off:hover{-webkit-box-shadow:none;color:#ccc}
.cqb_wrap .cqb_list{width:70%;background:#fff;border-radius:0 10px 10px 10px}
.cqb_wrap .cqb_list_wrap{padding:10px}
.cqb_wrap .cqb_list_wrap h3{background:#0351a7;line-height:40px;font-size:20px;border-radius:5px;text-align:center;color:#fff}
.cqbk{display:flex;justify-content:space-between;margin:20px 0}
.cqbk ul{width:47%;border-radius:10px;padding:10px;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%)}
.cqbk ul li{border-bottom:1px solid #eee;padding:10px}
.cqbk ul li:hover{-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 12%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 12%);border-bottom:1px solid #0a7bf8}
.cqbk ul li a{display:flex;line-height:30px;text-decoration:none}
.cqbk ul li a .name{width:25%;font-size:14px;font-weight:700;color:#0351a7}
.cqbk ul li a .hangx{width:45%;color:#000;border-radius:5px;background:#f1f1f1;padding:0 5px;font-size:12px}
.cqbk ul li a .ts{width:10%;color:#535f78;text-align:center}
.cqbk ul li a .pre{width:20%;color:#000;text-align:right}
.cqbk ul li a .pre span{color:red;font-weight:700;font-size:14px;margin-left:5px}

/**/
.hxcx_wrap .toub{display:flex;justify-content:space-between}
.hxcx_wrap .toub .flag{font-size:24px;line-height:60px;width:3%;color:#0a7bf8}
.hxcx_wrap .toub h1{color:#000;line-height:60px;width:20%;text-align:left}
.hxcx_wrap .toub .hxsx,.hxcx_wrap .toub .rlsx{display:flex;height:60px;width:35%;border-radius:10px;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%)}
.hxcx_wrap .toub .hxsx .hx_ln,.hxcx_wrap .toub .rlsx .hx_ln{color:#fff;width:120px;background:#0a7bf8;line-height:60px;text-align:center;font-weight:700;font-size:18px;border-radius:10px 0 0 10px;position:relative}
.hxcx_wrap .toub .hxsx .hx_ln i,.hxcx_wrap .toub .rlsx .hx_ln i{font-size:22px;margin:0 10px;font-weight:400}
.hxcx_wrap .toub .hxsx .rk,.hxcx_wrap .toub .rlsx .rk{background:#fff;border-radius:0 10px 10px 0;width:75%}
.hxcx_wrap .toub .hxsx .rk .h2k,.hxcx_wrap .toub .rlsx .rk .h2k{position:relative;background:#f8f8f8;border-radius:10px;padding:10px 10px 10px 30px;margin:10px 20px 10px 0}
.hxcx_wrap .toub .hxsx .rk .h2k:hover,.hxcx_wrap .toub .rlsx .rk .h2k:hover{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);color:#0a7bf8;cursor:pointer}
.hxcx_wrap .toub .hxsx .rk .h2k:hover h2,.hxcx_wrap .toub .rlsx .rk .h2k:hover h2{color:#0a7bf8}
.hxcx_wrap .toub .hxsx .rk .h2k h2,.hxcx_wrap .toub .rlsx .rk .h2k h2{font-size:16px;font-weight:700;color:#000;display:inline-block}
.hxcx_wrap .toub .hxsx .rk .h2k .fx,.hxcx_wrap .toub .rlsx .rk .h2k .fx{margin:0 5px;color:#999}
.hxcx_wrap .toub .hxsx .rk .h2k .jt,.hxcx_wrap .toub .rlsx .rk .h2k .jt{position:absolute;right:10px;z-index:9;top:5px;color:#0a7bf8;font-size:30px}
.hxcx_wrap .toub .hxsx .jian,.hxcx_wrap .toub .rlsx .jian{position:absolute;z-index:5;top:0;right:-20px;width:0;height:0;border-top:60px solid #0a7bf8;border-right:20px solid transparent}
.hxcx_wrap .toub .hxsx .rk .on .fchx{position:absolute;left:-218px;top:60px;z-index:10}
.day_wrap{border-radius:10px;background:#fff;padding:10px;margin:20px 0;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%)}
.day_wrap .day_xz{display:flex;justify-content:space-between;position:relative}
.day_wrap .day_xz i{width:4%;margin-right:1%;cursor:pointer;line-height:110px;font-size:40px;text-align:center}
.day_wrap .day_xz i:hover{background:#0a7bf8;color:#fff;border-radius:5px}
.day_wrap .day_xz .day_xz_wrap{width:90%;height:110px;overflow-x:scroll;white-space:nowrap;position:relative;scrollbar-width:none;-ms-overflow-style:none}
.day_wrap .day_xz .day_xz_wrap::-webkit-scrollbar{display:none}
.day_wrap .day_xz .day_xz_wrap .dnk{position:absolute;left:0}
.day_wrap .day_xz .day_xz_wrap .day_kj{width:70px;cursor:pointer;display:inline-block;margin-right:10px;border-radius:5px;border:1px solid #ddd;text-align:center}
.day_wrap .day_xz .day_xz_wrap .day_kj:hover{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}
.day_wrap .day_xz .day_xz_wrap .day_kj:hover .mon{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#0a7bf8;color:#fff}
.day_wrap .day_xz .day_xz_wrap .day_kj .mon{background:#f5f8fa;border-radius:5px 5px 0 0;color:#000}
.day_wrap .day_xz .day_xz_wrap .day_kj .num{font-size:20px;margin:3px 0;font-weight:700;color:#1c3b78}
.day_wrap .day_xz .day_xz_wrap .day_kj .pre{color:#ff6b35;margin:2px 0;font-size:14px}
.day_wrap .day_xz .day_xz_wrap .on{background:#0a7bf8;color:#fff}
.day_wrap .day_xz .day_xz_wrap .on .mon{background:#0260c8;color:#fff}
.day_wrap .day_xz .day_xz_wrap .on .num{color:#fff}
.day_wrap .day_xz .day_xz_wrap .on .pre{color:#fff}
.day_wrap .day_xz .rycs{cursor:pointer;position:absolute;height:16px;text-align:center;font-size:14px;color:#0a7bf8;height:85px;line-height:80px;position:absolute;right:50px;width:50px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(100%,#fff));background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 100%)}
.day_wrap .day_xz .lycs{display:none;cursor:pointer;position:absolute;height:16px;text-align:center;font-size:14px;color:#0a7bf8;height:85px;line-height:80px;position:absolute;left:50px;width:50px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(100%,#fff));background-image:linear-gradient(-90deg,rgba(255,255,255,0) 0,#fff 100%)}
.day_wrap .day_xz .none .lycs{display:block}
.day_wrap .day_xz .day_xz_wrap::-webkit-scrollbar{display:none}
.day_wrap .day_xz .fry{margin:0 0 0 1%}
.cx_tips{margin:20px 0;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);border:1px solid #ff7200;color:#333;background:#fff;padding:10px 20px;border-radius:10px;font-size:14px}
.cx_tips i{font-size:22px;vertical-align:-2px;color:#ff7200;margin-right:10px}
.cx_tips span{font-weight:700;margin:0 5px;color:#1c3b78}
.cqb_list .cx_tips{margin:20px}
.cq_list{-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);border-radius:0 0 10px 10px;overflow:hidden}
.toubu{display:flex;justify-content:space-between;background:#fff;border-radius:10px 10px 0 0;padding:20px;border-bottom:2px solid #eef1f6;position:sticky;top:0}
.toubu .h3k{display:flex;line-height:30px;font-size:14px}
.toubu .h3k i{margin:0 5px}
.toubu .h3k h3{font-size:18px;color:#000;margin-right:10px}
.toubu .h1k{display:flex;line-height:30px;font-size:14px}
.toubu .h1k i{margin:0 5px;font-size:22px;font-weight:700;color:#1c3b78}
.toubu .h1k h1{font-size:20px;color:#1c3b78;margin-right:10px}
.toubu .sxud{display:flex;line-height:30px;font-size:16px}
.toubu .sxud div{margin-left:10px;cursor:pointer}
.toubu .sxud div:hover{color:#0a7bf8}
.toubu .sxud div i{margin-left:10px}
.cq_list ul{background:#fff}
.cq_list ul li{padding:10px 20px;border-bottom:2px solid #eef1f6}
.cq_list ul li a{display:flex;border-radius:10px;justify-content:space-between;text-decoration:none}
.cq_list ul li:hover{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#f8fcff;border-bottom:2px solid #0a7bf8}
.cq_list ul li:hover .submit span{background:#ff7200}
.cq_list ul li a .pic{width:80px;height:80px;overflow:hidden;border-radius:5px}
.cq_list ul li a .pic img{width:80px;height:80px}
.cq_list ul li a .name{width:10%}
.cq_list ul li a .name .cm{color:#0a7bf8;font-size:16px;margin-top:20px;font-weight:700;margin-bottom:5px}
.cq_list ul li a .name span{display:inline-block;padding:3px 5px;border-radius:5px;background:#ffead1;color:#ff7200}
.cq_list ul li a .time{display:flex;justify-content:space-between;width:30%;font-size:14px}
.cq_list ul li a .time .tim{font-size:28px;font-weight:700;color:#1c3b78;margin-top:10px;width:40%}
.cq_list ul li a .time .fx{background:url(./pic/cjt.jpg) center right no-repeat;color:#999;text-align:center;padding-top:10px;font-size:14px;line-height:35px;width:40%}
.cq_list ul li a .dida{margin-top:30px;font-size:14px;width:10%}
.cq_list ul li a .dida span{border-radius:5px;background:#f5f5f5;color:#1c3b78;display:inline-block;padding:5px 10px}
.cq_list ul li a .deda{margin-top:30px;font-size:14px;width:10%}
.cq_list ul li a .deda span{border-radius:5px;background:#f5f5f5;color:#333;display:inline-block;padding:5px 10px}
.cq_list ul li a .pre{line-height:80px;width:13%;text-align:right}
.cq_list ul li a .pre span{font-weight:700;font-size:28px;margin:0 5px;color:#ff6b35}
.cq_list ul li a .submit{margin-top:30px;margin-right:10px;width:10%}
.cq_list ul li a .submit span{border-radius:5px;color:#fff;background:#0a7bf8;font-size:16px;font-weight:700;padding:10px 20px}
.cq_list ul li .cs{display:flex;width:50%;flex-wrap:wrap;margin-top:20px}
.cq_list ul li .cs div{width:33%;font-size:14px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cq_list ul li .cs span{color:#1c3b78}

/*游轮列表*/
.lisk {display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 15px;}
.lisk a{border-radius:10px;background:#fff;overflow:hidden;text-decoration:none}
.lisk a:hover{-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%)}
.lisk .pic_item{padding:10px}
.lisk a img{width:100%;border-radius:10px;margin-bottom:10px;border-radius:4px;-webkit-transition:all .5s linear;transition:all .5s linear}
.lisk .name{line-height:20px;text-align:left;color:#1c3b78;font-size:14px;font-weight:700;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.lisk .name span{font-weight:400;color:#535f78}
.lisk .pre_yd{text-align:left;display:flex;justify-content:space-between;background:#fff;border-top:1px solid #ddd;padding:10px 20px}
.lisk .pre_yd .pre{color:#333}
.lisk .pre_yd .pre span{font-size:24px;color:#ff6b35;margin:0 5px;font-weight:700;font-family:Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif}
.lisk .pre_yd .ydyl{border-radius:5px;background:#f5f6f7;text-align:center;line-height:20px;padding:0 5px}
.lisk .pre_yd .ydyl i{color:#ff7200;margin:5px;vertical-align:-2px}
.lisk .fr{margin:7.5px 0 7.5px 0}
.lisk .hangqi{border-radius:5px;font-size:14px;background:#f1f1f1;padding:5px;margin-top:10px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.lisk a:hover .name{color:#ff7200}
.lisk .pic{overflow:hidden;border-radius:10px;width:268px;height:268px;margin-bottom:5px}
.lisk a:hover img{-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2)}
.bgt{background:url(./pic/hwylbg2024.jpg) center top no-repeat;width:100%;position:relative;height:250px;margin:0 auto;z-index:4}
.xl_wrap{width:1200px;margin:0 auto}
.xl_wrap .xlx{position:absolute;width:1200px;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);margin:0 auto;top:135px;margin-bottom:50px;z-index:9;background:#fff;border-radius:10px;padding:20px}
.xl_wrap .xlx i{color:#1c3b78;font-size:26px;margin-right:10px;vertical-align:-2px}
.xl_wrap .xlx h1{font-size:22px;color:#1c3b78;display:inline-block;margin-bottom:20px}
.xl_wrap .xlx p{font-size:14px;color:#535f78;line-height:25px}
.xl_wrap .xilie_xz{display:flex;margin:20px}
.xl_wrap .xilie_xz div{width:12.5%;text-align:center}
.xl_wrap .xilie_xz div a{display:inline-block;width:90%;padding-bottom:10px;border-radius:10px;border:1px solid #ddd;text-align:center}
.xl_wrap .xilie_xz div a:hover{color:#0a7bf8}
.xl_wrap .xilie_xz div a img{width:100%;-webkit-transition:all .5s linear;transition:all .5s linear}
.xl_wrap .xilie_xz div a:hover img{-ms-transform:scale(.8);-webkit-transform:scale(.8);transform:scale(.8)}
.xl_wrap .xilie_xz .on{border:1px solid #0a7bf8;color:#0a7bf8;font-weight:700;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 30%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 30%)}
.xlb{padding:20px;margin:50px 0;background:#fff;border-radius:10px;position:relative;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%)}
.xlb .clogo{border:1px solid #ddd;border-radius:10px;position:absolute;top:20px;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);left:20px;background:#fff}
.xlb .clogo img{width:120px;height:120px}
.xlb h1,.xlb h3{margin-left:140px;font-size:18px;color:#1c3b78;margin-bottom:10px}
.xlb p{margin:10px 0 10px 140px;line-height:20px;font-size:14px;color:#535f78;text-indent:33px}
.xlb_wrap{position:relative}
.xlb_wrap .ycs{cursor:pointer;display:none;position:absolute;height:16px;text-align:center;font-size:14px;color:#0a7bf8;line-height:24px;position:absolute;width:1013px;bottom:0;margin-left:140px;padding-top:50px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(70%,#fff));background-image:linear-gradient(-180deg,rgba(255,255,255,0) 0,#fff 70%)}
.xlb_wrap .ycs i{margin-right:5px}
.xlb .off .ycs{display:block}
.xlb .on .ycs{display:block;background-image:none;bottom:-20px}
.xlb .off .con{height:100px;overflow:hidden}
.xilie_chuan{margin-top:30px;background:#f9f9f9;padding:20px 10px;display:flex;flex-flow:wrap;border-radius:0 0 10px 10px}
.xilie_chuan .akz{width:12.5%;margin-bottom:10px;min-height:60px}
.xilie_chuan .akz a{width:95%;padding:2.5%;display:block}
.xilie_chuan .akz a .pic{width:100%;overflow:hidden;border-radius:5px}
.xilie_chuan .akz a .pic img{width:100%;border-radius:5px;-webkit-transition:all .5s linear;transition:all .5s linear}
.xilie_chuan .akz a:hover .pic img{-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2)}
.xilie_chuan .akz a .name{font-size:14px;font-weight:700;margin:5px 0;color:#1c3b78}
.xilie_chuan .akz a .pre span{color:#ff6b35;font-size:14px;margin:0 5px;font-weight:700}
.xilie_chuan .akz a:hover .name{color:#0a7bf8}
.tpmag{margin-top:230px}
.tpmagb{margin-top:120px}
.xlb .cq_title{ font-size: 18px;color: #1c3b78;margin-top: 30px;}
.xlb .cq_list{margin-top:15px;overflow:hidden;border-radius:10px}
.xlb .cq_list ul{border:1px solid #eee;border-radius:10px;padding-top:10px}

/* 视频播放器 */
.zdplayerbox{position: relative; width: 100%; height: 100%;font-size: 0;}
.zdplayerbox img{width:100%;height:100%;cursor: pointer;}
.zdplayerbox video{ width: 100%;height:100%;}
.zdplayerbox .playerIcon{cursor: pointer;left:50%;top:50%;position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;width:48px;height:48px;background-color:rgba(0,0,0,.5);border-radius:50%}
.zdplayerbox .playerIcon::before{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-40%,-50%);-ms-transform:translate(-40%,-50%);transform:translate(-40%,-50%);border-width:10px 0 10px 16px;border-style:solid;border-color:transparent transparent transparent #fff}
.room_wrap .room_list .zdplayerbox{height:200px;}
.room_wrap .room_list .zdplayerbox img{width:300px;height:200px;pointer-events: none;display: inline;}
.room_wrap .room_list .zdplayerbox video{height:200px;}

/*选择航向*/
.fchx{cursor:auto;display:none;padding:10px;width:950px;min-height:300px;position:absolute;left:-1px;z-index:5;top:26px;border-radius:5px;background:#fff;-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 36%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 36%)}
.fchx .cst{border-bottom:1px solid #e6e6e6;display:flex}
.fchx .cst .on{border-bottom:2px solid #0a7bf8;color:#0a7bf8;font-weight:700}
.fchx .nhx{font-size:14px;padding:10px;background:#f5f6f7;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);border-radius:0 0 10px 10px;display:flex;flex-wrap:wrap}
.fchx .nhx .hxm{width:25%;line-height:35px}
.fchx .nhx .tsm{line-height:30px}
.fchx .nhx .hxm i{color:#999;margin:0 5px}
.fchx .nhx .hxm .ti,.fchx .nhx .tsm .ti{margin-right:10px;color:#0a7bf8}
.fchx .nhx .hxm a{width:90%;border:1px solid #eee;border-radius:5px;margin-bottom:10px;display:block;color:#333;background:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fchx .nhx .hxm a:hover,.fchx .nhx .tsm a:hover{-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);border:1px solid #0a7bf8;color:#0a7bf8;font-weight:700}
.fchx .nhx .hxm .on,.fchx .nhx .tsm .on{-webkit-box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);box-shadow:0 4px 16px 1px rgb(0 0 0 / 10%);border:1px solid #0a7bf8;color:#0a7bf8;font-weight:700}
.fchx .nhx .tsm a{padding:0 10px;border:1px solid #eee;display:block;width:95%;border-radius:5px;color:#535f78;background:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@keyframes bdd{from{transform:scale(.8);-webkit-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8)}
to{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1)}
}
.fchx .btm{color:#1c3b78;font-weight:700;font-size:20px;line-height:55px;margin-right:50px}
.fchx .btm i{font-size:20px;margin:0 10px 0 20px;font-weight:400}
.fchx .csm{text-align:center;font-size:16px;margin-left:50px;cursor:pointer;height:55px;line-height:55px}
.fchx .csm:hover{border-bottom:2px solid #0a7bf8;color:#0a7bf8;font-weight:700}
.on .fchx{display:block;animation:bdd .3s;-ms-animation:bdd .3s;-webkit-animation:bdd .3s}
.on .fchx .close{position:absolute;top:20px;right:20px;cursor:pointer;font-size:20px;-webkit-transition:all .5s linear;transition:all .5s linear}
.on .fchx .close:hover{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}



/* 2026.1 */
.discount-tag{display: flex;flex-direction: column;align-items: flex-end;}
.discount-tag .dt-tag{display: flex;align-items: center;gap: 4px;padding: 1px 5px;background: #fff0f3;border-radius: 4px;font-size: 12px;color: #ff385c;font-weight: 500;border: 1px dashed #ffb8c6;width: max-content;margin: 5px 0;}
.discount-corner{position: absolute;top: -4px;right: -4px;width: 16px;height: 16px;background: linear-gradient(135deg, #ff6b6b, #ff385c);color: white;border-radius: 50%;font-size: 10px;line-height: 16px;text-align: center;box-shadow: 0 2px 4px rgba(255, 59, 92, 0.3);}
.discount-corner-recommend{background: linear-gradient(135deg, #ff6b6b, #ff385c);border-radius: 2px;padding: 0 2px;width: auto;top: -8px;}
.yd_room .room .courtesy {display: inline-block;background-color: #f94a4a;color: #fff;padding: 1px 5px 1px 2px;border-radius: 3px;font-size: 11px;font-style: italic;font-weight: 400;position: absolute;right: 0;top: 0;}

.roomInfo-Card{font-size: 14px;line-height: 1.5;color: #777;}
.roomInfo-Card:not(:first-child){margin-top: 15px;}
.roomInfo-Card .ri-title{font-size: 18px;font-weight: 600;margin-bottom: 5px;color: #333;}
.roomInfo-Card .ri-jbxx >li:not(:last-child){margin-bottom: 3px;}
.roomInfo-Card .ri-jbxx >li i{margin-right: 5px;}
.roomInfo-Card .courtesy-del{background-color: #fff1e4;padding: 5px 10px;color: #f95c0d;border-radius: 10px;}


/* 2026.4 */
.yd_day .slide .seoff{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:not-allowed}
.yd_day .slide .seoff::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(179,179,179,.1);backdrop-filter:blur(.7px);z-index:1}
.yd_day .slide .seoff i{font-size:50px;font-weight:500;color:#ff3e03;z-index:2}
.xl_con .left .yd_step .yd_room >ul >li .pre .setout {position: relative;}
.xl_con .left .yd_step .yd_room>ul>li .pre .setout i{top:-10px;right:0;position:absolute;color:#ff3e03;font-size:40px}


/* yacht页面 */
.catenaList{margin-top: 120px;}
.catenaList .catena-top .catena-name{text-align: center;font-size: 24px;font-weight: 600;color: #1c3b78;margin-bottom: 20px;}
.catenaList .catena-top .catena-dec{font-size: 14px;color: #777;text-indent: 2em;letter-spacing: .7px;}
.catenaList .catena-item{margin-bottom: 50px;padding: 30px;}
.catena-yclist {gap:28px;margin-top: 20px;}
.catena-yclist .a-card{display:flex;flex-direction:column}
.catena-yclist .ship-image{height:230px;width:100%}
.catena-yclist .ship-image img{height:100%;width:100%;object-fit:cover}
.catena-yclist .ship-badge{position:absolute;top:15px;right:15px;background:#ff6b35;color:#fff;padding:5px 12px;border-radius:20px;font-size:12px}
.catena-yclist .ship-info{padding:15px 20px 20px;flex:1}
.catena-yclist .ship-info >h3{color:#051e2f;margin-bottom:10px;font-size:18px}
.catena-yclist .ship-info .description{color:#666;font-size:14px;margin-bottom:7px}
.catena-yclist .ship-info .ship-price{margin-top:auto}
.catena-yclist .ship-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:15px}
.catena-yclist .ship-tag{background:#e8f4f8;color:#459999;padding:4px 10px;border-radius:4px;font-size:12px}
.catena-yclist .ship-date{margin-bottom: 15px; color: #999;}
.catena-yclist .price{font-size:14px;color:#999}
.catena-yclist .price>span{color:#ff6b35;font-size:24px;font-weight:700;margin:0 5px}
.catena-yclist .btn-detail{background:#17564e;color:#fff;padding:8px 20px;border-radius:5px;text-decoration:none;font-size:14px;transition:background .3s}
.catena-yclist .btn-detail:hover{background:#0b443d}