@charset "utf-8";

/*header*/
.header{background: #2476e3; display: flex; flex-direction: row; align-items: center; justify-content: center; padding: 10px 0; font-size: 17px; 
    color: #fff; font-weight: bold; position: fixed; top: 0; left: 0; width: 100%; z-index: 999;}
.header img{width: 30px; height: 30px; margin-right: 5px;}
/*banner*/
.carousel{display: block;}
.carousel-indicators,.carousel-indicators li{float: none !important;}

/*搜索*/
.ylcx{ display: flex;
    flex-direction: column;
    width: calc(100%- 20px);
    margin:10px 10px 0;
    box-sizing: border-box;
    box-shadow: 0 0px 7px 1px rgba(0,0,0,.2);
    border-radius: 10px;
    overflow: hidden;
    position: relative;}
.nav-tabs{float: none !important; display: flex; flex-direction: row; justify-content: center; border: none; margin: 0px 0px 0; width: 100%;}
.nav-tabs li{display: flex; flex-direction: row; justify-content: center; align-items: center; width:calc((100%)/2); font-size: 16px; color: #fff; 
    font-weight: bold; background: #ddd; color: #000; }
.nav-tabs li.active {background: #fff; color: #000; }

.nav-tabs>li>a{width: 100%; text-align: center; line-height: normal; margin: 0; border: none !important; font-size: 16px; color: #000;  }
.nav>li>a:focus, .nav>li>a:hover{background: transparent;border: none;}
.nav-tabs>li>a:focus-visible{border: none;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{border: none; background: transparent; color: #000;}

.ylcxnr{display: flex; flex-direction: column; width: 100%; height: 280px;}
.ylcxnr-img{display: flex; flex-direction: row; width: 100%; justify-content: center;}
.haxxz{display: flex; flex-direction: row; width: 70%; margin: 10px 15%; justify-content: center; font-size: 20px; color: #000; position: relative;}
.hangx{text-align: center; border: none !important; box-shadow: none; font-size: 20px; color: #000; height: auto;}
.hangx:focus{box-shadow: none;}

.hotadd{display: flex; flex-direction: row; flex-wrap: nowrap; width: 100%; font-size: 15px; color: #333; margin: 15px 0; padding: 0 25px;  }
.hotadd text{color: #f60; width: 90px;}
.hotaddxl{ width: calc(100% - 90px); overflow: hidden; white-space: nowrap;   text-overflow: ellipsis; }
.hotaddxl a{color: #000;}
.ksserach{display: flex; flex-direction: row; width: 100%; justify-content: center; margin-top: 10px;}
.ksserach a{width: 90%;}
.ksserach span{background: #0b59c2; font-size: 16px; color: #fff; padding: 10px 0; width: 100%; border-radius: 3px; display: flex; justify-content: center; 
    box-sizing: border-box;  text-align: center;     box-shadow: 0 4px 5px #0b59c2;}

.hangq-add{display: flex; flex-direction: row; align-items: center; width: 80%; justify-content: space-between; margin: 30px 10% 30px; border-bottom: solid 1px #666; 
    padding-bottom: 20px; position: relative;}
.hangq-adddz{display: flex; flex-direction: column; align-items: center;}
.hangq-adddz span{font-size: 13px; color: #666;}
.hangq-adddz span.add{font-size: 20px; color: #000; font-weight: bold;}
.hangq-addimg{width: 50px; height: 50px; position: absolute; top: 50%; left: 50%;  transform: translate(-50%, -50%);}

.hangxriqi{width: 80%;position: relative; font-size: 18px; margin: 0 10%; font-weight: bold;}
.hangxriqi::before{position: absolute; content: ''; bottom: 12px; right: 0; width: 8px; height: 8px; border-right: solid 1px #333; border-bottom: solid 1px #333;
     transform: rotate(45deg);}

.popup-layer {position: fixed; bottom: -100%; left: 0; right: 0;width: 100%; height: 100%; transition: bottom 0.3s ease-in-out; display: flex !important; flex-direction: column-reverse;
}
.popup-layer_bj{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.2);}
.popup-layer_nr{position: relative; z-index: 1111; background: #fff;  border-top-left-radius: 10px; border-top-right-radius: 10px;}
.popup-layer_nr::-webkit-scrollbar { width: 4px; }
.popup-layer_nr::-webkit-scrollbar-track { background: #dbf7ff; }
.popup-layer_nr::-webkit-scrollbar-thumb {background: #24a6ea;  border-radius: 6px; }
.popup-layer_nr::-webkit-scrollbar-thumb:hover {background: #24a6ea; }
.popup-layer.show { bottom: 0;}
.popup-layer_nr-bt{display: flex; flex-direction: row; padding:10px 15px;  justify-content: space-between; border-bottom: solid 1px #dddd;}
.popup-layer_nr-bt span{ font-size: 15px;color: #000; padding: 5px 10px; border: solid 1px #666; border-radius: 5px;}
.popup-layer_nrli{display: flex; flex-direction: row; justify-content: center; font-size: 15px; color: #000; margin: 5px 0;}
.rililist{overflow-y: auto; max-height: 400px; display: flex; flex-direction: row; flex-wrap: wrap;}
.rililist::-webkit-scrollbar { width: 4px; }
.rililist::-webkit-scrollbar-track { background: #dbf7ff; }
.rililist::-webkit-scrollbar-thumb {background: #24a6ea;  border-radius: 6px; }
.rililist::-webkit-scrollbar-thumb:hover {background: #24a6ea; }
.xzdatamouths{display: flex; flex-direction: column; width: 100%;  border-bottom: solid 1px #ddd; padding-bottom: 20px; margin-bottom: 30px;}
.xzdatamouths-bt{ display: flex; flex-direction: row; justify-content: center; font-size: 16px; color: #000; font-weight: bold; margin: 10px 0 20px;}
.xzdatamouths-ul{display: flex; flex-direction: row;   flex-wrap: wrap;}
.xzdatamouths-ul text{width: calc((100%)/7); text-align: center; margin: 0px 0; font-size: 16px; color: #000;}
.xzdatamouths-ul text.chengs{ color: #f60;}
.month-li{width: calc((100%)/7); text-align: center; margin: 0px 0; font-size: 16px; color: #000;}
.month-li text{font-size: 15px; color: #000; width: 40px; height: 40px; display: inline-block; line-height: 40px; border-radius: 5px; position: relative;}
.month-li text.guoqu{ color: #999;}
.month-li text.jintian,.month-li text.active{ background: #24a6ea; color: #fff;}

.overlay { display: none;  position: fixed; top: 0; left: 0; width: 100%;  height: 100%; background: rgba(0, 0, 0, 0.5);  z-index: 999;}
.cityxz { display: none;  position: fixed; top: 50%;  left: 50%; transform: translate(-50%, -50%);  background: #fff;  padding: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;  width: 80%; border-radius: 10px;}
.cityxznr{max-height: 300px; overflow-y: auto; width: 100%; display: flex; flex-direction: column;}
.cityxznr::-webkit-scrollbar { width: 4px; }
.cityxznr::-webkit-scrollbar-track { background: #dbf7ff; }
.cityxznr::-webkit-scrollbar-thumb {background: #24a6ea;  border-radius: 6px; }
.cityxznr::-webkit-scrollbar-thumb:hover {background: #24a6ea; }
.cityxz-li{font-style: 14px; color: #000; margin: 8px 0; border-bottom: solid 1px #333; padding-bottom: 8px; position: relative;}
.cityxz-li::before{position: absolute; content: ''; bottom: 12px; right: 5px; width: 8px; height: 8px; border-right: solid 1px #333; border-bottom: solid 1px #333; 
    transform: rotate(-45deg);}

.ssyoulun{display: flex; flex-direction: row; width: 80%; margin: 20px 10% 10px; position: relative;}
.ssyoulun input{width: 100%; border-radius: 5px; line-height: 40px; height: 40px; padding: 0 10px;   background: #dbf7ff; border: none; font-size: 15px; 
    color: #000;  outline: 0}
.qdssyl{position: absolute; top: 0; right: 0; background: #0b59c2; height: 40px; line-height: 40px; padding: 0 10px; border-radius: 0 5px 5px 0; 
    font-size: 16px; color: #fff; z-index: 9999;}

/*导航*/
.navdh{display: flex; flex-direction: row; flex-wrap: wrap;  width: 100%; margin-top: 10px; padding: 10px 10px 0px;   }
.nav-li{display: flex; flex-direction: column; align-items: center; width: calc((100% - 45px)/4); padding: 10px 0px;   background: #fff; 
     margin-bottom: 15px; margin-right: 15px;}
.nav-li:nth-child(4n){margin-right: 0;}
.nav-li a{display: flex; flex-direction: column; align-items: center;}
.nav-li img{width: 40px; height: 40px;}
.nav-li span{font-size: 16px; color: #333; margin-top: 5px;}

/*热门游轮*/
.houtyl{ display: flex; flex-direction: column; width: 100%; }
.cruisebt{display: flex; flex-direction: row; width: 100%; align-items: center; padding: 7px 10px; border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; box-sizing: border-box;}
.cruisebt img{width: 30px;}
.cruisebt-r{display: flex; flex-direction: column; margin-left: 10px;}
.cruisebt-rs{font-size: 16px; color: #000;}
.cruisebt-rx{font-size: 16px; color: #666; margin-top: 2px;}
.houtyl-nr{ width: 100%;  padding: 0 10px; box-sizing: border-box;}
.houtyl-nr-li{ display: flex; flex-direction: row; width: 100%; position: relative;  margin: 10px 0 15px; padding-bottom: 15px; border-bottom: solid 1px #ddd;}
.houttag{position: absolute; top: -5px; left: 15px; background: #f60; font-size: 15px; color: #fff; padding: 5px;
    border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
.houttag::before{position: absolute; top: -0px; right:-6px ; content: ''; width: 0; height: 0; border-bottom: solid 3px #000; border-left: 3px solid #000; 
        border-right: 3px solid transparent; border-top: 3px solid transparent; z-index: -1; }
.houtyl-nr-liimg{width: 180px; height: 200px; border-radius: 10px; overflow: hidden;}
.houtyl-nr-liimg img{width: 100%; height: 100%; object-fit: cover; }
.houtyl-nr-li-r{display: flex; flex-direction: column; width: calc(100% - 190px); margin-left: 10px;}
.houtyl-nr-libt{font-size: 18px; color: #000; font-weight: bold;  line-height: 24px; height: 48px; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; overflow: hidden; margin-top: 10px; padding: 0 10px;}
.houtyl-nr-li-cs{display: flex; flex-direction: column;  justify-content: space-between; padding: 10px;}
.houtyl-nr-li-cs-l{display: flex; flex-direction: row; align-items: center; font-size: 14px; color: #000;}
.houtyl-nr-li-cs-l img{width: 24px; height: 24px; margin-right: 5px;}
.houtyl-nr-li-cs-r{display: flex; flex-direction: row; align-items: baseline; font-size: 12px; color: #666; justify-content: end;}
.houtyl-nr-li-cs-r span{font-size: 20px; color: #f10; font-weight: bold;}
.houtyl-nr-li-tag{display: flex; flex-direction: row; flex-wrap: wrap; padding: 0 10px; height:36px; overflow:hidden;}
.houtyl-nr-li-tag span{font-size: 12px; color: #24a6ea; border-radius:5px; border:solid 1px #24a6ea; padding: 3px 8px; margin-right: 5px; margin-bottom: 5px; overflow:hidden; white-space:nowrap; text-overflow: ellipsis;}
.houtyl-nr-li-hx{font-size: 14px; color: #333; padding:5px 10px 10px; overflow:hidden; white-space:nowrap; text-overflow: ellipsis;}

/*游轮品牌*/
.youlunpp{display: flex; flex-direction: column; width: 100%;  margin-top: 30px;}
.youlunpp-bt{display: flex; flex-direction: column; width: 100%; align-items: center;}
.youlunpp-bt img{width: 140px;}
.youlunpp-bts{display: flex; flex-direction: row; justify-content: center; font-size: 22px; font-weight: bold; color: #f60; font-style: italic; margin: 6px 0;}
.youlunpp-btx{display: flex; flex-direction: column; align-items: center; }
.youlunpp-btx p{font-size: 14px; color: #333; margin-bottom: 0px; line-height: 20px;}
.youlunpp-nr{display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 20px;}
.youlunpp-li{display: flex; flex-direction: column;  width: calc((100% - 30px)/3); margin-right: 15px; margin-bottom: 15px; background: #fff; border: solid 1px #ddd; 
    border-top:solid  5px #24a6ea; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); border-radius: 20px; overflow: hidden; padding: 20px 10px;} 
.youlunpp-li a{display: flex; flex-direction: column; align-items: center;}
.youlunpp-li:nth-child(3n){margin-right: 0; }
.youlunpp-liimg{width: 100px; height: 100px; border-radius: 50%; overflow: hidden;}
.youlunpp-liimg img{width: 100%; height: 100%; object-fit: cover;}
.youlunpp-bt{display: flex; flex-direction: column; width: 100%; margin-top: 8px;}
.youlunpp-bt span.bt{font-size: 16px; color: #000; font-weight: bold;}
.youlunpp-bt span.bt-x{font-size: 12px; color: #666; margin-bottom: 6px;}
.youlunpp-bt span.bt-cs{font-size: 14px; color: #333;}
.youlunpp-li:nth-child(2){border-top:solid  5px #f60;}
.youlunpp-li:nth-child(3){border-top:solid  5px rgb(236, 232, 2);}
.youlunpp-li:nth-child(4){border-top:solid  5px rgb(2, 201, 2);}
.youlunpp-li:nth-child(5){border-top:solid  5px rgb(217, 27, 235);}
.youlunpp-li:nth-child(6){border-top:solid  5px rgb(218, 12, 46);}


/*航期表*/
.datahq{display: flex; flex-direction: column; width: 100%; max-width: 750px;  position: fixed; top: 50px; left: 50%; transform: translateX(-50%); padding: 10px 0; background: #fff; z-index: 99;}
.datahq-rq{display: flex; flex-direction: row;}
.datahq-l,.datahq-r{display: flex; flex-direction: column; width: 100px; align-items: center; justify-content: center;}
.datahq-l span,.datahq-r span{font-size: 13px; color: #333;}
.datahq-l span.shang,.datahq-r span.xia{font-size: 17px; color: #24a6ea; margin:5px 0; position: relative;}
.datahq-l span.shang::before{position: absolute; content: ''; top: 50%; left: -20px; width: 0; height: 0; border-bottom: solid 5px transparent; border-top: solid 5px 
    transparent; border-left: solid 5px transparent; border-right: solid 5px #24a6ea; transform: translateY(-50%);}
.datahq-r span.xia::before{position: absolute; content: ''; top: 50%; right: -20px; width: 0; height: 0; border-bottom: solid 5px transparent; border-top: solid 5px transparent; 
    border-right: solid 5px transparent; border-left: solid 5px #24a6ea; transform: translateY(-50%);}
.datahq-nr{display: flex; flex-direction: column; width: calc(100% - 200px); align-items: center;}
.datahq-nr img{max-width: 162px;}
.nr-data{background: #f5cb2b; padding: 5px 15px; border-radius: 20px; font-size: 14px; color: #000; margin: 5px 0; font-weight: bold;}
.nrmiaos{font-size: 13px; color: #666;}
.hangqinav{width:calc(100% - 20%); margin: 0 10%; overflow-x: auto; white-space: nowrap; padding: 10px 0;}
.hangqinav-li{display: inline-block; margin: 0 10px; font-size: 14px; color: #000;}
.hangqinav-li.dq{ background: #f5cb2b; color: #000; border-radius: 20px; padding: 4px 10px;}

.hangqi-ny{display: flex; flex-direction: column; width: 100%; margin-top: 270px; padding: 0 20px;}
.hangqi-ny-li{display: flex; flex-direction: column; width: 100%; margin-bottom: 20px;}
.hangqi-ny-lidata{display: flex; flex-direction: row; width: 100%; align-items: center;}
.hangqi-ny-lidata-l{display: flex; flex-direction: column; align-items: center;}
.hangqi-ny-lidata-l span.day{font-size: 24px; color: #000; font-weight: bold;}
.hangqi-ny-lidata-l span.xinqi{font-size: 15px; color: #666; margin-top: 5px;}
.hangqi-ny-lidata-r{display: flex; flex-direction: column; align-items: center; margin-left: 10px;}
.hangqi-ny-lidata-r span.nian{font-size: 14px; color: #000; background: #f5cb2b; padding: 0px 10px; border-radius: 20px;}
.hangqi-ny-lidata-r span.yue{font-size: 24px; color: #000; font-weight: bold;  margin-top: 5px;}
.hangqi-ny-linr{display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 10px;}
.hangqi-ny-linr-ol{display: flex; flex-direction: row; justify-content: space-between; width: calc((100% - 10px)/2); margin-right: 10px; margin-bottom: 5px;}
.hangqi-ny-linr-ol a{display: flex; flex-direction: row; justify-content: space-between; width: 100%;}
.hangqi-ny-linr-ol:nth-child(2n){margin-right: 0;}
.hangqi-ny-linr-ol-l{font-size: 15px; color: #000;}
.hangqi-ny-linr-ol-r{display: flex; flex-direction: row; align-items: baseline; font-size: 12px; color: #999;}
.hangqi-ny-linr-ol-r span{font-size: 18px; color: #f60; font-weight: bold;}
.zanwu{display: flex; flex-direction: row; justify-content: center; width: 100%; margin: 10px 0; font-size: 15px; color: #999;}

/*航线*/
.quanbuhx{width: 100%; margin-top: 60px;}
.hangxny{width: 80%; margin: 0 auto; background: transparent; font-size: 16px;}
.hangxian{width:100%; margin: 10px 0 0;  padding: 10px; display: flex; flex-direction: row;}
.hangxian-l{overflow-x: auto; white-space: nowrap; width: calc(100% - 60px);}
.hangxian-li{display: inline-block; margin: 0 10px 0 0; padding: 4px 10px; font-size: 14px; color: #000;}
.hangxian-li.dq{ background: #068bff; color: #fff; border-radius: 5px; padding: 4px 10px;}
.hangxian-li span{font-size: 13px; color: #333; display: block; text-align: center;}
.hangxian-li span.xqi{font-size: 15px; color: #000; font-weight: bold;}
.hangxian-li.dq span{color: #fff;}
.hangxian-r{width: 60px; display: flex; flex-direction: row; align-items: center; justify-content: flex-end;}
.hangxian-r img{width: 50px;}

.hangxian-nr{display: flex; flex-direction: column; width: 100%; padding: 0 10px; margin-top: 10px;}
.hangxian-nr-li{display: flex; flex-direction: column; width: 100%; margin-bottom: 10px; justify-content: space-between; background: #fff; padding: 10px; 
      align-items: center;  border-radius: 5px;}
.hangxian-nr-li a{width: 100%; display: flex; flex-direction: column;}
.hangxian-nr-li-l{display: flex; flex-direction: row; width: 100%; justify-content: space-between;}
.hangxian-nr-li-ls{display: flex; flex-direction: row; justify-content: space-between; width: 100%; align-items: center; position: relative;}
.hangxian-nr-li-ls-l{display: flex; flex-direction: column; width: 100px;}
.hangxian-nr-li-ls-l span{font-size: 14px; color: #000;}
.hangxian-nr-li-ls-l span.da{font-size: 20px;}
.hangxian-nr-li-ls-lr{    align-items: flex-end;}
.hangxian-nr-li-ls-c{display: flex; flex-direction: column; align-items: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: calc(100% - 200px);}
.hangxian-nr-li-ls-c span{font-size: 12px; color: #999; line-height: 20px;}
.hangxian-nr-li-ls-c::before{left: 0; width: 100%; height:1px; position: absolute; content: ''; top: 50%; transform: translateY(-50%); border-top: solid 1px #999;}
.hangxian-nr-li-ls-c::after{position: absolute; right: 3px; top: 13px; content: ''; width: 1px; height: 8px; background: #999; transform: rotate(-45deg);}
.hangxian-nr-li-lx{display: flex; flex-direction: column; width: calc(100% - 120px); font-size: 14px; color: #666; }
.hangxian-nr-li-lx span{font-size: 16px; color: #000; font-weight: bold;}
.hangxian-nr-li-r{display: flex; flex-direction: row; width: 100%; justify-content: space-between; border-top: dashed 1px #999;  margin-top: 15px;
    padding-top: 15px;}
.hangxian-nr-li-rs{font-size: 11px; color: #f60; width: 120px; text-align: right;}
.hangxian-nr-li-rs span{font-size: 20px; font-weight: bold; line-height: 20px;}
.hangxian-nr-li-rx{background: linear-gradient(90deg, #ff7503, #ff4a13); padding: 2px 20px; font-size: 12px; color: #fff; border-radius: 20px; text-align: center;}
.bull{background: linear-gradient(90deg, #2ab4d6, #3782f1);}
.shouq{background: #999; color: #fff;}

.qiangou{background: #009fe9; }


/*游轮*/
.ssyllist{display: flex; flex-direction: column; width: 100%; padding: 10px;  margin-top: 60px;}
.ss-list-li{display: flex; flex-direction: row; align-items: center; width: 100%; background: #fff; border-radius: 5px; border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px; overflow: hidden; padding: 10px;   margin-bottom: 10px; border-top: solid 4rpx #24a6ea;}
.ss-list-li a{display: flex; flex-direction: row; align-items: center; width: 100%;}
.ss-list-li-l{width: 150px; height: 120px;}
.ss-list-li-l img{width: 100%; height: 100%; border-radius: 5px; object-fit: cover;}
.ss-list-li-r{width: calc(100% - 160px); margin-left:10px; display: flex; flex-direction: column; }
.ss-list-li-rbt{font-size: 18px; color: #000; font-weight: bold; line-height: 24px; height: 48px; display: -webkit-box; -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; overflow: hidden;}
.ss-list-li-rtag{display: flex; flex-direction: row; flex-wrap: wrap;}
.ss-list-li-rtag span{font-size: 12px; color: #0d76af; margin-right: 6px; background: rgb(199, 236, 250); padding: 0px 7px; border-radius: 5px; margin-bottom: 5px;}
.ss-list-li-rprc{display: flex; flex-direction: row-reverse; width: 100%; font-size: 13px; color: #666; align-items: baseline;}
.ss-list-li-rprc span{font-size: 18px; color: #f10; font-weight: bold;}

/*攻略*/
.gllist{display: flex; flex-direction: column; width: 100%; margin-top: 60px;}
.gongl-fl{width: calc(100% - 20px); margin: 0 10px; overflow-x: auto; white-space: nowrap;}
.gongl-fl span{border-radius: 30px; color: #000; display: inline-block; background-color: #ffffff;  border: solid 1px #dedede; margin:0 5px; padding: 10px 25px; 
    font-size: 15px; color: #000; text-align: center; overflow: hidden;}
.gongl-fl span.active{background: #009fe9; color: #fff; border: solid 1px #009fe9;box-shadow: 0px 0px 6px 2px rgba(0, 159, 233, 0.4) ;}
.gllistnr{column-count: 2; column-gap: 10px; width: 100%; padding: 10px;}
.gllistnr-li{margin-bottom: 10px; width: 100%; height: auto;  text-align: center; border-radius: 8px; box-shadow: 0px 2px 2px rgba(0,0,0,.2); 
    background: #fff; display: flex; flex-direction: column; overflow: hidden;}
.gllistnr-li .title{width: 100%; font-size: 18px; color: #000; padding: 10px 7px;   text-align: left;}
.cansu{display: flex; flex-direction: row; justify-content: space-between;padding:0 7px 15px 7px; font-size: 13px; color: #666;}
.cansu-r{display: flex; flex-direction: row; align-items: center;}
.cansu-r img{width: 18px !important; height: 18px; margin-right:5px ;}

/*攻略详情*/
.gg-top{width: 100%; height: 400px;}
.gg-top img{width: 100%; height: 100%; object-fit: cover;}
.gg-title{display: flex; flex-direction: row; width: 100%; margin-top: -20px; position: relative; z-index: 10; background: #fff; border-top-left-radius: 10px; 
    border-top-right-radius: 10px; padding: 20px 15px;   font-size: 18px; color: #000; font-weight: bold;}
.gg-fbz{display: flex; flex-direction: row; align-items: center; width: calc(100% - 30px); padding: 10px;   margin: 0 15px; background: #f2f2f2; 
    border-radius: 10px; position: relative;}
.gg-look{position: absolute; bottom: 11px; right: 15px; display: flex; flex-direction: row; align-items: center;}
.gg-look img{width: 20px; height: 20px;}
.gg-look span{font-size: 14px; color: #666; margin-left: 5px;}
.gg-fbzimg{width: 50px; height: 50px; margin-right: 10px; border-radius: 50%;}
.gg-fbz-w{display: flex; flex-direction: column;}
.gg-fbz-ws{font-size: 18px; color: #000; font-weight: bold;}
.gg-fbz-wx{font-size: 13px; color: #666; margin-top: 5px;}

.gg-details{display: flex; flex-direction: column; width: 100%; padding: 0 15px; margin-top: 15px;  }
.gg-details img{width: 100%; margin: 5px 0;}
 
/*选择出发日期*/
.riqitop{position: fixed; top: 50px; left: 50%; transform:translateX(-50%) ; max-width: 750px; width: 100%; background: #fff; display: flex; flex-direction: row; 
    justify-content: space-between; padding: 15px 15px; z-index: 10;}
.riqitop span{ font-size: 15px; color: #000;}
.gerr{color: #24a6ea;}
.fulldata{height: 50px; width: 100%;}
.month{display: flex; flex-direction: column; width: 100%; padding: 10px 15px;  }
.month-bt{ display: flex; flex-direction: row; justify-content: center; font-size: 18px; color: #000;}
.month-ul{display: flex; flex-direction: row;  margin-top: 15px; flex-wrap: wrap;}
.month-li{width: calc((100%)/7); text-align: center; margin: 20px 0;}
.month-li span{font-size: 15px; color: #000; width: 25px; height: 25px; display: inline-block; line-height: 25px; border-radius: 5px; position: relative;}
.month-li span.guoqu{ color: #999;}
.month-li span.jintian,.month-li text.active{ background: #24a6ea; color: #fff;}
.month-li span.jintian::before{position: absolute; content: '今天'; top: -23px; font-size: 11px; width: 30px; color: #24a6ea; left: 50%; transform: translateX(-50%);}
.month-li span.mingtian{ color: #24a6ea;}
.month-li span.mingtian::before{position: absolute; content: '明天'; top: -23px; font-size: 11px; width: 30px; color: #24a6ea; left: 50%; transform: translateX(-50%);}
.month-li span.houtian{ color: #24a6ea;}
.month-li span.houtian::before{position: absolute; content: '后天'; top: -23px; font-size: 11px; width: 30px; color: #24a6ea; left: 50%; transform: translateX(-50%);}


/*游轮问答*/
.sqa{display: flex; flex-direction: column; justify-content: space-between; width: 100%; margin: 50px auto 40px; position: relative; background: #fff; padding: 20px 20px 20px; }
.sqabt{width: 100%; border-bottom: solid 2px #ddd; padding-bottom: 8px;}
.sqabt span{padding: 10px 20px 10px 30px; font-size: 18px; color: #009fe9; font-weight: bold; position: relative;}
.sqabt span::before{position: absolute; top: 22px; left: 0; transform: translateY(-50%); content: ''; width: 19px; height: 19px; background: #009fe9; border-radius: 50%;}
.sqabt span::after{position: absolute; top: 22px; left: 6px; transform: translateY(-50%); content: '?'; font-size: 12px; color: #fff;}
.sqa-wd{ width: 100%;  margin-top: 20px; display: flex; flex-direction: column;}
.sqa-wd-li{display: flex; flex-direction: column; width: 100%; margin-bottom: 20px; border-bottom: dashed 1px #ddd; padding-bottom: 20px;}
.sqa-wd-lis{display: flex; width: 100%; flex-direction: column;}
.sqa-wd-lis .sqa-wd-liswz{display: flex; width: 100%; justify-content: space-between; align-items: center;}
.sqa-wd-lis-l{width: calc(100% - 140px); font-size: 15px; color: #009fe9; font-weight: bold;}
.sqa-wd-lis-r{width: 140px; text-align: right; font-size: 13px; color: #666;}
.sqa-wd-lims{font-size: 13px; color: #666; line-height: 24px; margin: 10px 0;}
.sqa-wd-lics{display: flex; flex-direction: row; justify-content: space-between; background: #f5f5f5; width: 100%; padding: 10px; border-radius: 5px;}
.sqa-wd-lics-li{display: flex; flex-direction: row; align-items: center; font-size: 13px; color: #999;}
.sqa-wd-lics-li img{width:20px; height: 20px; margin-right: 5px; opacity: 0.6;}

.wytw{display: flex; flex-direction: column; width: 100%;  border: solid 1px #ddd;}
.wytwbt{display: flex; width: 100%; background: #f5f5f5; font-size: 18px; color: #009fe9; font-weight: bold; padding: 10px; border-bottom: solid 1px #ddd;}
.wytwnr{display: flex; flex-direction: column; width: 100%; padding: 30px;}
.wytwnr-li{display: flex; flex-direction: row; align-items: center; margin-bottom: 20px;}
.wytwnr-li span{width: 80px; min-width: 80px; font-size: 12px; color: #333;}
.wytwnr-li-r{width: calc(100% - 70px); padding:4px 10px; font-size: 14px; color: #333; border: solid 1px #999;}
.wytwnr-lid{align-items: baseline;}
.wytwnr-li-rd{width: calc(100% - 70px); height: 98px; line-height: 30px; padding:4px 10px; font-size: 14px; color: #333; outline: 0;}

.wytwnr-li-ryzm{width: 110px; padding:4px 10px; font-size: 14px; color: #333; border: solid 1px #999;}
.wytwnr-li-ryzmtb{ width: 100px; height: 34px; margin-left: 10px;}

.wytwnr-lian{display: flex; width: 100%; margin-top: 10px;}
.wytwnr-lian span{background: #009fe9; padding: 10px 60px; border-radius: 5px; font-size: 15px; color: #fff; font-weight: bold; cursor: pointer;}



.sqaxq{display: flex; flex-direction: column; width: 100%; margin: 50px auto 40px; position: relative; background: #fff; padding: 20px 20px 20px;}
.sqaxqbt{display: flex; flex-direction: row; font-size: 32px; color: #009fe9; font-weight: bold; align-items: center; line-height: 36px;}
.sqaxqbt img{width: 40px; margin-right: 10px;}
.sqaxqnr{font-size: 15px; color: #333; margin: 20px 0;}
.sqaxqcs{display: flex; flex-direction: row; width: 100%; align-items: center; margin-top: 20px;}
.sqaxqcs span{font-size: 12px; color: #666; margin-right: 40px; display: flex; flex-direction: row; align-items: center;}
.sqaxqcs span img{width: 20px; height: 20px; opacity: 0.6; margin-right: 5px;}
.fabusm-li{display: flex; flex-direction: column; width: 100%; margin-bottom: 30px;}
.fabusm{display: flex; flex-direction: column; width: 100%; margin-top: 20px; padding-top: 20px; border-top: solid 10px #f5f5f5;}
.fabusmbt{display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.fabusmbt-l{ display: flex; flex-direction: row; align-items: center; font-size: 18px; color: #009fe9;  font-weight: bold;}
.fabusmbt-l img{width: 60px; height: 60px; border-radius: 50%; margin-right: 10px;}
.fabusmbt-r span{ background: #009fe9; font-size: 15px; color: #fff; padding: 10px 30px; border-radius: 10px; cursor: pointer;}
.huifunr{display: flex; flex-direction: column; width: 100%; margin: 20px auto; display: none;}
.huifunrtxt{width: 100%; height: 96px; padding: 10px; line-height: 24px; font-size: 14px; color: #000; outline: 0;}
.huifunrcs{display: flex; flex-direction: column; width: 100%; margin-top: 10px; align-items: flex-start;}
.huifunrcs-li{display: flex; flex-direction: row; align-items: center;  margin-bottom: 20px;}
.huifunrcs-li span{width: 60px; font-size: 14px; color: #000; }
.huifunrcs-li input{width: 250px; padding: 4px 10px;} 
.huifunrcs-li input.inputyzmtb{width: 120px;}
.yzmtb{width: 120px; height: 36px; margin-left: 5px;}
.huifuan{background: #009fe9; padding: 0 50px; height: 36px; line-height: 36px; font-size: 14px; color: #fff; border-radius: 3px; cursor: pointer;}

.fabusm-nr{ width: 100%; font-size: 16px; color: #333; line-height: 30px; margin: 30px auto;}
.fabusm-nr a{text-decoration: underline !important;}

.hothf{display: flex; flex-direction: column; width: 100%; margin-top: 10px; border: solid 1px #ddd; border-radius: 10px; padding: 20px; position: relative;}
.hothf::before{position: absolute; top: -8px; left: 150px; content: ''; width: 15px; height: 15px; background: #fff; border-top: solid 1px #ddd; border-left: solid 1px #ddd; 
    transform: rotate(45deg);}
.hothfbt{display: flex; flex-direction: row; width: 100%; align-items: center; font-size: 22px; color: #009fe9; font-weight: bold;}
.hothfbt img{ width: 30px; height: 30px; margin-right: 5px;}
.hothf-li{display: flex; flex-direction: column; width: 100%; border-bottom: solid 1px #ddd; padding-bottom: 10px; margin-bottom: 20px;}
.hot-tw{display: flex; flex-direction: column; width: 100%; margin-top: 20px;}
.hot-tw-l{ display: flex; flex-direction: row; align-items:flex-start; font-size: 14px; color: #009fe9; min-width: 120px; align-items: center; position: relative;}
.hot-tw-l img{width: 35px; height: 35px; margin-right: 5px; border-radius: 50%;}
.hot-tw-l-fh{position: absolute; top: 3px; right: 0; height: 27px; background: #ddd; color: #000; padding: 0 20px; border-radius: 30px; line-height: 27px;}
.hot-tw-r{font-size: 14px; color: #333; width: 100%; margin-top: 10px;}
.hot-tw-hf{display: flex; flex-direction: row; width: 100%; margin-top: 10px; background: #f5f5f5; padding: 10px; border-radius: 5px;}

.hot-tw-hf-r{display: flex; flex-direction: column; width: 100%;}
.hot-tw-hf-rtxt{font-size: 14px; color: #333;}
.hot-tw-hf-rtxt span{color: #009fe9; }
.hot-tw-cs{display: flex; flex-direction: row; width: 100%;  justify-content: space-between; align-items: center;
padding-bottom: 10px; margin-top: 10px;}
.fhsj{font-size: 13px; color: #999;}
.fhsj-hf{font-size: 13px; color: #000; cursor: pointer; border-radius: 30px; border: solid 1px #333; padding: 0px 20px;}
.fhsj-hf img{width: 20px; height: 20px;  margin-right: 5px;}
.wysyj{cursor: pointer;}

.hothf-li-cs{display: flex; flex-direction: row; justify-content: space-between; width: 100%; align-items: center; margin-top: 10px;}
.hothf-li-cs-l{display: flex;  font-size: 14px; color: #666;}
.hothf-li-cs-r{display: flex; flex-direction: row;}
.hothf-li-cs-r span{font-size: 14xp; color: #333; display: flex; flex-direction: row; align-items: center; margin-left: 80px;}
.hothf-li-cs-r span img{width: 20px; height: 20px; opacity: 0.5; margin-right: 5px;}

.huifunr-yi{display: flex; flex-direction: column; width: 100%; margin: 20px auto; display: none;}

/*游轮问答--首页*/
.lywdsy{display: flex; flex-direction: column; width: 100%;  align-items: center;  padding: 0px 0 50px; margin-top: 20px;}
.lywdsynr{display: flex; flex-direction: column; width: 100%; margin: 0 auto;  align-items: center;  border-radius: 10px;}
/* .youlunppimg{position: absolute; top: 0; left: 0; width: 100%; height: 443px; object-fit: cover; z-index: -1; } */
.lywdsy-bt{display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; align-items: center; margin: 0 auto; 
     border-bottom: solid 2px #ddd; padding-bottom: 14px;}
.lywdsy-bts{font-size: 22px; color: #f60; font-weight: bold; }
.lywdsy-btx a { font-size: 12px; color: #000; border: solid 1px #0469a0; background: rgba(84, 170, 241, 0.2);  padding: 4px 8px; border-radius: 40px;}
.lywdsynrtxt{display: flex; flex-direction: column;  width: 100%; background: #fff;  margin-top: 10px; border-radius: 10px;}
.lywdsynrtxt-li{display: flex; flex-direction: column; width: 100%; margin-bottom: 20px;}
.lywdsynrtxt-lis{width: 100%; padding-left: 40px; font-size: 20px; color: #000; margin-bottom: 10px; position: relative; line-height: 30px;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.lywdsynrtxt-lis::before{position: absolute; top: 50%; left: 0; content: 'Q'; transform: translateY(-50%); width: 30px; height: 30px; background: #f10; border-radius: 50%; text-align: center;
line-height: 30px; color: #fff; font-size: 18px; font-weight: bold;}
.lywdsynrtxt-lix{width: 100%; padding-left: 40px; font-size: 15px; color: #666; position: relative; overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;
    -webkit-line-clamp: 4;  line-clamp: 4;  -webkit-box-orient: vertical; min-height: 48px;}
.lywdsynrtxt-lix::before{position: absolute; top: 0px; left: 0; content: 'A'; ; width: 30px; height: 30px; background: #009fe9; border-radius: 50%; text-align: center;
    line-height: 30px; color: #fff; font-size: 18px; font-weight: bold;}

.ylwd{display: flex; flex-direction: column; width: 100%; margin-top: 10px;}
.ylwdbt{display: flex; align-items: center; width: 100%; padding: 8px 10px; box-sizing: border-box; border-bottom: solid 1px #ddd; border-top: solid 1px #ddd; font-size: 16px; color: #000;}
.ylwdbt img{width: 25px; height: 25px; margin-right: 10px;}
.ylwdnr{display: flex; flex-direction: column; width: 100%; padding: 10px; box-sizing: border-box;}
.ylwdnr-li{width: 100%; margin-bottom: 10px; padding-bottom: 10px; border-bottom: solid 1px #ddd;}
.ylwdnr-li a{display: flex; flex-direction: column; width: 100%;}
.ylwdnr-li-q{ display: flex; flex-direction: row; align-items: flex-start; width: 100%; line-height: 22px; font-size: 15px; color: #000; font-weight: bold;}
.ylwdnr-li-q span{background: #f10; width: 22px; border-radius: 50%; text-align: center; font-size: 13px; color: #fff; margin-right: 5px; font-weight: normal;}
.ylwdnr-li-qwz{display: flex; width: calc(100% - 26px);}
.ylwdnr-li-a{display: flex; flex-direction: row; align-items: flex-start; width: 100%; line-height: 21px; font-size:15px; color: #444; margin-top: 5px;}
.ylwdnr-li-a span{float: left; background: #2476e3; width: 21px; border-radius: 50%; text-align: center; font-size:13px; color: #fff;  margin-right: 5px;}
.ylwdnr-li-awz{display: flex; width: calc(100% - 26px);}


.tuijyl{display: flex; flex-direction: column; width: calc(100% - 50px); margin: 5px 25px;}
.tuijyl-ul{display: flex; justify-content: space-around; width: 100%;}
.tuijyl-li{font-size: 15px; color: #000; font-weight: bold;}
.tuijyl-li.active{border-bottom: solid 2px #0b59c2; padding-bottom: 5px; color: #0b59c2;}
.tuijyl-nr{ width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 15px;}
.tuijyl-nr a{width: calc((100% - 20px)/3); margin-right: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; 
    font-size: 14px; color: #000; background: #f1f1f1; text-align: center; padding: 2px 1px; box-sizing: border-box; border-radius: 20px; 
    margin-bottom: 10px;}
.tuijyl-nr a:nth-child(3n){margin-right: 0;}


.xzcqb{display: flex; flex-direction: column; width: calc(100% - 20px); margin: 5px 10px 0; box-sizing: border-box; background: #fff; box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2); padding: 15px 10px 10px; box-sizing: border-box; border-radius: 5px;}
.xzcqbbt{ display:  flex; flex-direction: row; width: 100%; align-items: center; justify-content: space-between;}
.xzcqbbt-l{background: #ddd; width: 150px; text-align: center; padding: 5px 0; border-radius: 20px; font-size: 15px; font-weight: bold; color: #999; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.xzcqbbt-l.active{background-image: linear-gradient(to right, #2f96ef,#19bbfa); color: #fff; }
.xzcqbbt-c{display: flex; flex-direction: row; align-items: center; font-size: 17px; color: #000; font-weight: bold;}
.xzcqbbt-c img{width: 20px; height: 20px; margin-right: 5px;}

.xzcqbrq{display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 100%; margin: 20px 0; padding: 0 10px; box-sizing: border-box;}
.xzcqbrq-l{font-size: 15px; color: #666;}
.xzcqbrq-c{display: flex; flex-direction: row; align-items: center; font-size: 16px; color: #000; font-weight: bold;}
.xzcqbrq-c img{width: 20px; height: 20px; margin-right: 7px;}
.xzcqbnr{display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; justify-content: space-between; padding: 0 10px; box-sizing: border-box;}
.xzcqbnr-li{width: 49%; margin-bottom: 7px;}
.xzcqbnr-li a{width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items:baseline;}
.xzcqbnr-li-l{font-size: 15px; color: #000; font-weight: bold; width: calc(100% - 115px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.xzcqbnr-li-r{font-size: 16px; color: #f10; font-weight: bold; width: 115px; text-align: right; display: flex; align-items: center;  justify-content: flex-end;}
.xzcqbnr-li-r span{font-size: 12px; color: #000; font-weight: normal; margin-left: 2px;}


.tupliuda{display: flex; flex-direction: column; width: 100%; margin: 15px 0;}
.tupliudabt{display: flex; flex-direction: row; width: 100%; justify-content: center;  position: relative;}
.tupliudabt::before{position: absolute; content: ''; left: 0; top: 22px; width: 100%; height: 1px; background: #ddd;}
.tupliudabt span{position: relative; background: #fff; padding: 10px 25px; font-size: 16px; color: #000; font-weight: bold;}
.tupliudabt span::before{position: absolute; content: ''; left: -0px; top:17px; width: 10px; height: 10px; border-radius: 50%; border:solid 1px #ddd; background: #2476e3;}
.tupliudabt span::after{position: absolute; content: ''; right: -0px; top:17px; width: 10px; height: 10px; border-radius: 50%; border:solid 1px #ddd; background: #2476e3;}
.tupliudanr{display: flex; flex-direction: row; padding: 10px; box-sizing: border-box; margin-top: 5px;}
.tupliudanr img{width: 100%; border-radius: 10px;}

.yl-xlbt{display: flex; flex-direction: row; width: 100%; padding: 12px 10px 0; box-sizing: border-box;border-top: solid 1px #ddd; 
    border-bottom: solid 1px #ddd;}
.yl-xlbt-li{font-size: 16px; color: #000; margin-right: 20px; padding-bottom:10px;}
.yl-xlbt-li.active{color: #0b59c2; border-bottom: solid 2px #0b59c2;}
.yl-xlnr{display: none; flex-direction: row; flex-wrap: wrap; width: 100%; padding: 15px 10px 10px; box-sizing: border-box;}
.yl-xlnr-li{width: calc((100%)/5); margin-bottom: 15px;}
.yl-xlnr-li a{display: flex; flex-direction: column; width: 100%; align-items: center;}
.yl-xlnr-li a img{width: 60px; height: 60px;}
.yl-xlnr-li-bt{ font-size: 12px; color: #333; margin-top: 5px;}

.yl-xlnr-li-more{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.quanbtb{width: 60px; height: 60px;  box-sizing: border-box;}
.quanbtb img{width: 100%; height: 100%;}

.showyl{display: flex;}


.ylshipin{display: flex; flex-direction: column; width: 100%; margin-top: 10px;}
.ylshipinbt{display: flex; align-items: center; width: 100%; padding: 8px 10px; box-sizing: border-box; border-bottom: solid 1px #ddd; border-top: solid 1px #ddd; font-size: 32rpx; color: #000;}
.ylshipinbt img{width: 25px; height: 25px; margin-right: 10px;}
.ylshipinnr{width: 100%; padding: 10px; box-sizing: border-box;}
.videosp{width: 100%; height:240px;}

.ylzxzx{display: flex; flex-direction: column; width: 100%; margin-top: 10px;}
.ylzxzxbt{display: flex; align-items: center; width: 100%; padding: 8px 10px; box-sizing: border-box; border-bottom: solid 1px #ddd; border-top: solid 1px #ddd; font-size: 16px; color: #000;}
.ylzxzxbt img{width: 25px; height: 25px; margin-right: 10px;}
.ylzxzxnr{display: flex; flex-direction: column; width: 100%; padding: 10px; box-sizing: border-box; margin-top: 5px;}
.ylzxzxnr-li{display: flex; flex-direction: row; width: 100%; align-items: center; margin-bottom: 10px; border-bottom: solid 1px #ddd; padding-bottom: 10px;}
.ylzxzxnr-li a{display: flex; flex-direction: row; width: 100%; align-items: center;}
.ylzxzxnr-li .xwbt{width: 15px; height: 15px;}
.ylzxzxnr-li .xwnrwz{width: calc(100% - 25px); margin-left: 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 15px; color: #555;}
.ylmore-li{border-bottom: none; justify-content: center; margin-bottom: 0;}
.ylmore-li a{ justify-content: center;}
.ylmore{ border: solid 1px #ddd; padding: 5px 25px; font-size: 14px; color: #666; border-radius: 3px; }


.wtlist-q{display: flex; flex-direction: row; width: 100%; align-items: flex-start;}
.wtlist-q span{width: 30px; height: 30px; background: #f10; border-radius: 3px; text-align: center; line-height: 30px; font-size: 17px; color: #fff; font-weight: bold;}
.wtlist-q-r{display: flex; width: calc(100% - 50px); margin-left: 20px; border: solid 1px #ddd; padding: 10px; box-sizing: border-box; font-size: 20px; color: #666; 
    font-weight: bold; background: #fff; position: relative; border-radius: 5px;}
.wtlist-q-r::before{position: absolute; content: ''; left: -6px; top: 10px; width: 10px; height: 10px; border-bottom: solid 1px #ddd; border-left: solid 1px #ddd; 
    transform: rotate(45deg); background: #fff;}

.wtlist-a{display: flex; flex-direction: row-reverse; margin-top: 30px;}
.wtlist-a span{width: 30px; height: 30px; background: #2476e3; border-radius: 3px; text-align: center; line-height: 30px; font-size: 17px; color: #fff; font-weight: bold;}
.wtlist-a-r{display: flex; width: calc(100% - 50px); background: #e4f0ff;  margin-right: 20px; border: solid 1px #ddd; padding: 10px; box-sizing: border-box; font-size: 15px; 
    color: #333; line-height: 22px;  position: relative; border-radius: 5px;}
.wtlist-a-r::before{position: absolute; content: ''; right: -6px; top: 10px; width: 10px; height: 10px; border-bottom: solid 1px #ddd; border-left: solid 1px #ddd; 
    transform: rotate(225deg); background: #e4f0ff;}
.nyfenye{display: flex; flex-direction: column; width: 100%; margin-top: 50px;}
.nyfenye-li{font-size: 14px; color: #666; margin-bottom: 8px;}
.nyfenye-li a{color: #333}



.jianjie{display: flex; flex-direction: column; width: calc(100% - 20px); margin: 10px; background: #f5f5f5; padding: 25px 15px; box-sizing: border-box; border-radius: 10px;}
.jianjiebt{display: flex; flex-direction: row; justify-content: center; width: 100%;}
.jianjiebt span{font-size: 17px; color: #000; font-weight: bold; position: relative;}
.jianjiebt span::before{position: absolute; content: ''; width: 60px; height: 10px; top: 7px; left: -80px; background-image: linear-gradient(to left, #acacac, #f5f5f5);}
.jianjiebt span::after{position: absolute; content: ''; width: 60px; height: 10px; top: 7px; right: -80px; background-image: linear-gradient(to right, #acacac, #f5f5f5);}
.jianjienr{display: flex; flex-direction: column; width: 100%;}
.jianjienrs{font-size: 14px; color: #333; margin: 20px 0 30px; line-height: 22px;}
.jianjienrx{display: flex; flex-direction: row; width: 100%;}
.jianjienrx-li{display: flex; flex-direction: column; align-items: center; width: calc((100% - 20px)/3); margin-right: 10px;}
.jianjienrx-li:last-child{margin-right: 0;}
.jianjienrx-li img{width: 90px; height: 90px; margin-bottom: 5px; border-radius: 3px;}
.jianjienrx-li span{font-size: 15px; color: #000; font-weight: bold;}


/*新css*/
.wenzhangnr{display: flex; flex-direction: column; width: 100%; padding: 0 10px; box-sizing: border-box; margin: 80px 0 100px; font-size: 15px; color: #333; line-height: 24px;}
.kjnav{display: flex; flex-direction: column; width: 100%; padding: 0 5px; box-sizing: border-box;}
.kjnav-li{display: flex; width: 100%; background: #fff; padding:15px 10px; box-sizing: border-box; margin-bottom: 5px; border-radius: 5px; font-size: 15px;
     color: #2476e3; font-weight: bold; position: relative;}
.kjnav-li::before{ position: absolute; content: ''; width: 10px; height: 10px; border-top: solid 2px #2476e3; border-right: solid 2px #2476e3; transform: rotate(45deg); top: 16px; right: 10px;}

.tijiaosq a{display: flex; justify-content: center; background: #2476e3; font-size: 17px; color: #fff; font-weight: bold; padding: 10px 0; border-radius: 5px; margin-top: 20px;}


.bcdzbt{font-size: 17px; color: #000; display: flex; justify-content: center; margin-bottom: 20px;}
.bcdznr{display: flex; flex-direction: column; width: 100%; padding: 15px; box-sizing: border-box;}
.bcdznr-li{width: 100%; margin-bottom: 25px;}
.bcdznr-li input{width: 100%; outline: 0; border: none; border-bottom: solid 5px #82b7fc; border-radius: 10px; padding: 0 10px; height: 35px; line-height: 30px; box-sizing: border-box; 
    font-size: 15px; color: #666; }


.tijiaosqtj{display: flex; justify-content: center; background: #2476e3; font-size: 17px; color: #fff; font-weight: bold; padding: 10px 0; border-radius: 5px; margin-top: 20px;}


/*新增邮轮列表css*/

.topnav{display: flex; flex-direction: row; width: 100%;  position: fixed; top: 50px; left: 0;}
.topnav-li {flex: 1;  text-align: center;  padding: 12px 0;   font-size: 14px;  cursor: pointer;  background: #fff;  border-bottom: 1px solid #ddd; }
.topnav-li span{position: relative;}
.topnav-li span::before{position: absolute; content: ''; width:5px; height: 5px; top: 6px; right: -12px; border-right: solid 1px #333; border-bottom: solid 1px #333; transform: rotate(45deg);}
.activelidq span{color: #2476e3;}
.activelidq span::before{position: absolute; content: ''; width: 5px; height: 5px; top: 10px; right: -12px; border-right: solid 1px #333;  border-bottom: solid 1px #333; transform: rotate(-135deg); }


/* 弹窗通用样式 */
.hiddentanc { position: fixed; top: 99px; left: 50%; transform: translateX(-50%); max-width: 750px; width: 100%; height: 100%; z-index: 999; display: flex; justify-content: flex-end;}
.hiddentanc.hidden { display: none;}
.beijin {flex: 1;background: rgba(0,0,0,0.4); position: absolute; top: 0; left: 0; z-index: 1; width: 100%;    height: 100%;}
.neirong, .churiqi {  min-height:300px; max-height: 400px;  overflow-y: auto; width: 100%; background: #fff;  position: relative; z-index: 99;}

.paix-li {padding: 12px 16px; border-bottom: 1px solid #eee; cursor: pointer;}
.paix-li.active {  color: #2476e3; font-weight: bold;}

/* 日期选择器简化版 */
.churiqi-ul {  padding: 16px; }
.dqriqinr {text-align: center;font-weight: bold;  margin-bottom: 12px;}
.ribaiot, .rililist { display: flex; flex-wrap: wrap; justify-content: space-between; }
.ribaiot-li, .rililist-li { width: calc(100% / 7); text-align: center; padding: 6px 0; cursor: pointer; }
.rililist-li.guoqu { color: #ccc; }    
.rililist-li.active { background: #2476e3;  color: white; border-radius: 4px; }

/* 天数选择 */
.cytiansu { padding: 16px; }
.cytiansubt { margin-bottom: 12px; font-weight: bold; }
.cytiansunr { display: flex; flex-wrap: wrap; }
.cytiansunr span { width: calc((100% - 40px)/3); margin: 0 20px 20px 0;  text-align: center; padding: 6px 0; border: 1px solid #ddd;  border-radius: 4px;  cursor: pointer; }
.cytiansunr span.active { background: #2476e3; color: white; border-color: #2476e3; }
.cytiansunr span:nth-child(3n){margin-right: 0;}

/* 按钮 */
.rililistan { padding: 16px; display: flex; justify-content: space-between; }
.chongzi, .chaxun { padding: 8px 0px; width: 44%; text-align: center; border: 1px solid #ccc;  border-radius: 4px;  cursor: pointer; }
.chaxun { background: #2476e3;  color: white;  border-color: #2476e3; }

.yllistnr{display: flex; flex-direction: column; width: 100%; padding: 0 10px; box-sizing: border-box; margin-top: 110px;}
.yllistnr-li{display: flex; flex-direction: row; width: 100%; border-radius: 5px; border: solid 1px #ddd; padding: 10px; box-sizing: border-box; margin-bottom: 12px;}
.yllistnr-li a{display: flex; flex-direction: row; width: 100%;}
.yllistnr-liimg{width: 130px; height:300rpx; margin-right: 10px;}
.yllistnr-liimg img{width: 100% ; height: 100%; border-radius: 5px; object-fit: cover;}

.yllistnr-lics{display: flex; flex-direction: column; width: calc(100% - 140px);}
.yllistnr-licsbt{font-size: 16px; color: #000; font-weight: bold; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;  overflow: hidden;}
.yllistnr-licsms{ font-size: 14px; color: #666; margin-top: 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.yllistnr-licsjge{display: flex; flex-direction: row; align-items: baseline; justify-content: flex-end; margin-top: 10px; font-size: 13px; color: #333;}
.yllistnr-licsjge span{font-size: 20px; color: #2476e3; font-weight: bold;}


.zanwu{display: flex; flex-direction:column; width: 100%; justify-content: center; align-items: center; margin-top: 20px; position: relative; z-index: -1;}
.zanwu img{width: 80px;}
.zanwu span{font-size:15px; color: #999; margin-top: 10px;}


/*投诉建议*/
.tousu{display: flex; flex-direction: column; width: 100%; margin-top: 70px;}
.tousunr{display: flex; flex-direction: column; width: calc(100% - 40px); margin: 0px 20px 30px; background: #fff; padding:25px 15px; box-sizing: border-box; border-radius: 10px;}
.tousunrbt{display: flex;  flex-direction: row; align-items: center; font-size: 17px; color: #000;}
.tousunrbt img{width: 20px; height: 20px; margin-right: 10px;}
.tousunr-ul{display: flex; flex-direction: column; width: 100%; margin-top: 15px;}
.tousunr-li{display: flex; flex-direction: row; width: 100%; margin-bottom: 10px; align-items: flex-start;}
.tousunr-li-l{width: 60px; font-size: 16px; color: #333; height: 35px; line-height: 35px;}
.tousunr-li-r{width: calc(100% - 60px); display: flex; flex-direction: row; align-items: center;}
.tousunr-li-r input{width: 100%; border-bottom: solid 1px #ddd; height: 35px; line-height:34px; font-size: 15px; color: #333;}
.tousunr-li-r picker{width: 100%; border-bottom: solid 1px #ddd; height: 35px; line-height: 34px; font-size: 15px; color: #333;}
.tousunr-li-r textarea{width: 100%; border: solid 1px #ddd; border-radius: 5px; padding: 5px; box-sizing: border-box; font-size: 15px; color: #333; height:70px;
     line-height: 20px;}
.picker{position: relative;}
.picker::before{position: absolute; content: ''; top: 12px; right: 10px; width: 7px; height: 7px; border-right: solid 1px #333; border-bottom: solid 1px #333; 
    transform: rotate(45deg);}
.tijiaosqts{display: flex; justify-content: center; background: #2476e3; font-size: 17px; color: #fff; font-weight: bold; padding: 10px 0; border-radius:5px; 
    margin-top: 20px;}
.tousunr-li-r input.yanzm{width: 100px;}
.yazmtb{width: 100px; height: 35px; margin-left: 10px;} 

.tousunr-ulwz{font-size: 15px; line-height: 29px; color: #666;}

.kjnav{display: flex; flex-direction: column; width: 100%; padding: 0 5px; box-sizing: border-box;}
.kjnav-li{display: flex; width: 100%; background: #fff; padding:15px 10px; box-sizing: border-box; margin-bottom: 5px; border-radius: 5px; font-size: 15px; 
    color: #2476e3; font-weight: bold; position: relative;}
.kjnav-li::before{ position: absolute; content: ''; width: 10px; height: 10px; border-top: solid 2px #2476e3; border-right: solid 2px #2476e3; transform: rotate(45deg); 
    top: 19px; right: 10px;}


/*responsive*/
@media screen and (max-width:1350px){

}
